productdetails.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
  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. .over.data-v-3f9c3b1e {
  28. font-family: PingFangSC, PingFang SC;
  29. font-weight: 400;
  30. font-size: 26rpx;
  31. color: #222222;
  32. line-height: 36rpx;
  33. text-align: left;
  34. font-style: normal;
  35. text-overflow: ellipsis;
  36. overflow: hidden;
  37. -webkit-line-clamp: 2;
  38. height: 70rpx;
  39. display: -webkit-box;
  40. -webkit-box-orient: vertical;
  41. word-break: break-all;
  42. }
  43. .redback.data-v-3f9c3b1e {
  44. background: rgba(255, 27, 0, 0.07);
  45. border-radius: 12rpx;
  46. padding: 6rpx 12rpx;
  47. box-sizing: border-box;
  48. font-family: HarmonyOS_Sans_Medium;
  49. font-size: 16rpx;
  50. color: #ff1515;
  51. line-height: 22rpx;
  52. text-align: left;
  53. font-style: normal;
  54. width: 150rpx;
  55. }
  56. .sku.data-v-3f9c3b1e {
  57. font-family: PingFangSC, PingFang SC;
  58. font-weight: 400;
  59. font-size: 20rpx;
  60. color: #888888;
  61. line-height: 28rpx;
  62. text-align: left;
  63. font-style: normal;
  64. }
  65. .acttab.data-v-3f9c3b1e {
  66. height: 68rpx;
  67. padding: 14rpx 30rpx;
  68. text-align: center;
  69. box-sizing: border-box;
  70. display: inline;
  71. background: rgba(248, 50, 36, 0.06);
  72. border-radius: 6rpx;
  73. border: 2rpx solid #f83224;
  74. font-family: PingFangSC, PingFang SC;
  75. font-weight: 400;
  76. font-size: 28rpx;
  77. color: #f83224;
  78. line-height: 40rpx;
  79. }
  80. .read.data-v-3f9c3b1e {
  81. font-family: HarmonyOS_Sans_Medium;
  82. font-size: 26rpx;
  83. color: #f83224;
  84. line-height: 36rpx;
  85. text-align: left;
  86. font-style: normal;
  87. }
  88. .money.data-v-3f9c3b1e {
  89. font-family: HarmonyOS_Sans_Medium;
  90. font-size: 20rpx;
  91. color: #f83224;
  92. line-height: 26rpx;
  93. text-align: left;
  94. font-style: normal;
  95. }
  96. .title.data-v-3f9c3b1e {
  97. font-family: PingFangSC, PingFang SC;
  98. font-weight: 400;
  99. font-size: 28rpx;
  100. color: #222222;
  101. line-height: 40rpx;
  102. text-align: left;
  103. font-style: normal;
  104. margin-top: 16rpx;
  105. width: 100%;
  106. overflow: hidden;
  107. text-overflow: ellipsis;
  108. word-break: break-all;
  109. -webkit-line-clamp: 2;
  110. display: -webkit-box;
  111. -webkit-box-orient: vertical;
  112. }
  113. .view.data-v-3f9c3b1e {
  114. font-family: PingFangSC, PingFang SC;
  115. font-weight: 400;
  116. font-size: 20rpx;
  117. color: #777777;
  118. line-height: 28rpx;
  119. text-align: left;
  120. font-style: normal;
  121. margin-top: 12rpx;
  122. }
  123. .actabs.data-v-3f9c3b1e {
  124. width: 116rpx;
  125. height: 68rpx;
  126. background: rgba(248, 50, 36, 0.06);
  127. border-radius: 6rpx;
  128. border: 2rpx solid #f83224;
  129. }
  130. .bottoma.data-v-3f9c3b1e {
  131. width: 750rpx;
  132. height: 166rpx;
  133. background: #ffffff;
  134. padding: 16rpx 44rpx 0;
  135. position: fixed;
  136. bottom: 0;
  137. left: 0;
  138. }
  139. .bottoma .btn.data-v-3f9c3b1e {
  140. width: 662rpx;
  141. height: 84rpx;
  142. background: #f83224;
  143. border-radius: 44rpx;
  144. font-family: PingFangSC, PingFang SC;
  145. font-weight: 500;
  146. font-size: 32rpx;
  147. color: #ffffff;
  148. line-height: 84rpx;
  149. text-align: center;
  150. font-style: normal;
  151. }
  152. .title1.data-v-3f9c3b1e {
  153. font-family: PingFangSC, PingFang SC;
  154. font-weight: 550;
  155. font-size: 32rpx;
  156. color: #222222;
  157. line-height: 44rpx;
  158. text-align: left;
  159. font-style: normal;
  160. }
  161. .tabs.data-v-3f9c3b1e {
  162. height: 68rpx;
  163. padding: 14rpx 30rpx;
  164. text-align: center;
  165. background: #f4f4f4;
  166. border-radius: 6rpx;
  167. box-sizing: border-box;
  168. display: inline;
  169. font-size: 28rpx;
  170. border: 2rpx solid rgba(151, 151, 151, 0);
  171. line-height: 40rpx;
  172. }
  173. .link.data-v-3f9c3b1e {
  174. font-family: PingFangSC, PingFang SC;
  175. font-weight: 400;
  176. font-size: 28rpx;
  177. color: #555555;
  178. line-height: 40rpx;
  179. text-align: left;
  180. font-style: normal;
  181. margin-top: 16rpx;
  182. }
  183. .tongzhi.data-v-3f9c3b1e {
  184. width: 422rpx;
  185. height: 76rpx;
  186. background: #ffb515;
  187. border-radius: 40rpx;
  188. font-family: PingFangSC, PingFang SC;
  189. font-weight: 500;
  190. font-size: 28rpx;
  191. color: #ffffff;
  192. line-height: 76rpx;
  193. text-align: center;
  194. font-style: normal;
  195. }
  196. .info.data-v-3f9c3b1e {
  197. font-family: PingFangSC, PingFang SC;
  198. font-weight: 400;
  199. font-size: 20rpx;
  200. color: #222222;
  201. line-height: 28rpx;
  202. text-align: left;
  203. font-style: normal;
  204. margin-top: 18rpx;
  205. }
  206. .button.data-v-3f9c3b1e {
  207. height: 88rpx;
  208. background: #f83224;
  209. border-radius: 44rpx;
  210. margin-top: 24rpx;
  211. font-family: PingFangSC, PingFang SC;
  212. font-weight: 500;
  213. font-size: 32rpx;
  214. color: #ffffff;
  215. line-height: 88rpx;
  216. text-align: center;
  217. font-style: normal;
  218. }
  219. .contenta.data-v-3f9c3b1e {
  220. width: 702rpx;
  221. background: #ffffff;
  222. border-radius: 20rpx;
  223. margin-top: 26rpx;
  224. padding: 28rpx 24rpx;
  225. box-sizing: border-box;
  226. }
  227. .contenta .title.data-v-3f9c3b1e {
  228. font-family: PingFangSC, PingFang SC;
  229. font-weight: 500;
  230. font-size: 30rpx;
  231. color: #222222;
  232. line-height: 42rpx;
  233. text-align: left;
  234. font-style: normal;
  235. }
  236. .contenta .content.data-v-3f9c3b1e {
  237. font-family: PingFangSC, PingFang SC;
  238. font-weight: 400;
  239. font-size: 26rpx;
  240. color: rgba(34, 34, 34, 0.5);
  241. line-height: 36rpx;
  242. text-align: left;
  243. font-style: normal;
  244. margin-top: 20rpx;
  245. }
  246. .back.data-v-3f9c3b1e {
  247. background-color: #f4f4f4;
  248. padding: 20rpx;
  249. box-sizing: border-box;
  250. }
  251. .back .fix.data-v-3f9c3b1e {
  252. width: 750rpx;
  253. height: 158rpx;
  254. background: #ffffff;
  255. padding: 14rpx 28rpx;
  256. box-sizing: border-box;
  257. position: fixed;
  258. bottom: 0;
  259. left: 0;
  260. }
  261. .back .fix .ke.data-v-3f9c3b1e {
  262. font-family: PingFangSC, PingFang SC;
  263. font-weight: 400;
  264. font-size: 20rpx;
  265. color: #333333;
  266. line-height: 28rpx;
  267. text-align: left;
  268. font-style: normal;
  269. }
  270. .back .fix .join.data-v-3f9c3b1e {
  271. width: 208rpx;
  272. height: 76rpx;
  273. border-radius: 40rpx;
  274. border: 1rpx solid #ff1515;
  275. font-family: PingFangSC, PingFang SC;
  276. font-weight: 500;
  277. font-size: 28rpx;
  278. color: #f83224;
  279. line-height: 76rpx;
  280. text-align: left;
  281. font-style: normal;
  282. text-align: center;
  283. }
  284. .back .fix .pin.data-v-3f9c3b1e {
  285. width: 208rpx;
  286. height: 76rpx;
  287. background: #f83224;
  288. border-radius: 40rpx;
  289. font-family: PingFangSC, PingFang SC;
  290. font-weight: 500;
  291. font-size: 28rpx;
  292. color: #ffffff;
  293. line-height: 76rpx;
  294. text-align: center;
  295. font-style: normal;
  296. }
  297. .back .specification.data-v-3f9c3b1e {
  298. width: 670rpx;
  299. background: #f4f4f4;
  300. padding: 24rpx 22rpx;
  301. box-sizing: border-box;
  302. }
  303. .back .specification view.data-v-3f9c3b1e:last-of-type {
  304. margin-bottom: 0rpx !important;
  305. }
  306. .back .specification .item.data-v-3f9c3b1e {
  307. font-family: PingFangSC, PingFang SC;
  308. font-weight: 400;
  309. font-size: 26rpx;
  310. color: #333333;
  311. line-height: 36rpx;
  312. text-align: left;
  313. font-style: normal;
  314. }
  315. .back .recommend.data-v-3f9c3b1e {
  316. width: 710rpx;
  317. background: #ffffff;
  318. border-radius: 16rpx;
  319. padding: 24rpx 20rpx;
  320. margin-top: 20rpx;
  321. box-sizing: border-box;
  322. }
  323. .back .recommend .title.data-v-3f9c3b1e {
  324. font-family: PingFangSC, PingFang SC;
  325. font-weight: 550;
  326. font-size: 28rpx;
  327. color: #222222;
  328. line-height: 40rpx;
  329. text-align: left;
  330. font-style: normal;
  331. }
  332. .back .store.data-v-3f9c3b1e {
  333. width: 710rpx;
  334. height: 160rpx;
  335. background: #ffffff;
  336. border-radius: 16rpx;
  337. padding: 24rpx 20rpx;
  338. box-sizing: border-box;
  339. margin-top: 20rpx;
  340. }
  341. .back .store .line.data-v-3f9c3b1e {
  342. background: #979797;
  343. width: 4rpx;
  344. height: 20rpx;
  345. margin: 0 18rpx;
  346. }
  347. .back .store .num.data-v-3f9c3b1e {
  348. font-family: SFPro, SFPro;
  349. font-weight: 400;
  350. font-size: 20rpx;
  351. color: #777777;
  352. line-height: 24rpx;
  353. text-align: left;
  354. font-style: normal;
  355. }
  356. .back .store .goshop.data-v-3f9c3b1e {
  357. height: 52rpx;
  358. border-radius: 26rpx;
  359. border: 1rpx solid #ff1515;
  360. font-family: PingFangSC, PingFang SC;
  361. font-weight: 400;
  362. font-size: 24rpx;
  363. color: #f83224;
  364. line-height: 52rpx;
  365. text-align: center;
  366. font-style: normal;
  367. padding: 0 20rpx;
  368. box-sizing: border-box;
  369. }
  370. .back .comment.data-v-3f9c3b1e {
  371. width: 710rpx;
  372. background: #ffffff;
  373. border-radius: 16rpx;
  374. margin-top: 20rpx;
  375. padding: 24rpx 20rpx;
  376. box-sizing: border-box;
  377. }
  378. .back .comment .content.data-v-3f9c3b1e {
  379. margin-top: 20rpx;
  380. font-family: PingFangSC, PingFang SC;
  381. font-weight: 400;
  382. font-size: 26rpx;
  383. color: #444444;
  384. line-height: 36rpx;
  385. text-align: left;
  386. font-style: normal;
  387. max-height: 112rpx;
  388. overflow: hidden;
  389. text-overflow: ellipsis;
  390. white-space: wrap;
  391. -webkit-line-clamp: 3;
  392. word-break: break-all;
  393. }
  394. .back .comment .name.data-v-3f9c3b1e {
  395. font-family: PingFangSC, PingFang SC;
  396. font-weight: 400;
  397. font-size: 24rpx;
  398. color: #222222;
  399. line-height: 34rpx;
  400. text-align: left;
  401. font-style: normal;
  402. margin-left: 16rpx;
  403. }
  404. .back .comment .ping.data-v-3f9c3b1e {
  405. font-family: PingFangSC, PingFang SC;
  406. font-weight: 500;
  407. font-size: 28rpx;
  408. color: #222222;
  409. line-height: 40rpx;
  410. text-align: left;
  411. font-style: normal;
  412. }
  413. .back .comment .strip.data-v-3f9c3b1e {
  414. font-family: PingFangSC, PingFang SC;
  415. font-weight: 400;
  416. font-size: 24rpx;
  417. color: #444444;
  418. line-height: 34rpx;
  419. text-align: left;
  420. font-style: normal;
  421. }
  422. .back .serve.data-v-3f9c3b1e {
  423. width: 710rpx;
  424. background: #ffffff;
  425. border-radius: 16rpx;
  426. padding: 32rpx 20rpx;
  427. box-sizing: border-box;
  428. }
  429. .back .serve .top .change.data-v-3f9c3b1e {
  430. font-family: PingFangSC, PingFang SC;
  431. font-weight: 400;
  432. font-size: 28rpx;
  433. color: #666666;
  434. line-height: 40rpx;
  435. text-align: left;
  436. font-style: normal;
  437. }
  438. .back .discount.data-v-3f9c3b1e {
  439. position: relative;
  440. height: 312rpx;
  441. }
  442. .back .discount .top.data-v-3f9c3b1e {
  443. width: 710rpx;
  444. height: 124rpx;
  445. background: linear-gradient(295deg, #fb6662 0%, #fd403b 100%);
  446. border-radius: 16rpx 16rpx 0 0;
  447. padding: 20rpx;
  448. box-sizing: border-box;
  449. line-height: 98rpx;
  450. }
  451. .back .discount .top .count.data-v-3f9c3b1e {
  452. font-family: PingFangSC, PingFang SC;
  453. font-weight: 400;
  454. font-size: 20rpx;
  455. color: #ffffff;
  456. text-align: left;
  457. font-style: normal;
  458. }
  459. .back .discount .top .money.data-v-3f9c3b1e {
  460. font-size: 20rpx;
  461. font-family: HarmonyOS_Sans_Medium;
  462. font-size: 20rpx;
  463. color: #ffffff;
  464. text-align: left;
  465. font-style: normal;
  466. margin-left: 8rpx;
  467. }
  468. .back .discount .top .right.data-v-3f9c3b1e {
  469. font-family: HarmonyOS_Sans;
  470. font-size: 24rpx;
  471. color: #ffffff;
  472. text-align: left;
  473. font-style: normal;
  474. -webkit-text-decoration-line: line-through;
  475. text-decoration-line: line-through;
  476. margin-left: 16rpx;
  477. }
  478. .back .discount .bottom.data-v-3f9c3b1e {
  479. width: 710rpx;
  480. height: 208rpx;
  481. background: #ffffff;
  482. border-radius: 16rpx;
  483. position: absolute;
  484. top: 104rpx;
  485. z-index: 2;
  486. padding: 28rpx 20rpx;
  487. box-sizing: border-box;
  488. }
  489. .back .discount .bottom .title.data-v-3f9c3b1e {
  490. margin-top: 24rpx;
  491. font-family: PingFangSC, PingFang SC;
  492. font-weight: 550;
  493. font-size: 32rpx;
  494. color: #222222;
  495. line-height: 44rpx;
  496. text-align: left;
  497. font-style: normal;
  498. }
  499. .back .discount .tabs.data-v-3f9c3b1e {
  500. height: 40rpx;
  501. background: rgba(255, 21, 21, 0.1);
  502. border-radius: 4rpx;
  503. padding: 4rpx 8rpx;
  504. font-family: PingFangSC, PingFang SC;
  505. font-weight: 400;
  506. font-size: 22rpx;
  507. color: #ff1515;
  508. line-height: 40rpx;
  509. text-align: center;
  510. font-style: normal;
  511. }
  512. .uni-margin-wrap.data-v-3f9c3b1e {
  513. width: 750rpx;
  514. width: 100%;
  515. }
  516. .uni-margin-wrap .swiper.data-v-3f9c3b1e {
  517. height: 750rpx;
  518. }
  519. .uni-margin-wrap .swiper-item.data-v-3f9c3b1e {
  520. display: block;
  521. height: 300rpx;
  522. line-height: 300rpx;
  523. text-align: center;
  524. }
  525. .uni-margin-wrap .swiper-list.data-v-3f9c3b1e {
  526. margin-top: 40rpx;
  527. margin-bottom: 0;
  528. }
  529. .uni-margin-wrap .uni-common-mt.data-v-3f9c3b1e {
  530. margin-top: 60rpx;
  531. position: relative;
  532. }
  533. .uni-margin-wrap .info.data-v-3f9c3b1e {
  534. position: absolute;
  535. right: 20rpx;
  536. }
  537. .uni-margin-wrap .uni-padding-wrap.data-v-3f9c3b1e {
  538. width: 550rpx;
  539. padding: 0 100rpx;
  540. }
  541. .data-v-3f9c3b1e .u-popup__content data-v-17becaea {
  542. align-items: center !important;
  543. }