addgood.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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.data-v-4246d39b {
  28. background: #EDF1F7;
  29. }
  30. .selectcz.data-v-4246d39b {
  31. width: 100%;
  32. background-color: #FFFFFF;
  33. position: fixed;
  34. bottom: 0rpx;
  35. left: 0;
  36. right: 0;
  37. z-index: 9;
  38. }
  39. .tabse.data-v-4246d39b {
  40. width: 50rpx;
  41. height: 10rpx;
  42. background-color: #FCD202;
  43. position: absolute;
  44. bottom: 0;
  45. left: 45%;
  46. -webkit-transform: translate(-100%, -100%);
  47. transform: translate(-100%, -100%);
  48. }
  49. .tabse1.data-v-4246d39b {
  50. width: 50rpx;
  51. height: 10rpx;
  52. background-color: #FCD202;
  53. position: absolute;
  54. bottom: 0;
  55. left: 70%;
  56. -webkit-transform: translate(-100%, -100%);
  57. transform: translate(-100%, -100%);
  58. }
  59. .tabse2.data-v-4246d39b {
  60. width: 50rpx;
  61. height: 10rpx;
  62. background-color: #FCD202;
  63. position: absolute;
  64. bottom: 0;
  65. left: 95%;
  66. -webkit-transform: translate(-100%, -100%);
  67. transform: translate(-100%, -100%);
  68. }
  69. .bg.data-v-4246d39b {
  70. background: #FFFFFF;
  71. }
  72. .boxs.data-v-4246d39b {
  73. height: 55rpx;
  74. border-radius: 28rpx;
  75. text-align: center;
  76. line-height: 55rpx;
  77. color: #999999;
  78. margin-right: 30rpx;
  79. display: inline-block;
  80. }
  81. .actives.data-v-4246d39b {
  82. height: 55rpx;
  83. border: 2rpx solid #FFCC00;
  84. border-radius: 28rpx;
  85. text-align: center;
  86. line-height: 55rpx;
  87. color: #000000;
  88. margin-right: 30rpx;
  89. }
  90. .btn.data-v-4246d39b {
  91. width: 120rpx;
  92. height: 64rpx;
  93. border: 2rpx solid #999999;
  94. border-radius: 8rpx;
  95. text-align: center;
  96. line-height: 64rpx;
  97. color: #000000;
  98. }
  99. .box.data-v-4246d39b {
  100. width: 131rpx;
  101. height: 45rpx;
  102. background: #FFEAF0;
  103. border-radius: 4rpx;
  104. text-align: center;
  105. line-height: 45rpx;
  106. font-size: 24rpx;
  107. font-weight: 500;
  108. color: #FE215B;
  109. }
  110. .page-box.data-v-4246d39b {
  111. position: relative;
  112. height: 100vh;
  113. z-index: 0;
  114. top: -20px;
  115. }
  116. .centre.data-v-4246d39b {
  117. position: absolute;
  118. left: 0;
  119. top: 0;
  120. right: 0;
  121. bottom: 0;
  122. margin: auto;
  123. height: 400rpx;
  124. text-align: center;
  125. font-size: 32rpx;
  126. }
  127. .centre image.data-v-4246d39b {
  128. width: 387rpx;
  129. height: 341rpx;
  130. margin: 0 auto 20rpx;
  131. }
  132. .centre .tips.data-v-4246d39b {
  133. font-size: 32rpx;
  134. color: #2F3044;
  135. margin-top: 20rpx;
  136. font-weight: 700;
  137. }
  138. .centre .btn.data-v-4246d39b {
  139. margin: 80rpx auto;
  140. width: 600rpx;
  141. border-radius: 32rpx;
  142. line-height: 90rpx;
  143. color: #ffffff;
  144. font-size: 34rpx;
  145. background: #5074FF;
  146. }
  147. .boxIndex.data-v-4246d39b {
  148. height: 78rpx;
  149. line-height: 78rpx;
  150. }
  151. .tans.data-v-4246d39b {
  152. background: #fff;
  153. }
  154. .addguige.data-v-4246d39b {
  155. width: 38%;
  156. color: #ffffff;
  157. text-align: center;
  158. height: 88rpx;
  159. line-height: 88rpx;
  160. }
  161. .addguigezz.data-v-4246d39b {
  162. border-radius: 16rpx 0 0 0;
  163. background-color: #999999;
  164. box-shadow: 0px 10rpx 20rpx 0px #999999;
  165. }
  166. .addguigezzs.data-v-4246d39b {
  167. border-radius: 0 16rpx 0 0;
  168. background: #FCD202;
  169. box-shadow: 0px 10rpx 20rpx 0px #FCD202;
  170. }
  171. .addguiges.data-v-4246d39b {
  172. width: 90%;
  173. margin: 0 auto;
  174. background: #FCD202;
  175. box-shadow: 0px 10rpx 20rpx 0px #FFD9B3;
  176. border-radius: 16rpx;
  177. text-align: center;
  178. height: 88rpx;
  179. line-height: 88rpx;
  180. /* position: fixed;
  181. bottom: 25upx;
  182. left: 0;
  183. right: 0; */
  184. }