goods.wxss 4.8 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. .vite.data-v-2d9390bc {
  28. width: 198rpx;
  29. height: 60rpx;
  30. background: #F4F4F4;
  31. border-radius: 36rpx;
  32. padding: 12rpx 28rpx;
  33. box-sizing: border-box;
  34. }
  35. .special.data-v-2d9390bc {
  36. font-family: PingFangSC, PingFang SC;
  37. font-weight: 400;
  38. font-size: 26rpx;
  39. color: #444444;
  40. line-height: 36rpx;
  41. text-align: left;
  42. font-style: normal;
  43. }
  44. .minus.data-v-2d9390bc {
  45. width: 22px;
  46. height: 22px;
  47. border-width: 1px;
  48. border-color: rgba(0, 0, 0, 0);
  49. border-style: solid;
  50. border-top-left-radius: 100px;
  51. border-top-right-radius: 100px;
  52. border-bottom-left-radius: 100px;
  53. border-bottom-right-radius: 100px;
  54. display: flex;
  55. flex-direction: row;
  56. justify-content: center;
  57. align-items: center;
  58. }
  59. .inpu.data-v-2d9390bc {
  60. padding: 0 20px;
  61. width: 150rpx;
  62. height: 52rpx;
  63. background: #F4F4F4;
  64. text-align: center;
  65. line-height: 52rpx;
  66. }
  67. .plus.data-v-2d9390bc {
  68. width: 22px;
  69. height: 22px;
  70. border-radius: 50%;
  71. display: flex;
  72. justify-content: center;
  73. align-items: center;
  74. }
  75. .back.data-v-2d9390bc {
  76. padding: 20rpx 24rpx;
  77. }
  78. .back .btn.data-v-2d9390bc {
  79. width: 750rpx;
  80. height: 166rpx;
  81. background: #FFFFFF;
  82. position: fixed;
  83. bottom: 0;
  84. left: 0;
  85. padding: 18rpx 32rpx;
  86. box-sizing: border-box;
  87. }
  88. .back .btn .button.data-v-2d9390bc {
  89. width: 686rpx;
  90. height: 88rpx;
  91. background: #F83224;
  92. border-radius: 44rpx;
  93. font-family: PingFangSC, PingFang SC;
  94. font-weight: 500;
  95. font-size: 32rpx;
  96. color: #FFFFFF;
  97. line-height: 88rpx;
  98. text-align: center;
  99. font-style: normal;
  100. }
  101. .back .abouta.data-v-2d9390bc {
  102. padding: 38rpx 20rpx;
  103. box-sizing: border-box;
  104. width: 702rpx;
  105. background: #FFFFFF;
  106. border-radius: 16rpx;
  107. margin-top: 20rpx;
  108. }
  109. .back .abouta .zhu.data-v-2d9390bc {
  110. font-family: PingFangSC, PingFang SC;
  111. font-weight: 400;
  112. font-size: 24rpx;
  113. color: #7D7D7D;
  114. line-height: 42rpx;
  115. text-align: left;
  116. font-style: normal;
  117. }
  118. .back .abouta .rule.data-v-2d9390bc {
  119. font-family: PingFangSC, PingFang SC;
  120. font-weight: 400;
  121. font-size: 24rpx;
  122. color: #F83224;
  123. line-height: 34rpx;
  124. text-align: left;
  125. font-style: normal;
  126. }
  127. .back .title.data-v-2d9390bc {
  128. font-family: PingFangSC, PingFang SC;
  129. font-weight: 600;
  130. font-size: 28rpx;
  131. color: #222222;
  132. line-height: 40rpx;
  133. text-align: left;
  134. font-style: normal;
  135. }
  136. .back .type.data-v-2d9390bc {
  137. width: 704rpx;
  138. height: 96rpx;
  139. background: #FFFFFF;
  140. border-radius: 16rpx;
  141. margin-top: 20rpx;
  142. padding: 28rpx 20rpx;
  143. box-sizing: border-box;
  144. }
  145. .back .type .change.data-v-2d9390bc {
  146. font-family: PingFangSC, PingFang SC;
  147. font-weight: 400;
  148. font-size: 28rpx;
  149. color: #666666;
  150. line-height: 40rpx;
  151. text-align: left;
  152. font-style: normal;
  153. }
  154. .back .top.data-v-2d9390bc {
  155. width: 702rpx;
  156. background: #FFFFFF;
  157. border-radius: 16rpx;
  158. padding: 24rpx 28rpx;
  159. box-sizing: border-box;
  160. }
  161. .back .top .mast.data-v-2d9390bc {
  162. height: 30rpx;
  163. border-radius: 16rpx;
  164. border: 1rpx solid #F83224;
  165. font-family: PingFangSC, PingFang SC;
  166. font-weight: 400;
  167. font-size: 20rpx;
  168. color: #FF1515;
  169. line-height: 30rpx;
  170. text-align: center;
  171. font-style: normal;
  172. margin-left: 8rpx;
  173. padding: 0 6rpx;
  174. box-sizing: border-box;
  175. }
  176. .back .top .about.data-v-2d9390bc {
  177. width: 202rpx;
  178. height: 60rpx;
  179. border-radius: 36rpx;
  180. border: 1rpx solid rgba(151, 151, 151, 0.5);
  181. font-family: PingFangSC, PingFang SC;
  182. font-weight: 400;
  183. font-size: 26rpx;
  184. color: #444444;
  185. line-height: 60rpx;
  186. text-align: center;
  187. font-style: normal;
  188. margin-bottom: 20rpx;
  189. }
  190. .back .info.data-v-2d9390bc {
  191. font-family: PingFangSC, PingFang SC;
  192. font-weight: 400;
  193. font-size: 24rpx;
  194. color: #222222;
  195. line-height: 34rpx;
  196. text-align: left;
  197. font-style: normal;
  198. margin-top: 20rpx;
  199. }
  200. .back .input.data-v-2d9390bc {
  201. width: 646rpx;
  202. height: 68rpx;
  203. background: #F5F5F5;
  204. border-radius: 44rpx;
  205. padding: 14rpx 32rpx;
  206. margin-top: 20rpx;
  207. box-sizing: border-box;
  208. }