index.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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. .login-page.data-v-d08ef7d4 {
  27. min-height: 100vh;
  28. background: #fff;
  29. display: flex;
  30. flex-direction: column;
  31. align-items: center;
  32. justify-content: flex-start;
  33. padding: 0 40rpx;
  34. }
  35. .brand-area.data-v-d08ef7d4 {
  36. margin-top: 100rpx;
  37. display: flex;
  38. flex-direction: column;
  39. align-items: center;
  40. }
  41. .brand-area .logo.data-v-d08ef7d4 {
  42. width: 120rpx;
  43. height: 120rpx;
  44. margin-bottom: 20rpx;
  45. }
  46. .brand-area .brand-title.data-v-d08ef7d4 {
  47. font-size: 44rpx;
  48. font-weight: bold;
  49. color: #222;
  50. margin-bottom: 20rpx;
  51. }
  52. .brand-area .slogan-area.data-v-d08ef7d4 {
  53. display: flex;
  54. flex-direction: column;
  55. align-items: center;
  56. }
  57. .brand-area .slogan-area .slogan.data-v-d08ef7d4 {
  58. font-size: 28rpx;
  59. color: #2979ff;
  60. margin-bottom: 8rpx;
  61. }
  62. .brand-area .slogan-area .slogan-underline.data-v-d08ef7d4 {
  63. width: 220rpx;
  64. height: 8rpx;
  65. background: #e3f0ff;
  66. border-radius: 4rpx;
  67. }
  68. .phone-area.data-v-d08ef7d4 {
  69. margin: 500rpx 0 40rpx 0;
  70. display: flex;
  71. flex-direction: column;
  72. align-items: center;
  73. }
  74. .phone-area .phone.data-v-d08ef7d4 {
  75. font-size: 36rpx;
  76. color: #222;
  77. font-weight: 500;
  78. margin-bottom: 10rpx;
  79. }
  80. .phone-area .carrier.data-v-d08ef7d4 {
  81. font-size: 24rpx;
  82. color: #aaa;
  83. }
  84. .main-btn.data-v-d08ef7d4 {
  85. width: 100%;
  86. height: 88rpx;
  87. border-radius: 44rpx;
  88. font-size: 32rpx;
  89. font-weight: 500;
  90. margin-bottom: 32rpx;
  91. }
  92. .login-btn.data-v-d08ef7d4 {
  93. background: #1976ff;
  94. color: #fff;
  95. border: none;
  96. }
  97. .wechat-btn.data-v-d08ef7d4 {
  98. background: #1aad19;
  99. color: #fff;
  100. border: none;
  101. display: flex;
  102. align-items: center;
  103. justify-content: center;
  104. }
  105. .wechat-btn .wechat-icon.data-v-d08ef7d4 {
  106. width: 40rpx;
  107. height: 40rpx;
  108. margin-right: 16rpx;
  109. vertical-align: middle;
  110. }
  111. .protocol-area.data-v-d08ef7d4 {
  112. display: flex;
  113. align-items: center;
  114. margin: 30rpx 0 0 0;
  115. }
  116. .protocol-area .protocol-text.data-v-d08ef7d4 {
  117. font-size: 22rpx;
  118. color: #999;
  119. margin-left: 10rpx;
  120. }
  121. .protocol-area .protocol-text .link.data-v-d08ef7d4 {
  122. color: #1976ff;
  123. }
  124. .other-login.data-v-d08ef7d4 {
  125. margin-top: 80rpx;
  126. display: flex;
  127. flex-direction: column;
  128. align-items: center;
  129. }
  130. .other-login .other-title.data-v-d08ef7d4 {
  131. font-size: 24rpx;
  132. color: #bbb;
  133. margin-bottom: 20rpx;
  134. }
  135. .other-login .other-icons.data-v-d08ef7d4 {
  136. display: flex;
  137. gap: 60rpx;
  138. }
  139. .other-login .other-icons .icon.data-v-d08ef7d4 {
  140. width: 60rpx;
  141. height: 60rpx;
  142. }
  143. .icon-circle.data-v-d08ef7d4 {
  144. width: 80rpx;
  145. height: 80rpx;
  146. border: 1px solid #ccc;
  147. border-radius: 50%;
  148. display: flex;
  149. align-items: center;
  150. justify-content: center;
  151. margin: 0 20rpx;
  152. background: #fff;
  153. }
  154. .popup-mask.data-v-d08ef7d4 {
  155. position: fixed;
  156. left: 0;
  157. top: 0;
  158. right: 0;
  159. bottom: 0;
  160. background: rgba(0, 0, 0, 0.25);
  161. z-index: 999;
  162. display: flex;
  163. align-items: center;
  164. justify-content: center;
  165. }
  166. .popup-box.data-v-d08ef7d4 {
  167. width: 90vw;
  168. max-width: 600rpx;
  169. background: #fff;
  170. border-radius: 24rpx;
  171. box-shadow: 0 8rpx 32rpx rgba(0, 0, 0, 0.1);
  172. padding: 60rpx 40rpx 40rpx 40rpx;
  173. position: relative;
  174. display: flex;
  175. flex-direction: column;
  176. align-items: stretch;
  177. }
  178. .close-btn.data-v-d08ef7d4 {
  179. position: absolute;
  180. right: 32rpx;
  181. top: 24rpx;
  182. font-size: 48rpx;
  183. color: #bbb;
  184. z-index: 2;
  185. font-weight: bold;
  186. }
  187. .popup-title.data-v-d08ef7d4 {
  188. text-align: center;
  189. font-size: 36rpx;
  190. font-weight: bold;
  191. color: #222;
  192. margin-bottom: 32rpx;
  193. letter-spacing: 2rpx;
  194. }
  195. .popup-tabs.data-v-d08ef7d4 {
  196. display: flex;
  197. justify-content: center;
  198. margin-bottom: 32rpx;
  199. }
  200. .popup-tabs text.data-v-d08ef7d4 {
  201. font-size: 28rpx;
  202. margin: 0 36rpx;
  203. color: #888;
  204. padding-bottom: 8rpx;
  205. position: relative;
  206. }
  207. .popup-tabs text.active.data-v-d08ef7d4 {
  208. color: #1976ff;
  209. font-weight: bold;
  210. }
  211. .popup-tabs text.active.data-v-d08ef7d4::after {
  212. content: "";
  213. display: block;
  214. position: absolute;
  215. left: 0;
  216. right: 0;
  217. bottom: 0;
  218. height: 4rpx;
  219. background: #1976ff;
  220. border-radius: 2rpx;
  221. }
  222. .input-row.data-v-d08ef7d4 {
  223. margin-bottom: 28rpx;
  224. display: flex;
  225. align-items: center;
  226. }
  227. .input-row input.data-v-d08ef7d4 {
  228. flex: 1;
  229. height: 80rpx;
  230. border-radius: 40rpx;
  231. background: #f7f8fa;
  232. border: 1px solid #eee;
  233. padding: 0 32rpx;
  234. font-size: 28rpx;
  235. color: #333;
  236. }
  237. .code-row input.data-v-d08ef7d4 {
  238. flex: 1;
  239. margin-right: 16rpx;
  240. }
  241. .code-row .code-btn.data-v-d08ef7d4 {
  242. width: 160rpx;
  243. height: 64rpx;
  244. border-radius: 32rpx;
  245. background: #1976ff;
  246. color: #fff;
  247. font-size: 24rpx;
  248. border: none;
  249. padding: 0;
  250. }
  251. .popup-login-btn.data-v-d08ef7d4 {
  252. margin-top: 12rpx;
  253. margin-bottom: 16rpx;
  254. width: 100%;
  255. height: 88rpx;
  256. border-radius: 44rpx;
  257. font-size: 32rpx;
  258. font-weight: 500;
  259. background: #1976ff;
  260. color: #fff;
  261. border: none;
  262. }
  263. .popup-footer.data-v-d08ef7d4 {
  264. text-align: center;
  265. margin-top: 10rpx;
  266. color: #1976ff;
  267. font-size: 26rpx;
  268. font-weight: 500;
  269. letter-spacing: 1rpx;
  270. }