index-pc.css 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301
  1. /**
  2. * PC端
  3. */
  4. #container{min-height: 500px;}
  5. li{list-style:none;}
  6. .baseTopNav{ display: none; }
  7. .section_container .inner{
  8. width: 1200px;
  9. height: auto;
  10. margin: 0 auto;
  11. position: relative;
  12. }
  13. .section-content{
  14. width: 100%;
  15. height: 540px;
  16. background-color: #FFFFFF;
  17. border-radius: 8px;
  18. margin-top: 20px;
  19. box-sizing: border-box;
  20. padding: 10px;
  21. display: flex;
  22. justify-content: space-between;
  23. align-items: center;
  24. position: relative;
  25. z-index: 99;
  26. }
  27. .section-content-image{
  28. width: 140px;
  29. height: 540px;
  30. border-radius: 25px 0 0 25px;
  31. background-color: #ffc600;
  32. position: absolute;
  33. left: -130px;
  34. top: 0;
  35. z-index: 1;
  36. overflow: hidden;
  37. transition: all 0.2s;
  38. }
  39. .section-image-view{
  40. width: 1080px;
  41. height: 540px;
  42. border-radius: 25px 8px 8px 25px;
  43. overflow: hidden;
  44. transition: all 0.2s;
  45. display: block;
  46. }
  47. .section-image-view img{
  48. width: 1080px;
  49. height: 540px;
  50. display: block;
  51. transition: all 0.2s;
  52. }
  53. .section-content-image:hover{
  54. overflow: visible;
  55. z-index: 999;
  56. }
  57. .section-content-naves{
  58. width: 188px;
  59. height: 100%;
  60. background-color: #f7f8fc;
  61. color: red;
  62. border-radius: 8px;
  63. overflow: hidden;
  64. box-sizing: border-box;
  65. padding: 10px 0 0 0;
  66. }
  67. .category-menu-tabs {
  68. width: 100%;
  69. height: 24px;
  70. display: flex;
  71. justify-content: space-between;
  72. align-items: center;
  73. }
  74. .category-menu-tabs .menu-tabs-item{
  75. width: 50%;
  76. height: 24px;
  77. line-height: 24px;
  78. text-align: center;
  79. font-size: 14px;
  80. color: #999999;
  81. border-radius: 4px;
  82. background-color: #F1F1F1;
  83. margin: 0 12px;
  84. cursor: pointer;
  85. }
  86. .category-menu-tabs .menu-tabs-item.active{
  87. background-color: #D9D9D9;
  88. color: #333333;
  89. }
  90. .section-content-naves:hover{
  91. overflow: visible;
  92. }
  93. .category-menu {
  94. position: relative;
  95. display: flex;
  96. width: 100%;
  97. min-height: 478px;
  98. border-radius: 8px;
  99. background-color: #f7f8fc;
  100. }
  101. .left-category {
  102. width: 100%;
  103. padding: 10px 0 0 0;
  104. }
  105. .left-category .category-item {
  106. width: 100%;
  107. box-sizing: border-box;
  108. padding:9px 12px;
  109. font-size: 14px;
  110. color: #666;
  111. cursor: pointer;
  112. transition: all 0.2s;
  113. display: flex;
  114. justify-content: flex-start;
  115. }
  116. .left-category .category-item a{
  117. display: flex;
  118. }
  119. .left-category .category-item img{
  120. width: 24px;
  121. height: 24px;
  122. display: block;
  123. margin-right: 8px;
  124. }
  125. .left-category .category-item span{
  126. line-height: 24px;
  127. font-size: 14px;
  128. color: #333333;
  129. transition: all 0.2s;
  130. }
  131. .left-category .category-item:hover,
  132. .left-category .category-item.active {
  133. background: #D9D9D9;
  134. color: #FF5B00;
  135. }
  136. .left-category .category-item span:hover{
  137. color: #FF5B00;
  138. text-decoration: underline;
  139. }
  140. .right-panel {
  141. position: absolute;
  142. left: 182px;
  143. top: -34px;
  144. min-width: 516px;
  145. min-height: 520px;
  146. padding: 20px;
  147. border-radius: 8px;
  148. box-sizing: border-box;
  149. background: #fff;
  150. border: 1px solid #FF5B00;
  151. z-index: 1000;
  152. }
  153. .right-panel .panel-content {
  154. display: flex;
  155. justify-content: flex-start;
  156. align-items: center;
  157. flex-wrap: wrap; /* 关键属性 */
  158. gap: 20px; /* 元素间距 */
  159. }
  160. .right-panel .sub-category {
  161. height: 48px;
  162. display: flex;
  163. margin: 0 8px;
  164. }
  165. .right-panel .sub-title {
  166. margin: 0 12px 0 0;
  167. font-size: 14px;
  168. color: #333;
  169. font-weight: bold;
  170. }
  171. .right-panel .sub-items {
  172. display: flex;
  173. justify-content: flex-start;
  174. }
  175. .right-panel .sub-item {
  176. font-size: 14px;
  177. color: #333333;
  178. margin: 0 5px;
  179. display: flex;
  180. justify-content: flex-start;
  181. transition: all 0.2s;
  182. }
  183. .right-panel .sub-item img{
  184. width: 24px;
  185. height: 24px;
  186. display: block;
  187. margin-right: 5px;
  188. }
  189. .right-panel .sub-item span{
  190. line-height: 24px;
  191. font-size: 14px;
  192. color: #333333;
  193. transition: all 0.2s;
  194. }
  195. .right-panel .sub-item:hover span {
  196. color: #FF5B00;
  197. text-decoration: underline;
  198. }
  199. .right-panel .fade-enter-active,
  200. .right-panel .fade-leave-active {
  201. transition: opacity 0.3s;
  202. }
  203. .right-panel .fade-enter-from,
  204. .right-panel .fade-leave-to {
  205. opacity: 0;
  206. }
  207. .section-content-mains{
  208. width: 982px;
  209. height: 100%;
  210. }
  211. .section-content-mains-top{
  212. width: 100%;
  213. height: 40px;
  214. margin-bottom: 10px;
  215. border-radius: 6px;
  216. background-color: #f7f8fc;
  217. }
  218. .section-content-mains-top .mains-nav{
  219. display: block;
  220. padding: 0 28px;
  221. text-align: center;
  222. line-height: 40px;
  223. font-size: 17px;
  224. font-weight: bold;
  225. float: left;
  226. }
  227. .section-content-mains-bottom{
  228. width: 100%;
  229. height: 469px;
  230. display: flex;
  231. justify-content: space-between;
  232. align-items: center;
  233. }
  234. .section-content-mains-bottom .section-content-advert{
  235. width: 472px;
  236. height: 469px;
  237. display: flex;
  238. flex-direction: column;
  239. align-items: center;
  240. }
  241. .section-content-mains-bottom .section-content-advert .section-content-advert-top{
  242. width: 100%;
  243. height: 343px;
  244. display: flex;
  245. justify-content: space-between;
  246. align-items: center;
  247. }
  248. .section-content-mains-bottom .section-content-banner{
  249. width: 500px;
  250. height: 469px;
  251. border-radius: 8px;
  252. overflow: hidden;
  253. }
  254. /* 轮播 */
  255. #swiper-container{width:100%;height:469px;min-width:500px;overflow:hidden;position:relative;float: left;}
  256. #swiper-container .swiper-wrapper{position:relative;height:100%;z-index:0}
  257. #swiper-container .tempWrap{margin:0 auto;}
  258. #swiper-container .swiper-wrapper li{position:relative;zoom:1;vertical-align:middle;width:100%;overflow:hidden;background-color: #f7f8fc;}
  259. #swiper-container .swiper-wrapper img{width:auto;height:469px;max-width:none;display:block;margin-left:50%;-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%)}
  260. #swiper-container .swiper-button-prev,#swiper-container .swiper-button-next{position:absolute;top:50%;margin-top:-34px;display:block;width:44px;height:68px;line-height:68px;background:rgba(255,230,220,.2);color:#FFF;font-size:40px;text-align:center;border-radius:2px}
  261. #swiper-container .swiper-button-prev{left:5px;right:auto}
  262. #swiper-container .swiper-button-next{left:auto;right:5px}
  263. #swiper-container .swiper-button-prev:after{content:"\276C"}
  264. #swiper-container .swiper-button-next:after{content:"\276D"}
  265. #swiper-container .swiper-button-prev:hover,#swiper-container .swiper-button-next:hover{background:rgba(255,230,220,.6)}
  266. #swiper-container .swiper-pagination{width:100%;height:14px;position:absolute;left:0;bottom:15px;z-index:1;text-align:center;font-size:0}
  267. #swiper-container .swiper-pagination span{display:inline-block;border:5px solid transparent;cursor:pointer}
  268. #swiper-container .swiper-pagination span:before{content:"";display:inline-block;width:14px;height:4px;background:rgba(255,255,255,.4);border-radius:2px}
  269. #swiper-container .swiper-pagination span.on:before{width:28px;background:#fff}
  270. .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
  271. .section-content-advert .section-content-oper{
  272. width: 231px;
  273. height: 343px;
  274. box-sizing: border-box;
  275. background-color: #f7f8fc;
  276. padding: 10px;
  277. border-radius: 8px;
  278. }
  279. .section-content-advert .section-content-oper .my-swipe .van-swipe-item {
  280. height: auto;
  281. }
  282. .section-content-advert .section-content-oper .carousel-list {
  283. padding:0;
  284. }
  285. .section-content-advert .section-content-oper .list {
  286. width: 33.33%;
  287. height: auto;
  288. margin: 10px 0;
  289. float: left;
  290. cursor: pointer;
  291. }
  292. .section-content-advert .section-content-oper .list .list-content {
  293. height: auto;
  294. }
  295. .section-content-advert .section-content-oper .list .list-content .list-icon {
  296. width: 44px;
  297. height: 44px;
  298. margin: 0 auto;
  299. border-radius: 50%;
  300. overflow: hidden;
  301. }
  302. .section-content-advert .section-content-oper .list .list-content .list-title {
  303. display: flex;
  304. justify-content: center;
  305. align-items: center;
  306. font-size: 12px;
  307. }
  308. .section-content-advert .section-content-oper .list:hover .list-title{
  309. color: #FF5B00;
  310. }
  311. .section-content-advert .section-content-oper .el-carousel__arrow--left{
  312. left: -8px !important;
  313. width: 24px !important;
  314. height: 24px !important;
  315. }
  316. .section-content-advert .section-content-oper .el-carousel__arrow--right{
  317. right: -8px !important;
  318. width: 24px !important;
  319. height: 24px !important;
  320. }
  321. /*广告*/
  322. .section-content-mains-bottom .section-content-advert .section-content-adv{
  323. width: 100%;
  324. height: 117px;
  325. display: flex;
  326. justify-content: space-between;
  327. align-items: center;
  328. margin-top: 8px;
  329. }
  330. .section-content-mains-bottom .section-content-advert .section-content-adv-item{
  331. width: 236px;
  332. height: 117px;
  333. background-color: #FF5B00;
  334. margin-right: 8px;
  335. border-radius: 8px;
  336. overflow: hidden;
  337. }
  338. .section-content-mains-bottom .section-content-advert .section-content-adv-item img,
  339. .section-content-mains-bottom .section-content-advert .section-content-adv-item a{
  340. display: block;
  341. width: 100%;
  342. height: 100%;
  343. }
  344. .section-content-mains-bottom .section-content-advert .section-content-adv-item:last-child{
  345. margin-right: 0;
  346. }
  347. .section-content-mains-bottom .section-content-usermain{
  348. width: 231px;
  349. height: 100%;
  350. border-radius: 8px;
  351. display: flex;
  352. flex-direction: column;
  353. align-items: center;
  354. }
  355. .section-content-mains-bottom .section-content-usermain .section-content-userbox{
  356. width: 100%;
  357. height: 343px;
  358. box-sizing: border-box;
  359. padding: 10px;
  360. background-color: #f7f8fc;
  361. border-radius: 8px;
  362. display: flex;
  363. flex-direction: column;
  364. align-items: center;
  365. }
  366. .section-content-userbox .section-content-usertop{
  367. width: 100%;
  368. height: auto;
  369. margin-top: 10px;
  370. }
  371. .section-content-userbox .section-content-usertop .user-column-a{
  372. height: 60px;
  373. box-sizing: border-box;
  374. padding: 5px 0;
  375. display: flex;
  376. justify-content: flex-start;
  377. align-items: center;
  378. }
  379. .section-content-usertop .user-column-a .user-column-logo{
  380. width: 50px;
  381. height: 50px;
  382. border-radius: 50%;
  383. overflow: hidden;
  384. }
  385. .section-content-usertop .user-column-a .user-column-logo img{
  386. width: 50px;
  387. height: 50px;
  388. display: block;
  389. border-radius: 50%;
  390. }
  391. .section-content-usertop .user-column-a .user-column-text{
  392. width: 140px;
  393. display: flex;
  394. flex-direction: column;
  395. justify-items: left;
  396. margin-left: 10px;
  397. }
  398. .section-content-usertop .user-column-a .user-column-text h1{
  399. font-size: 17px;
  400. font-weight: 600;
  401. line-height: 26px;
  402. text-align: left;
  403. color: #333333;
  404. width: 100%;
  405. white-space: normal;
  406. word-break: break-all;
  407. overflow: hidden;
  408. text-overflow: ellipsis;
  409. display: -webkit-box;
  410. -webkit-box-orient: vertical;
  411. -webkit-line-clamp: 1;
  412. }
  413. .section-content-usertop .user-column-a .user-column-text p{
  414. font-size: 14px;
  415. line-height: 22px;
  416. text-align: left;
  417. color: #666666;
  418. }
  419. .section-content-usertop .user-column-b{
  420. display: flex;
  421. flex-direction: column;
  422. justify-items: center;
  423. align-items: center;
  424. }
  425. .section-content-usertop .user-column-b h1{
  426. font-size: 14px;
  427. line-height: 26px;
  428. text-align: left;
  429. color: #666666;
  430. font-weight: normal;
  431. }
  432. .section-content-usertop .user-column-b p{
  433. font-size: 14px;
  434. line-height: 26px;
  435. text-align: left;
  436. color: #999999;
  437. }
  438. .section-content-usertop .user-column-b a{
  439. width: 100%;
  440. height: 34px;
  441. line-height: 34px;
  442. text-align: center;
  443. background-color: #FF5B00;
  444. color: #FFFFFF;
  445. font-size: 16px;
  446. display: block;
  447. margin: 8px 0;
  448. border-radius: 4px;
  449. }
  450. .section-content-usertop .user-column-c{
  451. width: 100%;
  452. height: 48px;
  453. display: flex;
  454. justify-content: space-between;
  455. align-items: center;
  456. }
  457. .section-content-usertop .user-column-c .column-c-item{
  458. display: flex;
  459. flex-direction: column;
  460. align-items: center;
  461. }
  462. .section-content-usertop .user-column-c .column-c-item h1{
  463. font-size: 16px;
  464. color: #666666;
  465. line-height: 18px;
  466. }
  467. .section-content-usertop .user-column-c .column-c-item p{
  468. font-size: 14px;
  469. color: #666666;
  470. line-height: 18px;
  471. }
  472. .section-content-usertop .user-column-d{
  473. width: 100%;
  474. height: 56px;
  475. }
  476. .section-content-usertop .user-column-d a{
  477. height: 56px;
  478. box-sizing: border-box;
  479. padding: 7px 0;
  480. display: flex;
  481. justify-content: flex-start;
  482. align-items: center;
  483. }
  484. .section-content-usertop .user-column-d .column-d-image{
  485. width: 42px;
  486. height: 42px;
  487. border-radius: 2px;
  488. overflow: hidden;
  489. background-color: #dbdbdb;
  490. }
  491. .section-content-usertop .user-column-d .column-d-image img{
  492. width: 42px;
  493. height: 42px;
  494. display: block;
  495. border-radius: 2px;
  496. }
  497. .section-content-usertop .user-column-d .column-d-text{
  498. width: 140px;
  499. display: flex;
  500. flex-direction: column;
  501. justify-items: left;
  502. margin-left: 10px;
  503. }
  504. .section-content-usertop .user-column-d .column-d-text h1{
  505. width: 100%;
  506. font-size: 12px;
  507. font-weight: normal;
  508. line-height: 18px;
  509. text-align: left;
  510. color: #999999;
  511. white-space: normal;
  512. word-break: break-all;
  513. overflow: hidden;
  514. text-overflow: ellipsis;
  515. display: -webkit-box;
  516. -webkit-box-orient: vertical;
  517. -webkit-line-clamp: 2;
  518. }
  519. .section-content-usertop .user-column-d .column-d-text:hover h1{
  520. color: #FF5B00;
  521. }
  522. .section-content-usertop .user-column-d .column-d-text p{
  523. font-size: 12px;
  524. line-height: 22px;
  525. text-align: left;
  526. color: #333333;
  527. }
  528. .section-content-userbox .section-content-userbottom{
  529. width: 100%;
  530. height: 50px;
  531. display: flex;
  532. flex-direction: column;
  533. align-items: center;
  534. }
  535. .section-content-userbottom .userbottom-column-a{
  536. width: 100%;
  537. height: 50px;
  538. display: flex;
  539. justify-content: flex-start;
  540. align-items: center;
  541. margin: 8px 0 10px 0;
  542. }
  543. .section-content-userbottom .userbottom-column-a .column-item{
  544. display: flex;
  545. flex-direction: column;
  546. align-items: center;
  547. margin: 0 8px;
  548. }
  549. .section-content-userbottom .userbottom-column-a .column-item img{
  550. width: 27px;
  551. height: 27px;
  552. }
  553. .section-content-userbottom .userbottom-column-a .column-item p{
  554. font-size: 14px;
  555. line-height: 22px;
  556. text-align: left;
  557. color: #666666;
  558. }
  559. .section-content-userbottom .userbottom-column-b{
  560. width: 100%;
  561. height: 80px;
  562. display: flex;
  563. justify-content: space-between;
  564. align-items: center;
  565. }
  566. .section-content-userbottom .userbottom-column-b .column-item{
  567. width: 99px;
  568. height: 80px;
  569. box-sizing: border-box;
  570. padding: 8px;
  571. border-radius: 4px;
  572. display: flex;
  573. flex-direction: column;
  574. justify-content: left;
  575. }
  576. .section-content-userbottom .userbottom-column-b .column-item h1{
  577. font-size: 12px;
  578. color: #664100;
  579. line-height: 18px;
  580. }
  581. .section-content-userbottom .userbottom-column-b .column-item p{
  582. font-size: 12px;
  583. color: #664100;
  584. line-height: 18px;
  585. }
  586. .section-content-userbottom .userbottom-column-b .column-item span{
  587. display: inline-block;
  588. width: 69px;
  589. height: 20px;
  590. line-height: 20px;
  591. border-radius: 10px;
  592. text-align: center;
  593. font-size: 12px;
  594. background-color: #664100;
  595. color: #FFFFFF;
  596. margin-top: 7px;
  597. font-weight: 600;
  598. }
  599. .section-content-userbottom .userbottom-column-b .column-item.plus{
  600. background-color: #ffe69a;
  601. }
  602. .section-content-userbottom .userbottom-column-b .column-item.coupon{
  603. background-color: #ff9c54;
  604. }
  605. /* 内容区 */
  606. .main-content {
  607. margin-top: 10px;
  608. }
  609. .section_page.hot{
  610. width:100%;
  611. height:396px;
  612. background: url("/img/hot/icon-hot-bg.png");
  613. background-size: cover;
  614. border-radius:8px;
  615. }
  616. .section_page.hot .section_page_main.type_08{
  617. height: 315px;
  618. padding: 0 0 12px 0;
  619. }
  620. .section_page.hot #recommendBox{
  621. height: 320px;
  622. }
  623. .swiper-container-floor.hotList{
  624. padding: 12px;
  625. }
  626. .section_page.hot #recommendBox .swiper-pagination{
  627. bottom: 1px;
  628. }
  629. #recommendBox .swiper-pagination.hot span:before{
  630. background: #9fe4e0;
  631. }
  632. #recommendBox .swiper-pagination.hot span.swiper-pagination-bullet-active:before{
  633. background: #ffffff;
  634. }
  635. .section_page.hot .page_main_image{
  636. width: 186px;
  637. height: 186px;
  638. }
  639. .section_page.hot .section_page_title{
  640. width:100%;
  641. height:54px;
  642. box-sizing:border-box;
  643. padding:10px 16px 0 16px;
  644. position: relative;
  645. display: flex;
  646. justify-content: flex-start;
  647. }
  648. .section_page.hot .section_page_title h1{
  649. font-size:24px;
  650. line-height:44px;
  651. text-align:left;
  652. color:#333333;
  653. }
  654. .section_page.hot .section_page_title span{
  655. font-size:14px;
  656. line-height:44px;
  657. text-align:left;
  658. color:#666666;
  659. margin-left:10px;
  660. }
  661. .section_page.hot .section_page_btn{
  662. display: block;
  663. width: 74px;
  664. height: 26px;
  665. background: url("/img/hot/icon-hot-btn.png");
  666. background-size: cover;
  667. position: absolute;
  668. right: 20px;
  669. top: 12px;
  670. }
  671. .section_page .page_main_item.hot{
  672. width:164px;
  673. height:300px;
  674. float:left;
  675. margin-right:10px;
  676. margin-bottom:16px;
  677. background-color:#FFFFFF;
  678. transition:all 0.4s;
  679. display:block;
  680. position: relative;
  681. border-radius: 8px;
  682. }
  683. /*楼层*/
  684. .section-page-content{
  685. width: 100%;
  686. height: auto;
  687. display: flex;
  688. flex-wrap: wrap;
  689. justify-content: space-between;
  690. }
  691. .section-page-item{
  692. width: 592px;
  693. height: 484px;
  694. margin: 0 15px 15px 0;
  695. background-color: #FFFFFF;
  696. border-radius: 8px;
  697. overflow: hidden;
  698. box-sizing: border-box;
  699. border: 1px solid #FFFFFF;
  700. }
  701. .section-page-item:hover{
  702. border-color: #FF5B00;
  703. }
  704. .section-page-item:nth-child(2n){
  705. margin-right: 0;
  706. margin-bottom: 0;
  707. }
  708. .section-page-item:nth-child(3){
  709. margin-bottom: 0;
  710. }
  711. .section-page-item:nth-child(4){
  712. margin-bottom: 0;
  713. }
  714. .section-page-item .section-page-top{
  715. width: 100%;
  716. height: 180px;
  717. display: flex;
  718. justify-content: flex-start;
  719. align-items: center;
  720. }
  721. .section-page-item .section-page-top .section-page-title{
  722. width: 64px;
  723. height: 100%;
  724. padding: 16px;
  725. font-weight: bold;
  726. font-size: 14px;
  727. color: #FFFFFF;
  728. box-sizing: border-box;
  729. }
  730. /*.section-page-item:nth-child(1) .section-page-title{*/
  731. /* background-color: #1b64de;*/
  732. /*}*/
  733. /*.section-page-item:nth-child(2) .section-page-title{*/
  734. /* background-color: #1bc0de;*/
  735. /*}*/
  736. /*.section-page-item:nth-child(3) .section-page-title{*/
  737. /* background-color: #de1b64;*/
  738. /*}*/
  739. /*.section-page-item:nth-child(4) .section-page-title{*/
  740. /* background-color: #fe7e00;*/
  741. /*}*/
  742. .section-page-item .section-page-top .section-page-banner{
  743. width: 528px;
  744. height: 100%;
  745. }
  746. .el-carousel
  747. .section-page-item .section-page-banner .page-banner-item img,
  748. .section-page-item .section-page-banner .page-banner-item{
  749. width: 527px;
  750. height: 180px;
  751. display: block;
  752. }
  753. .section-page-item .section-page-bottom {
  754. width: 100%;
  755. height: 307px;
  756. display: flex;
  757. flex-direction: column;
  758. align-items: center;
  759. box-sizing: border-box;
  760. padding:0 10px 10px 10px;
  761. }
  762. .section-page-item .section-page-bottom .page-bottom-tabs{
  763. width: 100%;
  764. height: 46px;
  765. display: flex;
  766. justify-content: space-between;
  767. align-items: center;
  768. }
  769. .page-bottom-tabs .page-bottom-tabs-left{
  770. display: flex;
  771. justify-content: space-between;
  772. align-items: center;
  773. }
  774. .page-bottom-tabs .page-bottom-tabs-left .bot-tabs-item{
  775. display: flex;
  776. height: 46px;
  777. font-size: 14px;
  778. line-height: 46px;
  779. margin: 0 10px;
  780. }
  781. .page-bottom-tabs .page-bottom-tabs-left .bot-tabs-item:hover{
  782. text-decoration: underline;
  783. }
  784. .page-bottom-tabs .page-bottom-tabs-right{
  785. height: 46px;
  786. font-size: 14px;
  787. line-height: 46px;
  788. }
  789. .section-page-item .section-page-bottom .page-bottom-main{
  790. width: 100%;
  791. height: 254px;
  792. }
  793. .section-page-item .section-page-bottom .bottom-main-item{
  794. width: 133px;
  795. height: 247px;
  796. float: left;
  797. margin-right: 10px;
  798. transition: all 0.4s;
  799. display: block;
  800. position: relative;
  801. overflow: hidden;
  802. border-radius: 8px;
  803. border: 1px solid #F1F1F1;
  804. }
  805. .section-page-item .section-page-bottom .bottom-main-item:hover{
  806. transform:translateY(-5px);
  807. box-shadow:0 8px 8px rgba(102,102,102,0.05),0 10px 10px rgba(102,102,102,0.05),0 12px 12px rgba(102,102,102,0.05);
  808. }
  809. .section-page-item .section-page-bottom .bottom-main-item:last-child{
  810. margin-right: 0;
  811. }
  812. .section-page-item .bottom-main-item .page_main_image{
  813. width: 133px;
  814. height: 133px;
  815. display: block;
  816. float: left;
  817. border-radius: 8px 8px 0 0;
  818. }
  819. .section-page-item .bottom-main-item .page_main_type{
  820. width: 34px;
  821. height: 34px;
  822. text-align: justify;
  823. box-sizing: border-box;
  824. padding: 5px;
  825. border-radius: 0 0 8px 8px;
  826. background-color: #33CCBF;
  827. font-size: 12px;
  828. color: #FFFFFF;
  829. line-height: 13px;
  830. position: absolute;
  831. top: 0;
  832. right: 10px;
  833. }
  834. .section-page-item .bottom-main-item .page_main_tag{
  835. width:100%;
  836. height:24px;
  837. float:left;
  838. margin-top:16px;
  839. padding:0 8px
  840. }
  841. .section-page-item .bottom-main-item .page_main_text{
  842. width: 100%;
  843. height: 42px;
  844. float: left;
  845. box-sizing: border-box;
  846. margin-top: 5px;
  847. padding: 0 8px;
  848. white-space: normal;
  849. word-break: break-all;
  850. overflow: hidden;
  851. text-overflow: ellipsis;
  852. display: -webkit-box;
  853. -webkit-box-orient: vertical;
  854. -webkit-line-clamp: 2;
  855. line-height: 22px;
  856. font-size: 14px;
  857. }
  858. .section-page-item .bottom-main-item .page_main_price{
  859. width: 100%;
  860. height: 54px;
  861. float: left;
  862. box-sizing: border-box;
  863. padding: 0 8px;
  864. }
  865. .section-page-item .bottom-main-item .page_main_price .main_price_text{
  866. width:100%;
  867. height:54px;
  868. float:left;
  869. box-sizing:border-box;
  870. }
  871. .section-page-item .bottom-main-item .page_main_price .price_text_tag{
  872. width:100%;
  873. height:22px;
  874. box-sizing:border-box;
  875. float:left;
  876. margin: 5px 0;
  877. }
  878. .section-page-item .page_main_price .main_price_show{color:#f94b4b;font-size: 15px;}
  879. .section-page-item .bottom-main-item .page_main_price .price_text_tag .couponTag{
  880. float:left;
  881. margin-right: 2px;
  882. }
  883. .section-page-item .bottom-main-item .page_main_price .price_text_tag .listTag{
  884. margin:0;float:left;
  885. }
  886. /*标签缩小*/
  887. .bottom-main-item .page_main_price .price_text_tag {-webkit-transform: scale(0.8) translateX(-18px);-ms-transform: scale(0.8) translateX(-18px);transform: scale(0.8) translateX(-18px)}
  888. .bottom-main-item .page_main_price .price_text_tag .svip-tag,
  889. .bottom-main-item .page_main_price .price_text_tag .listTag{-webkit-transform: translateX(4px);-ms-transform: translateX(4px);transform: translateX(4px)}
  890. /*会员标签*/
  891. .bottom-main-item .page_main_price .price_text_tag .svip-tag{width:100%;height:22px;letter-spacing:0}
  892. .bottom-main-item .page_main_price .price_text_tag .svip-tag .svip-icon{position:relative;z-index:9;display:inline-block;width:30px;height:22px;text-align:center;line-height:22px;font-size:12px;font-weight:400;color:#F0CB72;opacity:1;background:#333333;border-radius: 0 11px;padding: 0 2px;}
  893. .bottom-main-item .page_main_price .price_text_tag .svip-tag .svip-icon.btr{border-radius:2px 8px 0px 2px}
  894. .bottom-main-item .page_main_price .price_text_tag .svip-tag .svip-price{z-index:1;position:relative;display:inline-block;padding-left:24px;padding-right:2px;margin-left:-27px;line-height:22px;background:#F0CB72;opacity:1;border-radius:2px;font-size:12px}
  895. .bottom-main-item .page_main_price .price_text_tag .svip-tag .svip-price span{color: #333}
  896. .section-page-item .bottom-main-item .page_main_price .main_price_none{
  897. width:100%;
  898. height:24px;
  899. box-sizing:border-box;
  900. float:left;
  901. margin-top:2px;
  902. }
  903. .section-page-item .bottom-main-item .page_main_price .main_price_none.sec{
  904. margin-top:25px;
  905. }
  906. .section-page-item .bottom-main-item .page_main_price .main_price_none .listTag{
  907. margin:0
  908. }
  909. .section-page-item .bottom-main-item .page_main_price .price_grade,
  910. .section-page-item .bottom-main-item .page_main_price .price_grade_shop{
  911. float:left;
  912. margin:0;
  913. height:22px;
  914. line-height:22px;
  915. color:#4A4F58;
  916. font-style:normal;
  917. font-size:14px;
  918. }
  919. .section-page-item .bottom-main-item .page_main_price .price_grade_club{
  920. float:left;
  921. margin:0;
  922. height:22px;
  923. line-height:22px;
  924. font-style:normal;
  925. font-size:14px;
  926. color: #f94b4b;
  927. }
  928. .section-page-item .bottom-main-item .page_main_price .price_grade{
  929. float: unset;
  930. }
  931. .section-page-item .bottom-main-item .page_main_price .price_grade span,
  932. .section-page-item .bottom-main-item .page_main_price .price_grade_shop span,
  933. .section-page-item .bottom-main-item .page_main_price .price_grade_club span{display:inline-block;float:left}
  934. .section-page-item .bottom-main-item .page_main_price .icon:before{width:67px;height:22px}
  935. .section-page-item .bottom-main-item .page_main_price .price_grade_1:before{background-position:0 -708px}
  936. .section-page-item .bottom-main-item .page_main_price .price_grade_2:before{background-position:0 -736px}
  937. .section-page-item .bottom-main-item .page_main_price .price_grade_3:before{background-position:0 -764px}
  938. .section-page-item .bottom-main-item .page_main_price .price_grade_4:before{background-position:0 -791px}
  939. .section-page-item .bottom-main-item .page_main_price .price_grade_5:before{background-position:0 -818px}
  940. /*优质供应商*/
  941. .section-shop-content{
  942. width: 100%;
  943. height: 358px;
  944. box-sizing: border-box;
  945. padding:0 12px;
  946. background-color: #FFFFFF;
  947. border-radius: 8px;
  948. }
  949. .section-shop-content .section-shop-title{
  950. width:100%;
  951. height:56px;
  952. box-sizing:border-box;
  953. position: relative;
  954. display: flex;
  955. justify-content: flex-start;
  956. }
  957. .section-shop-content .section-shop-title h1{
  958. font-size:24px;
  959. line-height:56px;
  960. text-align:left;
  961. color:#333333;
  962. }
  963. .section-shop-content .section-shop-title span{
  964. font-size:14px;
  965. line-height:56px;
  966. text-align:left;
  967. color:#999999;
  968. margin-left:10px;
  969. font-weight: normal;
  970. }
  971. .section-shop-content .section-shop-main{
  972. width: 100%;
  973. height: 300px;
  974. box-sizing: border-box;
  975. padding: 10px 0;
  976. }
  977. .section-shop-content .section-shop-main .supplier-list{
  978. padding: 0;
  979. width: 100%;
  980. height: 100%;
  981. display: flex;
  982. }
  983. .section-shop-content .section-shop-main .supplier-list-item{
  984. display: flex;
  985. width: 284px;
  986. height: 280px;
  987. flex-direction: column;
  988. align-items: center;
  989. border-radius: 8px;
  990. margin: 0 15px 0 0;
  991. box-sizing: border-box;
  992. padding: 20px 0;
  993. background-color: #FFFFFF;
  994. border:2px solid #e1e1e1;
  995. transition: all 0.2s;
  996. }
  997. .section-shop-content .section-shop-main .supplier-list-item:hover{
  998. border-color: #FF5B00;
  999. }
  1000. .section-shop-content .section-shop-main .supplier-list-item:last-child{
  1001. margin-right: 0;
  1002. }
  1003. .section-shop-content .section-shop-main .supplier-list-top{
  1004. width: 100%;
  1005. display: flex;
  1006. flex-direction: column;
  1007. align-items: center;
  1008. box-sizing: border-box;
  1009. padding: 0 10px;
  1010. }
  1011. .section-shop-content .section-shop-main .supplier-top-logo{
  1012. display: flex;
  1013. align-items: center;
  1014. justify-content: center;
  1015. width: 146px;
  1016. height: 64px;
  1017. margin-right: 10px;
  1018. border-radius: 8px;
  1019. overflow: hidden;
  1020. }
  1021. .section-shop-content .section-shop-main .supplier-top-logo img{
  1022. width: 146px;
  1023. height: 64px;
  1024. display: block;
  1025. }
  1026. .section-shop-content .section-shop-main .supplier-top-name{
  1027. font-size:17px;
  1028. line-height:42px;
  1029. color:#333333;
  1030. align-items: center;
  1031. font-weight: bold;
  1032. }
  1033. .section-shop-content .section-shop-main .supplier-list-mid{
  1034. width: 100%;
  1035. height: 88px;
  1036. display: flex;
  1037. justify-content: flex-start;
  1038. align-items: center;
  1039. margin: 0 0 15px 0;
  1040. box-sizing: border-box;
  1041. padding: 0 10px;
  1042. }
  1043. .section-shop-content .section-shop-main .list-mid-item{
  1044. width: 80px;
  1045. height: 80px;
  1046. border-radius: 4px;
  1047. margin-right: 5px;
  1048. box-sizing: border-box;
  1049. border: 1px solid #e1e1e1;
  1050. }
  1051. .section-shop-content .section-shop-main .list-mid-item:hover{
  1052. border-color: #e2e4e6;
  1053. }
  1054. .section-shop-content .section-shop-main .list-mid-item a,
  1055. .section-shop-content .section-shop-main .list-mid-item img{
  1056. width: 78px;
  1057. height: 78px;
  1058. border-radius: 4px;
  1059. display: block;
  1060. }
  1061. .section-shop-content .section-shop-main .list-mid-item:last-child{
  1062. margin-right: 0;
  1063. }
  1064. .section-shop-content .section-shop-main .supplier-list-bot{
  1065. width: 100%;
  1066. height: 32px;
  1067. display: flex;
  1068. justify-content: center;
  1069. align-items: center;
  1070. margin-top: 10px;
  1071. }
  1072. .section-shop-content .section-shop-main .supplier-list-bot a{
  1073. display: flex;
  1074. flex-direction: row;
  1075. align-items: center;
  1076. height: 32px;
  1077. padding: 0 16px;
  1078. border: 1px solid #e2e4e6;
  1079. text-align: center;
  1080. line-height: 32px;
  1081. box-sizing: border-box;
  1082. border-radius: 6px;
  1083. color: #11192d;
  1084. transition: all 0.2s;
  1085. }
  1086. .section-shop-content .section-shop-main .supplier-list-bot a .icon.shop{
  1087. vertical-align: middle;
  1088. display: inline-block;
  1089. width: 20px;
  1090. height: 20px;
  1091. line-height: 25px;
  1092. }
  1093. .section-shop-content .section-shop-main .supplier-list-bot a .icon.shop:before{
  1094. width: 20px;
  1095. height: 20px;
  1096. background-position: -182px -746px;
  1097. }
  1098. /*为你推荐*/
  1099. .section-floor-content{
  1100. width: 100%;
  1101. height: auto;
  1102. box-sizing: border-box;
  1103. padding:0 12px;
  1104. background-color: #FFFFFF;
  1105. border-radius: 8px;
  1106. }
  1107. .section-floor-content .section-floor-title{
  1108. width:100%;
  1109. height:56px;
  1110. box-sizing:border-box;
  1111. position: relative;
  1112. display: flex;
  1113. justify-content: flex-start;
  1114. }
  1115. .section-floor-content .section-floor-title h1{
  1116. font-size:24px;
  1117. line-height:56px;
  1118. text-align:left;
  1119. color:#333333;
  1120. }
  1121. .section-floor-content .section-floor-title span{
  1122. font-size:14px;
  1123. line-height:56px;
  1124. text-align:left;
  1125. color:#999999;
  1126. margin-left:10px;
  1127. font-weight: normal;
  1128. }
  1129. .section-floor-content .section-floor-main{
  1130. width:100%;
  1131. height:auto;
  1132. box-sizing:border-box;
  1133. padding: 20px 0;
  1134. display: flex;
  1135. flex-wrap: wrap;
  1136. }
  1137. .section-floor-content .floor-main-item{
  1138. width: 182px;
  1139. height: 300px;
  1140. margin:7px;
  1141. transition: all 0.4s;
  1142. display: block;
  1143. position: relative;
  1144. overflow: hidden;
  1145. border-radius: 8px;
  1146. border: 2px solid #F1F1F1;
  1147. box-sizing: border-box;
  1148. }
  1149. .section-floor-content .floor-main-item:hover{
  1150. transform:translateY(-5px);
  1151. border-color: #FF5B00;
  1152. box-shadow:0 8px 8px rgba(102,102,102,0.05),0 10px 10px rgba(102,102,102,0.05),0 12px 12px rgba(102,102,102,0.05);
  1153. }
  1154. .section-floor-content .floor-main-item:nth-child(6n){
  1155. margin-right: 0;
  1156. }
  1157. .section-floor-content .floor-main-item .page_main_image{
  1158. width: 182px;
  1159. height: 182px;
  1160. display: block;
  1161. float: left;
  1162. border-radius: 8px 8px 0 0;
  1163. }
  1164. .section-floor-content .floor-main-item .page_main_type{
  1165. width: 34px;
  1166. height: 34px;
  1167. text-align: justify;
  1168. box-sizing: border-box;
  1169. padding: 5px;
  1170. border-radius: 0 0 8px 8px;
  1171. background-color: #33CCBF;
  1172. font-size: 12px;
  1173. color: #FFFFFF;
  1174. line-height: 13px;
  1175. position: absolute;
  1176. top: 0;
  1177. right: 10px;
  1178. }
  1179. .section-floor-content .floor-main-item .page_main_tag{
  1180. width:100%;
  1181. height:24px;
  1182. float:left;
  1183. margin-top:16px;
  1184. padding:0 8px
  1185. }
  1186. .section-floor-content .floor-main-item .page_main_text{
  1187. width: 100%;
  1188. height: 42px;
  1189. float: left;
  1190. box-sizing: border-box;
  1191. margin-top: 5px;
  1192. padding: 0 8px;
  1193. white-space: normal;
  1194. word-break: break-all;
  1195. overflow: hidden;
  1196. text-overflow: ellipsis;
  1197. display: -webkit-box;
  1198. -webkit-box-orient: vertical;
  1199. -webkit-line-clamp: 2;
  1200. line-height: 22px;
  1201. font-size: 14px;
  1202. }
  1203. .section-floor-content .floor-main-item .page_main_price{
  1204. width: 100%;
  1205. height: 54px;
  1206. float: left;
  1207. box-sizing: border-box;
  1208. padding: 0 8px;
  1209. }
  1210. .section-floor-content .floor-main-item .page_main_price .main_price_text{
  1211. width:100%;
  1212. height:54px;
  1213. float:left;
  1214. box-sizing:border-box;
  1215. }
  1216. .section-floor-content .floor-main-item .page_main_price .price_text_tag{
  1217. width:100%;
  1218. height:22px;
  1219. box-sizing:border-box;
  1220. float:left;
  1221. margin: 5px 0;
  1222. }
  1223. .section-floor-content .floor-main-item .page_main_price .main_price_show{color:#f94b4b;font-size: 15px;}
  1224. .section-floor-content .floor-main-item .page_main_price .price_text_tag .couponTag{
  1225. float:left;
  1226. margin-right: 2px;
  1227. }
  1228. .section-floor-content .floor-main-item .page_main_price .price_text_tag .listTag{
  1229. margin:0;float:left;
  1230. }
  1231. /*标签缩小*/
  1232. .section-floor-content .floor-main-item .page_main_price .price_text_tag {-webkit-transform: scale(0.8) translateX(-18px);-ms-transform: scale(0.8) translateX(-18px);transform: scale(0.8) translateX(-18px)}
  1233. .section-floor-content .floor-main-item .page_main_price .price_text_tag .svip-tag,
  1234. .section-floor-content .floor-main-item .page_main_price .price_text_tag .listTag{-webkit-transform: translateX(4px);-ms-transform: translateX(4px);transform: translateX(4px)}
  1235. /*会员标签*/
  1236. .section-floor-content .floor-main-item .page_main_price .price_text_tag .svip-tag{width:100%;height:22px;letter-spacing:0}
  1237. .section-floor-content .floor-main-item .page_main_price .price_text_tag .svip-tag .svip-icon{position:relative;z-index:9;display:inline-block;width:30px;height:22px;text-align:center;line-height:22px;font-size:12px;font-weight:400;color:#F0CB72;opacity:1;background:#333333;border-radius: 0 11px;padding: 0 2px;}
  1238. .section-floor-content .floor-main-item .page_main_price .price_text_tag .svip-tag .svip-icon.btr{border-radius:2px 8px 0px 2px}
  1239. .section-floor-content .floor-main-item .page_main_price .price_text_tag .svip-tag .svip-price{z-index:1;position:relative;display:inline-block;padding-left:24px;padding-right:2px;margin-left:-27px;line-height:22px;background:#F0CB72;opacity:1;border-radius:2px;font-size:12px}
  1240. .section-floor-content .floor-main-item .page_main_price .price_text_tag .svip-tag .svip-price span{color: #333}
  1241. .section-floor-content .floor-main-item .page_main_price .main_price_none{
  1242. width:100%;
  1243. height:24px;
  1244. box-sizing:border-box;
  1245. float:left;
  1246. margin-top:2px;
  1247. }
  1248. .section-floor-content .floor-main-item .page_main_price .main_price_none.sec{
  1249. margin-top:25px;
  1250. }
  1251. .section-floor-content .floor-main-item .page_main_price .main_price_none .listTag{
  1252. margin:0
  1253. }
  1254. .section-floor-content .floor-main-item .page_main_price .price_grade,
  1255. .section-floor-content .floor-main-item .page_main_price .price_grade_shop{
  1256. float:left;
  1257. margin:0;
  1258. height:22px;
  1259. line-height:22px;
  1260. color:#4A4F58;
  1261. font-style:normal;
  1262. font-size:14px;
  1263. }
  1264. .section-floor-content .floor-main-item .page_main_price .price_grade_club{
  1265. float:left;
  1266. margin:0;
  1267. height:22px;
  1268. line-height:22px;
  1269. font-style:normal;
  1270. font-size:14px;
  1271. color: #f94b4b;
  1272. }
  1273. .section-floor-content .floor-main-item .page_main_price .price_grade{
  1274. float: unset;
  1275. }
  1276. .section-floor-content .floor-main-item .page_main_price .price_grade span,
  1277. .section-floor-content .floor-main-item .page_main_price .price_grade_shop span,
  1278. .section-floor-content .floor-main-item .page_main_price .price_grade_club span{display:inline-block;float:left}
  1279. .section-floor-content .floor-main-item .page_main_price .icon:before{width:67px;height:22px}
  1280. .section-floor-content .floor-main-item .page_main_price .price_grade_1:before{background-position:0 -708px}
  1281. .section-floor-content .floor-main-item .page_main_price .price_grade_2:before{background-position:0 -736px}
  1282. .section-floor-content .floor-main-item .page_main_price .price_grade_3:before{background-position:0 -764px}
  1283. .section-floor-content .floor-main-item .page_main_price .price_grade_4:before{background-position:0 -791px}
  1284. .section-floor-content .floor-main-item .page_main_price .price_grade_5:before{background-position:0 -818px}