goods-detail.wxss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  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. .rg_info.data-v-23714906 {
  28. width: 100%;
  29. padding: 30rpx;
  30. box-sizing: border-box;
  31. background-color: #ffffff;
  32. border-bottom: 2rpx solid #e9e9e9;
  33. }
  34. .rg_info .goods_name.data-v-23714906 {
  35. font-size: 32rpx;
  36. font-weight: bold;
  37. }
  38. .rg_info .safe.data-v-23714906 {
  39. width: 690rpx;
  40. margin: 20rpx auto;
  41. font-size: 30rpx;
  42. background: linear-gradient(274deg, #edfdf3 0%, #e1f6e9 100%);
  43. border-radius: 24rpx;
  44. padding: 20rpx 30rpx;
  45. }
  46. .rg_info .safe text.data-v-23714906 {
  47. font-weight: bold;
  48. }
  49. .rg_info .safe .iconfont.data-v-23714906 {
  50. color: #349e08;
  51. margin-right: 20rpx;
  52. font-weight: normal;
  53. vertical-align: 2rpx;
  54. }
  55. .rg_info .vip_con.data-v-23714906 {
  56. width: 690rpx;
  57. margin: 0 auto;
  58. padding: 0 30rpx;
  59. height: 140rpx;
  60. background-size: 100% 100%;
  61. box-sizing: border-box;
  62. background: #fff4f3;
  63. border-radius: 16rpx;
  64. }
  65. .rg_info .vip_con view.data-v-23714906 {
  66. margin-left: 20rpx;
  67. }
  68. .rg_info .vip_con view text.data-v-23714906 {
  69. font-size: 32rpx;
  70. color: #fb231f;
  71. font-weight: bold;
  72. }
  73. .rg_info .vip_con view text.data-v-23714906:last-child {
  74. display: inline-block;
  75. margin-top: 10rpx;
  76. }
  77. .rg_info .vip_con .dart_icon.data-v-23714906 {
  78. width: 56rpx;
  79. height: 56rpx;
  80. flex-shrink: 0;
  81. }
  82. .goods_price.data-v-23714906 {
  83. margin-top: 20rpx;
  84. }
  85. .goods_price .old_price.data-v-23714906 {
  86. color: #999999;
  87. text-decoration: line-through;
  88. }
  89. .goods_price .price.data-v-23714906 {
  90. color: #fb231f;
  91. font-weight: 600;
  92. font-size: 36rpx;
  93. }
  94. .goods_price .vip_img.data-v-23714906 {
  95. width: 88rpx;
  96. height: 36rpx;
  97. vertical-align: -6rpx;
  98. margin-right: 10rpx;
  99. }
  100. .goods_price .vip.data-v-23714906 {
  101. font-size: 28rpx;
  102. font-weight: bold;
  103. }
  104. .goods_price .vip_active.data-v-23714906 {
  105. font-size: 36rpx;
  106. color: #fb231f;
  107. font-weight: bold;
  108. }
  109. .rich.data-v-23714906 {
  110. width: 690rpx;
  111. margin: 0 auto;
  112. padding-bottom: 280rpx;
  113. }
  114. .richText.data-v-23714906 {
  115. width: 690rpx;
  116. margin: 0 auto;
  117. padding: 20rpx;
  118. background-color: #fff;
  119. font-size: 28rpx;
  120. }
  121. uni-rich-text ._img.data-v-23714906 {
  122. max-width: 100% !important;
  123. }
  124. .rg.data-v-23714906 {
  125. padding-bottom: 50rpx;
  126. }
  127. .rg .rg_bug.data-v-23714906 {
  128. position: fixed;
  129. bottom: 0;
  130. left: 0;
  131. right: 0;
  132. height: 100rpx;
  133. font-size: 32rpx;
  134. color: #ffffff;
  135. background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
  136. text-align: center;
  137. line-height: 100rpx;
  138. }
  139. .rg .rg_imgs.data-v-23714906 {
  140. width: 100%;
  141. margin-bottom: 100rpx;
  142. text-align: center;
  143. }
  144. .rg .rg_size.data-v-23714906 {
  145. width: 100%;
  146. padding: 30rpx;
  147. box-sizing: border-box;
  148. background-color: #ffffff;
  149. border-bottom: 2rpx solid #e9e9e9;
  150. }
  151. .rg .rg_size .T.data-v-23714906 {
  152. color: #999999;
  153. font-size: 28rpx;
  154. margin-bottom: 10rpx;
  155. }
  156. .rg .rg_size .B.data-v-23714906 {
  157. display: flex;
  158. align-items: center;
  159. justify-content: space-between;
  160. }
  161. .rg .rg_size .B text.data-v-23714906 {
  162. color: #333333;
  163. font-size: 28rpx;
  164. }
  165. .rg .rg_size .B .B_counter.data-v-23714906 {
  166. width: 180rpx;
  167. height: 64rpx;
  168. }
  169. .rg .rg_info.data-v-23714906 {
  170. width: 100%;
  171. padding: 30rpx;
  172. box-sizing: border-box;
  173. background-color: #ffffff;
  174. border-bottom: 2rpx solid #e9e9e9;
  175. }
  176. .rg .rg_info .B.data-v-23714906 {
  177. width: 100%;
  178. display: flex;
  179. align-items: center;
  180. justify-content: space-between;
  181. }
  182. .rg .rg_info .B text.data-v-23714906:nth-of-type(1) {
  183. color: #999999;
  184. font-size: 28rpx;
  185. }
  186. .rg .rg_info .B text.data-v-23714906:nth-last-of-type(1) {
  187. color: #f76454;
  188. font-size: 36rpx;
  189. }
  190. .rg .rg_info .T.data-v-23714906 {
  191. display: flex;
  192. justify-content: flex-start;
  193. align-items: center;
  194. margin-bottom: 20rpx;
  195. }
  196. .rg .rg_info .T text.data-v-23714906:nth-of-type(1) {
  197. color: #333333;
  198. font-size: 36rpx;
  199. line-height: 48rpx;
  200. }
  201. .rg .rg_info .T text.data-v-23714906:nth-of-type(2) {
  202. color: #f76454;
  203. font-size: 28rpx;
  204. font-weight: 600;
  205. height: 50rpx;
  206. line-height: 50rpx;
  207. padding: 0 16rpx;
  208. width: -webkit-max-content;
  209. width: max-content;
  210. border-radius: 46rpx;
  211. border: 2rpx solid #fb231f;
  212. margin-right: 20rpx;
  213. }
  214. .rg .rg_swiper.data-v-23714906 {
  215. width: 100%;
  216. height: 600rpx;
  217. position: relative;
  218. }
  219. .rg .rg_swiper image.data-v-23714906,
  220. .rg .rg_swiper swiper.data-v-23714906 {
  221. width: 100%;
  222. height: 600rpx;
  223. }
  224. .rg .rg_swiper .rg_swiper_page.data-v-23714906 {
  225. height: 48rpx;
  226. border-radius: 48rpx;
  227. background-color: rgba(0, 0, 0, 0.6);
  228. font-size: 28rpx;
  229. line-height: 48rpx;
  230. padding: 0 36rpx;
  231. position: absolute;
  232. right: 30rpx;
  233. bottom: 30rpx;
  234. }
  235. .rg .rg_swiper .rg_swiper_page text.data-v-23714906 {
  236. color: #ffffff;
  237. }
  238. .rg .rg_swiper .rg_swiper_page text.data-v-23714906:nth-of-type(1) {
  239. font-size: 28rpx;
  240. }
  241. .rg .share_show.data-v-23714906 {
  242. width: 100%;
  243. height: 100vh;
  244. position: fixed;
  245. top: 0;
  246. left: 0;
  247. background-color: rgba(0, 0, 0, 0.7);
  248. z-index: 9999;
  249. }
  250. .rg .share_show .share_con.data-v-23714906 {
  251. width: 80%;
  252. margin: 0 auto;
  253. height: 100%;
  254. z-index: 999999;
  255. }
  256. .rg .share_show .share_con .canvas.data-v-23714906 {
  257. width: 540rpx;
  258. height: 960rpx;
  259. position: relative;
  260. }
  261. .rg .share_show .share_con .canvas #canvas.data-v-23714906 {
  262. width: 540rpx;
  263. height: 960rpx;
  264. position: absolute;
  265. top: 0;
  266. left: 0;
  267. }
  268. .rg .share_show .share_con .canvas .poster_img.data-v-23714906 {
  269. -webkit-touch-callout: default;
  270. width: 100%;
  271. height: 100%;
  272. display: block;
  273. }
  274. .rg .share_show .share_con .canvas ._img[src].data-v-23714906,
  275. .rg .share_show .share_con .canvas ._img.data-v-23714906:not([src]) {
  276. opacity: 0;
  277. }
  278. .rg .share_show .share_con .save_img.data-v-23714906 {
  279. color: #fff;
  280. width: 100%;
  281. text-align: center;
  282. font-size: 40rpx;
  283. margin-top: 20rpx;
  284. }
  285. .rg .share_show .share_con .iconfont.data-v-23714906 {
  286. position: absolute;
  287. top: 4vh;
  288. right: 25rpx;
  289. color: #dedede;
  290. font-size: 60rpx;
  291. z-index: 999;
  292. }
  293. .rg .share_show .sub_btn.data-v-23714906 {
  294. margin-top: 76rpx;
  295. }
  296. .qrimg.data-v-23714906 {
  297. opacity: 0;
  298. }