login.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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. uni-button[type=primary].data-v-b237504c {
  28. background: -webkit-linear-gradient(top, #5a52c5 0%, #8257ed 100%);
  29. background: linear-gradient(180deg, #5a52c5 0%, #8257ed 100%);
  30. }
  31. page.data-v-b237504c {
  32. font-size: 28rpx;
  33. }
  34. .wrap.data-v-b237504c {
  35. margin: 0 40rpx;
  36. }
  37. .full-img.data-v-b237504c {
  38. width: 100%;
  39. height: auto;
  40. }
  41. .f-tac.data-v-b237504c {
  42. text-align: center;
  43. }
  44. .write-radius.data-v-b237504c {
  45. background-color: #fff;
  46. border-radius: 24rpx;
  47. padding: 24rpx;
  48. margin-bottom: 24rpx;
  49. }
  50. .bottom-btn-wrap.data-v-b237504c {
  51. height: 110rpx;
  52. }
  53. .bottom-btn.data-v-b237504c {
  54. height: 110rpx;
  55. line-height: 110rpx;
  56. position: fixed;
  57. left: 0;
  58. bottom: 0;
  59. width: 100%;
  60. }
  61. .search-block.data-v-b237504c {
  62. display: -webkit-box;
  63. display: -webkit-flex;
  64. display: flex;
  65. -webkit-box-align: center;
  66. -webkit-align-items: center;
  67. align-items: center;
  68. }
  69. .search-input.data-v-b237504c {
  70. border: 1px solid #666;
  71. font-size: 24rpx;
  72. height: 50rpx;
  73. line-height: 50rpx;
  74. border-radius: 12rpx;
  75. padding-left: 24rpx;
  76. }
  77. .search-input + .search-input.data-v-b237504c {
  78. margin: 0 10rpx;
  79. }
  80. .search-button.data-v-b237504c {
  81. width: 200rpx;
  82. height: 50rpx;
  83. line-height: 50rpx;
  84. font-size: 32rpx;
  85. }
  86. /* @import url("login.scss"); */
  87. page.data-v-b237504c {
  88. background-color: #f8f8f8;
  89. }
  90. .til.data-v-b237504c {
  91. margin: 24rpx 0;
  92. }
  93. .login.data-v-b237504c {
  94. padding-top: 24rpx;
  95. }
  96. .uni-input.data-v-b237504c {
  97. width: 100%;
  98. box-sizing: border-box;
  99. border-radius: 100rpx;
  100. background-color: #ffffff;
  101. height: 50px;
  102. padding-left: 80rpx;
  103. }
  104. .uni-form-item.data-v-b237504c {
  105. position: relative;
  106. margin-bottom: 40rpx;
  107. }
  108. .btn.data-v-b237504c {
  109. border-radius: 100rpx;
  110. }
  111. .uni-form-item-wrap.data-v-b237504c {
  112. margin-bottom: 80rpx;
  113. }
  114. .eyebtn.data-v-b237504c {
  115. position: absolute;
  116. height: 100%;
  117. width: 50px;
  118. top: 0;
  119. right: 0;
  120. background: transparent;
  121. cursor: pointer;
  122. border: 0;
  123. padding: 0;
  124. margin: 0;
  125. outline: 0;
  126. }
  127. .eyebtn.data-v-b237504c::before,
  128. .eyebtn.data-v-b237504c::after {
  129. content: '';
  130. position: absolute;
  131. top: 0;
  132. left: 0;
  133. bottom: 0;
  134. right: 0;
  135. margin: auto;
  136. }
  137. .eyebtn.data-v-b237504c::after {
  138. -webkit-transform-origin: unset;
  139. transform-origin: unset;
  140. -webkit-transform: scale(0.8);
  141. transform: scale(0.8);
  142. }
  143. .eyebtn.password.data-v-b237504c::before {
  144. width: 20px;
  145. height: 20px;
  146. background: #e0e0e0;
  147. border-radius: 15px 0 15px 0;
  148. -webkit-transform: rotate(45deg);
  149. transform: rotate(45deg);
  150. -webkit-transition: height .168s;
  151. transition: height .168s;
  152. }
  153. .eyebtn.password.data-v-b237504c::after {
  154. width: 10px;
  155. height: 10px;
  156. border-radius: 50%;
  157. background: #424242;
  158. }
  159. .eyebtn.text.data-v-b237504c::before {
  160. width: 15px;
  161. height: 15px;
  162. background: transparent;
  163. border: 3px solid #e0e0e0;
  164. border-radius: 15px 0 15px 0;
  165. -webkit-transform: rotate(45deg);
  166. transform: rotate(45deg);
  167. }
  168. .eyebtn.text.data-v-b237504c::after {
  169. width: 3px;
  170. height: 30px;
  171. border-radius: 0;
  172. -webkit-transform: rotate(30deg);
  173. transform: rotate(30deg);
  174. background: #e0e0e0;
  175. -webkit-transition: height .132s;
  176. transition: height .132s;
  177. }