productCollage.wxss 31 KB

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