优惠券分享

index.css 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985
  1. html,
  2. body,
  3. div,
  4. h3, h4, h5, h6, p,
  5. span, em, i,
  6. ::before,
  7. ::after{
  8. padding: 0;
  9. margin: 0;
  10. -webkit-box-sizing: border-box;
  11. box-sizing: border-box;
  12. -webkit-tap-highlight-color: transparent;
  13. }
  14. *{-webkit-overflow-scrolling: touch;}
  15. button{
  16. border: none;
  17. background:none;
  18. outline:none;
  19. }
  20. ol, ul{
  21. list-style: none;
  22. padding: 0;
  23. margin: 0;
  24. }
  25. html,body{
  26. font-size: 14px;
  27. color: #333;
  28. width: 100%;
  29. height: 100%;
  30. background: #f5f4f4;
  31. padding-bottom: 1rem;
  32. box-sizing: border-box;
  33. }
  34. em, i{
  35. font-style: normal;
  36. }
  37. a{
  38. text-decoration: none;
  39. }
  40. .loading {
  41. position: fixed;
  42. top: 0;
  43. left: 0;
  44. display: none;
  45. width: 100%;
  46. height: 100vh;
  47. z-index: 99;
  48. }
  49. .loading img {
  50. position: absolute;
  51. top: 0;
  52. bottom: 0;
  53. left: 0;
  54. right: 0;
  55. margin: auto;
  56. width: 0.6rem;
  57. height: 0.6rem;
  58. }
  59. .clearfix::before,
  60. .clearfix::after{
  61. content: "";
  62. display: block;
  63. height: 0;
  64. line-height: 0;
  65. visibility: hidden;
  66. clear: both;
  67. }
  68. .elli{
  69. display: box;
  70. overflow: hidden;
  71. text-overflow: ellipsis;
  72. display: -webkit-box;
  73. -webkit-line-clamp: 2;
  74. -webkit-box-orient: vertical;
  75. }
  76. #copy_1,#copyName_1,#copy1{
  77. outline: none;
  78. border: 0px;
  79. color: rgba(0,0,0,0.0);
  80. position: absolute;
  81. left:-2000px;
  82. background-color: transparent;
  83. }
  84. #copy_2,#copyName_2,#copy2{
  85. position: absolute;
  86. left:-2000px;
  87. color: rgba(0,0,0,0);
  88. background-color: transparent;
  89. }
  90. .btn1,.btn2{
  91. float: left;
  92. width: 65%;
  93. height: 50px;
  94. color: #fff;
  95. font-size: 16px;
  96. vertical-align: middle;
  97. }
  98. .btn2 i{
  99. display: inline-block;
  100. width: 30px;
  101. height: 30px;
  102. vertical-align: middle;
  103. background: url(img/money.png) no-repeat;
  104. background-size:100% ;
  105. margin-right: 5px;
  106. }
  107. .btn1{
  108. background:linear-gradient(90deg,#FEC800,#FD9D03);
  109. }
  110. .btn2{
  111. background:linear-gradient(90deg,#FE6735,#FF2D23);
  112. }
  113. /*弹层*/
  114. /* .mask,.mask_two,.maskYzm{
  115. background: rgba(0,0,0,0.59);
  116. position: fixed;
  117. top: 0;
  118. left: 0;
  119. width: 100%;
  120. height: 100%;
  121. display: flex;
  122. justify-content: center;
  123. align-items: center;
  124. visibility:hidden;
  125. }
  126. .content,.content_two,.maskYzm .yzmCon{
  127. width: 80%;
  128. background: #fff;
  129. border-radius:4px;
  130. text-align: center;
  131. }
  132. .content_two{
  133. height: 80%;
  134. overflow: hidden;
  135. }
  136. .con_tit{
  137. width: 100%;
  138. }
  139. .con_tit,.con_tit_two{
  140. display: block;
  141. width: 80%;
  142. height: 7%;
  143. font-size:18px;
  144. font-family:PingFangSC-Semibold;
  145. color:rgba(56,56,56,1);
  146. line-height:25px;
  147. margin: auto;
  148. padding-top: 12px;
  149. padding-bottom: 20px;
  150. padding-left: 15px;
  151. padding-right: 15px;
  152. border-radius:4px;
  153. }
  154. .con_tit_two{
  155. background: #fff;
  156. vertical-align: middle;
  157. width: 94%;
  158. padding: 0.2rem;
  159. }
  160. .course_item{
  161. height: 100%;
  162. padding: 0 6%;
  163. text-indent: -1em;
  164. margin-left: 1em;
  165. overflow-y: scroll;
  166. -webkit-overflow-scrolling: touch;
  167. z-index: 999;
  168. background: #fff;
  169. margin-top: 0.2rem;
  170. padding-bottom: 0.4rem;
  171. }
  172. .course_item img{
  173. width:200px;
  174. height:200px;
  175. margin-top: 13px;
  176. margin-bottom: 20px;
  177. }
  178. .mask .con_tit img{
  179. display: block;
  180. float:right;
  181. width: 11px;
  182. height: 11px;
  183. margin-top: 6px;
  184. }
  185. .mask .con_con{
  186. display: block;
  187. width:231px;
  188. height:52px;
  189. font-size:15px;
  190. font-family:PingFangSC-Regular;
  191. color:rgba(51,51,51,1);
  192. line-height:21px;
  193. margin: auto;
  194. }
  195. .mask .content #close_know{
  196. display: block;
  197. width:126px;
  198. height:37px;
  199. background:linear-gradient(-138deg,rgba(245,132,72,1),rgba(249,93,66,1));
  200. border-radius:9px;
  201. font-size:0.3rem;
  202. font-family:PingFangSC-Regular;
  203. color: #FFFFFF;
  204. line-height: 37px;
  205. margin:auto;
  206. margin-bottom: 15px;
  207. }
  208. .mask .con_course{
  209. display: block;
  210. width:79px;
  211. font-size:13px;
  212. font-family:PingFangSC-Regular;
  213. color:rgba(255,115,0,1);
  214. line-height:18px;
  215. margin: auto;
  216. margin-bottom: 12px;
  217. }
  218. .p_text{
  219. text-align: left;
  220. margin-left: 0.4rem;
  221. }
  222. #download{
  223. display: block;
  224. width:109px;
  225. height:32px;
  226. background:linear-gradient(-119deg,rgba(245,132,72,1),rgba(249,93,66,1));
  227. border-radius:9px;
  228. font-size:0.3rem;
  229. font-family:PingFangSC-Regular;
  230. color:rgba(255,255,255,1);
  231. line-height:32px;
  232. margin: 0 auto;
  233. margin-bottom: 46px;
  234. padding-left: 12px;
  235. box-sizing: border-box;
  236. }
  237. .save_money p:nth-of-type(1){
  238. display: block;
  239. width:91px;
  240. height:25px;
  241. font-size:18px;
  242. font-family:PingFangSC-Medium;
  243. color:rgba(255,255,255,1);
  244. line-height:25px;
  245. margin: auto;
  246. }
  247. .save_money p:nth-of-type(2){
  248. display: block;
  249. width:66px;
  250. height:42px;
  251. font-size:30px;
  252. font-family:PingFangSC-Medium;
  253. color:rgba(255,255,255,1);
  254. line-height:42px;
  255. margin: auto;
  256. }
  257. .make_money,.save_money{
  258. width:200px;
  259. height:134px;
  260. margin: auto;
  261. background: url(images/005.png) no-repeat;
  262. background-size: 100% 100%;
  263. padding-top: 34px;
  264. box-sizing: border-box;
  265. margin-top: 13px;
  266. margin-bottom: 20px;
  267. }
  268. .make_money p:nth-of-type(1){
  269. display: block;
  270. width:55px;
  271. height:25px;
  272. font-size:18px;
  273. font-family:PingFangSC-Medium;
  274. color:rgba(255,255,255,1);
  275. line-height:25px;
  276. margin: auto;
  277. }
  278. .make_money p:nth-of-type(2){
  279. display: block;
  280. width:101px;
  281. height:28px;
  282. font-size:20px;
  283. font-family:PingFangSC-Medium;
  284. color:rgba(255,255,255,1);
  285. line-height:28px;
  286. margin: auto;
  287. } */
  288. /*弹层 结束*/
  289. #copy_1,#copy_2{
  290. position: absolute;
  291. left: -1000rem;
  292. }
  293. .download-wrapper {
  294. display: flex;
  295. display: -webkit-flex;
  296. width: 100%;
  297. height: 1.12rem;
  298. align-items: center;
  299. justify-content: center;
  300. padding: 0.2rem;
  301. background: #F4F4F4;
  302. position: fixed;
  303. top: 0;
  304. left: 0;
  305. z-index: 500;
  306. }
  307. .download-wrapper .img-box{
  308. flex: 0 0 0.72rem;
  309. margin-right: 12px;
  310. border-radius: 6px;
  311. overflow: hidden;
  312. }
  313. .download-wrapper .img-box img{
  314. width: 100%;
  315. height: 100%;
  316. }
  317. .download-wrapper .content{
  318. flex: 1;
  319. }
  320. .download-wrapper .content .title{
  321. font-size: 16px;
  322. font-weight: 500;
  323. line-height: 20px;
  324. }
  325. .download-wrapper .content .text{
  326. font-size: 0.24rem;
  327. color: #666;
  328. line-height: 14px;
  329. }
  330. .download-wrapper a{
  331. flex: 0 0 1.4rem;
  332. height: 0.56rem;
  333. line-height: 0.56rem;
  334. text-align: center;
  335. background: linear-gradient(-90deg, #FF6900, #FFA500);
  336. border-radius: 28px;
  337. border: 0 none;
  338. font-size: 0.24rem;
  339. color: #FFFFFF;
  340. }
  341. .swiper-container{
  342. width: 7.5rem;
  343. height: 7.5rem;
  344. overflow: hidden;
  345. position: relative;
  346. margin-top: 1.12rem;
  347. background: #fff;
  348. }
  349. .swiper-wrapper{
  350. width: 100%;
  351. height: 100%;
  352. }
  353. .swiper-slide img{
  354. width: 100%;
  355. }
  356. .swiper-pagination-bullet{
  357. width: 3px;
  358. height: 3px;
  359. border-radius: 50%;
  360. display: inline-block;
  361. margin-left: 10px;
  362. background: #CFCFCF;
  363. }
  364. .swiper-pagination-bullet.swiper-pagination-bullet-active{
  365. width: 8px;
  366. background: #fff;
  367. border-radius: 0;
  368. }
  369. .details-wrapper{
  370. display: flex;
  371. display: -webkit-flex;
  372. flex-direction: column;
  373. width: 100%;
  374. }
  375. .details-wrapper .details-wrapper-con{
  376. padding: 0 0.2rem;
  377. background: #fff;
  378. padding-bottom: 0.1rem;
  379. }
  380. .details-wrapper .price{
  381. margin-top: 16px;
  382. font-size: 0px;
  383. font-weight: normal;
  384. display: flex;
  385. align-items: center;
  386. justify-content: space-between;
  387. }
  388. .details-wrapper .price .quan_small{
  389. height: 0.32rem;
  390. background: url(img/quan04.png) no-repeat;
  391. background-size:100%;
  392. font-size: 0.2rem;
  393. font-weight: 200;
  394. color: #F5112A;
  395. }
  396. .details-wrapper .price .quan_small i{
  397. display: inline-block;
  398. width: 0.4rem;
  399. height: 100%;
  400. text-align: center;
  401. }
  402. .details-wrapper .price .quan_small span{
  403. display: inline-block;
  404. width: 0.7rem;
  405. height: 100%;
  406. text-align: center;
  407. line-height: 0.32rem;
  408. }
  409. .details-wrapper .price .before-price{
  410. color: #A9A9A9;
  411. font-size: 0.2rem;
  412. font-weight: normal;
  413. line-height: 0.28rem;
  414. padding: 0 0.3rem 0 0.78rem;
  415. text-decoration: line-through;
  416. }
  417. .details-wrapper .price .quantity{
  418. color: #A9A9A9;
  419. font-size: 0.2rem;
  420. font-weight: normal;
  421. line-height: 0.28rem;
  422. }
  423. .details-wrapper .price em{
  424. line-height: 0.72rem;
  425. font-size: 0.5rem;
  426. color: #F5112A;
  427. font-weight: bold;
  428. }
  429. span.icon.icon-price{
  430. display: inline-block;
  431. vertical-align: top;
  432. width: 1.28rem;
  433. height: 0.28rem;
  434. line-height: 0.28rem;
  435. margin-top: 9px;
  436. margin-left: 10px;
  437. background: url('img/icon-price.png') no-repeat center center;
  438. -webkit-background-size: 100% 100%;
  439. background-size: 100% 100%;
  440. font-size: 10px;
  441. color: #fff;
  442. padding: 0px 5px;
  443. }
  444. .details-wrapper .info{
  445. display: flex;
  446. display: -webkit-flex;
  447. justify-content: space-between;
  448. align-items: center;
  449. color: #878787;
  450. font-size: 13px;
  451. margin-top: 0.12rem;
  452. color: #000;
  453. font-size: 0.3rem;
  454. line-height: 0.44rem;
  455. }
  456. .details-wrapper .info .before-price > span{
  457. text-decoration: line-through;
  458. }
  459. .details-wrapper .desc{
  460. font-size: 0.3rem;
  461. line-height: 0.44rem;
  462. font-weight: bold;
  463. }
  464. .details-wrapper .desc img{
  465. width: 0.4rem;
  466. height: 0.4rem;
  467. margin-right: 0.08rem;
  468. vertical-align: sub;
  469. }
  470. .btn-wrapper{
  471. position: fixed;
  472. bottom: 0;
  473. left: 0;
  474. width: 100%;
  475. height: 1.22rem;
  476. background: #fff;
  477. }
  478. .btn-wrapper .coupon_purchase_bottom{
  479. width: 7.1rem;
  480. height: 0.78rem;
  481. display: block;
  482. margin: auto;
  483. background:linear-gradient(110deg,rgba(255,200,0,1) 0%,rgba(255,76,0,1) 100%);
  484. border-radius:2rem;
  485. display: flex;
  486. align-items: center;
  487. justify-content: center;
  488. color: #fff;
  489. font-size: 0.3rem;
  490. line-height: 0.42rem;
  491. margin-top: 0.22rem;
  492. }
  493. .btn-wrapper .coupon_purchase_bottom img{
  494. width: 0.4rem;
  495. height: 0.32rem;
  496. margin-right: 0.08rem;
  497. }
  498. /* .btn-wrapper .btn{
  499. width: 100%;
  500. height: 100%;
  501. border: 0 none;
  502. font-size: 16px;
  503. color: #fff;
  504. background: linear-gradient(90deg, #FF9000, #FF5000);
  505. }
  506. .btn-wrapper .btn em{
  507. font-weight: 500;
  508. } */
  509. /*.step-wrapper{
  510. margin: 30px auto;
  511. font-size: 14px;
  512. line-height: 20px;
  513. padding-left: 0.2rem;
  514. }
  515. .inviting-pic{
  516. width: 5.6rem;
  517. height: 7.76rem;
  518. box-shadow: 0 4px 13px rgba(0, 0, 0, 0.15);
  519. margin: 0 auto;
  520. border-radius: 10px;
  521. }*/
  522. .weui-mask_transparent {
  523. position: fixed;
  524. z-index: 1000;
  525. top: 0;
  526. right: 0;
  527. left: 0;
  528. bottom: 0;
  529. }
  530. .weui-toast {
  531. position: fixed;
  532. z-index: 5000;
  533. width: 7.6em;
  534. min-height: 7.6em;
  535. top: 180px;
  536. left: 50%;
  537. margin-left: -3.8em;
  538. background: rgba(17, 17, 17, 0.7);
  539. text-align: center;
  540. border-radius: 5px;
  541. color: #FFFFFF;
  542. }
  543. .hide{
  544. display: none;
  545. opacity: 0;
  546. }
  547. .show{
  548. display: block;
  549. opacity: 1;
  550. }
  551. .weui-icon-success-no-circle {
  552. display: inline-block;
  553. vertical-align: middle;
  554. margin: 22px 0 0;
  555. width: 39px;
  556. height: 30px;
  557. background: url(img/getIt.png) no-repeat 0 0;
  558. -webkit-background-size: 39px 30px;
  559. background-size: 39px 30px;
  560. }
  561. .weui-toast__content {
  562. margin: 6px 0 15px;
  563. }
  564. .alert-info {
  565. position: absolute;
  566. top: 9.35rem;
  567. right: 0;
  568. left: 0;
  569. bottom: 0;
  570. text-align: center;
  571. z-index: 9999;
  572. }
  573. .alert-info p {
  574. display: inline-block;
  575. height: 38px;
  576. color: #fff;
  577. font-size: 14px;
  578. line-height: 38px;
  579. padding: 0 10px;
  580. background-color: rgba(0, 0, 0, 0.7);
  581. border-radius: 5px;
  582. }
  583. /*注册弹框*/
  584. #registerMask,#registerSuccess{
  585. width: 100%;
  586. height: 100vh;
  587. position: fixed;
  588. top: 0;
  589. left: 0;
  590. background: rgba(0,0,0,0.4);
  591. z-index: 501;
  592. visibility: hidden;
  593. }
  594. #registerSuccess .content h3{
  595. font-size: 0.36rem;
  596. line-height: 0.5rem;
  597. padding-top: 0.44rem;
  598. padding-bottom: 0.33rem;
  599. }
  600. #registerSuccess .content .con{
  601. color: #262626;
  602. font-size: 0.28rem;
  603. line-height: 0.4rem;
  604. margin-bottom: 0.56rem;
  605. }
  606. #registerSuccess .content .copyTkl{
  607. padding: 0;
  608. margin: 0;
  609. width: 1.92rem;
  610. height: 0.48rem;
  611. background: #FA2C36;
  612. border-radius: 0.1rem;
  613. color: #FFFFFF;
  614. font-size: 0.28rem;
  615. line-height: 0.48rem;
  616. }
  617. #registerMask .content,#registerSuccess .content{
  618. width: 5rem;
  619. min-height: 5.68rem;
  620. background: #FFFFFF;
  621. position: absolute;
  622. top: 3.26rem;
  623. left: 0;
  624. right: 0;
  625. margin: auto;
  626. padding: 0 0.32rem;
  627. box-sizing: border-box;
  628. }
  629. #registerSuccess .content{
  630. min-height: 4.26rem;
  631. }
  632. #registerMask .content .h3{
  633. font-size: 0.3rem;
  634. line-height: 0.42rem;
  635. padding-top: 0.7rem;
  636. padding-bottom: 0.34rem;
  637. }
  638. #registerMask .content .inputItem{
  639. display: flex;
  640. align-items: center;
  641. height: 0.8rem;
  642. border-bottom: 0.02rem solid #333333;
  643. }
  644. #registerMask .content .inputItem img{
  645. width: 0.32rem;
  646. height: 0.45rem;
  647. }
  648. #registerMask .content .inputItem:nth-of-type(2) img{
  649. width: 0.32rem;
  650. height: 0.41rem;
  651. }
  652. #registerMask .content .inputItem input{
  653. flex: 1;
  654. width: 2.4rem;
  655. font-size: 0.26rem;
  656. line-height: 0.36rem;
  657. margin-left: 0.16rem;
  658. border: none;
  659. outline:none;
  660. }
  661. #registerMask .content .inputItem .yzmButton{
  662. width: 1.4rem;
  663. height: 0.38rem;
  664. border: 0.01rem solid #4A4A4A;
  665. border-radius: 0.19rem;
  666. color: #4A4A4A;
  667. font-size: 0.22rem;
  668. line-height: 0.4rem;
  669. padding: 0;
  670. margin: 0;
  671. }
  672. #registerMask .content .confirm{
  673. width: 4.3rem;
  674. height: 0.64rem;
  675. background: #FA2E36;
  676. border-radius: 0.06rem;
  677. color: #FFFFFF;
  678. font-size: 0.28rem;
  679. line-height: 0.64rem;
  680. margin-top: 0.92rem;
  681. }
  682. #registerMask .content .close,#registerSuccess .content .close{
  683. width: 0.6rem;
  684. height: 0.6rem;
  685. position: absolute;
  686. bottom: -1.1rem;
  687. left: 0;
  688. right: 0;
  689. margin: auto;
  690. }
  691. .discount{
  692. display: flex;
  693. align-items: center;
  694. flex-wrap: wrap;
  695. justify-content: space-between;
  696. margin-top: 0.13rem;
  697. }
  698. .discount li{
  699. width: 3.44rem;
  700. background: #fff4df;
  701. height: 1.06rem;
  702. margin: 0.11rem 0;
  703. display: flex;
  704. flex-direction: column;
  705. justify-content: center;
  706. padding-left: 0.18rem;
  707. box-sizing: border-box;
  708. border-radius: 0.1rem;
  709. }
  710. .discount .redEnvelopes{
  711. }
  712. .discount .redEnvelopes .redEnvelopes_01 {
  713. color: #99520F;
  714. font-size: 0.32rem;
  715. line-height: 0.44rem;
  716. }
  717. .discount .redEnvelopes .redEnvelopes_01 img{
  718. width: 0.32rem;
  719. height: 0.36rem;
  720. vertical-align: sub;
  721. }
  722. .discount .redEnvelopes p,.discount .rebate p,.discount .discount_coupon p{
  723. margin-top: 0.04rem;
  724. font-size: 0.2rem;
  725. line-height: 0.28rem;
  726. color: #99520F;
  727. }
  728. .discount .rebate .rebate_01{
  729. color: #99520F;
  730. font-size: 0.32rem;
  731. line-height: 0.44rem;
  732. }
  733. .discount .discount_coupon{
  734. background: url(img/quan.png) no-repeat;
  735. background-size:100%;
  736. color: #fa2d36;
  737. }
  738. .discount .discount_coupon .rebate_01{
  739. font-size: 0.32rem;
  740. line-height: 0.44rem;
  741. }
  742. .discount .discount_coupon p{
  743. color: #fa2d36;
  744. }
  745. .details-wrapper .shop_info{
  746. margin-top: 0.1rem;
  747. padding: 0.2rem 0.25rem;
  748. background: #fff;
  749. display: flex;
  750. align-items: center;
  751. }
  752. .details-wrapper .shop_info img{
  753. width: 0.94rem;
  754. height: 0.94rem;
  755. }
  756. .details-wrapper .shop_info .shop_detail{
  757. flex: 1;
  758. padding-left: 0.2rem;
  759. box-sizing: border-box;
  760. }
  761. .details-wrapper .shop_info .shop_detail h3{
  762. font-size: 0.3rem;
  763. line-height: 0.42rem;
  764. color: #333;
  765. font-weight: 400;
  766. }
  767. .details-wrapper .shop_info .shop_detail .shop_evaluate{
  768. margin-top: 0.18rem;
  769. color:#7e7d7d;
  770. font-size: 0.2rem;
  771. }
  772. .details-wrapper .shop_info .shop_detail .shop_evaluate span{
  773. display: inline-block;
  774. width: 0.32rem;
  775. height: 0.28rem;
  776. line-height: 0.28rem;
  777. background: #d8d8d8;
  778. font-size: 0.2rem;
  779. margin-left: 0.04rem;
  780. margin-right: 0.04rem;
  781. text-align: center;
  782. }
  783. /* 精选好物 */
  784. .select-good-things{
  785. margin-top: 0.1rem;
  786. margin-bottom: 1.2rem;
  787. }
  788. .select-good-things .select-good-things-title{
  789. background: #fff;
  790. text-align: center;
  791. }
  792. .select-good-things .select-good-things-title img{
  793. width: 4.2rem;
  794. margin-top: 0.3rem;
  795. margin-bottom: 0.17rem;
  796. }
  797. .select-good-things .select-good-things-list{
  798. padding: 0.2rem;
  799. display: flex;
  800. align-items: center;
  801. justify-content: space-between;
  802. flex-wrap:wrap;
  803. padding-top: 0.08rem;
  804. }
  805. .select-good-things .select-good-things-list li{
  806. width: 3.5rem;
  807. height: 6.2rem;
  808. background: #fff;
  809. border-radius: 0.1rem;
  810. overflow: hidden;
  811. margin-top: 0.12rem;
  812. }
  813. .select-good-things .select-good-things-list li .commodity-img{
  814. width: 100%;
  815. height: 3.72rem;
  816. }
  817. .select-good-things .select-good-things-list li .commodity-info{
  818. margin-top: 0.04rem;
  819. padding: 0 0.12rem;
  820. box-sizing: border-box;
  821. }
  822. .select-good-things .select-good-things-list li .commodity-info .title{
  823. color: #000;
  824. font-size: 0.28rem;
  825. line-height: 0.44rem;
  826. overflow: hidden;
  827. text-overflow: ellipsis;
  828. display: -webkit-box;
  829. -webkit-line-clamp: 2;
  830. -webkit-box-orient: vertical;
  831. height: 0.88rem;
  832. }
  833. .select-good-things .select-good-things-list li .commodity-info .commodity-shop{
  834. margin-top: 0.06rem;
  835. color: #8d8a8a;
  836. font-size: 0.24rem;
  837. line-height: 0.34rem;
  838. }
  839. .select-good-things .select-good-things-list li .commodity-info img{
  840. width: 0.28rem;
  841. height: 0.28rem;
  842. vertical-align: sub;
  843. }
  844. .select-good-things .select-good-things-list li .commodity-price{
  845. margin-top: 0.1rem;
  846. color: #bbbbbb;
  847. font-size: 0.2rem;
  848. line-height: 0.28rem;
  849. }
  850. .select-good-things .select-good-things-list li .commodity-price span{
  851. color: #fa2d36;
  852. font-size: 0.32rem;
  853. line-height: 0.44rem;
  854. vertical-align: sub;
  855. }
  856. .select-good-things .select-good-things-list li .commodity-info .commodity-discount{
  857. display: flex;
  858. align-items: center;
  859. flex-wrap: wrap;
  860. margin-top: 0.1rem;
  861. }
  862. .select-good-things .select-good-things-list li .commodity-info .commodity-discount div{
  863. width: 1.28rem;
  864. height: 0.3rem;
  865. background: #fff4df;
  866. border-radius: 0.05rem;
  867. margin-right: 0.32rem;
  868. margin-bottom: 0.2rem;
  869. color: #99520F;
  870. font-size: 0.2rem;
  871. line-height: 0.32rem;
  872. text-align: center;
  873. }
  874. .select-good-things .select-good-things-list li .commodity-info .commodity-discount .red{
  875. text-align: left;
  876. }
  877. .select-good-things .select-good-things-list li .commodity-info .commodity-discount .red img{
  878. width: 0.24rem;
  879. height: 0.3rem;
  880. }
  881. .select-good-things .select-good-things-list li .commodity-info .commodity-discount .quan{
  882. background: url(img/quan02.png) no-repeat;
  883. background-size:100%;
  884. color: #fa2d36;
  885. text-align: left
  886. }
  887. .select-good-things .select-good-things-list li .commodity-info .commodity-discount .quan em{
  888. width: 0.36rem;
  889. height: 100%;
  890. text-align: center;
  891. display: inline-block;
  892. }
  893. .select-good-things .select-good-things-list li .commodity-info .commodity-discount .quan span{
  894. width: 0.8rem;
  895. text-align: center;
  896. height: 100%;
  897. display: inline-block;
  898. }
  899. /* 点击赚佣金购买弹框 */
  900. .coupon_purchase_mask{
  901. width: 100%;
  902. height: 100vh;
  903. position: fixed;
  904. top: 0;
  905. left: 0;
  906. background: rgba(0, 0, 0, 0.7);
  907. z-index: 2;
  908. display: none;
  909. }
  910. .coupon_purchase_mask .coupon_purchase_mask_con{
  911. width: 5rem;
  912. height: 5.6rem;
  913. background: #fff;
  914. border-radius: 0.2rem;
  915. position: absolute;
  916. top: 3rem;
  917. left: 0;
  918. right: 0;
  919. margin: auto;
  920. }
  921. .coupon_purchase_mask .coupon_purchase_mask_con .coupon_purchase_mask_top{
  922. width: 100%;
  923. height: 1.76rem;
  924. background:linear-gradient(272deg,rgba(250,42,55,1) 0%,rgba(252,113,35,1) 100%);
  925. border-radius: 0.2rem 0.2rem 0 0;
  926. display: flex;
  927. align-items: center;
  928. font-size: 0.44rem;
  929. line-height: 0.6rem;
  930. color: #fff;
  931. }
  932. .coupon_purchase_mask .coupon_purchase_mask_con .coupon_purchase_mask_top img{
  933. width: 0.8rem;
  934. height: 0.8rem;
  935. margin-left: 0.26rem;
  936. margin-right: 0.24rem;
  937. }
  938. .coupon_purchase_mask .coupon_purchase_mask_con .coupon_purchase_mask_title{
  939. color: #555555;
  940. font-size: 0.32rem;
  941. line-height: 0.44rem;
  942. text-align: center;
  943. margin-top: 0.62rem;
  944. }
  945. .coupon_purchase_mask .coupon_purchase_mask_con h3{
  946. color: #fb3036;
  947. font-size: 0.52rem;
  948. line-height: 0.74rem;
  949. text-align: center;
  950. margin-top: 0.16rem;
  951. }
  952. .coupon_purchase_mask .coupon_purchase_mask_con button{
  953. width: 4.46rem;
  954. height: 0.82rem;
  955. border-radius: 0.41rem;
  956. color: #fff;
  957. font-size: 0.32rem;
  958. line-height: 0.82rem;
  959. background:linear-gradient(279deg,rgba(250,42,55,1) 0%,rgba(252,113,35,1) 100%);
  960. display: block;
  961. margin: 0.56rem auto 0;
  962. }
  963. .coupon_purchase_mask .coupon_purchase_mask_con .close{
  964. width: 0.5rem;
  965. height: 0.5rem;
  966. position: absolute;
  967. bottom: -1rem;
  968. left: 0;
  969. right: 0;
  970. margin: auto;
  971. }