style.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801
  1. .main-color{
  2. color: #FF6666!important;
  3. }
  4. .price-color{
  5. color: #FF6666!important;
  6. }
  7. .color0{
  8. color:#fff!important
  9. }
  10. .color1{
  11. color:#333!important;
  12. }
  13. .color2{
  14. color:#8f8f94!important;
  15. }
  16. .color3{
  17. color:#b4b4b4!important;
  18. }
  19. .color4{
  20. color:rgba(0,0,0,.4)!important;
  21. }
  22. .color5{
  23. color:rgba(255,255,255,.5)!important;
  24. }
  25. .color6{
  26. color:rgba(0,0,0,1)!important;
  27. }
  28. .color7{
  29. color:rgba(255,255,255,.87)!important;
  30. }
  31. .color8{
  32. color:rgba(255,255,255,.8)!important;
  33. }
  34. .color-red {
  35. color: #f9413e!important;
  36. }
  37. .color-yellow{
  38. color: #ffcf4d!important;
  39. }
  40. .color-green {
  41. color: green!important;
  42. }
  43. .color-blue {
  44. color: #2196f3!important;
  45. }
  46. .price-bgcolor{
  47. background-color: #ff9f19!important;
  48. }
  49. .main-bgcolor{
  50. background-color: #FF6666!important;
  51. }
  52. .bgcolor1{
  53. background-color: #fff!important;
  54. }
  55. .bgcolor2{
  56. background-color: #f7f7f7!important;
  57. }
  58. .bgcolor3{
  59. background-color: #999!important;
  60. }
  61. .bgcolor4{
  62. background-color: #f44336!important;
  63. }
  64. .bgcolor5{
  65. background-color: #f33!important;
  66. }
  67. .fs0{
  68. font-size: 0px!important;
  69. }
  70. .fs12{
  71. font-size: 0.24rem!important;
  72. }
  73. .fs13{
  74. font-size: 0.26rem!important;
  75. }
  76. .fs14{
  77. font-size: 0.28rem!important;
  78. }
  79. .fs15{
  80. font-size: 0.3rem!important;
  81. }
  82. .fs16 {
  83. font-size: 0.32rem!important;
  84. }
  85. .fs18 {
  86. font-size: 0.36rem!important;
  87. }
  88. .fs20{
  89. font-size: 0.4rem!important;
  90. }
  91. .fs22{
  92. font-size: 0.44rem!important;
  93. }
  94. .fs24{
  95. font-size: 0.48rem!important;
  96. }
  97. .fs26{
  98. font-size: 0.52rem!important;
  99. }
  100. .fs30{
  101. font-size: 0.6rem!important;
  102. }
  103. .fs44{
  104. font-size: 0.88rem!important;
  105. }
  106. .mt0{
  107. margin-top:0!important;
  108. }
  109. .mt5{
  110. margin-top:0.1rem!important;
  111. }
  112. .mt10{
  113. margin-top:0.2rem!important;
  114. }
  115. .mb10{
  116. margin-bottom:0.2rem!important;
  117. }
  118. .mr15{
  119. margin-right:0.3rem!important;
  120. }
  121. .mr10{
  122. margin-right:0.2rem!important;
  123. }
  124. .ml10{
  125. margin-left:0.2rem!important;
  126. }
  127. .mr5{
  128. margin-right: 0.1rem!important;
  129. }
  130. .ml5{
  131. margin-left: 0.1rem!important;
  132. }
  133. .mb10{
  134. margin-bottom: 0.2rem!important;
  135. }
  136. .mb5{
  137. margin-bottom: 0.1rem!important;
  138. }
  139. .mb0{
  140. margin-bottom: 0!important;
  141. }
  142. .m20{
  143. margin:0.4rem;
  144. }
  145. .pd0{
  146. padding: 0;
  147. }
  148. .pd5{
  149. padding: 0.1rem;
  150. }
  151. .pd10{
  152. padding: 0.2rem;
  153. }
  154. .pd15{
  155. padding: 0.3rem;
  156. }
  157. .pd5-0{
  158. padding: 0.1rem 0;
  159. }
  160. .pd10-0{
  161. padding: 0.2rem 0;
  162. }
  163. .pd5-15{
  164. padding: 0.1rem 0.3rem;
  165. }
  166. .pl10{
  167. padding-left: 0.2rem;
  168. }
  169. .pr10{
  170. padding-right: 0.2rem;
  171. }
  172. .pr5{
  173. padding-right: 0.1rem;
  174. }
  175. .pt15{
  176. padding-top: 0.3rem;
  177. }
  178. .pb0{
  179. padding-bottom: 0!important;
  180. }
  181. .pb10{
  182. padding-bottom: 0.2rem;
  183. }
  184. .pb15{
  185. padding-bottom: 0.3rem;
  186. }
  187. .pl5{
  188. padding-left: 0.1rem;
  189. }
  190. .pl15{
  191. padding-left: 0.3rem;
  192. }
  193. .pr15{
  194. padding-right: 0.3rem;
  195. }
  196. .pr20{
  197. padding-right: 0.4rem;
  198. }
  199. .lh24{
  200. line-height: 0.48rem;
  201. }
  202. .lh30{
  203. line-height: 0.6rem;
  204. }
  205. .lh36{
  206. line-height: 0.72rem;
  207. }
  208. .lh40{
  209. line-height: 0.8rem;
  210. }
  211. .lh44{
  212. line-height: 0.88rem;
  213. }
  214. .lh50{
  215. line-height: 1rem;
  216. }
  217. .bold{
  218. font-weight: bold!important;
  219. }
  220. .items {
  221. display: -webkit-box;
  222. display: -webkit-flex;
  223. display: flex;
  224. align-items: center
  225. }
  226. .items-top{
  227. align-items:initial;
  228. }
  229. .item{
  230. -webkit-box-flex: 1;
  231. -webkit-flex: 1;
  232. flex: 1;
  233. }
  234. .item-cb{
  235. -webkit-box-pack: center;
  236. -moz-box-pack: center;
  237. -ms-box-pack: center;
  238. -o-box-pack: center;
  239. box-pack: center;
  240. -webkit-box-align: center;
  241. -moz-box-align: center;
  242. -ms-box-align: center;
  243. -o-box-align: center;
  244. box-align: center;
  245. display: -webkit-box;
  246. display: -moz-box;
  247. display: -ms-box;
  248. display: -o-box;
  249. display: box;
  250. }
  251. .center {
  252. position: fixed;
  253. width: 85%;
  254. top: 2.9rem;
  255. left: 50%;
  256. -webkit-transform: translate(-50%,-50%);
  257. transform: translate(-50%,-50%);
  258. text-align: center;
  259. color:#999;
  260. z-index: 100;
  261. }
  262. .del-line{
  263. text-decoration: line-through;
  264. }
  265. .gotop {
  266. position: fixed;
  267. padding-top: 0.2rem;
  268. right: 0.4rem;
  269. bottom: 1.2rem;
  270. z-index: 9;
  271. width: 1rem;
  272. height: 1rem;
  273. border: 1px solid rgba(0,0,0,.3);
  274. border-radius: 50%;
  275. background: rgba(255,255,255,.96);
  276. text-align: center;
  277. display: none;
  278. }
  279. .tuiguang {
  280. position: fixed;
  281. right: 0.4rem;
  282. bottom: 1.5rem;
  283. z-index: 9;
  284. width: 1.2rem;
  285. height: 2.4rem;
  286. border-radius: 50%;
  287. text-align: center;
  288. }
  289. .tuiguang img{
  290. width: 1rem;
  291. height: 1rem;
  292. box-shadow: 0 0 0.17333rem 0 rgba(138,138,138,.24);
  293. border-radius: 50%;
  294. }
  295. .tuiguang .lbl{
  296. position: absolute;
  297. bottom: 0;
  298. left: 0;
  299. right: 0;
  300. padding: 0;
  301. background: #ecb85a;
  302. border-radius: 20px;
  303. color: #fff;
  304. }
  305. .avatar-bg {
  306. border-radius: 50%;
  307. background-position: center center;
  308. background-size: cover;
  309. background-repeat: no-repeat;
  310. background-image: url(../image/avatar.png);
  311. }
  312. .user-avatar {
  313. width: 1.36rem;
  314. height: 1.36rem;
  315. margin: 0;
  316. border: 1px solid rgb(255,255,255);
  317. }
  318. .input-row-icon{
  319. line-height: 0.88rem;
  320. position: absolute;
  321. right: 0.3rem;
  322. }
  323. .order-bg {
  324. width: 1.6rem;
  325. height: 1.6rem;
  326. background-position: top;
  327. background-size: cover;
  328. background-repeat: no-repeat;
  329. }
  330. .mui-btn-price {
  331. color: #fff;
  332. border: 1px solid #FF9F19;
  333. background-color: #FF9F19;
  334. }
  335. .msg{
  336. text-align: center;
  337. padding-top: 0.72rem;
  338. }
  339. .msg-icon{
  340. margin-bottom: 0.6rem;
  341. }
  342. .msg-text{
  343. margin-bottom: 0.5rem;
  344. padding: 0 0.4rem;
  345. }
  346. .msg-title{
  347. margin-bottom: 0.1rem;
  348. font-weight: 400;
  349. font-size: 0.4rem;
  350. }
  351. .icon-wancheng{
  352. color: #FF6666;
  353. font-size: 1.86rem;
  354. }
  355. .icon-chucuo{
  356. color: #F76260;
  357. font-size: 1.86rem;
  358. }
  359. .comment-avatar{
  360. line-height: 0.48rem;
  361. max-width: 0.48rem;
  362. height: 0.48rem;
  363. background-color: #ddd;
  364. border-radius: 50%;
  365. }
  366. .alert-warning {
  367. color: #8a6d3b;
  368. background-color: #fcf8e3;
  369. padding: 0.2rem;
  370. border: 1px solid #faebcc;
  371. border-radius: 0.1rem;
  372. font-size:0.28rem;
  373. }
  374. .image-list {
  375. width: 100%;
  376. height: 1.7rem;
  377. background-size: cover;
  378. padding: 0.2rem 0.2rem;
  379. overflow: hidden;
  380. }
  381. .image-item {
  382. width: 1.3rem;
  383. height: 1.3rem;
  384. background-image: url(../image/tianjia.png);
  385. background-size: 100% 100%;
  386. display: inline-block;
  387. position: relative;
  388. border-radius: 0.1rem;
  389. margin-right: 0.2rem;
  390. margin-bottom: 0.2rem;
  391. border: solid 1px #e8e8e8;
  392. }
  393. .image-item.space {
  394. border: none;
  395. }
  396. .image-item.space .image-close {
  397. display: none;
  398. }
  399. .image-item .image-close {
  400. position: absolute;
  401. display: inline-block;
  402. right: -0.12rem;
  403. top: -0.12rem;
  404. width: 0.4rem;
  405. height: 0.4rem;
  406. text-align: center;
  407. line-height: 0.4rem;
  408. border-radius: 0.24rem;
  409. background-color: #FF5053;
  410. color: #f3f3f3;
  411. border: solid 1px #FF5053;
  412. font-size: 0.18rem;
  413. font-weight: 200;
  414. z-index: 1;
  415. }
  416. .image-item input[type="file"] {
  417. position: absolute;
  418. left: 0px;
  419. top: 0px;
  420. width: 100%;
  421. height: 100%;
  422. opacity: 0;
  423. cursor: pointer;
  424. z-index: 0;
  425. }
  426. .icon-bg{
  427. background-color: #FF6666;
  428. border-radius: 50%;
  429. color: #fff;
  430. height: 0.8rem;
  431. width: 0.8rem;
  432. display: inline-block;
  433. }
  434. .product-info{
  435. background-color: #f33!important;
  436. padding: 0.1rem 0.3rem;
  437. color: #fff;
  438. font-size: 0.28rem;
  439. }
  440. .product-info .price{
  441. padding: 0.34rem 0.2rem 0 0;
  442. }
  443. .product-info .btn1{
  444. background: rgba(0, 0, 0, 0.3);
  445. border-radius: 0.06rem;
  446. padding: 0.06rem 0.12rem;
  447. font-size: 0.26rem;
  448. }
  449. .product-info .iconfont{
  450. font-size: 0.64rem;
  451. padding-top: 0.24rem;
  452. color: #ff3;
  453. width: 0.6rem;
  454. }
  455. .product-merchant{
  456. color: #333;
  457. margin-bottom: 0.1rem!important;
  458. font-size: 0.32rem;
  459. line-height: 1.2;
  460. }
  461. .product-title{
  462. color: #666;
  463. -webkit-box-pack: center;
  464. font-size: 0.3rem;
  465. line-height: 1.2;
  466. margin-bottom: 0.1rem!important;
  467. height: 0.7rem;
  468. }
  469. .product-img-border{
  470. border: 1px solid #eee;
  471. padding: 0.1rem;
  472. border-radius: 5px;
  473. background: #fff;
  474. width: 2rem;
  475. text-align: center;
  476. overflow: hidden;
  477. }
  478. .product-img-border img{
  479. max-width: 100%;
  480. height:auto;
  481. display: block;
  482. }
  483. .product-img{
  484. width: 26%;
  485. text-align: center;
  486. overflow: hidden;
  487. position: relative;
  488. }
  489. .product-img img{
  490. width: 100%;
  491. height: auto;
  492. border-radius: 0.1rem;
  493. display: block;
  494. }
  495. .product-img .img-icon {
  496. display: block;
  497. position: absolute;
  498. top: 0;
  499. left: 0;
  500. padding: 0.02rem 5%;
  501. background: rgba(0,0,0,0.6);
  502. color: #fff;
  503. font-size: 0.26rem;
  504. border-radius: 0.1rem 0 0.1rem 0;
  505. }
  506. .product-price{
  507. font-family: arial,verdana,sans-serif!important;
  508. color: #FF6666;
  509. font-size: 0.28rem;
  510. }
  511. .product-price em {
  512. font-style: normal;
  513. font-family: arial;
  514. font-weight: 400;
  515. font-size: 0.36rem;
  516. color: #FF6666;
  517. }
  518. .product-price span{
  519. font-size: 0.26rem
  520. }
  521. .product-price em b {
  522. margin-right: 0.1rem;
  523. font-weight: 400;
  524. }
  525. .to-address{
  526. float: right;
  527. width: 70%;
  528. padding-right: 0.6rem;
  529. line-height: 0.88rem;
  530. height: 0.88rem;
  531. }
  532. .notice{
  533. position: absolute;
  534. top: 0;
  535. left: 0;
  536. height: 0.56rem;
  537. width: 100%;
  538. background: rgba(255, 255, 255, .6);
  539. z-index: 2;
  540. font-size: 0.28rem;
  541. padding:0 0.3rem;
  542. color: #ff5053;
  543. }
  544. .notice span{
  545. line-height: 0.56rem;
  546. display: inline-block;
  547. position: absolute;
  548. }
  549. .notice i{
  550. margin-right: -0.2rem;
  551. margin-left: -0.2rem;
  552. padding-right: 0.2rem;
  553. padding-left: 0.2rem;
  554. padding-top: 0.04rem;
  555. padding-bottom: 0.04rem;
  556. }
  557. .check-label{
  558. float: none;
  559. width: 100%;
  560. font-family: 'Helvetica Neue', Helvetica, sans-serif;
  561. line-height: 1.1;
  562. padding: 0.19rem 0.3rem;
  563. }
  564. .check-tip{
  565. font-size: 0.28rem;
  566. color: #8f8f94;
  567. padding-right: 0.8rem;
  568. }
  569. .nav{
  570. position: relative;
  571. }
  572. .tabbar {
  573. position: absolute;
  574. bottom: 0;
  575. width: 100%;
  576. height: 10%;
  577. background: url(../image/tabbar.png) no-repeat;
  578. background-size: 100% 100%;
  579. z-index: 1;
  580. }
  581. .provide_list {
  582. float: left;
  583. padding: 0 .2rem;
  584. font-size: 0.26rem;
  585. color: #999;
  586. }
  587. .provide_list .iconfont {
  588. font-size: 0.32rem;
  589. color: #f20;
  590. padding-right: 0.06rem;
  591. }
  592. .header {
  593. position: fixed;
  594. z-index: 10;
  595. right: 0;
  596. left: 0;
  597. width: 100%;
  598. }
  599. .back{
  600. margin: 0.2rem;
  601. width: 0.6rem;
  602. height: 0.6rem;
  603. line-height: 0.6rem;
  604. text-align: center;
  605. color: #fff;
  606. cursor: pointer;
  607. background: rgba(0, 0, 0, 0.5);
  608. border-radius: 50%;
  609. }
  610. .header .icon-cha{
  611. position: absolute;
  612. right: 0.2rem;
  613. color: #fff;
  614. top: 50%;
  615. -webkit-transform: translateY(-50%);
  616. transform: translateY(-50%);
  617. }
  618. .mui-slider-name{
  619. position: absolute;
  620. bottom: 0;
  621. line-height: 0.4rem;
  622. padding: 0.04rem 2%;
  623. background: rgba(0, 0, 0, 0.4);
  624. overflow: hidden;
  625. text-overflow: ellipsis;
  626. display: -webkit-box;
  627. -webkit-line-clamp: 2;
  628. -webkit-box-orient: vertical;
  629. color: #fff;
  630. font-size: 0.32rem;
  631. z-index: 1;
  632. width: 100%;
  633. }
  634. .share-bg{
  635. display: block;
  636. width: 100%;
  637. position: fixed;
  638. left: 0;
  639. top: 0;
  640. bottom: 0;
  641. z-index: 18888;
  642. background: rgba(0, 0, 0, .7);
  643. }
  644. .share-img{
  645. width: 100%;
  646. position: fixed;
  647. top: 5px;
  648. z-index: 18889;
  649. }
  650. .qr-mask{
  651. display: none;
  652. position: fixed;
  653. top: 0px;
  654. width: 100%;
  655. max-width: 640px;
  656. height: 100%;
  657. background: rgb(102, 102, 102);
  658. z-index: 115;
  659. cursor: pointer;
  660. }
  661. .pic-box{
  662. width: 300px;
  663. background: rgb(255, 255, 255);
  664. }
  665. .pic-box img{
  666. width: 100%;
  667. }
  668. .pic-box .pic-title{
  669. font-size: 14px;
  670. padding: 0px 10px;
  671. color: #333;
  672. line-height: 1.3;
  673. }
  674. .pic-box .pic-price{
  675. font-size: 14px;
  676. padding: 0px 10px;
  677. color: #333;
  678. line-height: 1.2;
  679. }
  680. .circle{
  681. border-radius: 50%;
  682. width: 1.6rem;
  683. height: 1.6rem;
  684. border: 3px solid #ff6666;
  685. margin: 0 auto 5px;
  686. line-height: 1.6rem;
  687. font-size: 0.32rem;
  688. }
  689. .product-section{
  690. background-color: #ffffff;
  691. padding: 0.22rem 0.3rem;
  692. margin-top: 0.2rem
  693. }
  694. .section-title{
  695. padding: 0.2rem 0;
  696. position: relative;
  697. }
  698. .section-style1{
  699. padding-top: 0.2rem;
  700. }
  701. .section-style2{
  702. padding-top: 0.2rem;
  703. }
  704. .section-style1 .section-list {
  705. display: -webkit-box;
  706. display: -webkit-flex;
  707. display: flex;
  708. -webkit-box-pack: justify;
  709. -webkit-justify-content: space-between;
  710. justify-content: space-between;
  711. -webkit-flex-wrap: wrap;
  712. flex-wrap: wrap;
  713. }
  714. .section-style2 .section-list {
  715. display: inline-block;
  716. width: 100%;
  717. overflow: auto;
  718. white-space: nowrap;
  719. }
  720. .section-style1 .section-list .section-item {
  721. width: 48.5%;
  722. display: block;
  723. margin-bottom: 0.3rem;
  724. position: relative;
  725. }
  726. .section-style2 .section-list .section-item {
  727. width: 3rem;
  728. display: inline-block;
  729. margin-right: 0.3rem;
  730. }
  731. .section-list .section-item .image-box {
  732. overflow: hidden;
  733. position: relative;
  734. border-radius: 0.05rem;
  735. }
  736. .section-list .section-item .info-box {
  737. padding: 0.2rem 0;
  738. }
  739. .section-list .info-title {
  740. margin-bottom: 0.2rem;
  741. font-size: 0.28rem;
  742. line-height: 0.4rem;
  743. height: 0.8rem;
  744. overflow: hidden;
  745. display: -webkit-box;
  746. text-overflow: ellipsis;
  747. word-break: break-all;
  748. -webkit-box-orient: vertical;
  749. white-space: normal!important;
  750. -webkit-line-clamp: 2;
  751. color: #333;
  752. }
  753. .section-style1 .section-list .section-item:nth-last-child(1):after, .section-style1 .section-list .section-item:nth-last-child(2):after {
  754. visibility: hidden;
  755. }
  756. .section-style1 .section-item:after {
  757. position: absolute;
  758. right: 0;
  759. bottom: 0;
  760. left: 0;
  761. height: 1px;
  762. content: '';
  763. -webkit-transform: scaleY(.5);
  764. transform: scaleY(.5);
  765. background-color: #e5e5e5;
  766. }
  767. .section-item-status.end {
  768. background-image: url(https://ui.fhcloudapi.cn/xcx_urm/img/goods-end.png);
  769. }
  770. .section-item-status.stop {
  771. background-image: url(../image/car/stop-sale.png);
  772. }
  773. .section-item-status {
  774. overflow: hidden;
  775. position: absolute;
  776. top: 0;
  777. right: 0;
  778. width: 100%;
  779. height: 100%;
  780. display: -webkit-box;
  781. display: -webkit-flex;
  782. display: flex;
  783. -webkit-box-pack: center;
  784. -webkit-justify-content: center;
  785. justify-content: center;
  786. -webkit-box-align: center;
  787. -webkit-align-items: center;
  788. align-items: center;
  789. background-color: rgba(0,0,0,0.4);
  790. background-position: center;
  791. background-repeat: no-repeat;
  792. background-size: auto 60%;
  793. }