login.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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: 230rpx;
  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: 60rpx;
  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. margin-top: 50rpx;
  35. }
  36. .login-phone {
  37. width: 35rpx;
  38. height: 48rpx;
  39. }
  40. .login-input {
  41. width: 90%;
  42. height: 60rpx;
  43. margin-left: 24rpx;
  44. color: #FFFFFF;
  45. }
  46. .send_btn {
  47. color: #FFFFFF;
  48. line-height: 60rpx;
  49. position: absolute;
  50. margin-left: 30rpx;
  51. right: 90rpx;
  52. font-size: .9rem;
  53. }
  54. .login-type {
  55. color: #FFFFFFAA;
  56. font-size: .9rem;
  57. margin-top: 30rpx;
  58. display: flex;
  59. flex-direction: row;
  60. justify-content: space-between;
  61. }
  62. .login-btn {
  63. color: #FFFFFF;
  64. margin-top: 100rpx;
  65. margin-left: 0 !important;
  66. width: 100% !important;
  67. height: 80rpx !important;
  68. letter-spacing: 20rpx;
  69. text-align: center;
  70. background: none;
  71. background-size: 100% 100%;
  72. font-size: 32rpx;
  73. }
  74. .line-row {
  75. display: inline-flex;
  76. box-sizing: border-box;
  77. width: 100%;
  78. align-items: center;
  79. text-align: center;
  80. justify-content: center;
  81. /* margin-top: 250rpx; */
  82. padding: 0 100rpx;
  83. position: absolute;
  84. bottom: 304rpx;
  85. }
  86. .line {
  87. width: 33%;
  88. height: 2rpx;
  89. text-align: center;
  90. background-color: #fff;
  91. }
  92. .line-row text {
  93. color: #ffffff;
  94. margin: 0 15rpx;
  95. font-size: 34rpx;
  96. }
  97. .fast-login {
  98. height: 100rpx;
  99. width: 100%;
  100. /* margin-top: 46rpx; */
  101. text-align: center;
  102. position: absolute;
  103. bottom: 160rpx;
  104. }
  105. .wxBtn {
  106. width: 100rpx !important;
  107. height: 100rpx !important;
  108. border: none !important;
  109. padding: 0;
  110. background-size: 100% 100%;
  111. }
  112. .app-bottom {
  113. color: #FFFFFF72;
  114. bottom: 40rpx;
  115. font-size: 28rpx;
  116. width: 100%;
  117. position: absolute;
  118. text-align: center;
  119. }