login.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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. .logo {
  28. width: 100%;
  29. height: 340rpx;
  30. text-align: center;
  31. display: -webkit-box;
  32. display: -webkit-flex;
  33. display: flex;
  34. -webkit-box-align: center;
  35. -webkit-align-items: center;
  36. align-items: center;
  37. padding-top: 240rpx;
  38. }
  39. .logo image {
  40. width: 280rpx;
  41. margin: 0 auto;
  42. height: 120rpx;
  43. }
  44. .set {
  45. position: absolute;
  46. right: 50rpx;
  47. top: 100rpx;
  48. }
  49. .bg {
  50. width: 100%;
  51. position: fixed;
  52. bottom: 0;
  53. left: 0;
  54. z-index: -1;
  55. }
  56. .bg image {
  57. width: 100%;
  58. }
  59. .u-input__right-icon {
  60. line-height: 35px !important;
  61. }
  62. .uni-form-item {
  63. width: 100%;
  64. }
  65. .uni-form-item .username {
  66. width: 80%;
  67. margin: 0 auto;
  68. display: -webkit-box;
  69. display: -webkit-flex;
  70. display: flex;
  71. margin-bottom: 40rpx;
  72. padding-bottom: 10rpx;
  73. border-bottom: 2rpx solid #C3C3C3;
  74. }
  75. .uni-form-item .username .u-icon__icon {
  76. margin-top: 17rpx;
  77. }
  78. .uni-form-item .username .uni-input {
  79. width: 100%;
  80. }
  81. .uni-form-item .passwold {
  82. width: 80%;
  83. margin: 0 auto;
  84. display: -webkit-box;
  85. display: -webkit-flex;
  86. display: flex;
  87. margin-bottom: 40rpx;
  88. padding-bottom: 10rpx;
  89. border-bottom: 2rpx solid #C3C3C3;
  90. }
  91. .uni-form-item .passwold .u-icon__icon {
  92. margin-top: 17rpx;
  93. }
  94. .uni-form-item .passwold .uni-input {
  95. width: 100%;
  96. }
  97. .uni-form-item .aboutpass {
  98. width: 80%;
  99. margin: 0 auto;
  100. display: -webkit-box;
  101. display: -webkit-flex;
  102. display: flex;
  103. -webkit-box-pack: end;
  104. -webkit-justify-content: flex-end;
  105. justify-content: flex-end;
  106. }
  107. .uni-form-item .aboutpass ._p {
  108. color: #C0C0C0;
  109. font-size: 28rpx;
  110. }
  111. .uni-form-item .aboutpass .u-checkbox__label {
  112. font-size: 28rpx;
  113. color: #C0C0C0;
  114. margin-right: 0;
  115. }
  116. .uni-form-item .uni-btn-v {
  117. width: 80%;
  118. margin: 112rpx auto 0;
  119. position: relative;
  120. z-index: 100;
  121. }
  122. .uni-form-item .uni-btn-v button {
  123. width: 100%;
  124. height: 72rpx;
  125. line-height: 75rpx;
  126. background-color: #5DC18B;
  127. color: #FFFFFF;
  128. border-radius: 36rpx;
  129. font-size: 28rpx;
  130. }
  131. .setbg {
  132. width: 100%;
  133. height: 100vh;
  134. position: absolute;
  135. top: 0;
  136. z-index: 99999;
  137. }
  138. .setbg .mengban {
  139. width: 100%;
  140. height: 100vh;
  141. position: absolute;
  142. top: 0;
  143. background-color: rgba(0, 0, 0, 0.5);
  144. }
  145. .setbg .set_http {
  146. position: absolute;
  147. width: 90%;
  148. left: 5%;
  149. top: 30%;
  150. }
  151. .setbg .set_http .set_http_top {
  152. display: -webkit-box;
  153. display: -webkit-flex;
  154. display: flex;
  155. -webkit-justify-content: space-around;
  156. justify-content: space-around;
  157. background-color: #5DC18B;
  158. height: 60px;
  159. line-height: 60px;
  160. color: #FFFFFF;
  161. border-top-right-radius: 20px;
  162. border-top-left-radius: 20px;
  163. font-size: 32rpx;
  164. }
  165. .setbg .set_http .set_http_bot {
  166. height: 150px;
  167. background-color: #FFFFFF;
  168. border-bottom-right-radius: 20px;
  169. border-bottom-left-radius: 20px;
  170. padding: 30px;
  171. }
  172. .setbg .set_http .set_http_bot .set_http_bot_input {
  173. margin-top: 20rpx;
  174. border: 2rpx solid #bdb6a6;
  175. border-radius: 20rpx;
  176. padding: 10rpx 40rpx 0 20rpx;
  177. font-size: 32rpx;
  178. height: 30px;
  179. display: -webkit-box;
  180. display: -webkit-flex;
  181. display: flex;
  182. -webkit-box-pack: justify;
  183. -webkit-justify-content: space-between;
  184. justify-content: space-between;
  185. }
  186. .setbg .set_http .set_http_bot .set_http_bot_input input {
  187. width: 90%;
  188. }
  189. .setbg .set_http .scroll-Y {
  190. border: 2rpx solid #d0d0d0;
  191. border-radius: 20rpx;
  192. }
  193. .setbg .set_http .scroll-Y .scroll-view-item {
  194. padding-left: 20rpx;
  195. height: 70rpx;
  196. font-size: 28rpx;
  197. line-height: 70rpx;
  198. border-bottom: 2rpx solid #d0d0d0;
  199. }
  200. .upgradeBox {
  201. padding: 15rpx;
  202. }