s-auth-modal.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. @keyframes title-animation-21181321 {
  27. 0% {
  28. font-size: 32rpx;
  29. }
  30. 100% {
  31. font-size: 36rpx;
  32. }
  33. }
  34. .login-wrap.data-v-21181321 {
  35. padding: 50rpx 34rpx;
  36. min-height: 500rpx;
  37. background-color: #fff;
  38. border-radius: 20rpx 20rpx 0 0;
  39. }
  40. .head-box .head-title.data-v-21181321 {
  41. min-width: 160rpx;
  42. font-size: 36rpx;
  43. font-weight: bold;
  44. color: #333333;
  45. line-height: 36rpx;
  46. }
  47. .head-box .head-title-active.data-v-21181321 {
  48. width: 160rpx;
  49. font-size: 32rpx;
  50. font-weight: 600;
  51. color: #999;
  52. line-height: 36rpx;
  53. }
  54. .head-box .head-title-animation.data-v-21181321 {
  55. animation-name: title-animation-21181321;
  56. animation-duration: 0.1s;
  57. animation-timing-function: ease-out;
  58. animation-fill-mode: forwards;
  59. }
  60. .head-box .head-title-line.data-v-21181321 {
  61. position: relative;
  62. }
  63. .head-box .head-title-line.data-v-21181321::before {
  64. content: "";
  65. width: 1rpx;
  66. height: 34rpx;
  67. background-color: #e4e7ed;
  68. position: absolute;
  69. left: -30rpx;
  70. top: 50%;
  71. transform: translateY(-50%);
  72. }
  73. .head-box .head-subtitle.data-v-21181321 {
  74. font-size: 26rpx;
  75. font-weight: 400;
  76. color: #afb6c0;
  77. text-align: left;
  78. display: flex;
  79. }
  80. .code-btn-start.data-v-21181321 {
  81. width: 160rpx;
  82. height: 56rpx;
  83. line-height: normal;
  84. border: 2rpx solid var(--ui-BG-Main);
  85. border-radius: 28rpx;
  86. font-size: 26rpx;
  87. font-weight: 400;
  88. color: var(--ui-BG-Main);
  89. opacity: 1;
  90. }
  91. .forgot-btn.data-v-21181321 {
  92. width: 160rpx;
  93. line-height: 56rpx;
  94. font-size: 30rpx;
  95. font-weight: 500;
  96. color: #999;
  97. }
  98. .login-btn-start.data-v-21181321 {
  99. width: 158rpx;
  100. height: 56rpx;
  101. line-height: normal;
  102. background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
  103. border-radius: 28rpx;
  104. font-size: 26rpx;
  105. font-weight: 500;
  106. color: #fff;
  107. }
  108. .type-btn.data-v-21181321 {
  109. padding: 20rpx;
  110. margin: 40rpx auto;
  111. width: 200rpx;
  112. font-size: 30rpx;
  113. font-weight: 500;
  114. color: #999999;
  115. }
  116. .auto-login-box.data-v-21181321 {
  117. width: 100%;
  118. }
  119. .auto-login-box .auto-login-btn.data-v-21181321 {
  120. width: 68rpx;
  121. height: 68rpx;
  122. border-radius: 50%;
  123. margin: 0 30rpx;
  124. }
  125. .auto-login-box .auto-login-img.data-v-21181321 {
  126. width: 68rpx;
  127. height: 68rpx;
  128. border-radius: 50%;
  129. }
  130. .agreement-box.data-v-21181321 {
  131. margin: 80rpx auto 0;
  132. }
  133. .agreement-box .protocol-check.data-v-21181321 {
  134. transform: scale(0.7);
  135. }
  136. .agreement-box .agreement-text.data-v-21181321 {
  137. font-size: 26rpx;
  138. font-weight: 500;
  139. color: #999999;
  140. }
  141. .agreement-box .agreement-text .tcp-text.data-v-21181321 {
  142. color: var(--ui-BG-Main);
  143. }
  144. .editPwd-btn-box .save-btn.data-v-21181321 {
  145. width: 690rpx;
  146. line-height: 70rpx;
  147. background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
  148. border-radius: 35rpx;
  149. font-size: 28rpx;
  150. font-weight: 500;
  151. color: #ffffff;
  152. }
  153. .editPwd-btn-box .forgot-btn.data-v-21181321 {
  154. width: 690rpx;
  155. line-height: 70rpx;
  156. font-size: 28rpx;
  157. font-weight: 500;
  158. color: #999999;
  159. }
  160. .shake.data-v-21181321 {
  161. animation: shake-21181321 0.05s linear 4 alternate;
  162. }
  163. @keyframes shake-21181321 {
  164. from {
  165. transform: translateX(-10rpx);
  166. }
  167. to {
  168. transform: translateX(10rpx);
  169. }
  170. }
  171. .register-box.data-v-21181321 {
  172. position: relative;
  173. justify-content: center;
  174. }
  175. .register-box .register-btn.data-v-21181321 {
  176. color: #999999;
  177. font-size: 30rpx;
  178. font-weight: 500;
  179. }
  180. .register-box .register-title.data-v-21181321 {
  181. color: #999999;
  182. font-size: 30rpx;
  183. font-weight: 400;
  184. margin-right: 24rpx;
  185. }
  186. .register-box .or-title.data-v-21181321 {
  187. margin: 0 16rpx;
  188. color: #999999;
  189. font-size: 30rpx;
  190. font-weight: 400;
  191. }
  192. .register-box .login-btn.data-v-21181321 {
  193. color: var(--ui-BG-Main);
  194. font-size: 30rpx;
  195. font-weight: 500;
  196. }
  197. .register-box .circle.data-v-21181321 {
  198. position: absolute;
  199. right: 0rpx;
  200. top: 18rpx;
  201. width: 8rpx;
  202. height: 8rpx;
  203. border-radius: 8rpx;
  204. background: var(--ui-BG-Main);
  205. }
  206. .safe-box.data-v-21181321 {
  207. height: calc(constant(safe-area-inset-bottom) / 5 * 3);
  208. height: calc(env(safe-area-inset-bottom) / 5 * 3);
  209. }
  210. .tcp-text.data-v-21181321 {
  211. color: var(--ui-BG-Main);
  212. }
  213. .agreement-text.data-v-21181321 {
  214. color: #999999;
  215. }
  216. .wx-login-btn.data-v-21181321 {
  217. width: 100%;
  218. border: 1rpx solid #55b774;
  219. border-radius: 10rpx;
  220. padding: 10rpx 0;
  221. color: #333333;
  222. display: flex;
  223. align-items: center;
  224. justify-content: center;
  225. font-size: 32rpx;
  226. margin: 0 0 0.625rem 0;
  227. box-sizing: border-box;
  228. }
  229. .wx-login-btn text.data-v-21181321 {
  230. margin-left: 20rpx;
  231. }
  232. .agreement-box.data-v-21181321 {
  233. margin: 40rpx;
  234. }