productCollage.wxss 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f8f8f8;
  13. padding-bottom: 160rpx;
  14. line-height: 1;
  15. }
  16. .pHeight {
  17. line-height: 0;
  18. }
  19. ._div, ._table {
  20. max-width: 100% !important;
  21. }
  22. .rich-img {
  23. width: 100% !important;
  24. height: auto;
  25. }
  26. .pHeight {
  27. line-height: 0;
  28. }
  29. .popup-row {
  30. width: 580rpx;
  31. background: #ffffff;
  32. border-radius: 20rpx;
  33. }
  34. .popup-row .popup-1 {
  35. padding: 35rpx 0;
  36. font-size: 32rpx;
  37. font-weight: bold;
  38. color: #333333;
  39. text-align: center;
  40. border-bottom: 1px solid #EEEEEE;
  41. }
  42. .popup-row .popcont-box {
  43. height: 600rpx;
  44. }
  45. .popup-row .popup-2 {
  46. padding: 0 25rpx;
  47. }
  48. .popup-row .popup-2 .popup-2-row {
  49. padding: 25rpx 0;
  50. border-bottom: 1px solid #EEEEEE;
  51. }
  52. .popup-row .popup-2 .popup-2-row:nth-last-child(1) {
  53. border-bottom: none;
  54. }
  55. .popup-row .popup-2 .popup-2-row .row-1 {
  56. width: 70%;
  57. }
  58. .popup-row .popup-2 .popup-2-row .row-1 .one {
  59. display: -webkit-box;
  60. display: -webkit-flex;
  61. display: flex;
  62. -webkit-box-align: center;
  63. -webkit-align-items: center;
  64. align-items: center;
  65. }
  66. .popup-row .popup-2 .popup-2-row .row-1 .one image {
  67. width: 75rpx;
  68. height: 75rpx;
  69. border-radius: 50%;
  70. }
  71. .popup-row .popup-2 .popup-2-row .row-1 .two {
  72. margin-left: 20rpx;
  73. font-size: 28rpx;
  74. font-weight: 500;
  75. color: #333333;
  76. }
  77. .popup-row .popup-2 .popup-2-row .row-1 .two .two-1 {
  78. font-size: 28rpx;
  79. font-weight: 500;
  80. max-width: 160rpx;
  81. overflow: hidden;
  82. text-overflow: ellipsis;
  83. white-space: nowrap;
  84. }
  85. .popup-row .popup-2 .popup-2-row .row-1 .two-1-1 {
  86. font-size: 28rpx;
  87. font-weight: 500;
  88. color: #666666;
  89. }
  90. .popup-row .popup-2 .popup-2-row .row-2 {
  91. padding: 20rpx 30rpx;
  92. background: #FF4C4C;
  93. border-radius: 10rpx;
  94. font-size: 28rpx;
  95. font-weight: 500;
  96. color: #FFFFFF;
  97. }
  98. .popup-rows {
  99. width: 580rpx;
  100. background: #ffffff;
  101. border-radius: 20rpx;
  102. text-align: center;
  103. padding-bottom: 35rpx;
  104. }
  105. .popup-rows .rows-1 {
  106. font-size: 32rpx;
  107. font-weight: bold;
  108. color: #333333;
  109. padding-top: 60rpx;
  110. }
  111. .popup-rows .rows-2 {
  112. margin-top: 25rpx;
  113. font-size: 28rpx;
  114. font-weight: 500;
  115. color: #333333;
  116. }
  117. .popup-rows .rows-3 {
  118. margin-top: 35rpx;
  119. padding: 0 50rpx;
  120. }
  121. .popup-rows .rows-3 .rows-3-group {
  122. display: -webkit-box;
  123. display: -webkit-flex;
  124. display: flex;
  125. -webkit-box-align: center;
  126. -webkit-align-items: center;
  127. align-items: center;
  128. -webkit-box-orient: vertical;
  129. -webkit-box-direction: normal;
  130. -webkit-flex-direction: column;
  131. flex-direction: column;
  132. }
  133. .popup-rows .rows-3 .rows-3-group .group-1 {
  134. display: -webkit-box;
  135. display: -webkit-flex;
  136. display: flex;
  137. -webkit-box-align: center;
  138. -webkit-align-items: center;
  139. align-items: center;
  140. -webkit-box-orient: vertical;
  141. -webkit-box-direction: normal;
  142. -webkit-flex-direction: column;
  143. flex-direction: column;
  144. }
  145. .popup-rows .rows-3 .rows-3-group .group-2 {
  146. -webkit-box-flex: 1;
  147. -webkit-flex: 1;
  148. flex: 1;
  149. font-size: 20rpx;
  150. font-weight: 500;
  151. color: #666666;
  152. margin-top: 10rpx;
  153. width: 55rpx;
  154. overflow: hidden;
  155. white-space: nowrap;
  156. text-overflow: ellipsis;
  157. }
  158. .popup-rows .rows-3 .rows-3-group image {
  159. width: 80rpx;
  160. height: 80rpx;
  161. border-radius: 50%;
  162. }
  163. .popup-rows .rows-3 .rows-3-group .group-1-1 {
  164. z-index: 10;
  165. margin-top: -25rpx;
  166. width: 70rpx;
  167. height: 25rpx;
  168. background: #e64048;
  169. border-radius: 12rpx;
  170. font-size: 20rpx;
  171. font-weight: 500;
  172. color: #ffffff;
  173. line-height: 25rpx;
  174. }
  175. .popup-rows .rows-4 {
  176. margin: 40rpx 45rpx 0rpx 45rpx;
  177. padding: 25rpx 0;
  178. background: #FF4C4C;
  179. border-radius: 10rpx;
  180. font-size: 32rpx;
  181. font-weight: 500;
  182. color: #ffffff;
  183. }
  184. .delete {
  185. width: 60rpx;
  186. height: 60rpx;
  187. position: absolute;
  188. right: -30rpx;
  189. top: -30rpx;
  190. }
  191. .delete image {
  192. width: 60rpx;
  193. height: 60rpx;
  194. }
  195. /* 评价 */
  196. .eva-section {
  197. padding: 20rpx 30rpx;
  198. background: #fff;
  199. margin-top: 20rpx;
  200. }
  201. .eva-section .e-header {
  202. display: -webkit-box;
  203. display: -webkit-flex;
  204. display: flex;
  205. -webkit-box-align: center;
  206. -webkit-align-items: center;
  207. align-items: center;
  208. font-size: 28rpx;
  209. color: #333333;
  210. }
  211. .eva-section .e-header .tit {
  212. margin-right: 15rpx;
  213. }
  214. .eva-section .e-header .tip {
  215. -webkit-box-flex: 1;
  216. -webkit-flex: 1;
  217. flex: 1;
  218. font-size: 24rpx;
  219. color: #999999;
  220. text-align: right;
  221. }
  222. .eva-section .e-header .iconenter {
  223. width: 24rpx;
  224. height: 24rpx;
  225. margin-left: 10rpx;
  226. }
  227. .eva-section .eva-box {
  228. padding-top: 30rpx;
  229. }
  230. .eva-section .eva-box .box-1 .left image {
  231. width: 80rpx;
  232. height: 80rpx;
  233. border-radius: 50%;
  234. }
  235. .eva-section .eva-box .box-1 .left .content {
  236. margin-left: 15rpx;
  237. }
  238. .eva-section .eva-box .box-1 .left .content .content-name {
  239. font-size: 24rpx;
  240. font-weight: 500;
  241. color: #333333;
  242. }
  243. .eva-section .eva-box .box-1 .left .content .content-time {
  244. font-size: 20rpx;
  245. font-weight: 500;
  246. color: #999999;
  247. }
  248. .eva-section .eva-box .box-1 .right .image {
  249. width: 25rpx;
  250. height: 25rpx;
  251. margin-left: 10rpx;
  252. }
  253. .eva-section .eva-box .box-1 .right .red {
  254. margin-left: 15rpx;
  255. font-size: 24rpx;
  256. font-weight: 500;
  257. color: #fd5b23;
  258. }
  259. .eva-section .eva-box .box-2 {
  260. padding: 30rpx 0 15rpx 0;
  261. font-size: 28rpx;
  262. font-weight: 500;
  263. color: #666666;
  264. }
  265. .eva-section .eva-box .box-3 .box-3-1 {
  266. display: inline;
  267. width: 150rpx;
  268. height: 150rpx;
  269. }
  270. .eva-section .eva-box .box-3 .box-3-1 image {
  271. margin-right: 20rpx;
  272. width: 150rpx;
  273. height: 150rpx;
  274. }
  275. /* .list-row {
  276. position: fixed;
  277. top: 450rpx;
  278. left: 86rpx;
  279. .row {
  280. position: relative;
  281. width: 578rpx;
  282. height: 700rpx;
  283. background: #ffffff;
  284. border-radius: 20rpx;
  285. .row-1 {
  286. flex: 1;
  287. text-align: center;
  288. padding: 26rpx 223rpx;
  289. border-bottom: 2rpx solid #eeeeee;
  290. .row-1-1 {
  291. font-size: $font-lg;
  292. font-weight: bold;
  293. color: #333333;
  294. }
  295. }
  296. .row-2 {
  297. padding: 0 23rpx;
  298. .pinklist_list {
  299. padding: 20rpx 0;
  300. display: flex;
  301. justify-content: space-around;
  302. align-items: center;
  303. border-bottom: 1px solid #eeeeee;
  304. .left {
  305. width: 74rpx;
  306. height: 74rpx;
  307. background-color: #e3e3e3;
  308. border-radius: 50%;
  309. }
  310. .center {
  311. display: flex;
  312. flex-wrap: wrap;
  313. margin-left: 17rpx;
  314. .center-1 {
  315. display: flex;
  316. align-items: center;
  317. letter-spacing: 3rpx;
  318. .center-1-1 {
  319. font-size: $font-base;
  320. font-weight: 500;
  321. color: #333333;
  322. }
  323. .center-1-2 {
  324. font-size: $font-base - 2rpx;
  325. font-weight: 500;
  326. color: #333333;
  327. }
  328. }
  329. }
  330. .right {
  331. width: 134rpx;
  332. height: 59rpx;
  333. background: $base-color;
  334. border-radius: 10rpx;
  335. display: flex;
  336. align-items: center;
  337. justify-content: center;
  338. .right-word {
  339. font-size: 26rpx;
  340. font-weight: 500;
  341. color: #ffffff;
  342. }
  343. }
  344. }
  345. }
  346. .row-3 {
  347. width: 56rpx;
  348. height: 56rpx;
  349. position: absolute;
  350. top: -28rpx;
  351. right: -28rpx;
  352. }
  353. }
  354. } */
  355. .iconenter {
  356. font-size: 30rpx;
  357. color: #888;
  358. }
  359. .carousel {
  360. height: 722rpx;
  361. position: relative;
  362. }
  363. .carousel swiper {
  364. height: 100%;
  365. }
  366. .carousel .image-wrapper {
  367. width: 100%;
  368. height: 100%;
  369. }
  370. .carousel .swiper-item {
  371. display: -webkit-box;
  372. display: -webkit-flex;
  373. display: flex;
  374. -webkit-box-pack: center;
  375. -webkit-justify-content: center;
  376. justify-content: center;
  377. -webkit-align-content: center;
  378. align-content: center;
  379. height: 750rpx;
  380. overflow: hidden;
  381. }
  382. .carousel .swiper-item image {
  383. width: 100%;
  384. height: 100%;
  385. }
  386. /* 标题简介 */
  387. .introduce-section {
  388. background: #fff;
  389. padding: 15rpx 25rpx 30rpx 25rpx;
  390. }
  391. .introduce-section .introduce-price {
  392. width: 100%;
  393. overflow: hidden;
  394. /* .share{
  395. image{
  396. width: 30rpx;
  397. height: 35rpx;
  398. }
  399. } */
  400. }
  401. .introduce-section .introduce-price .price {
  402. display: -webkit-box;
  403. display: -webkit-flex;
  404. display: flex;
  405. -webkit-box-align: end;
  406. -webkit-align-items: flex-end;
  407. align-items: flex-end;
  408. -webkit-box-pack: start;
  409. -webkit-justify-content: flex-start;
  410. justify-content: flex-start;
  411. }
  412. .introduce-section .introduce-price .price .price-left {
  413. display: -webkit-box;
  414. display: -webkit-flex;
  415. display: flex;
  416. -webkit-box-align: end;
  417. -webkit-align-items: flex-end;
  418. align-items: flex-end;
  419. color: #fc4141;
  420. margin-right: 20rpx;
  421. }
  422. .introduce-section .introduce-price .price .price-left .left-1 {
  423. margin-right: 5rpx;
  424. font-size: 28rpx;
  425. }
  426. .introduce-section .introduce-price .price .price-left .left-2 {
  427. font-size: 48rpx;
  428. line-height: 38rpx;
  429. }
  430. .introduce-section .introduce-price .price .price-right {
  431. font-size: 28rpx;
  432. color: #333333;
  433. opacity: 0.61;
  434. }
  435. .introduce-section .introduce-price .people {
  436. width: 140rpx;
  437. height: 45rpx;
  438. background: url(data:image/png;base64,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) no-repeat center;
  439. background-size: 100%;
  440. }
  441. .introduce-section .introduce-price .people .people_number {
  442. margin-left: 60rpx;
  443. font-size: 20rpx;
  444. font-weight: 500;
  445. color: #fa2740;
  446. line-height: 40rpx;
  447. }
  448. .introduce-section .title {
  449. margin-top: 30rpx;
  450. font-size: 32rpx;
  451. color: #1D2023;
  452. line-height: 40rpx;
  453. font-weight: 600;
  454. }
  455. .introduce-section .bot-row {
  456. margin-top: 20rpx;
  457. overflow: hidden;
  458. font-size: 24rpx;
  459. font-weight: 500;
  460. color: #999999;
  461. }
  462. /* 标题简介 */
  463. /* .introduce-section {
  464. background: #fff;
  465. padding: 20rpx 30rpx;
  466. .title {
  467. font-size: 32rpx;
  468. color: $font-color-dark;
  469. height: 50rpx;
  470. line-height: 50rpx;
  471. }
  472. .price-box {
  473. display: flex;
  474. align-items: baseline;
  475. // height: 64rpx;
  476. padding: 10rpx 0;
  477. font-size: 26rpx;
  478. color: $uni-color-primary;
  479. }
  480. .price {
  481. font-size: $font-lg + 2rpx;
  482. color: #666666 !important;
  483. }
  484. .vip_price {
  485. font-size: $font-lg + 2rpx;
  486. color: $uni-color-primary;
  487. padding-left: 15rpx;
  488. }
  489. .m-price {
  490. margin: 0 12rpx;
  491. color: $font-color-light;
  492. text-decoration: line-through;
  493. }
  494. .coupon-tip {
  495. align-items: center;
  496. padding: 4rpx 10rpx;
  497. background: $uni-color-primary;
  498. font-size: $font-sm;
  499. color: #fff;
  500. border-radius: 6rpx;
  501. line-height: 1;
  502. transform: translateY(-4rpx);
  503. }
  504. .bot-row {
  505. display: flex;
  506. align-items: center;
  507. height: 50rpx;
  508. font-size: $font-sm;
  509. color: $font-color-light;
  510. text {
  511. flex: 1;
  512. }
  513. }
  514. .people {
  515. border-radius: 10rpx;
  516. height: 35rpx !important;
  517. border: 2rpx solid #db1935;
  518. height: 40rpx;
  519. .people_image {
  520. background-color: #db1935;
  521. width: 40rpx;
  522. height: 35rpx;
  523. text-align: center;
  524. border-top-left-radius: 20%;
  525. border-bottom-left-radius: 20%;
  526. image {
  527. width: 25rpx;
  528. height: 20rpx;
  529. // margin-bottom: 5rpx;
  530. }
  531. }
  532. .people_number {
  533. padding: 5rpx 10rpx;
  534. }
  535. }
  536. } */
  537. /* 分享 */
  538. .share-section {
  539. display: -webkit-box;
  540. display: -webkit-flex;
  541. display: flex;
  542. -webkit-box-align: center;
  543. -webkit-align-items: center;
  544. align-items: center;
  545. color: #606266;
  546. background: -webkit-gradient(linear, left top, right top, from(#fdf5f6), to(#fbebf6));
  547. background: -webkit-linear-gradient(left, #fdf5f6, #fbebf6);
  548. background: linear-gradient(left, #fdf5f6, #fbebf6);
  549. padding: 12rpx 30rpx;
  550. }
  551. .share-section .share-icon {
  552. display: -webkit-box;
  553. display: -webkit-flex;
  554. display: flex;
  555. -webkit-box-align: center;
  556. -webkit-align-items: center;
  557. align-items: center;
  558. width: 70rpx;
  559. height: 30rpx;
  560. line-height: 1;
  561. border: 1px solid #FF4C4C;
  562. border-radius: 4rpx;
  563. position: relative;
  564. overflow: hidden;
  565. font-size: 22rpx;
  566. color: #FF4C4C;
  567. }
  568. .share-section .share-icon:after {
  569. content: '';
  570. width: 50rpx;
  571. height: 50rpx;
  572. border-radius: 50%;
  573. left: -20rpx;
  574. top: -12rpx;
  575. position: absolute;
  576. background: #FF4C4C;
  577. }
  578. .share-section .iconfavorfill {
  579. position: relative;
  580. z-index: 1;
  581. font-size: 24rpx;
  582. margin-left: 2rpx;
  583. margin-right: 10rpx;
  584. color: #fff;
  585. line-height: 1;
  586. }
  587. .share-section .tit {
  588. font-size: 28rpx;
  589. margin-left: 10rpx;
  590. }
  591. .share-section .iconprompt {
  592. padding: 10rpx;
  593. font-size: 30rpx;
  594. line-height: 1;
  595. }
  596. .share-section .share-btn {
  597. -webkit-box-flex: 1;
  598. -webkit-flex: 1;
  599. flex: 1;
  600. text-align: right;
  601. font-size: 24rpx;
  602. color: #FF4C4C;
  603. }
  604. .share-section .iconenter {
  605. font-size: 24rpx;
  606. margin-left: 4rpx;
  607. color: #FF4C4C;
  608. }
  609. .c-list {
  610. font-size: 26rpx;
  611. color: #303133;
  612. margin-top: 20rpx;
  613. background: #fff;
  614. }
  615. .c-list .c-row {
  616. display: -webkit-box;
  617. display: -webkit-flex;
  618. display: flex;
  619. -webkit-box-align: center;
  620. -webkit-align-items: center;
  621. align-items: center;
  622. padding: 20rpx 30rpx;
  623. position: relative;
  624. }
  625. .c-list .c-row .c-text text {
  626. padding-left: 25rpx;
  627. padding-right: 25rpx;
  628. }
  629. .c-list .tit {
  630. width: 140rpx;
  631. }
  632. .c-list .con {
  633. -webkit-box-flex: 1;
  634. -webkit-flex: 1;
  635. flex: 1;
  636. color: #303133;
  637. }
  638. .c-list .con .selected-text {
  639. margin-right: 10rpx;
  640. }
  641. .c-list .bz-list {
  642. height: 40rpx;
  643. font-size: 26rpx;
  644. color: #303133;
  645. }
  646. .c-list .bz-list text {
  647. display: inline-block;
  648. margin-right: 30rpx;
  649. }
  650. .c-list .con-list {
  651. -webkit-box-flex: 1;
  652. -webkit-flex: 1;
  653. flex: 1;
  654. display: -webkit-box;
  655. display: -webkit-flex;
  656. display: flex;
  657. -webkit-box-orient: vertical;
  658. -webkit-box-direction: normal;
  659. -webkit-flex-direction: column;
  660. flex-direction: column;
  661. color: #303133;
  662. line-height: 40rpx;
  663. }
  664. .c-list .red {
  665. color: #FF4C4C;
  666. }
  667. /* 评价 */
  668. /* .eva-section {
  669. display: flex;
  670. flex-direction: column;
  671. padding: 20rpx 30rpx;
  672. background: #fff;
  673. margin-top: 16rpx;
  674. .e-header {
  675. display: flex;
  676. align-items: center;
  677. height: 70rpx;
  678. font-size: $font-sm + 2rpx;
  679. color: $font-color-light;
  680. .tit {
  681. font-size: $font-base + 2rpx;
  682. color: $font-color-dark;
  683. margin-right: 4rpx;
  684. }
  685. .tip {
  686. flex: 1;
  687. text-align: right;
  688. }
  689. .iconenter {
  690. margin-left: 10rpx;
  691. }
  692. }
  693. }
  694. .eva-box {
  695. display: flex;
  696. padding: 20rpx 0;
  697. .portrait {
  698. flex-shrink: 0;
  699. width: 80rpx;
  700. height: 80rpx;
  701. border-radius: 100px;
  702. }
  703. .right {
  704. flex: 1;
  705. display: flex;
  706. flex-direction: column;
  707. font-size: $font-base;
  708. color: $font-color-base;
  709. padding-left: 26rpx;
  710. .con {
  711. font-size: $font-base;
  712. color: $font-color-dark;
  713. padding: 20rpx 0;
  714. }
  715. .bot {
  716. display: flex;
  717. justify-content: space-between;
  718. font-size: $font-sm;
  719. color: $font-color-light;
  720. }
  721. }
  722. }
  723. .con_image {
  724. width: 130rpx;
  725. height: 130rpx;
  726. display: inline-block;
  727. padding: 15rpx;
  728. image {
  729. width: 100%;
  730. height: 100%;
  731. }
  732. }*/
  733. /* 详情 */
  734. .detail-desc .desc-title {
  735. font-size: 28rpx;
  736. font-weight: 500;
  737. color: #1D2023;
  738. padding: 25rpx 0;
  739. }
  740. .detail-desc .desc-title .one {
  741. width: 77rpx;
  742. height: 1px;
  743. background: -webkit-gradient(linear, left top, right top, from(rgba(204, 204, 204, 0)), to(#cccccc));
  744. background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0), #cccccc);
  745. background: linear-gradient(to right, rgba(204, 204, 204, 0), #cccccc);
  746. margin-right: 10rpx;
  747. }
  748. .detail-desc .desc-title .two {
  749. margin-left: 10rpx;
  750. width: 77rpx;
  751. height: 1px;
  752. background: -webkit-gradient(linear, right top, left top, from(rgba(204, 204, 204, 0)), to(#cccccc));
  753. background: -webkit-linear-gradient(right, rgba(204, 204, 204, 0), #cccccc);
  754. background: linear-gradient(to left, rgba(204, 204, 204, 0), #cccccc);
  755. }
  756. /* .detail-desc {
  757. background: #fff;
  758. margin-top: 16rpx;
  759. img {
  760. max-width: 100%;
  761. }
  762. .d-header {
  763. display: flex;
  764. justify-content: center;
  765. align-items: center;
  766. height: 80rpx;
  767. font-size: $font-base + 2rpx;
  768. color: $font-color-dark;
  769. position: relative;
  770. text {
  771. padding: 0 20rpx;
  772. background: #fff;
  773. position: relative;
  774. z-index: 1;
  775. }
  776. &:after {
  777. position: absolute;
  778. left: 50%;
  779. top: 50%;
  780. transform: translateX(-50%);
  781. width: 300rpx;
  782. height: 0;
  783. content: '';
  784. border-bottom: 1px solid #ccc;
  785. }
  786. }
  787. } */
  788. /* 规格选择弹窗 */
  789. .attr-content {
  790. padding: 25rpx 30rpx;
  791. }
  792. .attr-content .a-t {
  793. display: -webkit-box;
  794. display: -webkit-flex;
  795. display: flex;
  796. }
  797. .attr-content .a-t image {
  798. width: 170rpx;
  799. height: 170rpx;
  800. -webkit-flex-shrink: 0;
  801. flex-shrink: 0;
  802. border-radius: 8rpx;
  803. }
  804. .attr-content .a-t .right {
  805. display: -webkit-box;
  806. display: -webkit-flex;
  807. display: flex;
  808. -webkit-box-orient: vertical;
  809. -webkit-box-direction: normal;
  810. -webkit-flex-direction: column;
  811. flex-direction: column;
  812. padding-left: 24rpx;
  813. font-size: 26rpx;
  814. color: #606266;
  815. line-height: 42rpx;
  816. width: 75%;
  817. }
  818. .attr-content .a-t .right .price {
  819. font-size: 32rpx;
  820. color: #FF4C4C;
  821. margin: 10rpx 0rpx;
  822. }
  823. .attr-content .a-t .right .name {
  824. font-size: 32rpx;
  825. color: #303133;
  826. height: 50rpx;
  827. overflow: hidden;
  828. text-overflow: ellipsis;
  829. white-space: nowrap;
  830. display: block;
  831. }
  832. .attr-content .a-t .right .selected-text {
  833. margin-right: 10rpx;
  834. }
  835. .attr-content .attr-list {
  836. display: -webkit-box;
  837. display: -webkit-flex;
  838. display: flex;
  839. -webkit-box-orient: vertical;
  840. -webkit-box-direction: normal;
  841. -webkit-flex-direction: column;
  842. flex-direction: column;
  843. font-size: 30rpx;
  844. color: #606266;
  845. padding-top: 30rpx;
  846. padding-left: 10rpx;
  847. }
  848. .attr-content .item-list {
  849. padding: 20rpx 0 0;
  850. display: -webkit-box;
  851. display: -webkit-flex;
  852. display: flex;
  853. -webkit-flex-wrap: wrap;
  854. flex-wrap: wrap;
  855. }
  856. .attr-content .item-list text {
  857. display: -webkit-box;
  858. display: -webkit-flex;
  859. display: flex;
  860. -webkit-box-align: center;
  861. -webkit-align-items: center;
  862. align-items: center;
  863. -webkit-box-pack: center;
  864. -webkit-justify-content: center;
  865. justify-content: center;
  866. background: #eee;
  867. margin-right: 20rpx;
  868. margin-bottom: 20rpx;
  869. border-radius: 100rpx;
  870. min-width: 60rpx;
  871. height: 60rpx;
  872. padding: 0 20rpx;
  873. font-size: 28rpx;
  874. color: #303133;
  875. }
  876. .attr-content .item-list .selected {
  877. background: #fbebee;
  878. color: #FF4C4C;
  879. }
  880. /* 弹出层 */
  881. .popup {
  882. position: fixed;
  883. left: 0;
  884. top: 0;
  885. right: 0;
  886. bottom: 0;
  887. z-index: 99;
  888. }
  889. .popup.show {
  890. display: block;
  891. }
  892. .popup.show .mask {
  893. -webkit-animation: showPopup 0.2s linear both;
  894. animation: showPopup 0.2s linear both;
  895. }
  896. .popup.show .layer {
  897. -webkit-animation: showLayer 0.2s linear both;
  898. animation: showLayer 0.2s linear both;
  899. }
  900. .popup.hide .mask {
  901. -webkit-animation: hidePopup 0.2s linear both;
  902. animation: hidePopup 0.2s linear both;
  903. }
  904. .popup.hide .layer {
  905. -webkit-animation: hideLayer 0.2s linear both;
  906. animation: hideLayer 0.2s linear both;
  907. }
  908. .popup.none {
  909. display: none;
  910. }
  911. .popup .mask {
  912. position: fixed;
  913. top: 0;
  914. width: 100%;
  915. height: 100%;
  916. z-index: 1;
  917. background-color: rgba(0, 0, 0, 0.4);
  918. }
  919. .popup .layer {
  920. position: fixed;
  921. z-index: 99;
  922. bottom: 0;
  923. width: 100%;
  924. min-height: 35vh;
  925. border-radius: 10rpx 10rpx 0 0;
  926. background-color: #fff;
  927. }
  928. .popup .layer .btn {
  929. height: 66rpx;
  930. line-height: 66rpx;
  931. border-radius: 100rpx;
  932. background: #FF4C4C;
  933. font-size: 30rpx;
  934. color: #fff;
  935. margin: 30rpx auto 20rpx;
  936. }
  937. @-webkit-keyframes showPopup {
  938. 0% {
  939. opacity: 0;
  940. }
  941. 100% {
  942. opacity: 1;
  943. }
  944. }
  945. @keyframes showPopup {
  946. 0% {
  947. opacity: 0;
  948. }
  949. 100% {
  950. opacity: 1;
  951. }
  952. }
  953. @-webkit-keyframes hidePopup {
  954. 0% {
  955. opacity: 1;
  956. }
  957. 100% {
  958. opacity: 0;
  959. }
  960. }
  961. @keyframes hidePopup {
  962. 0% {
  963. opacity: 1;
  964. }
  965. 100% {
  966. opacity: 0;
  967. }
  968. }
  969. @-webkit-keyframes showLayer {
  970. 0% {
  971. -webkit-transform: translateY(120%);
  972. transform: translateY(120%);
  973. }
  974. 100% {
  975. -webkit-transform: translateY(0%);
  976. transform: translateY(0%);
  977. }
  978. }
  979. @keyframes showLayer {
  980. 0% {
  981. -webkit-transform: translateY(120%);
  982. transform: translateY(120%);
  983. }
  984. 100% {
  985. -webkit-transform: translateY(0%);
  986. transform: translateY(0%);
  987. }
  988. }
  989. @-webkit-keyframes hideLayer {
  990. 0% {
  991. -webkit-transform: translateY(0);
  992. transform: translateY(0);
  993. }
  994. 100% {
  995. -webkit-transform: translateY(120%);
  996. transform: translateY(120%);
  997. }
  998. }
  999. @keyframes hideLayer {
  1000. 0% {
  1001. -webkit-transform: translateY(0);
  1002. transform: translateY(0);
  1003. }
  1004. 100% {
  1005. -webkit-transform: translateY(120%);
  1006. transform: translateY(120%);
  1007. }
  1008. }
  1009. .btn_fenxiang {
  1010. position: fixed;
  1011. right: 20rpx;
  1012. bottom: 50%;
  1013. z-index: 95;
  1014. width: 100rpx;
  1015. color: #ffffff;
  1016. border-radius: 100%;
  1017. background-color: #5dbc7c;
  1018. line-height: 100rpx;
  1019. text-align: center;
  1020. font-size: 30rpx;
  1021. }
  1022. .shareDate {
  1023. position: fixed;
  1024. right: 20rpx;
  1025. bottom: 50%;
  1026. z-index: 95;
  1027. color: #ffffff;
  1028. border-radius: 100rpx;
  1029. height: 120rpx;
  1030. line-height: 120rpx;
  1031. background-color: #5dbc7c;
  1032. text-align: center;
  1033. font-size: 30rpx;
  1034. }
  1035. /* 底部操作菜单 */
  1036. .page-bottom {
  1037. position: fixed;
  1038. bottom: 0rpx;
  1039. z-index: 95;
  1040. display: -webkit-box;
  1041. display: -webkit-flex;
  1042. display: flex;
  1043. -webkit-box-pack: center;
  1044. -webkit-justify-content: center;
  1045. justify-content: center;
  1046. -webkit-box-align: center;
  1047. -webkit-align-items: center;
  1048. align-items: center;
  1049. width: 100%;
  1050. height: 100rpx;
  1051. background: rgba(255, 255, 255, 0.9);
  1052. }
  1053. .page-bottom .botton-1 {
  1054. width: 100rpx;
  1055. height: 100rpx;
  1056. background-color: #FFFFFF;
  1057. }
  1058. .page-bottom .botton-1 .botton-frame {
  1059. display: -webkit-box;
  1060. display: -webkit-flex;
  1061. display: flex;
  1062. -webkit-box-align: center;
  1063. -webkit-align-items: center;
  1064. align-items: center;
  1065. -webkit-box-orient: vertical;
  1066. -webkit-box-direction: normal;
  1067. -webkit-flex-direction: column;
  1068. flex-direction: column;
  1069. }
  1070. .page-bottom .botton-1 .botton-frame .img-box {
  1071. width: 45rpx;
  1072. height: 40rpx;
  1073. }
  1074. .page-bottom .botton-1 .botton-frame .img-box image {
  1075. width: 100%;
  1076. height: 100%;
  1077. }
  1078. .page-bottom .botton-1 .word {
  1079. margin-top: 6rpx;
  1080. font-size: 20rpx;
  1081. font-weight: 400;
  1082. color: #666666;
  1083. }
  1084. .page-bottom .botton-1 .word.active {
  1085. color: #FF4C4C;
  1086. }
  1087. .page-bottom .p-b-btn {
  1088. display: -webkit-box;
  1089. display: -webkit-flex;
  1090. display: flex;
  1091. -webkit-box-orient: vertical;
  1092. -webkit-box-direction: normal;
  1093. -webkit-flex-direction: column;
  1094. flex-direction: column;
  1095. -webkit-box-align: center;
  1096. -webkit-align-items: center;
  1097. align-items: center;
  1098. -webkit-box-pack: center;
  1099. -webkit-justify-content: center;
  1100. justify-content: center;
  1101. font-size: 24rpx;
  1102. color: #606266;
  1103. width: 100rpx;
  1104. height: 100rpx;
  1105. }
  1106. .page-bottom .p-b-btn .iconfont {
  1107. font-size: 40rpx;
  1108. line-height: 48rpx;
  1109. color: #909399;
  1110. }
  1111. .page-bottom .p-b-btn.active,
  1112. .page-bottom .p-b-btn.active .iconfont {
  1113. color: #FF4C4C;
  1114. }
  1115. .page-bottom .p-b-btn .icon-fenxiang2 {
  1116. font-size: 42rpx;
  1117. -webkit-transform: translateY(-2rpx);
  1118. transform: translateY(-2rpx);
  1119. }
  1120. .page-bottom .p-b-btn .iconlikefill {
  1121. font-size: 46rpx;
  1122. }
  1123. .page-bottom .gobuy {
  1124. width: 100%;
  1125. background: #db1935;
  1126. height: 100%;
  1127. color: #ffffff;
  1128. text-align: center;
  1129. padding-top: 25rpx;
  1130. border-radius: 15rpx;
  1131. }
  1132. .page-bottom .action-btn-group {
  1133. display: -webkit-box;
  1134. display: -webkit-flex;
  1135. display: flex;
  1136. -webkit-box-flex: 1;
  1137. -webkit-flex: 1;
  1138. flex: 1;
  1139. height: 100%;
  1140. overflow: hidden;
  1141. position: relative;
  1142. /* .action-btn1 {
  1143. display: flex;
  1144. align-items: center;
  1145. justify-content: center;
  1146. width: 210rpx;
  1147. height: 100%;
  1148. font-size: $font-base;
  1149. padding: 0;
  1150. border-radius: 0;
  1151. background: transparent;
  1152. &.buy-now-btn {
  1153. background-color: #ffb238;
  1154. }
  1155. &.add-cart-btn {
  1156. background-color: #db1935;
  1157. }
  1158. } */
  1159. }
  1160. .page-bottom .action-btn-group:after {
  1161. content: '';
  1162. position: absolute;
  1163. top: 50%;
  1164. right: 50%;
  1165. -webkit-transform: translateY(-50%);
  1166. transform: translateY(-50%);
  1167. height: 28rpx;
  1168. width: 0;
  1169. }
  1170. .page-bottom .action-btn-group .action-btn {
  1171. display: -webkit-box;
  1172. display: -webkit-flex;
  1173. display: flex;
  1174. -webkit-box-align: center;
  1175. -webkit-align-items: center;
  1176. align-items: center;
  1177. -webkit-box-pack: center;
  1178. -webkit-justify-content: center;
  1179. justify-content: center;
  1180. -webkit-box-flex: 1;
  1181. -webkit-flex: 1;
  1182. flex: 1;
  1183. height: 100%;
  1184. font-size: 36rpx;
  1185. font-weight: bold;
  1186. background: transparent;
  1187. border-radius: 0;
  1188. letter-spacing: 5rpx;
  1189. }
  1190. .page-bottom .action-btn-group .action-btn.buy-now-btn {
  1191. background-color: #ffb238;
  1192. }
  1193. .page-bottom .action-btn-group .action-btn.add-cart-btn {
  1194. background: #FF4C4C;
  1195. }
  1196. .page-bottom .action-btn-group .action-btn.btn-favorites-btn {
  1197. background-color: #18b3ff;
  1198. }
  1199. .goods-pay-box {
  1200. position: fixed;
  1201. left: 0;
  1202. bottom: 0;
  1203. z-index: 95;
  1204. width: 750rpx;
  1205. height: 100rpx;
  1206. line-height: 1;
  1207. color: #ffffff;
  1208. text-align: center;
  1209. font-size: 32rpx;
  1210. }
  1211. .goods-pay-box .bgLine {
  1212. background: -webkit-gradient(linear, left top, right top, from(#ef4e51), to(#f4713b));
  1213. background: -webkit-linear-gradient(left, #ef4e51 0%, #f4713b 100%);
  1214. background: linear-gradient(90deg, #ef4e51 0%, #f4713b 100%);
  1215. }
  1216. .goods-pay-box .goods-pay {
  1217. display: -webkit-box;
  1218. display: -webkit-flex;
  1219. display: flex;
  1220. -webkit-align-content: center;
  1221. align-content: center;
  1222. -webkit-flex-wrap: wrap;
  1223. flex-wrap: wrap;
  1224. -webkit-box-pack: center;
  1225. -webkit-justify-content: center;
  1226. justify-content: center;
  1227. }
  1228. .goods-pay-box .goods-pay .goods-buttom,
  1229. .goods-pay-box .goods-pay .goods-buttom-money {
  1230. width: 100%;
  1231. }
  1232. .goods-pay-box .goods-pay .goods-buttom-money {
  1233. font-size: 28rpx;
  1234. }
  1235. .goods-pay-box .goods-pay-stop,
  1236. .goods-pay-box .goods-pay {
  1237. padding: 15rpx 0;
  1238. height: 100%;
  1239. width: 100%;
  1240. }
  1241. .goods-pay-box .goods-pay-stop {
  1242. background: #999999;
  1243. line-height: 70rpx;
  1244. }
  1245. .pinklistbox {
  1246. background: #ffffff;
  1247. text-align: center;
  1248. font-size: 26rpx;
  1249. margin-top: 25rpx;
  1250. }
  1251. .pinklistbox .listbox-1 {
  1252. padding: 25rpx;
  1253. font-size: 30rpx;
  1254. font-weight: 500;
  1255. color: #333333;
  1256. border-bottom: 1px solid #EEEEEE;
  1257. }
  1258. .pinklistbox .listbox-1 .more {
  1259. font-size: 26rpx;
  1260. font-weight: 500;
  1261. color: #999999;
  1262. }
  1263. .pinklistbox .listbox-1 .more image {
  1264. width: 25rpx;
  1265. height: 25rpx;
  1266. }
  1267. .pinklistbox .pinklist {
  1268. margin: 0 25rpx;
  1269. }
  1270. .pinklistbox .pinklist .pinklist_list {
  1271. padding: 25rpx 0;
  1272. border-bottom: 1px solid #EEEEEE;
  1273. }
  1274. .pinklistbox .pinklist .pinklist_list:nth-last-child(1) {
  1275. border-bottom: none;
  1276. }
  1277. /* .pinklistbox {
  1278. background: #ffffff;
  1279. margin-top: 25rpx;
  1280. overflow: hidden;
  1281. } */
  1282. .pink_num {
  1283. background: -webkit-linear-gradient(left, #fdf5f6, #fbebf6);
  1284. padding: 15rpx 25rpx;
  1285. font-size: 26rpx;
  1286. color: #dd524d;
  1287. }
  1288. .pint {
  1289. background: -webkit-linear-gradient(0deg, #fa2740, #fe5544);
  1290. border-radius: 10rpx;
  1291. margin-left: 20rpx;
  1292. padding: 20rpx 25rpx;
  1293. color: #ffffff;
  1294. font-size: 26rpx;
  1295. /* .iconenter {
  1296. font-size: 15px;
  1297. color: #ffffff;
  1298. } */
  1299. }
  1300. .pink_row .pink_img {
  1301. width: 70rpx;
  1302. height: 70rpx;
  1303. }
  1304. .pink_row .pink_img image {
  1305. width: 100%;
  1306. height: 100%;
  1307. border-radius: 100%;
  1308. }
  1309. .pink_people {
  1310. font-size: 26rpx;
  1311. }
  1312. .pink_people text {
  1313. color: #5dbc7c;
  1314. }
  1315. .pink_time {
  1316. font-size: 26rpx;
  1317. color: #909399;
  1318. }
  1319. .pink_name {
  1320. font-size: 30rpx;
  1321. color: #333333;
  1322. margin-left: 20rpx;
  1323. }
  1324. .More {
  1325. width: 100%;
  1326. line-height: 2;
  1327. background-color: #fc2a3f;
  1328. font-size: 32rpx;
  1329. margin: 0 auto;
  1330. text-align: center;
  1331. color: #ffffff;
  1332. }
  1333. .mask {
  1334. z-index: 999;
  1335. width: 100%;
  1336. height: 100%;
  1337. position: fixed;
  1338. top: 0;
  1339. left: 0;
  1340. text-align: center;
  1341. background-color: rgba(0, 0, 0, 0.5);
  1342. }
  1343. .mask image {
  1344. width: 100%;
  1345. height: 100%;
  1346. opacity: 0.8;
  1347. }