login.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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. /*自定义主题色 */
  27. body[data-v-e4e4508d] {
  28. background-color: #ffffff;
  29. }
  30. .other-login-btn[data-v-e4e4508d] {
  31. display: flex;
  32. align-items: center;
  33. justify-content: center;
  34. width: 100%;
  35. height: 2.5rem;
  36. background: rgba(229, 138, 0, 0.08);
  37. border-radius: 1.25rem;
  38. font-size: 0.9375rem;
  39. font-family: PingFang SC;
  40. font-weight: 500;
  41. color: #FF5C03;
  42. border: 0.0625rem solid #FF5C03;
  43. margin-top: 0.9375rem;
  44. }
  45. .other-login-btn[data-v-e4e4508d]::after {
  46. border: none;
  47. }
  48. .content[data-v-e4e4508d] {
  49. display: flex;
  50. flex-direction: column;
  51. align-items: center;
  52. height: 100vh;
  53. width: 100%;
  54. position: relative;
  55. }
  56. .backImg[data-v-e4e4508d] {
  57. position: absolute;
  58. left: 0.9375rem;
  59. top: 40px;
  60. height: 0.9375rem;
  61. width: 0.9375rem;
  62. }
  63. .pageTop[data-v-e4e4508d] {
  64. display: flex;
  65. flex-direction: column;
  66. width: 100%;
  67. }
  68. .content .head[data-v-e4e4508d] {
  69. text-align: center;
  70. width: 100%;
  71. height: 3.125rem;
  72. background-size: cover;
  73. box-sizing: border-box;
  74. font-size: 1.125rem;
  75. font-weight: bold;
  76. color: #666;
  77. }
  78. .content .head uni-image[data-v-e4e4508d] {
  79. width: 4.6875rem;
  80. height: 4.6875rem;
  81. border-radius: 0.3125rem;
  82. box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.2);
  83. }
  84. .title[data-v-e4e4508d] {
  85. color: #141414;
  86. margin: 1.5625rem 0 0.9375rem 0;
  87. font-size: 1.1875rem;
  88. font-weight: 500;
  89. }
  90. .desc[data-v-e4e4508d] {
  91. color: #686866;
  92. padding: 0 0 0.9375rem 0;
  93. font-size: 0.875rem;
  94. }
  95. .loginBox[data-v-e4e4508d] {
  96. padding: 0 10px 0.9375rem;
  97. width: 100%;
  98. background: #FDFDFD;
  99. z-index: 10;
  100. position: relative;
  101. }
  102. .loginBox .login-item p[data-v-e4e4508d] {
  103. text-align: left;
  104. }
  105. .loginBox .line[data-v-e4e4508d] {
  106. height: 0.01563rem;
  107. background-color: #efefef;
  108. margin-top: 0.3125rem;
  109. }
  110. .loginBox .input-account[data-v-e4e4508d] {
  111. margin-top: 0.625rem;
  112. margin-bottom: 0;
  113. border-radius: 1.25rem;
  114. border: solid 0 #efefef;
  115. height: 2.5rem;
  116. width: 100%;
  117. background-size: 0.9375rem 0.9375rem;
  118. background-position: 0.9375rem;
  119. }
  120. .loginBox .input-pwd[data-v-e4e4508d] {
  121. margin-top: 1.25rem;
  122. margin-bottom: 0.625rem;
  123. border-radius: 1.25rem;
  124. border: solid 0 #efefef;
  125. height: 2.5rem;
  126. width: 100%;
  127. background-size: 0.9375rem 0.9375rem;
  128. background-position: 0.9375rem;
  129. }
  130. .loginBox uni-input[data-v-e4e4508d] {
  131. margin-left: 2.5rem;
  132. height: 2.5rem;
  133. line-height: 2.5rem;
  134. }
  135. .loginBox .reg-box[data-v-e4e4508d] {
  136. padding-bottom: 0.625rem;
  137. margin: 0 10px;
  138. }
  139. .loginBox .reg-box .reg-btn[data-v-e4e4508d] {
  140. font-size: 16px;
  141. color: #FF5C03;
  142. }
  143. .btns[data-v-e4e4508d] {
  144. margin: 1.875rem 0;
  145. }
  146. .login-btn[data-v-e4e4508d] {
  147. display: flex;
  148. align-items: center;
  149. justify-content: center;
  150. width: 100%;
  151. height: 2.5rem;
  152. background: linear-gradient(to right, #FF5C03 0%, #FF5C03 100%);
  153. background: -moz-linear-gradient(to right, #FF5C03 0%, #FF5C03 100%);
  154. box-shadow: 0px 0.21875rem 0.1875rem 0px rgba(229, 138, 0, 0.22);
  155. border-radius: 1.25rem;
  156. font-size: 0.9375rem;
  157. font-family: PingFang SC;
  158. font-weight: 500;
  159. color: white;
  160. }
  161. .pageBottom[data-v-e4e4508d] {
  162. height: 6.875rem;
  163. width: 75%;
  164. display: flex;
  165. flex-direction: column;
  166. position: absolute;
  167. bottom: 3.125rem;
  168. }
  169. .tips[data-v-e4e4508d] {
  170. color: #999;
  171. font-size: 1rem;
  172. }
  173. .menu[data-v-e4e4508d] {
  174. margin-top: 0.9375rem;
  175. }
  176. .menu uni-image[data-v-e4e4508d] {
  177. width: 3rem;
  178. height: 3rem;
  179. }
  180. .checkbox[data-v-e4e4508d] {
  181. margin: 0.625rem;
  182. margin-top: 1.125rem;
  183. display: flex;
  184. flex-direction: row;
  185. align-items: flex-start;
  186. justify-content: flex-start;
  187. font-family: PingFang SC, PingFang SC;
  188. font-weight: 400;
  189. font-size: 0.8125rem;
  190. color: #999999;
  191. line-height: 1.1875rem;
  192. text-align: left;
  193. }
  194. .checkbox uni-text[data-v-e4e4508d] {
  195. color: #FF5C03;
  196. }
  197. .checkbox-icon[data-v-e4e4508d] {
  198. flex-shrink: 0;
  199. margin-right: 0.375rem;
  200. }
  201. .checkbox-icon uni-image[data-v-e4e4508d] {
  202. height: 0.75rem;
  203. width: 0.75rem;
  204. }