replace-manage.wxss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  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 {
  28. width: 100%;
  29. height: 100%;
  30. position: relative;
  31. background: #F9F9FB;
  32. }
  33. @charset "UTF-8";
  34. /**
  35. * 这里是uni-app内置的常用样式变量
  36. *
  37. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  38. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  39. *
  40. */
  41. /**
  42. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  43. *
  44. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  45. */
  46. /* 颜色变量 */
  47. /* 行为相关颜色 */
  48. /* 文字基本颜色 */
  49. /* 背景颜色 */
  50. /* 边框颜色 */
  51. /* 尺寸变量 */
  52. /* 文字尺寸 */
  53. /* 图片尺寸 */
  54. /* Border Radius */
  55. /* 水平间距 */
  56. /* 垂直间距 */
  57. /* 透明度 */
  58. /* 文章场景相关 */
  59. .user_info.data-v-6267c106 {
  60. width: 100%;
  61. height: 89rpx;
  62. line-height: 89rpx;
  63. background: #fff;
  64. margin-bottom: 20rpx;
  65. padding: 0 30rpx;
  66. }
  67. .user_info text.data-v-6267c106 {
  68. font-size: 30rpx;
  69. font-weight: bold;
  70. }
  71. .new_user_info.data-v-6267c106 {
  72. width: 100%;
  73. height: 120rpx;
  74. background: #fff;
  75. margin-bottom: 20rpx;
  76. padding: 0 30rpx;
  77. box-sizing: border-box;
  78. }
  79. .new_user_info .user_con .vip_icon.data-v-6267c106 {
  80. width: 88rpx;
  81. height: 36rpx;
  82. margin-left: 10rpx;
  83. }
  84. .new_user_info .user_con view.data-v-6267c106 {
  85. font-size: 30rpx;
  86. font-weight: bold;
  87. }
  88. .new_user_info .user_con view.data-v-6267c106:first-child {
  89. margin-bottom: 15rpx;
  90. }
  91. .new_user_info .vip_btn.data-v-6267c106 {
  92. width: 150rpx;
  93. height: 66rpx;
  94. border-radius: 8rpx;
  95. font-size: 32rpx;
  96. }
  97. .new_user_info .set_vip_btn.data-v-6267c106 {
  98. background: linear-gradient(266deg, #66647A 0%, #404146 100%);
  99. color: #FBF4CB;
  100. }
  101. .new_user_info .cancel_vip_btn.data-v-6267c106 {
  102. background: linear-gradient(273deg, #FFAA01 0%, #FE0000 100%);
  103. color: #fff;
  104. }
  105. .price_box.data-v-6267c106 {
  106. margin-top: 20rpx;
  107. }
  108. .price_box .goods_price .vip_ident.data-v-6267c106 {
  109. width: 56rpx;
  110. height: 40rpx;
  111. background: linear-gradient(226deg, #66647a 0%, #404146 100%);
  112. border-radius: 4rpx;
  113. font-size: 28rpx;
  114. color: #fcf7c0;
  115. display: flex;
  116. justify-content: center;
  117. align-items: center;
  118. margin-right: 10rpx;
  119. }
  120. .price_box .goods_price .old_price.data-v-6267c106 {
  121. text-decoration: line-through;
  122. font-size: 28rpx;
  123. font-weight: 500;
  124. }
  125. .price_box .goods_price .draw_off text.data-v-6267c106 {
  126. color: #999;
  127. }
  128. .price_box .goods_price .symbol.data-v-6267c106 {
  129. font-size: 28rpx;
  130. }
  131. .price_box .goods_price .price.data-v-6267c106 {
  132. font-weight: 600;
  133. font-size: 36rpx;
  134. }
  135. .price_box .goods_price .price text.data-v-6267c106 {
  136. color: #fb231f;
  137. }
  138. .price_box .goods_price .vip.data-v-6267c106 {
  139. font-size: 28rpx;
  140. font-weight: bold;
  141. color: #333;
  142. }
  143. .price_box .goods_price .vip_active.data-v-6267c106 {
  144. font-size: 36rpx;
  145. font-weight: bold;
  146. }
  147. .price_box .goods_price .vip_active text.data-v-6267c106 {
  148. color: #fb231f;
  149. }
  150. .price_box .goods_price .vip_img.data-v-6267c106 {
  151. width: 88rpx;
  152. height: 36rpx;
  153. vertical-align: -6rpx;
  154. margin-right: 10rpx;
  155. }
  156. .replace.data-v-6267c106 {
  157. padding-bottom: 220rpx;
  158. overflow-x: hidden;
  159. }
  160. .replace .hint.data-v-6267c106 {
  161. width: 100%;
  162. height: 86rpx;
  163. background: #FCF7C0;
  164. padding: 0 30rpx;
  165. box-sizing: border-box;
  166. }
  167. .replace .hint text.data-v-6267c106 {
  168. font-size: 30rpx;
  169. color: #FF6400;
  170. }
  171. .replace .hint .icongonggao.data-v-6267c106 {
  172. margin-right: 20rpx;
  173. }
  174. .replace .hint .iconguanbi2.data-v-6267c106 {
  175. font-size: 45rpx;
  176. font-weight: bold;
  177. }
  178. .replace .hint .iconfont.data-v-6267c106 {
  179. font-size: 40rpx;
  180. vertical-align: -2rpx;
  181. }
  182. .goods_box.data-v-6267c106 {
  183. background: #fff;
  184. margin-bottom: 20rpx;
  185. padding: 30rpx 24rpx;
  186. box-sizing: border-box;
  187. }
  188. .goods_box .goods.data-v-6267c106 {
  189. margin-bottom: 30rpx;
  190. }
  191. .goods_box .goods .goods_img.data-v-6267c106 {
  192. width: 180rpx;
  193. height: 144rpx;
  194. margin-right: 15rpx;
  195. border-radius: 8rpx;
  196. flex-shrink: 0;
  197. }
  198. .goods_box .goods .goods_info.data-v-6267c106 {
  199. flex: 1;
  200. }
  201. .goods_box .goods .goods_info .total.data-v-6267c106 {
  202. margin-top: 30rpx;
  203. }
  204. .goods_box .goods .goods_info .total text.data-v-6267c106:last-child {
  205. font-size: 48rpx;
  206. }
  207. .size .size_con.data-v-6267c106 {
  208. margin-bottom: 20rpx;
  209. display: flex;
  210. align-items: flex-start;
  211. justify-content: flex-start;
  212. }
  213. .size .size_con .type.data-v-6267c106 {
  214. flex-shrink: 0;
  215. }
  216. .size .size_box.data-v-6267c106 {
  217. flex-wrap: wrap;
  218. }
  219. .size .size_box view.data-v-6267c106 {
  220. width: 104rpx;
  221. text-align: center;
  222. line-height: 48rpx;
  223. height: 48rpx;
  224. border-radius: 24rpx;
  225. margin-left: 20rpx;
  226. border: 2rpx solid #eeeeee;
  227. margin-bottom: 14rpx;
  228. font-size: 28rpx;
  229. }
  230. .size .size_box .checked.data-v-6267c106 {
  231. background: #fff4f3;
  232. border: 2rpx solid #fb231f;
  233. color: #fb231f;
  234. }
  235. .num.data-v-6267c106 {
  236. margin-bottom: 20rpx;
  237. }
  238. .num .count.data-v-6267c106 {
  239. width: 220rpx;
  240. height: 64rpx;
  241. background: #fff4f3;
  242. border: 2px solid #fb231f;
  243. border-radius: 16rpx;
  244. overflow: hidden;
  245. }
  246. .num .count input.data-v-6267c106 {
  247. border-left: 1rpx solid #fb231f;
  248. border-right: 1rpx solid #fb231f;
  249. height: 100%;
  250. width: 40%;
  251. text-align: center;
  252. }
  253. .num .count view.data-v-6267c106 {
  254. color: #fb231f;
  255. width: 30%;
  256. font-size: 44rpx;
  257. flex-shrink: 0;
  258. }
  259. .num .box.data-v-6267c106 {
  260. background: #f5f5f5;
  261. width: 112rpx;
  262. height: 64rpx;
  263. text-align: center;
  264. line-height: 64rpx;
  265. border-radius: 8rpx;
  266. }
  267. .num .iconfont.data-v-6267c106 {
  268. font-size: 40rpx;
  269. color: #fb231f;
  270. font-weight: bold;
  271. }
  272. .fixed_box.data-v-6267c106 {
  273. position: fixed;
  274. bottom: 0;
  275. left: 0;
  276. width: 100%;
  277. z-index: 9999;
  278. }
  279. .fixed_box .all.data-v-6267c106 {
  280. width: 100%;
  281. height: 88rpx;
  282. border-bottom: 1rpx solid #eee;
  283. padding: 0 30rpx;
  284. background-color: #fff;
  285. }
  286. .fixed_box .btn_con.data-v-6267c106 {
  287. background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
  288. height: 100rpx;
  289. font-size: 32rpx;
  290. color: #fff;
  291. }