index.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923
  1. body{
  2. background-color: #F8F8F8;
  3. /*background-color: rgba(248, 162, 49, 0.96);*/
  4. /*background-color: rgba(253, 162, 44, 0.96);*/
  5. /*background-color: rgba(211, 69, 211, 0.96);*/
  6. /*background-color: rgba(26, 25, 25, 0.96);*/
  7. }
  8. #main{
  9. padding-bottom: .32rem;
  10. }
  11. /* 板心 */
  12. .sectionContainer{
  13. display: flex;
  14. justify-content: center;
  15. }
  16. .elementorContainer{
  17. max-width: 13.2rem;
  18. flex: 1;
  19. -moz-box-sizing: border-box;
  20. -webkit-box-sizing: border-box;
  21. box-sizing: border-box;
  22. }
  23. /* 轮播图 */
  24. .swiperContainer {
  25. position: relative;
  26. z-index: 2;
  27. width: 100%;
  28. overflow: hidden;
  29. height: 5.62rem;
  30. }
  31. #mobileSwiper {
  32. display: none;
  33. opacity: 0;
  34. visibility: hidden;
  35. }
  36. .swiperContainer img {
  37. vertical-align: middle;
  38. width: 100%;
  39. height: 100%;
  40. object-fit: cover;
  41. }
  42. .swiperContainer .swiperBox {
  43. position: relative;
  44. z-index: 0;
  45. width: 100%;
  46. height: 100%;
  47. margin: auto;
  48. overflow: hidden;
  49. }
  50. .swiperContainer .swiperItem {
  51. position: absolute;
  52. z-index: 1;
  53. left: 0;
  54. top: 0;
  55. width: 100%;
  56. height: 100%;
  57. text-align: center;
  58. }
  59. .swiperContainer .swiperItem div{
  60. height: 100%;
  61. }
  62. .swiperContainer .swiperItem~.swiperItem {
  63. z-index: 0;
  64. }
  65. .swiperContainer .swiperItem.icur {
  66. position: relative;
  67. z-index: 2;
  68. }
  69. .swiperContainer .swiperItem.prev {
  70. position: absolute;
  71. left: -100%;
  72. z-index: 2;
  73. }
  74. .swiperContainer .swiperItem.next {
  75. position: absolute;
  76. left: 100%;
  77. z-index: 2;
  78. }
  79. .swiperContainer .swiperNav {
  80. position: absolute;
  81. z-index: 20;
  82. left: 0;
  83. bottom: .1rem;
  84. width: 100%;
  85. text-align: center;
  86. }
  87. .swiperContainer .swiperNav center {
  88. display: inline-block;
  89. }
  90. .swiperContainer .swiperNav span {
  91. display: inline-block;
  92. width: .14rem;
  93. height: .14rem;
  94. border-radius: 50%;
  95. background-color: #FFF;
  96. cursor: pointer;
  97. }
  98. .swiperContainer .swiperNav span~span {
  99. margin-left: .12rem;
  100. }
  101. .swiperContainer .swiperNav span.icur {
  102. background-color: rgba(79, 73, 222, 1);
  103. }
  104. .adFixed{
  105. position: fixed;
  106. bottom: .8rem;
  107. right: .1rem;
  108. width: 1.2rem;
  109. height: 1.2rem;
  110. object-fit: contain;
  111. z-index: 999;
  112. /*border: 1px solid red;*/
  113. }
  114. .adFixed1{
  115. position: fixed;
  116. bottom: 3.2rem;
  117. right: .1rem;
  118. width: 1.2rem;
  119. height: 1.2rem;
  120. object-fit: contain;
  121. z-index: 999;
  122. /*//border: 1px solid red;*/
  123. }
  124. .adFixed2{
  125. position: fixed;
  126. bottom: .8rem;
  127. left: .1rem;
  128. width: 1.8rem;
  129. height: 1.2rem;
  130. object-fit: contain;
  131. z-index: 999;
  132. /*//border: 1px solid red;*/
  133. }
  134. .adFixed3{
  135. position: fixed;
  136. bottom: 4.8rem;
  137. right: .1rem;
  138. width: 1.2rem;
  139. height: 1.2rem;
  140. object-fit: contain;
  141. z-index: 999;
  142. //border: 1px solid red;
  143. }
  144. .adFloatImage {
  145. width: 100%;
  146. height: 100%;
  147. object-fit: cover;
  148. }
  149. .tabContainer{
  150. height: 1.5rem;
  151. display: flex;
  152. align-items: center;
  153. justify-content: center;
  154. }
  155. .tabContainer .tabItem{
  156. position: relative;
  157. display: flex;
  158. align-items: center;
  159. justify-content: center;
  160. height: .48rem;
  161. /*padding: 0 .52rem;*/
  162. cursor: pointer;
  163. width: 25%;
  164. }
  165. .tabItem .tabName{
  166. font-size: .26rem;
  167. color: #333333;
  168. font-weight: 400;
  169. text-overflow: ellipsis;
  170. overflow: hidden;
  171. white-space: nowrap;
  172. }
  173. .tabItem.active .tabName{
  174. font-weight: bold;
  175. color: rgba(79, 73, 222, 1);
  176. }
  177. .tabItem .tabUnderline{
  178. background-color: rgba(209, 75, 241, 1);
  179. width: .82rem;
  180. height: .06rem;
  181. position: absolute;
  182. bottom: -.02rem;
  183. display: none;
  184. }
  185. .tabItem.active .tabUnderline{
  186. display: block;
  187. }
  188. .tabLink{
  189. width: .02rem;
  190. height: .5rem;
  191. }
  192. /* <-- start 新的商品模块 */
  193. .newGoodsContainer{
  194. display: -ms-grid;
  195. display: grid;
  196. grid-template-columns: repeat(4, 1fr);
  197. grid-gap: .4rem .34rem;
  198. height: auto;
  199. }
  200. #bestGoodsModel{
  201. display: none;
  202. }
  203. .newGoodsItem{
  204. height: 4.54rem;
  205. display: flex;
  206. flex-direction: column;
  207. background-color: #fff;
  208. -moz-box-sizing: border-box;
  209. -webkit-box-sizing: border-box;
  210. box-sizing: border-box;
  211. position: relative;
  212. overflow: hidden;
  213. border-radius: .04rem;
  214. font-size: 0;
  215. cursor: pointer;
  216. }
  217. .goodsShareBotton{
  218. position: absolute;
  219. z-index: 1;
  220. right: 0;
  221. bottom: .12rem;
  222. padding: .08rem;
  223. font-size: 0;
  224. cursor: pointer;
  225. display: flex;
  226. align-items: center;
  227. }
  228. .goodsShareBotton img{
  229. width: .74rem;
  230. }
  231. #shareModal{
  232. position: fixed;
  233. width: 100vw;
  234. height: 100vh;
  235. z-index: 999;
  236. top: 0;
  237. right: 0;
  238. bottom: 0;
  239. left: 0;
  240. background-color: rgba(0, 0, 0, .5);
  241. display: none;
  242. }
  243. #closeShareModal{
  244. position: absolute;
  245. z-index: 1;
  246. top: 0;
  247. right: 0;
  248. bottom: 0;
  249. left: 0;
  250. }
  251. .shareBox{
  252. width: 4rem;
  253. background-color: #f8f8f8;
  254. left: 50%;
  255. transform: translateX(-50%);
  256. top: 40%;
  257. position: absolute;
  258. border-radius: .12rem;
  259. padding: .36rem .24rem .24rem .24rem;
  260. z-index: 100;
  261. }
  262. #shareModalQrcode{
  263. position: fixed;
  264. width: 100vw;
  265. height: 100vh;
  266. z-index: 999;
  267. top: 0;
  268. right: 0;
  269. bottom: 0;
  270. left: 0;
  271. background-color: rgba(0, 0, 0, .5);
  272. display: none;
  273. }
  274. .shareBoxQrcode{
  275. width: 4rem;
  276. height: 4.5rem;
  277. background-color: #f8f8f8;
  278. left: 50%;
  279. transform: translateX(-50%);
  280. top: 15%;
  281. position: absolute;
  282. border-radius: .12rem;
  283. padding: .16rem .24rem .24rem .24rem;
  284. z-index: 80;
  285. /* 增加 */
  286. display: flex;
  287. align-items: center;
  288. justify-content: center;
  289. }
  290. #closeBtn {
  291. color: #aaa;
  292. font-size: 28px;
  293. font-weight: bold;
  294. position: absolute;
  295. right: 0.16rem;
  296. top: .16rem;
  297. }
  298. .closeBtnIcon {
  299. height: 0.32rem;
  300. width: 0.32rem;
  301. }
  302. .modelItemQrcode {
  303. font-size: 0;
  304. }
  305. #qrcodeImgItem {
  306. width: 3.8rem;
  307. height: auto;
  308. }
  309. .modelItem{
  310. border-radius: .08rem;
  311. height: .58rem;
  312. width: 100%;
  313. border: .02rem solid rgba(0, 0, 0, .05);
  314. margin-bottom: .24rem;
  315. position: relative;
  316. display: flex;
  317. justify-content: space-between;
  318. align-items: center;
  319. transition: border .1s;
  320. background-color: #FFFFFF;
  321. }
  322. .modelItem .miTitle{
  323. position: absolute;
  324. z-index: 1;
  325. background: #FFF;
  326. line-height: 1;
  327. color: #666666;
  328. font-size: .14rem;
  329. left: .12rem;
  330. top: 0;
  331. transform: translateY(-50%);
  332. padding: 0 .08rem;
  333. transition: color .1s;
  334. }
  335. .modelItem.active{
  336. border-color: rgba(79, 73, 222, 1);
  337. }
  338. .modelItem.active .miTitle{
  339. color: rgba(79, 73, 222, 1);
  340. }
  341. .modelItem .input{
  342. flex: 1;
  343. height: 100%;
  344. outline: none;
  345. font-size: .18rem;
  346. padding-left: .12rem;
  347. padding: .12rem;
  348. padding-top: .1rem;
  349. box-sizing: border-box;
  350. border: none;
  351. background-color: transparent;
  352. }
  353. .shareNotice {
  354. padding-bottom: .15rem;
  355. }
  356. #confirmShare{
  357. width: 100%;
  358. height: .5rem;
  359. background-color: rgba(79, 73, 222, 1);
  360. border-radius: .08rem;
  361. font-size: .2rem;
  362. letter-spacing: .02rem;
  363. font-weight: bold;
  364. display: flex;
  365. align-items: center;
  366. justify-content: center;
  367. color: #fff;
  368. cursor: pointer;
  369. }
  370. .newGoodsTag{
  371. position: absolute;
  372. z-index: 1;
  373. top: 0;
  374. /*left: 0;*/
  375. right: 0;
  376. color: #FFF;
  377. background-color: rgba(74, 134, 98, 1);
  378. border-radius: 0 0 .1rem 0;
  379. padding: .02rem .08rem;
  380. max-width: 1rem;
  381. font-size: .12rem;
  382. }
  383. .goodsImgBox{
  384. height: 3rem;
  385. margin-bottom: .1rem;
  386. }
  387. .goodsImgBox img{
  388. width: 100%;
  389. height: 100%;
  390. }
  391. .goodsCoverImg{
  392. width: 100%;
  393. height: 100%;
  394. }
  395. .goodsInfo{
  396. flex: 1;
  397. padding: .02rem .2rem 0 .2rem;
  398. display: flex;
  399. flex-direction: column;
  400. }
  401. .goodsTitleBox{
  402. height: .58rem;
  403. }
  404. .goodsTitle{
  405. display: -webkit-box;
  406. -webkit-line-clamp: 2;
  407. -webkit-box-orient: vertical;
  408. overflow: hidden;
  409. font-size: .17rem;
  410. word-break: break-all;
  411. color: #666666;
  412. }
  413. .goodsTitle .preTag{
  414. border-radius: .06rem;
  415. color: #FFF;
  416. background-color: rgba(61, 121, 246, 1);
  417. font-size: .12rem;
  418. padding: .02rem .04rem;
  419. vertical-align: middle;
  420. }
  421. .goodsPriceInfo{
  422. display: flex;
  423. align-items: center;
  424. justify-content: space-between;
  425. height: 1;
  426. }
  427. .gPriceBox{
  428. display: flex;
  429. align-items: center;
  430. flex: 1;
  431. }
  432. .goodsPriceInfo .goodsPrice{
  433. color: rgba(220, 90, 77, 1);
  434. font-weight: bold;
  435. font-size: .22rem;
  436. }
  437. .goodsScribe{
  438. font-size: .16rem;
  439. color: #999999;
  440. flex: 1;
  441. padding-left: .12rem;
  442. text-decoration: line-through;
  443. }
  444. .goodsCollect{
  445. display: flex;
  446. align-items: center;
  447. }
  448. .goodsCollect .collectNumber{
  449. color: #999999;
  450. font-size: .14rem;
  451. max-width: .8rem;
  452. padding-left: .04rem;
  453. }
  454. .goodsCollect img{
  455. height: .12rem;
  456. }
  457. .goodsReviews{
  458. display: flex;
  459. align-items: center;
  460. padding-top: .12rem;
  461. }
  462. .goodsStarContainer{
  463. display: flex;
  464. align-items: center;
  465. gap: .04rem;
  466. margin-right: .12rem;
  467. padding-bottom: .04rem;
  468. }
  469. .goodsStarItem{
  470. font-size: 0;
  471. }
  472. .goodsStarItem img{
  473. width: .15rem;
  474. height: .15rem;
  475. vertical-align: middle;
  476. }
  477. .reviewsNumber{
  478. display: flex;
  479. flex: 1;
  480. color: #999999;
  481. font-size: .14rem;
  482. }
  483. .reviewsNumber .number{
  484. padding-right: .04rem;
  485. max-width: 1rem;
  486. }
  487. .reviewsNumber .text{
  488. flex: 1;
  489. }
  490. /* end 新的商品模块 --> */
  491. /* <-- start 新闻中心模块 */
  492. .newConterItem{
  493. border: .02rem solid rgba(0, 0, 0, .1);
  494. display: flex;
  495. align-items: center;
  496. padding: .2rem .2rem .2rem .14rem;
  497. margin-bottom: .26rem;
  498. }
  499. .newsDateBox{
  500. margin-left: .6rem;
  501. width: 1.4rem;
  502. }
  503. .newsDateBox p{
  504. font-size: .34rem;
  505. font-weight: bold;
  506. color: #000;
  507. line-height: 1;
  508. }
  509. .newsDateBox p.year{
  510. font-size: .18rem;
  511. color: #999999;
  512. padding-top: .04rem;
  513. }
  514. .newConterImg{
  515. font-size: 0;
  516. }
  517. .newConterImg img{
  518. width: 1.52rem;
  519. height: 1rem;
  520. }
  521. .newConterInfo{
  522. flex: 1;
  523. display: flex;
  524. align-items: center;
  525. padding-left: .32rem;
  526. }
  527. .newConterInfo .newConterTitle{
  528. font-size: .18rem;
  529. color: #000;
  530. display: -webkit-box;
  531. -webkit-line-clamp: 2;
  532. -webkit-box-orient: vertical;
  533. overflow: hidden;
  534. word-break: break-all;
  535. flex: 1;
  536. padding-right: .24rem;
  537. line-height: 1.4;
  538. }
  539. .newsInfoRl{
  540. display: flex;
  541. align-items: center;
  542. }
  543. .newsInfoRl .rlDate{
  544. font-size: .2rem;
  545. color: #999999;
  546. display: none;
  547. }
  548. .newsInfoRl .newsMore{
  549. border: .02rem solid rgba(0, 0, 0, .1);
  550. border-radius: .22rem;
  551. height: .46rem;
  552. min-width: 1.5rem;
  553. max-width: 2rem;
  554. box-sizing: border-box;
  555. padding: 0 .32rem;
  556. display: flex;
  557. align-items: center;
  558. justify-content: space-between;
  559. color: #999999;
  560. font-size: .18rem;
  561. }
  562. .newsInfoRl .newsMore.active{
  563. color: #FFF;
  564. background-color: rgba(79, 73, 222, 1);
  565. }
  566. .newsInfoRl .newsMore p{
  567. flex: 1;
  568. }
  569. /* end 新闻中心模块 --> */
  570. /* <-- start 超级交易模块 */
  571. .superDealContainer{
  572. margin-bottom: .5rem;
  573. }
  574. .superDealTitle{
  575. font-size: .26rem;
  576. font-weight: bold;
  577. color: #000000;
  578. text-align: center;
  579. padding-bottom: .16rem;
  580. padding-top: .3rem;
  581. }
  582. .superDealContainer .newGoodsContainer{
  583. grid-gap: .24rem .2rem;
  584. margin-bottom: .36rem;
  585. }
  586. /* end 超级交易模块 --> */
  587. /* <-- start 盟友模块 */
  588. .partnersTitle{
  589. font-weight: bold;
  590. font-size: .36rem;
  591. color: #000;
  592. margin-bottom: .24rem;
  593. }
  594. .partnersList{
  595. display: -ms-grid;
  596. display: grid;
  597. grid-template-columns: repeat(6, 2rem);
  598. grid-gap: .24rem .24rem;
  599. margin-bottom: 0.4rem;
  600. }
  601. .partnersItem{
  602. height: .8rem;
  603. font-size: 0;
  604. display: flex;
  605. align-items: center;
  606. justify-content: center;
  607. }
  608. .partnersItem .partnersLogo{
  609. object-fit: contain;
  610. height: 100%;
  611. width: 100%;
  612. }
  613. /* end 盟友模块 --> */
  614. @media (min-width: 1920px) {
  615. .swiperContainer{
  616. height: 8rem !important;
  617. }
  618. }
  619. @media (max-width: 1320px) {
  620. #main{
  621. -moz-box-sizing: border-box;
  622. -webkit-box-sizing: border-box;
  623. box-sizing: border-box;
  624. }
  625. .sectionContainer{
  626. padding: 0 .12rem 0 .12rem;
  627. }
  628. .newGoodsContainer{
  629. grid-template-columns: repeat(3, 1fr);
  630. grid-gap: .3rem .24rem;
  631. }
  632. .newGoodsItem{
  633. height: 6rem;
  634. }
  635. .goodsImgBox{
  636. height: 4.3rem;
  637. }
  638. .goodsTitleBox{
  639. height: .7rem;
  640. }
  641. .goodsTitle{
  642. font-size: .2rem;
  643. }
  644. .newGoodsTag{
  645. font-size: .2rem;
  646. }
  647. .goodsTitle .preTag{
  648. font-size: .14rem;
  649. }
  650. .goodsPriceInfo .goodsPrice{
  651. font-size: .24rem;
  652. }
  653. .goodsScribe{
  654. font-size: .16rem;
  655. }
  656. .goodsCollect img{
  657. height: .14rem;
  658. }
  659. .goodsCollect .collectNumber{
  660. font-size: .16rem;
  661. }
  662. .goodsStarItem img{
  663. width: .18rem;
  664. height: .18rem;
  665. }
  666. .reviewsNumber{
  667. font-size: .16rem;
  668. }
  669. .partnersList{
  670. grid-template-columns: repeat(5, 1fr);
  671. }
  672. .goodsShareBotton img{
  673. width: .4rem;
  674. }
  675. }
  676. @media (max-width: 1024px) {
  677. .newGoodsContainer{
  678. grid-template-columns: repeat(2, 1fr);
  679. grid-gap: .2rem .14rem !important;
  680. }
  681. .tabContainer .tabItem{
  682. width: 36% !important;
  683. }
  684. .newGoodsItem{
  685. height: 6.1rem;
  686. }
  687. .newGoodsTag{
  688. padding: 0 .1rem;
  689. line-height: 1;
  690. max-width: 1.5rem;
  691. font-size: .2rem;
  692. border-radius: 0 0 .18rem 0;
  693. }
  694. .newGoodsTag{
  695. font-size: .24rem;
  696. }
  697. .goodsTitleBox{
  698. height: .78rem;
  699. }
  700. .goodsTitle{
  701. font-size: .22rem;
  702. line-height: 1.4;
  703. }
  704. .goodsTitle .preTag{
  705. font-size: .2rem;
  706. padding: .02rem .06rem;
  707. }
  708. .goodsPriceInfo .goodsPrice{
  709. font-size: .28rem;
  710. }
  711. .goodsScribe{
  712. font-size: .22rem;
  713. }
  714. .goodsCollect .collectNumber{
  715. font-size: .20rem;
  716. padding-left: .08rem;
  717. }
  718. .goodsCollect img{
  719. height: .24rem;
  720. }
  721. .superDealTitle{
  722. font-size: .3rem;
  723. padding-bottom: .32rem;
  724. }
  725. .superDealContainer .newGoodsContainer{
  726. margin-bottom: .3rem;
  727. }
  728. .reviewsNumber{
  729. font-size: .20rem;
  730. }
  731. .goodsShareBotton{
  732. bottom: .02rem;
  733. }
  734. .goodsShareBotton img{
  735. width: .8rem;
  736. }
  737. }
  738. @media (max-width: 899px) {
  739. .swiperContainer{
  740. height: 3.5rem;
  741. }
  742. .superDealContainer{
  743. margin-bottom: .3rem;
  744. }
  745. .partnersList{
  746. grid-template-columns: repeat(4, 1fr);
  747. }
  748. .newConterItem{
  749. padding: .16rem .2rem .16rem .14rem;
  750. }
  751. .newConterItem .newsDateBox{
  752. display: none;
  753. }
  754. .newsInfoRl .rlDate{
  755. display: block;
  756. }
  757. .newConterItem .newConterImg img{
  758. width: 1.8rem;
  759. height: 1.3rem;
  760. }
  761. .newConterItem .newConterInfo{
  762. flex-direction: column;
  763. justify-content: space-between;
  764. align-items: flex-start;
  765. min-height: 1.4rem;
  766. }
  767. .newConterInfo .newConterTitle{
  768. flex: none;
  769. font-size: .24rem;
  770. line-height: 1.3;
  771. }
  772. .newConterItem .newsInfoRl{
  773. justify-content: space-between;
  774. width: 100%;
  775. }
  776. .newsInfoRl .newsMore{
  777. min-width: 1.2rem;
  778. max-width: 1.6rem;
  779. padding: 0 .2rem;
  780. font-size: .2rem;
  781. }
  782. .superDealTitle{
  783. padding-top: .3rem;
  784. }
  785. }
  786. @media (max-width: 750px) {
  787. /* .swiperContainer{
  788. height: 3.12rem;
  789. }*/
  790. .swiperContainer {
  791. height: calc(100vh - 1.58rem) !important;
  792. }
  793. #pcSwiper {
  794. display: none;
  795. opacity: 0;
  796. visibility: hidden;
  797. }
  798. #mobileSwiper {
  799. display: block;
  800. opacity: 1;
  801. visibility: visible;
  802. }
  803. .tabContainer{
  804. height: 1.3rem;
  805. }
  806. .tabContainer .tabItem{
  807. padding: 0 !important;
  808. height: .66rem;
  809. max-width: 33%;
  810. border-radius: .12rem;
  811. width: 28% !important;
  812. }
  813. .tabItem .tabName{
  814. font-size: .24rem;
  815. }
  816. .tabItem .tabUnderline{
  817. width: .6rem;
  818. }
  819. .newGoodsContainer{
  820. grid-gap: .12rem .12rem !important;
  821. }
  822. .superDealTitle{
  823. font-size: .28rem;
  824. }
  825. .partnersTitle{
  826. font-size: .28rem;
  827. margin-bottom: .12rem;
  828. }
  829. .partnersList{
  830. grid-template-columns: repeat(3, 1fr);
  831. }
  832. .partnersItem{
  833. height: .8rem;
  834. }
  835. .goodsCollect .collectNumber{
  836. font-size: .18rem;
  837. padding-left: .06rem;
  838. }
  839. .goodsCollect img{
  840. height: .2rem;
  841. }
  842. .goodsStarItem img{
  843. width: .16rem;
  844. height: .16rem;
  845. }
  846. .reviewsNumber{
  847. font-size: .2rem;
  848. }
  849. .shareBox{
  850. top: 30%;
  851. padding: .54rem .24rem .36rem .24rem;
  852. width: 5rem;
  853. }
  854. .modelItem{
  855. width: 100%;
  856. height: .8rem;
  857. margin-bottom: .32rem;
  858. }
  859. .modelItem .miTitle{
  860. font-size: .2rem;
  861. }
  862. .modelItem .input{
  863. font-size: .24rem;
  864. }
  865. #confirmShare{
  866. height: .8rem;
  867. font-size: .26rem;
  868. }
  869. .tabLink{
  870. height: .4rem;
  871. margin: 0 .48rem;
  872. }
  873. }