login.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. /**index.wxss**/
  2. .page {
  3. height: 100%;
  4. display: flex;
  5. justify-content: start;
  6. flex-direction: column;
  7. align-items: center;
  8. width: 100%;
  9. }
  10. .icon_layout {
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. background-color: antiquewhite;
  15. height: 383rpx;
  16. width: 100%;
  17. }
  18. .icon {
  19. width: 103rpx;
  20. margin-top: 80rpx;
  21. height: 199rpx;
  22. }
  23. .login_check {
  24. margin-top: 200rpx;
  25. flex-direction: row;
  26. width: 100%;
  27. display: flex;
  28. justify-content: space-between;
  29. }
  30. .login_check_true {
  31. font-size: 32rpx;
  32. font-weight: 600;
  33. color: #5090FE;
  34. }
  35. .login_check_false {
  36. font-size: 32rpx;
  37. font-weight: 600;
  38. color: #353535;
  39. }
  40. .phonenumber_login_layout {
  41. margin-top: 60rpx;
  42. height: 315rpx;
  43. padding-top: 2rpx;
  44. flex-direction: column;
  45. justify-content: start;
  46. align-items: center;
  47. width: 100%;
  48. display: flex;
  49. }
  50. .phonenum_login_layout_input_bg {
  51. width: 618.06rpx;
  52. height: 84rpx;
  53. border: 2rpx solid #d4d4d4;
  54. display: flex;
  55. flex-direction: row;
  56. align-content: center;
  57. align-items: center;
  58. border-radius: 9rpx;
  59. justify-content: start;
  60. }
  61. .phonenum_login_layout_input_icon {
  62. width: 27rpx;
  63. height: 37rpx;
  64. margin-left: 22rpx;
  65. }
  66. .phonenum_login_layout_input {
  67. flex: 1;
  68. width: 360rpx;
  69. margin-left: 23rpx;
  70. font-size: 30rpx;
  71. }
  72. .account_show_pwd_icon_layout {
  73. height: 100%;
  74. align-items: center;
  75. display: flex;
  76. flex-direction: row;
  77. justify-items: center;
  78. padding-left: 10rpx;
  79. }
  80. .account_show_pwd_icon {
  81. width: 39rpx;
  82. height: 29rpx;
  83. }
  84. .login_btn_layout {
  85. margin-left: 66rpx;
  86. margin-top: 265rpx;
  87. display: flex;
  88. width: 616rpx;
  89. flex-direction: column;
  90. justify-content: center;
  91. align-items: center;
  92. }
  93. .login_btn {
  94. background-color: #45abfe;
  95. width: 100%;
  96. height: 89rpx;
  97. color: white;
  98. }
  99. .updatepwd_layout {
  100. position: absolute;
  101. height: 100%;
  102. width: 100%;
  103. left: 0;
  104. top: 0;
  105. z-index: 20;
  106. }