25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

215 satır
3.0 KiB

  1. .adminlogo {
  2. width: 100rpx;
  3. display: block;
  4. margin: 0 auto;
  5. }
  6. .logoin_wrap {
  7. width: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. }
  11. .login {
  12. width: 100%;
  13. display: flex;
  14. flex-direction: column;
  15. position: relative;
  16. }
  17. .inp {
  18. color: #666;
  19. }
  20. .login view {
  21. position: relative;
  22. width: 88%;
  23. display: flex;
  24. margin: 0 auto;
  25. height: 100rpx;
  26. line-height: 100rpx;
  27. border-bottom: 1rpx solid #DADADA;
  28. }
  29. .line {
  30. width: 2rpx;
  31. height: 22rpx;
  32. background: #d7d7d7;
  33. position: absolute;
  34. left: 20%;
  35. top: 38rpx;
  36. }
  37. .login view input {
  38. font-size: 34rpx;
  39. height: 100rpx;
  40. line-height: 100rpx;
  41. }
  42. .login view:nth-child(1) input {
  43. /* padding-left: 60rpx; */
  44. font-size: 34rpx;
  45. height: 100rpx;
  46. line-height: 100rpx;
  47. }
  48. .eye {
  49. display: inline-block;
  50. width: 50rpx;
  51. margin-top: 26rpx;
  52. }
  53. .logo {
  54. width: 320rpx;
  55. margin: 100rpx auto 30rpx;
  56. }
  57. .logo image {
  58. display: block;
  59. width: 320rpx;
  60. }
  61. .button {
  62. background: #52A0FD;
  63. border-radius: 8rpx;
  64. color: #fff;
  65. margin-top: 8%;
  66. font-size: 36rpx;
  67. width: 90%;
  68. }
  69. .active {
  70. opacity: .4;
  71. }
  72. .logoin_wrap navigator {
  73. display: block;
  74. width: 25%;
  75. margin: 0 auto;
  76. text-align: right;
  77. margin-top: 15rpx;
  78. }
  79. .logoin_wrap navigator text {
  80. display: block;
  81. text-align: center;
  82. /* padding-top: 1.5%; */
  83. font-size: 26rpx;
  84. height: 45rpx;
  85. color: #404040;
  86. letter-spacing: 0;
  87. line-height: 45rpx;
  88. }
  89. .forget {
  90. text-align: right;
  91. padding: 0 40rpx;
  92. color: #999;
  93. margin-top: 20rpx;
  94. }
  95. .forget text {
  96. font-size: 26rpx;
  97. }
  98. .defaultLogo {
  99. position: absolute;
  100. bottom: 40rpx;
  101. left: 0;
  102. right: 0;
  103. margin: auto;
  104. }
  105. .defaultLogo text {
  106. display: block;
  107. text-align: center;
  108. color: #52A0FD;
  109. font-size: 22rpx;
  110. }
  111. .defaultLogo image {
  112. width: 200rpx;
  113. }
  114. .phone {
  115. display: block !important;
  116. background: none !important;
  117. color: #999 !important;
  118. font-size: 26rpx !important;
  119. padding: 0 !important;
  120. margin-top: 40rpx !important;
  121. }
  122. button::after {
  123. border: none;
  124. }
  125. .showpassword {
  126. padding: 30rpx;
  127. width: 40rpx;
  128. position: absolute;
  129. z-index: 100;
  130. right: 20rpx;
  131. top: 0;
  132. bottom: 0;
  133. margin: auto;
  134. }
  135. .outSide {
  136. position: fixed;
  137. top: 0;
  138. left: 0;
  139. width: 100%;
  140. height: 100%;
  141. background-color: #00000059;
  142. z-index: 999;
  143. }
  144. .showPrivacy {
  145. position: fixed;
  146. width: 520rpx;
  147. background-color: #fff;
  148. left: 50%;
  149. top: 50%;
  150. transform: translate(-50%, -50%);
  151. padding: 60rpx 40rpx;
  152. border-radius: 20rpx;
  153. box-shadow: #00000047 2px 1px 2px 2px;
  154. }
  155. .showPrivacy .title {
  156. text-align: center;
  157. }
  158. .showPrivacy .content {
  159. text-indent: 2em;
  160. margin: 30rpx 0;
  161. }
  162. .showPrivacy button {
  163. width: 350rpx;
  164. }
  165. .showPrivacy button.agree {
  166. margin-bottom: 25rpx;
  167. background-color: #52a0fd;
  168. }
  169. .showPrivacy button.check {
  170. background-color: #ffffff00;
  171. font-size: 21rpx;
  172. text-decoration: underline;
  173. padding: 0;
  174. }
  175. .showPrivacy button.check::after {
  176. border: none;
  177. }
  178. .showPrivacy .delete {
  179. position: absolute;
  180. top: 15rpx;
  181. right: 15rpx;
  182. width: 65rpx;
  183. height: 65rpx;
  184. }