拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.1KB

  1. /* pages/login/login.wxss */
  2. .login_box {
  3. width: 100vw;
  4. height: 100vh;
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: flex-start;
  8. align-items: center;
  9. }
  10. .logo_img {
  11. width: 180rpx;
  12. height: 180rpx;
  13. margin-top: 40rpx;
  14. }
  15. .login_main {
  16. width: 100%;
  17. margin-top: 40rpx;
  18. display: flex;
  19. flex-direction: column;
  20. justify-content: flex-start;
  21. align-items: flex-start;
  22. }
  23. .location_label {
  24. font-size: 34rpx;
  25. font-weight: bold;
  26. margin-left: 40rpx;
  27. }
  28. .select_container {
  29. width: 100%;
  30. height: 82rpx;
  31. background-color: #fff;
  32. display: flex;
  33. justify-content: space-around;
  34. align-items: center;
  35. }
  36. .login_btn {
  37. margin-top: 80rpx;
  38. color: #fff;
  39. font-weight: normal;
  40. border-radius: 39rpx;
  41. background-color: #477DF3;
  42. }
  43. .footer {
  44. margin-top: 100rpx;
  45. width: 100%;
  46. padding: 60rpx;
  47. display: flex;
  48. justify-content: center;
  49. align-items: center;
  50. }
  51. .enter_btn {
  52. width: 400rpx;
  53. height: 100rpx;
  54. border-radius: 50rpx;
  55. background-color: rgba(6, 138, 58, 0.78);
  56. color: #fff;
  57. line-height: 100rpx;
  58. text-align: center;
  59. }