login.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* pages/login/login.wxss */
  2. .body {
  3. width: 100%;
  4. height: 100%;
  5. background-size: 100% 100%;
  6. z-index: -99;
  7. padding-top: 228rpx;
  8. box-sizing: border-box;
  9. }
  10. .app-title {
  11. width: 100%;
  12. text-align: center;
  13. }
  14. .login {
  15. padding: 0 80rpx;
  16. width: 100%;
  17. box-sizing: border-box;
  18. margin-top: 100rpx;
  19. }
  20. form {
  21. padding: 0;
  22. margin: 0;
  23. width: 100%;
  24. height: 100%;
  25. }
  26. .login-row {
  27. width: 99%;
  28. display: inline-flex;
  29. align-items: center;
  30. border-bottom: solid 1rpx #FFFFFF30;
  31. padding-bottom: 16rpx;
  32. padding-left: 24rpx;
  33. box-sizing: border-box;
  34. }
  35. .login-row:nth-child(2) {
  36. margin-top: 70rpx;
  37. }
  38. .login-phone {
  39. width: 35rpx;
  40. height: 48rpx;
  41. }
  42. .login-input {
  43. width: 90%;
  44. height: 60rpx;
  45. margin-left: 24rpx;
  46. color: #FFFFFF;
  47. }
  48. .send_btn {
  49. color: #FFFFFF;
  50. line-height: 60rpx;
  51. position: absolute;
  52. margin-left: 30rpx;
  53. right: 90rpx;
  54. }
  55. .login-btn {
  56. color: #FFFFFF;
  57. margin-top: 90rpx;
  58. margin-left: 0 !important;
  59. width: 100% !important;
  60. height: 80rpx !important;
  61. letter-spacing: 20rpx;
  62. text-align: center;
  63. background: none;
  64. background-size: 100% 100%;
  65. font-size: 32rpx;
  66. }
  67. .line-row {
  68. display: inline-flex;
  69. box-sizing: border-box;
  70. width: 100%;
  71. align-items: center;
  72. text-align: center;
  73. justify-content: center;
  74. margin-top: 250rpx;
  75. padding: 0 100rpx;
  76. }
  77. .line {
  78. width: 33%;
  79. height: 2rpx;
  80. text-align: center;
  81. background-color: #fff;
  82. }
  83. .line-row text {
  84. color: #ffffff;
  85. margin: 0 15rpx;
  86. font-size: 34rpx;
  87. }
  88. .fast-login {
  89. height: 100rpx;
  90. width: 100%;
  91. margin-top: 46rpx;
  92. text-align: center;
  93. }
  94. .wxBtn {
  95. width: 100rpx !important;
  96. height: 100rpx !important;
  97. border: none !important;
  98. padding: 0;
  99. background-size: 100% 100%;
  100. }
  101. .app-bottom {
  102. color: #FFFFFF72;
  103. bottom: 40rpx;
  104. font-size: 28rpx;
  105. width: 100%;
  106. position: absolute;
  107. text-align: center;
  108. }