productCollage.wxss 26 KB

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