login.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. page {
  28. background-image: url(/static/images/login/bg.png);
  29. background-size: 100% 100%;
  30. padding-top: 700rpx;
  31. }
  32. .apptitle {
  33. font-size: 52rpx;
  34. color: #fff;
  35. width: 80%;
  36. margin: 0 auto 40rpx;
  37. }
  38. .logo {
  39. width: 100%;
  40. height: 340rpx;
  41. text-align: center;
  42. display: flex;
  43. align-items: center;
  44. padding-top: 240rpx;
  45. }
  46. .logo image {
  47. width: 280rpx;
  48. margin: 0 auto;
  49. height: 120rpx;
  50. }
  51. .set {
  52. position: absolute;
  53. right: 50rpx;
  54. top: 150rpx;
  55. }
  56. .bg {
  57. width: 100%;
  58. position: fixed;
  59. bottom: 0;
  60. left: 0;
  61. z-index: -1;
  62. }
  63. .bg image {
  64. width: 100%;
  65. }
  66. .u-input__right-icon {
  67. line-height: 35px !important;
  68. }
  69. .uni-form-item {
  70. width: 100%;
  71. }
  72. .uni-form-item .username {
  73. width: 80%;
  74. margin: 0 auto;
  75. display: flex;
  76. margin-bottom: 40rpx;
  77. padding-bottom: 10rpx;
  78. border-bottom: 2rpx solid rgba(249, 249, 249, 0.4);
  79. }
  80. .uni-form-item .username .u-icon__icon {
  81. margin-top: 17rpx;
  82. }
  83. .uni-form-item .username .uni-input {
  84. width: 100%;
  85. color: #fff;
  86. }
  87. .uni-form-item .username .uni-input-input {
  88. color: #fff;
  89. }
  90. .uni-form-item .passwold {
  91. width: 80%;
  92. margin: 0 auto;
  93. display: flex;
  94. margin-bottom: 40rpx;
  95. padding-bottom: 10rpx;
  96. border-bottom: 2rpx solid rgba(249, 249, 249, 0.4);
  97. }
  98. .uni-form-item .passwold .u-icon__icon {
  99. margin-top: 17rpx;
  100. }
  101. .uni-form-item .passwold .uni-input-input {
  102. color: #fff;
  103. }
  104. .uni-form-item .passwold .uni-input {
  105. width: 100%;
  106. color: #fff;
  107. }
  108. .uni-form-item .passwold .uicon-eye {
  109. color: #fff !important;
  110. }
  111. .uni-form-item .aboutpass {
  112. width: 80%;
  113. margin: 0 auto;
  114. display: flex;
  115. justify-content: flex-end;
  116. }
  117. .uni-form-item .aboutpass ._p {
  118. color: #fff;
  119. font-size: 28rpx;
  120. }
  121. .uni-form-item .aboutpass .uicon-checkbox-mark {
  122. border-color: #FF0000;
  123. }
  124. .uni-form-item .aboutpass .u-checkbox__label {
  125. font-size: 28rpx;
  126. color: #fff;
  127. margin-right: 0;
  128. }
  129. .uni-form-item .uni-btn-v {
  130. width: 80%;
  131. margin: 112rpx auto 0;
  132. position: relative;
  133. z-index: 100;
  134. }
  135. .uni-form-item .uni-btn-v button {
  136. width: 100%;
  137. height: 90rpx;
  138. line-height: 90rpx;
  139. color: #FFFFFF;
  140. font-size: 36rpx;
  141. background-image: linear-gradient(to bottom, rgba(249, 249, 249, 0.6), rgba(249, 249, 249, 0.1));
  142. color: #5DC18B;
  143. }
  144. .setbg {
  145. width: 100%;
  146. height: 100vh;
  147. position: absolute;
  148. top: 0;
  149. z-index: 99999;
  150. }
  151. .setbg .mengban {
  152. width: 100%;
  153. height: 100vh;
  154. position: absolute;
  155. top: 0;
  156. background-color: rgba(0, 0, 0, 0.5);
  157. }
  158. .setbg .set_http {
  159. position: absolute;
  160. width: 90%;
  161. left: 5%;
  162. top: 30%;
  163. }
  164. .setbg .set_http .set_http_top {
  165. display: flex;
  166. justify-content: space-around;
  167. background-color: #5DC18B;
  168. height: 60px;
  169. line-height: 60px;
  170. color: #FFFFFF;
  171. border-top-right-radius: 20px;
  172. border-top-left-radius: 20px;
  173. font-size: 32rpx;
  174. }
  175. .setbg .set_http .set_http_bot {
  176. height: 150px;
  177. background-color: #FFFFFF;
  178. border-bottom-right-radius: 20px;
  179. border-bottom-left-radius: 20px;
  180. padding: 30px;
  181. }
  182. .setbg .set_http .set_http_bot .set_http_bot_input {
  183. margin-top: 20rpx;
  184. border: 2rpx solid #bdb6a6;
  185. border-radius: 20rpx;
  186. padding: 10rpx 40rpx 0 20rpx;
  187. font-size: 32rpx;
  188. height: 30px;
  189. display: flex;
  190. justify-content: space-between;
  191. }
  192. .setbg .set_http .set_http_bot .set_http_bot_input input {
  193. width: 90%;
  194. }
  195. .setbg .set_http .scroll-Y {
  196. border: 2rpx solid #d0d0d0;
  197. border-radius: 20rpx;
  198. }
  199. .setbg .set_http .scroll-Y .scroll-view-item {
  200. padding-left: 20rpx;
  201. height: 70rpx;
  202. font-size: 28rpx;
  203. line-height: 70rpx;
  204. border-bottom: 2rpx solid #d0d0d0;
  205. }
  206. .upgradeBox {
  207. padding: 15rpx;
  208. }