counter.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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-20a96b3e {
  28. width: 198rpx;
  29. height: 60rpx;
  30. background: #F4F4F4;
  31. border-radius: 36rpx;
  32. padding: 12rpx 28rpx;
  33. box-sizing: border-box;
  34. }
  35. .pop.data-v-20a96b3e {
  36. font-family: PingFangSC, PingFang SC;
  37. font-weight: 500;
  38. font-size: 36rpx;
  39. color: #333333;
  40. line-height: 50rpx;
  41. text-align: left;
  42. font-style: normal;
  43. padding: 32rpx 28rpx 0 0;
  44. box-sizing: border-box;
  45. }
  46. .back.data-v-20a96b3e {
  47. background-color: #f4f4f4;
  48. padding: 20rpx 24rpx;
  49. box-sizing: border-box;
  50. }
  51. .back .yuan.data-v-20a96b3e {
  52. width: 702rpx;
  53. height: 96rpx;
  54. background: #F83224;
  55. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  56. border-radius: 48rpx;
  57. margin-top: 62rpx;
  58. font-family: PingFangSC, PingFang SC;
  59. font-weight: 500;
  60. font-size: 32rpx;
  61. color: #FFFFFF;
  62. line-height: 96rpx;
  63. text-align: center;
  64. font-style: normal;
  65. }
  66. .back .gain.data-v-20a96b3e {
  67. width: 702rpx;
  68. height: 208rpx;
  69. background: #FFFFFF;
  70. border-radius: 16rpx;
  71. margin-top: 68rpx;
  72. padding: 40rpx 24rpx 34rpx 24rpx;
  73. box-sizing: border-box;
  74. }
  75. .back .gain .weigh.data-v-20a96b3e {
  76. font-family: PingFangSC, PingFang SC;
  77. font-weight: 400;
  78. font-size: 28rpx;
  79. color: #777777;
  80. line-height: 40rpx;
  81. text-align: left;
  82. font-style: normal;
  83. }
  84. .back .gain .info.data-v-20a96b3e {
  85. font-family: PingFangSC, PingFang SC;
  86. font-weight: 400;
  87. font-size: 24rpx;
  88. color: #333333;
  89. line-height: 34rpx;
  90. text-align: left;
  91. font-style: normal;
  92. }
  93. .back .gain .red.data-v-20a96b3e {
  94. font-family: HarmonyOS_Sans_Medium;
  95. font-size: 20rpx;
  96. color: #F83224;
  97. line-height: 26rpx;
  98. text-align: left;
  99. font-style: normal;
  100. }
  101. .back .minus.data-v-20a96b3e {
  102. width: 22px;
  103. height: 22px;
  104. border-top-left-radius: 100px;
  105. border-top-right-radius: 100px;
  106. border-bottom-left-radius: 100px;
  107. border-bottom-right-radius: 100px;
  108. display: flex;
  109. flex-direction: row;
  110. justify-content: center;
  111. align-items: center;
  112. }
  113. .back .input.data-v-20a96b3e {
  114. padding: 0 10px;
  115. }
  116. .back .plus.data-v-20a96b3e {
  117. width: 22px;
  118. height: 22px;
  119. border-radius: 50%;
  120. display: flex;
  121. justify-content: center;
  122. align-items: center;
  123. }
  124. .back .weight.data-v-20a96b3e {
  125. padding: 34rpx 20rpx;
  126. box-sizing: border-box;
  127. width: 702rpx;
  128. background: #FFFFFF;
  129. border-radius: 16rpx;
  130. margin-top: 20rpx;
  131. }
  132. .back .price.data-v-20a96b3e {
  133. width: 702rpx;
  134. height: 96rpx;
  135. background: #F83224;
  136. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  137. border-radius: 48rpx;
  138. position: fixed;
  139. bottom: 72rpx;
  140. left: 24rpx;
  141. font-family: PingFangSC, PingFang SC;
  142. font-weight: 500;
  143. font-size: 32rpx;
  144. color: #FFFFFF;
  145. line-height: 96rpx;
  146. text-align: center;
  147. font-style: normal;
  148. }
  149. .back .logistics.data-v-20a96b3e {
  150. width: 702rpx;
  151. height: 96rpx;
  152. background: #FFFFFF;
  153. border-radius: 16rpx;
  154. padding: 28rpx 22rpx;
  155. box-sizing: border-box;
  156. margin-top: 20rpx;
  157. }
  158. .back .logistics .change.data-v-20a96b3e {
  159. font-family: PingFangSC, PingFang SC;
  160. font-weight: 400;
  161. font-size: 28rpx;
  162. color: #F83224;
  163. line-height: 40rpx;
  164. text-align: left;
  165. font-style: normal;
  166. margin-right: 8rpx;
  167. }
  168. .back .type.data-v-20a96b3e {
  169. padding: 28rpx 20rpx;
  170. box-sizing: border-box;
  171. width: 702rpx;
  172. height: 190rpx;
  173. background: #FFFFFF;
  174. border-radius: 16rpx;
  175. margin-top: 20rpx;
  176. }
  177. .back .type .title.data-v-20a96b3e {
  178. font-family: PingFangSC, PingFang SC;
  179. font-weight: 600;
  180. font-size: 28rpx;
  181. color: #222222;
  182. line-height: 40rpx;
  183. text-align: left;
  184. font-style: normal;
  185. }
  186. .back .type .left.data-v-20a96b3e {
  187. padding: 0 30rpx;
  188. height: 60rpx;
  189. border-radius: 36rpx;
  190. border: 1rpx solid #F83224;
  191. font-family: PingFangSC, PingFang SC;
  192. font-weight: 400;
  193. font-size: 26rpx;
  194. color: #F83224;
  195. line-height: 60rpx;
  196. text-align: center;
  197. font-style: normal;
  198. box-sizing: border-box;
  199. }
  200. .back .type .right.data-v-20a96b3e {
  201. height: 60rpx;
  202. padding: 0 30rpx;
  203. border-radius: 36rpx;
  204. border: 1rpx solid #979797;
  205. font-family: PingFangSC, PingFang SC;
  206. font-weight: 400;
  207. font-size: 26rpx;
  208. color: #979797;
  209. line-height: 60rpx;
  210. box-sizing: border-box;
  211. text-align: center;
  212. font-style: normal;
  213. }
  214. .back .add.data-v-20a96b3e {
  215. width: 702rpx;
  216. height: 144rpx;
  217. background: #FFFFFF;
  218. border-radius: 16rpx;
  219. padding: 50rpx 8rpx;
  220. box-sizing: border-box;
  221. }
  222. .back .add .address.data-v-20a96b3e {
  223. font-family: PingFangSC, PingFang SC;
  224. font-weight: 600;
  225. font-size: 32rpx;
  226. color: #222222;
  227. line-height: 44rpx;
  228. text-align: right;
  229. font-style: normal;
  230. }