addgood.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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. width: 150rpx;
  74. height: 55rpx;
  75. border: 2rpx solid #CCCCCC;
  76. border-radius: 28rpx;
  77. text-align: center;
  78. line-height: 55rpx;
  79. color: #999999;
  80. margin-right: 30rpx;
  81. display: inline-block;
  82. }
  83. .actives.data-v-4246d39b {
  84. width: 150rpx;
  85. height: 55rpx;
  86. border: 2rpx solid #FFCC00;
  87. border-radius: 28rpx;
  88. text-align: center;
  89. line-height: 55rpx;
  90. color: #000000;
  91. margin-right: 30rpx;
  92. }
  93. .btn.data-v-4246d39b {
  94. width: 120rpx;
  95. height: 64rpx;
  96. border: 2rpx solid #999999;
  97. border-radius: 8rpx;
  98. text-align: center;
  99. line-height: 64rpx;
  100. color: #000000;
  101. }
  102. .box.data-v-4246d39b {
  103. width: 131rpx;
  104. height: 45rpx;
  105. background: #FFEAF0;
  106. border-radius: 4rpx;
  107. text-align: center;
  108. line-height: 45rpx;
  109. font-size: 24rpx;
  110. font-weight: 500;
  111. color: #FE215B;
  112. }
  113. .page-box.data-v-4246d39b {
  114. position: relative;
  115. height: 100vh;
  116. z-index: 0;
  117. top: -20px;
  118. }
  119. .centre.data-v-4246d39b {
  120. position: absolute;
  121. left: 0;
  122. top: 0;
  123. right: 0;
  124. bottom: 0;
  125. margin: auto;
  126. height: 400rpx;
  127. text-align: center;
  128. font-size: 32rpx;
  129. }
  130. .centre image.data-v-4246d39b {
  131. width: 387rpx;
  132. height: 341rpx;
  133. margin: 0 auto 20rpx;
  134. }
  135. .centre .tips.data-v-4246d39b {
  136. font-size: 32rpx;
  137. color: #2F3044;
  138. margin-top: 20rpx;
  139. font-weight: 700;
  140. }
  141. .centre .btn.data-v-4246d39b {
  142. margin: 80rpx auto;
  143. width: 600rpx;
  144. border-radius: 32rpx;
  145. line-height: 90rpx;
  146. color: #ffffff;
  147. font-size: 34rpx;
  148. background: #5074FF;
  149. }
  150. .boxIndex.data-v-4246d39b {
  151. height: 78rpx;
  152. line-height: 78rpx;
  153. }
  154. .tans.data-v-4246d39b {
  155. background: #fff;
  156. }
  157. .addguige.data-v-4246d39b {
  158. width: 38%;
  159. color: #ffffff;
  160. text-align: center;
  161. height: 88rpx;
  162. line-height: 88rpx;
  163. }
  164. .addguigezz.data-v-4246d39b {
  165. border-radius: 16rpx 0 0 0;
  166. background-color: #999999;
  167. box-shadow: 0px 10rpx 20rpx 0px #999999;
  168. }
  169. .addguigezzs.data-v-4246d39b {
  170. border-radius: 0 16rpx 0 0;
  171. background: #FCD202;
  172. box-shadow: 0px 10rpx 20rpx 0px #FCD202;
  173. }
  174. .addguiges.data-v-4246d39b {
  175. width: 90%;
  176. margin: 0 auto;
  177. background: #FCD202;
  178. box-shadow: 0px 10rpx 20rpx 0px #FFD9B3;
  179. border-radius: 16rpx;
  180. text-align: center;
  181. height: 88rpx;
  182. line-height: 88rpx;
  183. /* position: fixed;
  184. bottom: 25upx;
  185. left: 0;
  186. right: 0; */
  187. }