当前位置:   article > 正文

网易严选首页重构_网易严选的首页的设置是什么

网易严选的首页的设置是什么

目录

一、运行效果:很莫名其妙有的gif违规

二.项目设计技术以及所用库

 三、源码


一、运行效果:

 

二.项目设计技术以及所用库

        1.技术:HTML+CSS+JavaScript

        2.库:Swiper中文网-轮播图幻灯片js插件,H5页面前端开发

                  iconfont-阿里巴巴矢量图标库

 三、源码

(1)main.html

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>网易严选 - 以严谨的态度,为中国消费者甄选天下优品</title>
  8. <link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon">
  9. <link rel="stylesheet" href="./css/main.css">
  10. <link rel="stylesheet" href="./css/font_w9yzk39mtj/iconfont.css">
  11. <link rel="stylesheet" href="./css/font_xm5gxugj7k/iconfont.css">
  12. <link rel="stylesheet" href="./css/swiper-8.4.7/swiper/swiper-bundle.min.css">
  13. </head>
  14. <body>
  15. <!-- 头部导航栏 -->
  16. <div class="nav">
  17. <div class="nav_right">
  18. <div class="right_menu">
  19. <div class="item">
  20. <a href="#">登录/注册</a>
  21. </div>
  22. <div class="item">
  23. <a href="#">我的订单</a>
  24. </div>
  25. <div class="item">
  26. <a href="#">甄选家</a>
  27. </div>
  28. <div class="item none">
  29. <a href="#" style="color: red;">企业采购 <i class="iconfont icon-xiangxia"></i></a>
  30. <!-- 二级菜单 -->
  31. <div class="none">
  32. <ul>
  33. <li>
  34. <div class="arrow"></div>
  35. </li>
  36. <li><a href="#">企业购</a></li>
  37. <li><a href="#">员工福利</a></li>
  38. <li><a href="#">礼品卡</a></li>
  39. <li><a href="#">联系我们</a></li>
  40. </ul>
  41. </div>
  42. </div>
  43. <div class="item none">
  44. <a href="#">客服服务 <i class="iconfont icon-xiangxia"></i></a>
  45. <!-- 二级菜单 -->
  46. <div>
  47. <ul>
  48. <li>
  49. <div class="arrow"></div>
  50. </li>
  51. <li><a href="#">在线客服</a></li>
  52. <li><a href="#">帮助中心</a></li>
  53. <li><a href="#">商务合作</a></li>
  54. <li><a href="#">开放平台</a></li>
  55. </ul>
  56. </div>
  57. </div>
  58. <div class="item none">
  59. <a href="#"><i class="iconfont icon-shouji"></i> APP</a>
  60. <div class="img">
  61. <img src="./images/二维码.png" alt="">
  62. </div>
  63. </div>
  64. </div>
  65. </div>
  66. </div>
  67. <!-- 头部搜索框 -->
  68. <div class="logo_nav">
  69. <div class="top">
  70. <div class="logo"></div>
  71. <div class="search">
  72. <input type="text" placeholder="搜索">
  73. <div></div>
  74. <button>搜索</button>
  75. </div>
  76. <div class="shopcar">
  77. <div class="icon_car">
  78. <span class="car">购物车</span>
  79. <span class="num">1</span>
  80. </div>
  81. </div>
  82. </div>
  83. </div>
  84. <div class="bottom">
  85. <div class="menu">
  86. <img src="./images/logo.jpg" class="menu_logo">
  87. <div class="item">
  88. <a href="#">
  89. <span style="color: #CC9756; border-bottom: 3px solid #CC9756;">首页</span></a>
  90. </div>
  91. <div class="item none">
  92. <a href="#"><span>居家生活</span></a>
  93. <div class="none shop">
  94. <div class="bedshop">
  95. <div class="bs_top">
  96. <h3>床品家纺</h3>
  97. <h3>床垫床褥</h3>
  98. </div>
  99. <div class="bs_bottom">
  100. <ul>
  101. <li>
  102. <img src="./images/bed-images/四件套.webp" alt="">
  103. <span>四件套</span>
  104. </li>
  105. <li>
  106. <img src="./images/bed-images/四季款.webp" alt="">
  107. <span>四季款</span>
  108. </li>
  109. <li>
  110. <img src="./images/bed-images/凉席蚊帐.webp" alt="">
  111. <span>凉席蚊帐</span>
  112. </li>
  113. <li>
  114. <img src="./images/bed-images/乳胶枕.webp" alt="">
  115. <span>乳胶枕</span>
  116. </li>
  117. <li>
  118. <img src="./images/bed-images/枕头.webp" alt="">
  119. <span>枕头</span>
  120. </li>
  121. <li>
  122. <img src="./images/bed-images/盖毯.webp" alt="">
  123. <span>盖毯</span>
  124. </li>
  125. <li>
  126. <img src="./images/bed-images/床笠枕套.webp" alt="">
  127. <span>床笠枕套</span>
  128. </li>
  129. <li>
  130. <img src="./images/bed-images/被子.webp" alt="">
  131. <span>被子</span>
  132. </li>
  133. <li>
  134. <img src="./images/bed-images/毯子.webp" alt="">
  135. <span>毯子</span>
  136. </li>
  137. </ul>
  138. <ul>
  139. <li>
  140. <img src="./images/bed-images/秋冬款.webp" alt="">
  141. <span>秋冬款</span>
  142. </li>
  143. <li>
  144. <img src="./images/bed-images/儿童床品.webp" alt="">
  145. <span>儿童床品</span>
  146. </li>
  147. </ul>
  148. <ul>
  149. <li>
  150. <img src="./images/bed-images/床垫.webp" alt="">
  151. <span>床垫</span>
  152. </li>
  153. <li>
  154. <img src="./images/bed-images/床褥.webp" alt="">
  155. <span>床褥</span>
  156. </li>
  157. <li>
  158. <img src="./images/bed-images/乳胶床垫.webp" alt="">
  159. <span>乳胶床垫</span>
  160. </li>
  161. </ul>
  162. </div>
  163. </div>
  164. <div class="mattress"></div>
  165. </div>
  166. </div>
  167. <div class="item none">
  168. <a href="#"><span>宠物生活</span></a>
  169. <div class="none pet">
  170. <div class="pet_top">
  171. <h3>宠物食品</h3>
  172. <h3>宠物用品</h3>
  173. </div>
  174. <div class="pet_bottom">
  175. <ul>
  176. <li>
  177. <img src="./images/petshop-images/猫粮.webp" alt="">
  178. <span>猫粮</span>
  179. </li>
  180. <li>
  181. <img src="./images/petshop-images/犬粮.webp" alt="">
  182. <span>犬粮</span>
  183. </li>
  184. <li>
  185. <img src="./images/petshop-images/零食罐头.webp" alt="">
  186. <span>零食罐头</span>
  187. </li>
  188. </ul>
  189. <ul>
  190. <li>
  191. <img src="./images/petshop-images/清洁美容.webp" alt="">
  192. <span>清洁美容</span>
  193. </li>
  194. <li>
  195. <img src="./images/petshop-images/宠物日用.webp" alt="">
  196. <span>宠物日用</span>
  197. </li>
  198. <li>
  199. <img src="./images/petshop-images/宠物药品.webp" alt="">
  200. <span>宠物药品</span>
  201. </li>
  202. <li>
  203. <img src="./images/petshop-images/宠物出行.webp" alt="">
  204. <span>玩具出行</span>
  205. </li>
  206. <li>
  207. <img src="./images/petshop-images/宠物厕所.webp" alt="">
  208. <span>宠物厕所</span>
  209. </li>
  210. </ul>
  211. </div>
  212. </div>
  213. </div>
  214. <div class="item none">
  215. <a href="#"><span>服饰鞋包</span></a>
  216. <div class="none colthes">
  217. <div class="cs_top">
  218. <h3>男士上衣</h3>
  219. <h3>男士裤装</h3>
  220. <h3>居家内搭</h3>
  221. <h3>箱包</h3>
  222. <h3>配饰配件</h3>
  223. <h3>男士鞋靴</h3>
  224. </div>
  225. <div class="cs_bottom">
  226. <ul>
  227. <li>
  228. <img src="./images/manshop-images/男士T恤.webp" alt="">
  229. <span>男士T恤</span>
  230. </li>
  231. <li>
  232. <img src="./images/manshop-images/男士衬衫.webp" alt="">
  233. <span>男士衬衫</span>
  234. </li>
  235. <li>
  236. <img src="./images/manshop-images/户外衣.webp" alt="">
  237. <span style="display: inline-block;width: 70px;">户外衣/防晒服</span>
  238. </li>
  239. <li>
  240. <img src="./images/manshop-images/运动服.webp" alt="">
  241. <span>运动服</span>
  242. </li>
  243. <li>
  244. <img src="./images/manshop-images/男士外套.webp" alt="">
  245. <span>男士外套</span>
  246. </li>
  247. <li>
  248. <img src="./images/manshop-images/男士卫衣.webp" alt="">
  249. <span>男士卫衣</span>
  250. </li>
  251. <li>
  252. <img src="./images/manshop-images/针织毛衫.webp" alt="">
  253. <span>针织毛衫</span>
  254. </li>
  255. <li>
  256. <img src="./images/manshop-images/羽绒服.webp" alt="">
  257. <span>羽绒服</span>
  258. </li>
  259. </ul>
  260. <ul>
  261. <li>
  262. <img src="./images/manshop-images/男士短裤.webp" alt="">
  263. <span>男士短裤</span>
  264. </li>
  265. <li>
  266. <img src="./images/manshop-images/男运动裤.webp" alt="">
  267. <span>男运动裤</span>
  268. </li>
  269. <li>
  270. <img src="./images/manshop-images/牛仔裤.webp" alt="">
  271. <span>牛仔裤</span>
  272. </li>
  273. </ul>
  274. <ul>
  275. <li>
  276. <img src="./images/manshop-images/家居服.webp" alt="">
  277. <span>家居服</span>
  278. </li>
  279. <li>
  280. <img src="./images/manshop-images/男士内裤.webp" alt="">
  281. <span>男士内裤</span>
  282. </li>
  283. <li>
  284. <img src="./images/manshop-images/男袜.webp" alt="">
  285. <span>男袜</span>
  286. </li>
  287. <li>
  288. <img src="./images/manshop-images/内衣.webp" alt="">
  289. <span>内衣</span>
  290. </li>
  291. <li>
  292. <img src="./images/manshop-images/保暖内衣.webp" alt="">
  293. <span>保暖内衣</span>
  294. </li>
  295. </ul>
  296. <ul>
  297. <li>
  298. <img src="./images/manshop-images/商务包.webp" alt="">
  299. <span>商务包</span>
  300. </li>
  301. <li>
  302. <img src="./images/manshop-images/双肩包.webp" alt="">
  303. <span>双肩包</span>
  304. </li>
  305. <li>
  306. <img src="./images/manshop-images/斜挎包.webp" alt="">
  307. <span>斜挎包</span>
  308. </li>
  309. <li>
  310. <img src="./images/manshop-images/钱包.webp" alt="">
  311. <span>钱包</span>
  312. </li>
  313. </ul>
  314. <ul>
  315. <li>
  316. <img src="./images/manshop-images/墨镜.webp" alt="">
  317. <span>墨镜</span>
  318. </li>
  319. <li>
  320. <img src="./images/manshop-images/光学眼镜.webp" alt="">
  321. <span>光学眼镜</span>
  322. </li>
  323. <li>
  324. <img src="./images/manshop-images/手表.webp" alt="">
  325. <span>手表</span>
  326. </li>
  327. <li>
  328. <img src="./images/manshop-images/皮带领带.webp" alt="">
  329. <span>皮带领带</span>
  330. </li>
  331. </ul>
  332. <ul>
  333. <li>
  334. <img src="./images/manshop-images/休闲鞋.webp" alt="">
  335. <span>休闲鞋</span>
  336. </li>
  337. <li>
  338. <img src="./images/manshop-images/运动鞋.webp" alt="">
  339. <span>运动鞋</span>
  340. </li>
  341. <li>
  342. <img src="./images/manshop-images/商务鞋.webp" alt="">
  343. <span>商务鞋</span>
  344. </li>
  345. </ul>
  346. </div>
  347. </div>
  348. </div>
  349. <div class="item none">
  350. <a href="#"><span>美食酒水</span></a>
  351. <div class="none beverage">
  352. <div class="beverage_top">
  353. <h3>乳品饮料</h3>
  354. <h3>茗茶茶包</h3>
  355. <h3>中外名酒</h3>
  356. </div>
  357. <div class="beverage_bottom">
  358. <ul>
  359. <li>
  360. <img src="./images/beverage-images/牛奶.webp" alt="">
  361. <span>牛奶</span>
  362. </li>
  363. <li>
  364. <img src="./images/beverage-images/饮料.webp" alt="">
  365. <span>饮料</span>
  366. </li>
  367. <li>
  368. <img src="./images/beverage-images/冲调.webp" alt="">
  369. <span>冲调饮品</span>
  370. </li>
  371. <li>
  372. <img src="./images/beverage-images/麦片.webp" alt="">
  373. <span>麦片谷物</span>
  374. </li>
  375. <li>
  376. <img src="./images/beverage-images/咖啡奶茶.webp" alt="">
  377. <span>咖啡奶茶</span>
  378. </li>
  379. </ul>
  380. <ul>
  381. <li>
  382. <img src="./images/beverage-images/绿茶.webp" alt="">
  383. <span>绿茶/红茶</span>
  384. </li>
  385. <li>
  386. <img src="./images/beverage-images/普洱.webp" alt="">
  387. <span>普洱/乌龙</span>
  388. </li>
  389. <li>
  390. <img src="./images/beverage-images/花茶茶包.webp" alt="">
  391. <span>花茶茶包</span>
  392. </li>
  393. </ul>
  394. <ul>
  395. <li>
  396. <img src="./images/beverage-images/白酒.webp" alt="">
  397. <span>白酒</span>
  398. </li>
  399. <li>
  400. <img src="./images/beverage-images/葡萄酒.webp" alt="">
  401. <span>葡萄酒</span>
  402. </li>
  403. <li>
  404. <img src="./images/beverage-images/啤酒.webp" alt="">
  405. <span>啤酒果酒</span>
  406. </li>
  407. </ul>
  408. </div>
  409. </div>
  410. </div>
  411. <div class="item none">
  412. <a href="#"><span>个护清洁</span></a>
  413. <div class="none cleaning">
  414. <div class="cl_top">
  415. <h3>洗衣护理</h3>
  416. <h3>餐厨清洁</h3>
  417. <h3>纸品清洁</h3>
  418. <h3>除味除湿</h3>
  419. <h3>清洁用品</h3>
  420. </div>
  421. <div class="cl_bottom">
  422. <ul>
  423. <li>
  424. <img src="./images/cleanshop-images/洗衣液.webp" alt="">
  425. <span>洗衣液</span>
  426. </li>
  427. <li>
  428. <img src="./images/cleanshop-images/洗衣凝珠.webp" alt="">
  429. <span>洗衣凝珠</span>
  430. </li>
  431. <li>
  432. <img src="./images/cleanshop-images/衣物护理.webp" alt="">
  433. <span>衣物护理</span>
  434. </li>
  435. </ul>
  436. <ul>
  437. <li>
  438. <img src="./images/cleanshop-images/餐具清洁.webp" alt="">
  439. <span>餐具清洁</span>
  440. </li>
  441. <li>
  442. <img src="./images/cleanshop-images/厨房纸品.webp" alt="">
  443. <span>厨房纸品</span>
  444. </li>
  445. <li>
  446. <img src="./images/cleanshop-images/清洁用具.webp" alt="">
  447. <span>清洁用具</span>
  448. </li>
  449. </ul>
  450. <ul>
  451. <li>
  452. <img src="./images/cleanshop-images/纸品.webp" alt="">
  453. <span>纸品</span>
  454. </li>
  455. <li>
  456. <img src="./images/cleanshop-images/面巾湿巾.webp" alt="">
  457. <span>面巾湿巾</span>
  458. </li>
  459. </ul>
  460. <ul>
  461. <li>
  462. <img src="./images/cleanshop-images/香氛除味.webp" alt="">
  463. <span>香氛除味</span>
  464. </li>
  465. <li>
  466. <img src="./images/cleanshop-images/除湿防霉.webp" alt="">
  467. <span>除湿防霉</span>
  468. </li>
  469. </ul>
  470. <ul>
  471. <li>
  472. <img src="./images/cleanshop-images/垃圾桶.webp" alt="">
  473. <span>垃圾桶</span>
  474. </li>
  475. <li>
  476. <img src="./images/cleanshop-images/扫把拖把.webp" alt="">
  477. <span>扫把拖把</span>
  478. </li>
  479. <li>
  480. <img src="./images/cleanshop-images/家清卫浴.webp" alt="">
  481. <span>家清卫浴</span>
  482. </li>
  483. </ul>
  484. </div>
  485. </div>
  486. </div>
  487. <div class="item none">
  488. <a href="#"><span>母婴亲子</span></a>
  489. <div class="none mb_supplies ">
  490. <div class="mb_top">
  491. <h3>婴童精选</h3>
  492. <h3>洗护喂养</h3>
  493. <h3>鞋服搭配</h3>
  494. <h3>玩具出行</h3>
  495. <h3>孕产妈咪</h3>
  496. <h3>婴童寝居</h3>
  497. </div>
  498. <div class="mb_bottom">
  499. <ul>
  500. <li>
  501. <img src="./images/mb_supplies-images/母婴甄选.webp" alt="">
  502. <span>母婴甄选</span>
  503. </li>
  504. </ul>
  505. <ul>
  506. <li>
  507. <img src="./images/mb_supplies-images/尿裤纸品.webp" alt="">
  508. <span>尿裤纸品</span>
  509. </li>
  510. <li>
  511. <img src="./images/mb_supplies-images/洗护用品.webp" alt="">
  512. <span>洗护用品</span>
  513. </li>
  514. <li>
  515. <img src="./images/mb_supplies-images/喂养.webp" alt="">
  516. <span>喂养</span>
  517. </li>
  518. </ul>
  519. <ul>
  520. <li>
  521. <img src="./images/mb_supplies-images/T恤衬衫.webp" alt="">
  522. <span>T恤衬衫</span>
  523. </li>
  524. <li>
  525. <img src="./images/mb_supplies-images/居家内搭.webp" alt="">
  526. <span>居家内搭</span>
  527. </li>
  528. <li>
  529. <img src="./images/mb_supplies-images/外套.webp" alt="">
  530. <span>外套</span>
  531. </li>
  532. <li>
  533. <img src="./images/mb_supplies-images/裤装裙装.webp" alt="">
  534. <span>裤装裙装</span>
  535. </li>
  536. <li>
  537. <img src="./images/mb_supplies-images/婴幼服饰.webp" alt="">
  538. <span>婴幼服饰</span>
  539. </li>
  540. <li>
  541. <img src="./images/mb_supplies-images/童鞋.webp" alt="">
  542. <span>童鞋</span>
  543. </li>
  544. <li>
  545. <img src="./images/mb_supplies-images/童包配饰.webp" alt="">
  546. <span>童包配饰</span>
  547. </li>
  548. </ul>
  549. <ul>
  550. <li>
  551. <img src="./images/mb_supplies-images/出行用品.webp" alt="">
  552. <span>出行用品</span>
  553. </li>
  554. <li>
  555. <img src="./images/mb_supplies-images/玩具.webp" alt="">
  556. <span>玩具</span>
  557. </li>
  558. </ul>
  559. <ul>
  560. <li>
  561. <img src="./images/mb_supplies-images/妈咪用品.webp" alt="">
  562. <span>妈咪用品</span>
  563. </li>
  564. <li>
  565. <img src="./images/mb_supplies-images/孕妈服饰.webp" alt="">
  566. <span>孕妈服饰</span>
  567. </li>
  568. </ul>
  569. <ul>
  570. <li>
  571. <img src="./images/mb_supplies-images/儿童床品.webp" alt="">
  572. <span>儿童床品</span>
  573. </li>
  574. <li>
  575. <img src="./images/mb_supplies-images/家具收纳.webp" alt="">
  576. <span>家具收纳</span>
  577. </li>
  578. </ul>
  579. </div>
  580. </div>
  581. </div>
  582. <div class="item none">
  583. <a href="#"><span>运动旅行</span></a>
  584. <div class="none sports">
  585. <div class="sports_top">
  586. <h3>户外出行</h3>
  587. <h3>健身塑形</h3>
  588. <h3>户外鞋服</h3>
  589. </div>
  590. <div class="sports_bottom">
  591. <ul>
  592. <li>
  593. <img src="./images/sports-images/行李箱.webp" alt="">
  594. <span>行李箱</span>
  595. </li>
  596. <li>
  597. <img src="./images/sports-images/野餐露营.webp" alt="">
  598. <span>野餐露营</span>
  599. </li>
  600. <li>
  601. <img src="./images/sports-images/户外装备.webp" alt="">
  602. <span>户外装备</span>
  603. </li>
  604. <li>
  605. <img src="./images/sports-images/旅行用品.webp" alt="">
  606. <span>旅行用品</span>
  607. </li>
  608. <li>
  609. <img src="./images/sports-images/一次性用品.webp" alt="">
  610. <span>一次性用品</span>
  611. </li>
  612. </ul>
  613. <ul>
  614. <li>
  615. <img src="./images/sports-images/健身器械.webp" alt="">
  616. <span>健身器械</span>
  617. </li>
  618. <li>
  619. <img src="./images/sports-images/球类运动.webp" alt="">
  620. <span>球类运动</span>
  621. </li>
  622. <li>
  623. <img src="./images/sports-images/游泳.webp" alt="">
  624. <span>游泳</span>
  625. </li>
  626. <li>
  627. <img src="./images/sports-images/瑜伽美体.webp" alt="">
  628. <span>瑜伽美体</span>
  629. </li>
  630. <li>
  631. <img src="./images/sports-images/休闲运动.webp" alt="">
  632. <span>休闲运动</span>
  633. </li>
  634. </ul>
  635. <ul>
  636. <li>
  637. <img src="./images/sports-images/户外防晒.webp" alt="">
  638. <span>户外防晒</span>
  639. </li>
  640. <li>
  641. <img src="./images/sports-images/男户外服.webp" alt="">
  642. <span>男户外服</span>
  643. </li>
  644. <li>
  645. <img src="./images/sports-images/女户外服.webp" alt="">
  646. <span>女户外服</span>
  647. </li>
  648. <li>
  649. <img src="./images/sports-images/男运动服.webp" alt="">
  650. <span>男运动服</span>
  651. </li>
  652. <li>
  653. <img src="./images/sports-images/女运动服.webp" alt="">
  654. <span>女运动服</span>
  655. </li>
  656. <li>
  657. <img src="./images/sports-images/运动户外鞋.webp" alt="">
  658. <span>运动户外鞋</span>
  659. </li>
  660. </ul>
  661. </div>
  662. </div>
  663. </div>
  664. <div class="item none">
  665. <a href="#"><span>数码家电</span></a>
  666. <div class="none digital">
  667. <div class="digital_top">
  668. <h3>生活电器</h3>
  669. <h3>按摩电器</h3>
  670. <h3>个护电器</h3>
  671. <h3>厨房电器</h3>
  672. <h3>智能生活</h3>
  673. <h3>两季电器</h3>
  674. <h3>数码影音</h3>
  675. </div>
  676. <div class="digital_bottom">
  677. <ul>
  678. <li>
  679. <img src="./images/digital-images/清洁电器.webp" alt="">
  680. <span>清洁电器</span>
  681. </li>
  682. <li>
  683. <img src="./images/digital-images/衣物护理.webp" alt="">
  684. <span>衣物护理</span>
  685. </li>
  686. <li>
  687. <img src="./images/digital-images/空气调节.webp" alt="">
  688. <span>空气调节</span>
  689. </li>
  690. <li>
  691. <img src="./images/digital-images/洗地机.webp" alt="">
  692. <span style="display: inline-block;width: 70px;">洗地机/吸尘器</span>
  693. </li>
  694. <li>
  695. <img src="./images/digital-images/智能马桶.webp" alt="">
  696. <span>智能马桶</span>
  697. </li>
  698. <li>
  699. <img src="./images/digital-images/两季电器2.webp" alt="">
  700. <span>两季电器</span>
  701. </li>
  702. </ul>
  703. <ul>
  704. <li>
  705. <img src="./images/digital-images/腰靠.webp" alt="">
  706. <span style="display: inline-block;width: 70px;">腰靠/按摩肩带</span>
  707. </li>
  708. <li>
  709. <img src="./images/digital-images/按摩椅.webp" alt="">
  710. <span>按摩椅</span>
  711. </li>
  712. </ul>
  713. <ul>
  714. <li>
  715. <img src="./images/digital-images/头发护理.webp" alt="">
  716. <span>头发护理</span>
  717. </li>
  718. <li>
  719. <img src="./images/digital-images/口腔护理.webp" alt="">
  720. <span>口腔护理</span>
  721. </li>
  722. <li>
  723. <img src="./images/digital-images/面部护理.webp" alt="">
  724. <span>面部护理</span>
  725. </li>
  726. <li>
  727. <img src="./images/digital-images/身体护理.webp" alt="">
  728. <span>身体护理</span>
  729. </li>
  730. </ul>
  731. <ul>
  732. <li>
  733. <img src="./images/digital-images/厨房电器.webp" alt="">
  734. <span>厨房电器</span>
  735. </li>
  736. </ul>
  737. <ul>
  738. <li>
  739. <img src="./images/digital-images/智能出行.webp" alt="">
  740. <span>智能出行</span>
  741. </li>
  742. </ul>
  743. <ul>
  744. <li>
  745. <img src="./images/digital-images/取暖电器.webp" alt="">
  746. <span>取暖电器</span>
  747. </li>
  748. <li>
  749. <img src="./images/digital-images/两季电器.webp" alt="">
  750. <span>两季电器</span>
  751. </li>
  752. </ul>
  753. <ul>
  754. <li>
  755. <img src="./images/digital-images/3C数码.webp" alt="">
  756. <span>3C数码</span>
  757. </li>
  758. <li>
  759. <img src="./images/digital-images/手机配件.webp" alt="">
  760. <span>手机配件</span>
  761. </li>
  762. <li>
  763. <img src="./images/digital-images/影音娱乐.webp" alt="">
  764. <span>影音娱乐</span>
  765. </li>
  766. <li>
  767. <img src="./images/digital-images/车载用品.webp" alt="">
  768. <span>车载用品</span>
  769. </li>
  770. </ul>
  771. </div>
  772. </div>
  773. </div>
  774. <div class="item none">
  775. <a href="#"><span>严选全球</span></a>
  776. <div class="none world">
  777. <div class="world_top">
  778. <h3>新品尝鲜</h3>
  779. <h3>居家日用</h3>
  780. <h3>大牌补贴</h3>
  781. </div>
  782. <div class="world_bottom">
  783. <ul>
  784. <li>
  785. <img src="./images/world-images/新品速递.webp" alt="">
  786. <span>新品速递</span>
  787. </li>
  788. </ul>
  789. <ul>
  790. <li>
  791. <img src="./images/world-images/明星乳胶.webp" alt="">
  792. <span>明星乳胶</span>
  793. </li>
  794. </ul>
  795. <ul>
  796. <li>
  797. <img src="./images/world-images/大牌补贴.webp" alt="">
  798. <span>大牌补贴</span>
  799. </li>
  800. </ul>
  801. </div>
  802. </div>
  803. </div>
  804. <div class="item">
  805. <a href="#"><span>为你严选</span></a>
  806. </div>
  807. <div class="item">
  808. <a href="#"><span>众筹</span></a>
  809. </div>
  810. <div class="menu_icon">
  811. <div class="menu_sousuo">
  812. <img src="./images/搜索小.png" alt="">
  813. </div>
  814. <div class="menu_man">
  815. <img src="./images/用户-角色-用户名-单人_jurassic.png" alt="">
  816. </div>
  817. <div class="menu_car">
  818. <img src="./images/购物车.png" alt="">
  819. <div class="subscript">0</div>
  820. </div>
  821. </div>
  822. </div>
  823. </div>
  824. <!-- 中部广告 -->
  825. <div class="advertisement"></div>
  826. <!-- 侧边栏+新品首发 -->
  827. <div class="sale_list">
  828. <ul>
  829. <li class="top">-热销榜-</li>
  830. <li>
  831. <img src="./images/热销榜/全站热销榜.webp" alt="">
  832. <span>全站<br>热销榜</span>
  833. </li>
  834. <li>
  835. <img src="./images/热销榜/居家.webp" alt="">
  836. <span>居家<br>生活榜</span>
  837. </li>
  838. <li>
  839. <img src="./images/热销榜/服饰.webp" alt="">
  840. <span>服饰<br>鞋包榜</span>
  841. </li>
  842. <li>
  843. <img src="./images/热销榜/美食.webp" alt="">
  844. <span>美食<br>酒水榜</span>
  845. </li>
  846. <li>
  847. <img src="./images/热销榜/数码.webp" alt="">
  848. <span>数码<br>家电榜</span>
  849. </li>
  850. <li>
  851. <img src="./images/热销榜/个护.webp" alt="">
  852. <span>个护<br>清洁榜</span>
  853. </li>
  854. <li>
  855. <img src="./images/热销榜/运动.webp" alt="">
  856. <span>运动<br>旅行榜</span>
  857. </li>
  858. <li>
  859. <img src="./images/热销榜/母婴.webp" alt="">
  860. <span>母婴<br>亲子榜</span>
  861. </li>
  862. <li>
  863. <img src="./images/热销榜/全球.webp" alt="">
  864. <span>全球<br>特色榜</span>
  865. </li>
  866. </ul>
  867. </div>
  868. <div class="list_right">
  869. <ul>
  870. <li>
  871. <img src="./images/新人红包二维码.png" alt="">
  872. <span>扫码领<br>APP大额<br>新人红包</span>
  873. </li>
  874. <li>
  875. <div class="dingyue"></div>
  876. <p>订阅电子刊</p>
  877. </li>
  878. <li>
  879. <div class="zaixiankefu"></div>
  880. <p>在线客服</p>
  881. </li>
  882. </ul>
  883. </div>
  884. <div class="new">
  885. <div class="newshop">
  886. <div class="newshop_top">
  887. <h3>新品首发</h3>
  888. <span>为你寻觅时间好物</span>
  889. <span class="end">更多新品 ></span>
  890. </div>
  891. <div class="newshop_bottom">
  892. <div class="swiper mySwiper">
  893. <div class="swiper-wrapper">
  894. <div class="swiper-slide">
  895. <div class="sw_content">
  896. <div class="ct_img one"></div>
  897. <div class="ct_introduce">
  898. <p>榛果拿铁新薄脆,慕斯夹心
  899. 咖啡饼干</p>
  900. <p>¥17.9<span>¥25.8</span></p>
  901. </div>
  902. </div>
  903. </div>
  904. <div class="swiper-slide">
  905. <div class="sw_content">
  906. <div class="ct_img two"></div>
  907. <div class="ct_introduce">
  908. <p>【洁厕系列】抑菌去污香氛
  909. 马桶洁厕剂500g</p>
  910. <p>¥14.9<span>¥19.9</span></p>
  911. </div>
  912. </div>
  913. </div>
  914. <div class="swiper-slide">
  915. <div class="sw_content">
  916. <div class="ct_img three"></div>
  917. <div class="ct_introduce">
  918. <p>迪士尼正版520ml双饮吸管
  919. 杯儿童水杯</p>
  920. <p>¥39<span>¥49</span></p>
  921. </div>
  922. </div>
  923. </div>
  924. <div class="swiper-slide">
  925. <div class="sw_content">
  926. <div class="ct_img four"></div>
  927. <div class="ct_introduce">
  928. <p>宠物冰垫降温猫窝夏季狗狗
  929. 凉席睡垫凉垫狗窝</p>
  930. <p>¥20.8</p>
  931. </div>
  932. </div>
  933. </div>
  934. <div class="swiper-slide">
  935. <div class="sw_content">
  936. <div class="ct_img one"></div>
  937. <div class="ct_introduce">
  938. <p>榛果拿铁新薄脆,慕斯夹心
  939. 咖啡饼干</p>
  940. <p>¥17.9<span>¥25.8</span></p>
  941. </div>
  942. </div>
  943. </div>
  944. <div class="swiper-slide">
  945. <div class="sw_content">
  946. <div class="ct_img two"></div>
  947. <div class="ct_introduce">
  948. <p>【洁厕系列】抑菌去污香氛
  949. 马桶洁厕剂500g</p>
  950. <p>¥14.9<span>¥19.9</span></p>
  951. </div>
  952. </div>
  953. </div>
  954. <div class="swiper-slide">
  955. <div class="sw_content">
  956. <div class="ct_img three"></div>
  957. <div class="ct_introduce">
  958. <p>迪士尼正版520ml双饮吸管
  959. 杯儿童水杯</p>
  960. <p>¥39<span>¥49</span></p>
  961. </div>
  962. </div>
  963. </div>
  964. <div class="swiper-slide">
  965. <div class="sw_content">
  966. <div class="ct_img four"></div>
  967. <div class="ct_introduce">
  968. <p>宠物冰垫降温猫窝夏季狗狗
  969. 凉席睡垫凉垫狗窝</p>
  970. <p>¥20.8</p>
  971. </div>
  972. </div>
  973. </div>
  974. </div>
  975. <div class="swiper-button-next"></div>
  976. <div class="swiper-button-prev"></div>
  977. <div class="swiper-pagination"></div>
  978. </div>
  979. </div>
  980. </div>
  981. </div>
  982. <!-- 人气推荐 -->
  983. <div class="recommendation">
  984. <div class="rd">
  985. <div class="rd_top">
  986. <h3>人气推荐</h3>
  987. <ul>
  988. <li><a class="current">编辑推荐</a></li>
  989. <li><a>热销总榜</a></li>
  990. </ul>
  991. <span>更多推荐 ></span>
  992. </div>
  993. <div class="rd_bottom">
  994. <div class="rd_common" style="display: block;">
  995. <div class="rdc_left">
  996. <div class="rdcl_top">
  997. <img src="./images/人气推荐/bj-1.webp" alt="">
  998. </div>
  999. <h4>小团圆蛋黄酥礼盒奶黄流心味<br> 53g*6枚</h4>
  1000. <p>¥32.8<span>¥38</span></p>
  1001. </div>
  1002. <div class="rdc_right">
  1003. <div class="rdcr_common">
  1004. <div class="rdcr_top">
  1005. <img src="./images/人气推荐/bj-2.webp" alt="">
  1006. </div>
  1007. <h4>能除臭的空气浴室香<br>氛,空气香薰持久留香</h4>
  1008. <p>¥16.9<span>¥19.9</span></p>
  1009. </div>
  1010. <div class="rdcr_common">
  1011. <div class="rdcr_top">
  1012. <img src="./images/人气推荐/bj-3.webp" alt="">
  1013. </div>
  1014. <h4>清新英国梨香强力去污<br>酵素洗衣液3kg/1kg</h4>
  1015. <p>¥9.9</p>
  1016. </div>
  1017. <div class="rdcr_common">
  1018. <div class="rdcr_top">
  1019. <img src="./images/人气推荐/bj-4.webp" alt="">
  1020. </div>
  1021. <h4>皮酥肉嫩易脱骨,虎皮<br>凤爪175g(香辣味)</h4>
  1022. <p>¥26</p>
  1023. </div>
  1024. <div class="rdcr_common">
  1025. <div class="rdcr_top">
  1026. <img src="./images/人气推荐/bj-5.webp" alt="">
  1027. </div>
  1028. <h4>≥20%纯牛乳,云朵吐<br>司巧克力味400g</h4>
  1029. <p>¥19<span>¥25</span></p>
  1030. </div>
  1031. <div class="rdcr_common">
  1032. <div class="rdcr_top">
  1033. <img src="./images/人气推荐/bj-6.webp" alt="">
  1034. </div>
  1035. <h4>添加茂金属更强韧,家<br>用金属色垃圾袋</h4>
  1036. <p>¥19<span>¥25</span></p>
  1037. </div>
  1038. <div class="rdcr_common">
  1039. <div class="rdcr_top">
  1040. <img src="./images/人气推荐/bj-7.webp" alt="">
  1041. </div>
  1042. <h4>可以吃的“薄脆冻干咖<br>啡”,咖啡饼干</h4>
  1043. <p>¥15.9<span>¥19.9</span></p>
  1044. </div>
  1045. </div>
  1046. </div>
  1047. <div class="rd_common">
  1048. <div class="rdc_left">
  1049. <div class="rdcl_top">
  1050. <img src="./images/人气推荐/rx-1.webp" alt="">
  1051. </div>
  1052. <h4>擦除99.9%细菌,加大加厚可<br> 冲散湿厕纸</h4>
  1053. <p>¥3.9<span>¥4.9</span></p>
  1054. </div>
  1055. <div class="rdc_right">
  1056. <div class="rdcr_common">
  1057. <div class="rdcr_top">
  1058. <img src="./images/人气推荐/rx-2.webp" alt="">
  1059. </div>
  1060. <h4>清新英国梨香强力去污<br>酵素洗衣液3kg/1kg</h4>
  1061. <p>¥9.9</p>
  1062. </div>
  1063. <div class="rdcr_common">
  1064. <div class="rdcr_top">
  1065. <img src="./images/人气推荐/rx-3.webp" alt="">
  1066. </div>
  1067. <h4>告别啃食尴尬,秘制无<br>骨凤爪108g(藤椒味)</h4>
  1068. <p>¥9.9</p>
  1069. </div>
  1070. <div class="rdcr_common">
  1071. <div class="rdcr_top">
  1072. <img src="./images/人气推荐/rx-4.webp" alt="">
  1073. </div>
  1074. <h4>玩趣彩虹四季拖鞋轻盈<br>柔软抗菌防滑</h4>
  1075. <p>¥25.9<span> ¥35.9</span></p>
  1076. </div>
  1077. <div class="rdcr_common">
  1078. <div class="rdcr_top">
  1079. <img src="./images/人气推荐/rx-5.webp" alt="">
  1080. </div>
  1081. <h4>含40%散养鸡蛋,芝士<br>蛋糕300g</h4>
  1082. <p>¥16.8<span>¥19</span></p>
  1083. </div>
  1084. <div class="rdcr_common">
  1085. <div class="rdcr_top">
  1086. <img src="./images/人气推荐/rx-6.webp" alt="">
  1087. </div>
  1088. <h4>无添加蔗糖,苏打饼干<br>360g</h4>
  1089. <p>¥17.9<span>¥19.9</span></p>
  1090. </div>
  1091. <div class="rdcr_common">
  1092. <div class="rdcr_top">
  1093. <img src="./images/人气推荐/rx-7.webp" alt="">
  1094. </div>
  1095. <h4>每一口都有九种肉,全<br>价猫粮</h4>
  1096. <p>¥8<span>¥9.9</span></p>
  1097. </div>
  1098. </div>
  1099. </div>
  1100. </div>
  1101. </div>
  1102. </div>
  1103. <!-- 床品 -->
  1104. <div class="bedding common">
  1105. <div class="cm">
  1106. <div class="cm_top">
  1107. <h3>
  1108. 床品
  1109. </h3>
  1110. <ul>
  1111. <li>四季款</li>
  1112. <li>/</li>
  1113. <li>乳胶床垫</li>
  1114. <li>/</li>
  1115. <li>乳胶枕</li>
  1116. <li>/</li>
  1117. <li>凉席蚊帐</li>
  1118. <li>/</li>
  1119. <li>四件套</li>
  1120. <li>/</li>
  1121. <li>秋冬款</li>
  1122. <li>/</li>
  1123. <li>四季床品</li>
  1124. <li><a href="javascript">查看更多 ></a></li>
  1125. </ul>
  1126. </div>
  1127. <div class="cm_bottom">
  1128. <div class="big ">
  1129. <img src="./images/床品/big.webp" alt="">
  1130. </div>
  1131. <div class="small">
  1132. <div class="sm_all">
  1133. <div class="img one"></div>
  1134. <h4>原创调色珠光色铸铁珐琅锅<br>22cm</h4>
  1135. <p>¥179<span>¥288</span> </p>
  1136. </div>
  1137. <div class="sm_all">
  1138. <div class="img two"></div>
  1139. <h4>温润凉感三峡水牛皮,奢华<br>头层牛皮席</h4>
  1140. <p>¥1499<span>¥1999</span> </p>
  1141. </div>
  1142. <div class="sm_all">
  1143. <div class="img three"></div>
  1144. <h4>裸睡亲肤经典A类针织四件<br></h4>
  1145. <p>¥205<span>¥259</span> </p>
  1146. </div>
  1147. <div class="sm_all">
  1148. <div class="img four"></div>
  1149. <h4>每—口都有九种肉,全价猫<br></h4>
  1150. <p>¥8 <span>¥9.9</span> </p>
  1151. </div>
  1152. </div>
  1153. </div>
  1154. </div>
  1155. </div>
  1156. <!-- 男装 -->
  1157. <div class="manclothes common">
  1158. <div class="cm">
  1159. <div class="cm_top">
  1160. <h3>男装</h3>
  1161. <ul>
  1162. <li>男士衬衫</li>
  1163. <li>/</li>
  1164. <li>男士短裤</li>
  1165. <li>/</li>
  1166. <li>男士外套</li>
  1167. <li>/</li>
  1168. <li>男士卫衣</li>
  1169. <li>/</li>
  1170. <li>运动服</li>
  1171. <li>/</li>
  1172. <li>钱包</li>
  1173. <li>/</li>
  1174. <li>牛仔裤</li>
  1175. <li><a href="javascript">查看更多 ></a></li>
  1176. </ul>
  1177. </div>
  1178. <div class="cm_bottom">
  1179. <div class="big ">
  1180. <img src="./images/男装/big-1.webp" alt="">
  1181. </div>
  1182. <div class="small">
  1183. <div class="sm_all">
  1184. <div class="img one"></div>
  1185. <h4>女式天丝绵柔中腰小腿裤</h4>
  1186. <p>¥39<span>¥199</span> </p>
  1187. </div>
  1188. <div class="sm_all">
  1189. <div class="img two"></div>
  1190. <h4>妥帖包裹,男式基础平角内<br></h4>
  1191. <p>¥43.9<span>¥59</span> </p>
  1192. </div>
  1193. <div class="sm_all">
  1194. <div class="img three"></div>
  1195. <h4>原创调色珠光色铸铁珐琅锅<br>22cm</h4>
  1196. <p>¥179<span>¥288</span> </p>
  1197. </div>
  1198. <div class="sm_all">
  1199. <div class="img four"></div>
  1200. <h4>原创调色珠光色铸铁珐琅锅<br>22cm</h4>
  1201. <p>¥179<span>¥288</span> </p>
  1202. </div>
  1203. </div>
  1204. </div>
  1205. </div>
  1206. </div>
  1207. <!-- 乳饮酒水 -->
  1208. <div class="drink common">
  1209. <div class="cm">
  1210. <div class="cm_top">
  1211. <h3>乳饮酒水</h3>
  1212. <ul>
  1213. <li>国产酒</li>
  1214. <li>/</li>
  1215. <li>名酒馆</li>
  1216. <li>/</li>
  1217. <li>进口酒</li>
  1218. <li>/</li>
  1219. <li>啤酒</li>
  1220. <li>/</li>
  1221. <li>牛奶</li>
  1222. <li>/</li>
  1223. <li>白酒</li>
  1224. <li>/</li>
  1225. <li>蜂蜜</li>
  1226. <li><a href="javascript">查看更多 ></a></li>
  1227. </ul>
  1228. </div>
  1229. <div class="cm_bottom">
  1230. <div class="big ">
  1231. <img src="./images/乳饮酒水/big.webp" alt="">
  1232. </div>
  1233. <div class="small">
  1234. <div class="sm_all">
  1235. <div class="img one"></div>
  1236. <h4>可以即食干吃,坚果亚麻籽<br>谷物燕麦片600g</h4>
  1237. <p>¥45<span>¥58</span> </p>
  1238. </div>
  1239. <div class="sm_all">
  1240. <div class="img two"></div>
  1241. <h4>宛如鲜炖,冻干银耳汤15g*<br>10袋</h4>
  1242. <p>¥33.9<span> ¥49</span></p>
  1243. </div>
  1244. <div class="sm_all">
  1245. <div class="img three"></div>
  1246. <h4>—口咬到阳光的味道,大片<br>芒果干</h4>
  1247. <p>¥16</p>
  1248. </div>
  1249. <div class="sm_all"></div>
  1250. </div>
  1251. </div>
  1252. </div>
  1253. </div>
  1254. <!-- 家庭清洁 -->
  1255. <div class="homeclean common">
  1256. <div class="cm">
  1257. <div class="cm_top">
  1258. <h3>家庭清洁</h3>
  1259. <ul>
  1260. <li>洗衣液</li>
  1261. <li>/</li>
  1262. <li>洗衣凝珠</li>
  1263. <li>/</li>
  1264. <li>餐具清洁</li>
  1265. <li>/</li>
  1266. <li>衣物护理</li>
  1267. <li>/</li>
  1268. <li>香氛除味</li>
  1269. <li>/</li>
  1270. <li>家清卫浴</li>
  1271. <li>/</li>
  1272. <li>厨房纸品</li>
  1273. <li><a href="javascript">查看更多 ></a></li>
  1274. </ul>
  1275. </div>
  1276. <div class="cm_bottom">
  1277. <div class="big ">
  1278. <img src="./images/家庭清洁/big.webp" alt="">
  1279. </div>
  1280. <div class="small">
  1281. <div class="sm_all">
  1282. <div class="img one"></div>
  1283. <h4>肌初水嫩/盈润乳液120ml<br>(原活颜保湿乳)</h4>
  1284. <p>¥109<span>¥139</span> </p>
  1285. </div>
  1286. <div class="sm_all">
  1287. <div class="img two"></div>
  1288. <h4>看得见的吸水力速干防潮天<br>然硅藻土地垫</h4>
  1289. <p>¥49.9<span> ¥79.9</span> </p>
  1290. </div>
  1291. <div class="sm_all">
  1292. <div class="img three"></div>
  1293. <h4>谷风—木3层软抽面巾纸6<br>包/提</h4>
  1294. <p>¥17.9<span>¥19.9</span> </p>
  1295. </div>
  1296. <div class="sm_all">
  1297. <div class="img four"></div>
  1298. <h4>时刻照亮你的美指触式LED<br>子母化妆镜</h4>
  1299. <p>¥109</p>
  1300. </div>
  1301. </div>
  1302. </div>
  1303. </div>
  1304. </div>
  1305. <!-- 宠物生活 -->
  1306. <div class="petlife common">
  1307. <div class="cm">
  1308. <div class="cm_top">
  1309. <h3>宠物生活</h3>
  1310. <ul>
  1311. <li>热销单品</li>
  1312. <li>/</li>
  1313. <li>新品尝鲜</li>
  1314. <li>/</li>
  1315. <li>猫粮</li>
  1316. <li>/</li>
  1317. <li>犬粮</li>
  1318. <li>/</li>
  1319. <li>零食罐头</li>
  1320. <li>/</li>
  1321. <li>冻干零食</li>
  1322. <li>/</li>
  1323. <li>肉类零食</li>
  1324. <li><a href="javascript">查看更多 ></a></li>
  1325. </ul>
  1326. </div>
  1327. <div class="cm_bottom">
  1328. <div class="big ">
  1329. <img src="./images/宠物生活/big.webp" alt="">
  1330. </div>
  1331. <div class="small">
  1332. <div class="sm_all">
  1333. <div class="img one"></div>
  1334. <h4>过亿爆品,全价冻干双拼猫<br></h4>
  1335. <p>¥8<span>¥12</span> </p>
  1336. </div>
  1337. <div class="sm_all">
  1338. <div class="img two"></div>
  1339. <h4>除臭抑菌,四合一混合猫砂<br>升级款</h4>
  1340. <p>¥22.9<span>¥29</span> </p>
  1341. </div>
  1342. <div class="sm_all">
  1343. <div class="img three"></div>
  1344. <h4>五种口味,满足不同挑嘴<br>猫,海陆空盛宴猫条</h4>
  1345. <p>¥9.9<span>¥14</span> </p>
  1346. </div>
  1347. <div class="sm_all">
  1348. <div class="img four"></div>
  1349. <h4>细腻肉糜,浓汤享受,猫用<br>浓汤红肉罐头</h4>
  1350. <p>¥5.9<span>¥9.9</span> </p>
  1351. </div>
  1352. </div>
  1353. </div>
  1354. </div>
  1355. </div>
  1356. <!-- 母婴亲子 -->
  1357. <div class="mz common">
  1358. <div class="cm">
  1359. <div class="cm_top">
  1360. <h3>母婴亲子</h3>
  1361. <ul>
  1362. <li>黑马好物</li>
  1363. <li>/</li>
  1364. <li>拉拉裤</li>
  1365. <li>/</li>
  1366. <li>母婴甄选</li>
  1367. <li>/</li>
  1368. <li>洗发液/沐浴液</li>
  1369. <li>/</li>
  1370. <li>纸巾/湿巾</li>
  1371. <li>/</li>
  1372. <li>童装</li>
  1373. <li>/</li>
  1374. <li>年末狂欢季</li>
  1375. <li><a href="javascript">查看更多 ></a></li>
  1376. </ul>
  1377. </div>
  1378. <div class="cm_bottom">
  1379. <div class="big ">
  1380. <img src="./images/母婴亲子/big.webp" alt="">
  1381. </div>
  1382. <div class="small">
  1383. <div class="sm_all">
  1384. <div class="img one"></div>
  1385. <h4>极致清仓底价,海量鲸吸婴<br>儿纸尿裤尿不湿</h4>
  1386. <p>¥60<span>¥95</span> </p>
  1387. </div>
  1388. <div class="sm_all">
  1389. <div class="img two"></div>
  1390. <h4>敏感宝宝肌可用,日本乳霜<br>纸巾100抽</h4>
  1391. <p>¥17.9<span>¥19</span> </p>
  1392. </div>
  1393. <div class="sm_all">
  1394. <div class="img three"></div>
  1395. <h4>经典爆款升级,毛毛虫儿童<br>运动鞋23-35码</h4>
  1396. <p>¥109<span> ¥299</span> </p>
  1397. </div>
  1398. <div class="sm_all">
  1399. <div class="img four"></div>
  1400. <h4>雪地无忧,毛毛虫儿童加绒<br>运动靴26-35码</h4>
  1401. <p>¥199<span> ¥399</span> </p>
  1402. </div>
  1403. </div>
  1404. </div>
  1405. </div>
  1406. </div>
  1407. <!-- 运动旅行 -->
  1408. <div class="sptravel common">
  1409. <div class="cm">
  1410. <div class="cm_top">
  1411. <h3>运动旅行</h3>
  1412. <ul>
  1413. <li>行李箱</li>
  1414. <li>/</li>
  1415. <li>野餐露营</li>
  1416. <li>/</li>
  1417. <li>运动附件</li>
  1418. <li>/</li>
  1419. <li>雨具雨伞</li>
  1420. <li>/</li>
  1421. <li>瑜伽美体</li>
  1422. <li>/</li>
  1423. <li>男士运动T恤</li>
  1424. <li>/</li>
  1425. <li>男士运动外套</li>
  1426. <li><a href="javascript">查看更多 ></a></li>
  1427. </ul>
  1428. </div>
  1429. <div class="cm_bottom">
  1430. <div class="big ">
  1431. <img src="./images/运动旅行/big.webp" alt="">
  1432. </div>
  1433. <div class="small">
  1434. <div class="sm_all">
  1435. <div class="img one"></div>
  1436. <h4>严选经典蒸汽热敷眼罩10<br>片/盒</h4>
  1437. <p>¥49<span>¥89</span> </p>
  1438. </div>
  1439. <div class="sm_all">
  1440. <div class="img two"></div>
  1441. <h4>携带登机,出行好友,20寸<br>纯PC小金刚行李箱</h4>
  1442. <p>¥269<span>¥499</span> </p>
  1443. </div>
  1444. <div class="sm_all">
  1445. <div class="img three"></div>
  1446. <h4>小胖墩单手可拎20寸纯PC<br>拉链拉杆箱</h4>
  1447. <p>¥299<span>¥359</span> </p>
  1448. </div>
  1449. <div class="sm_all"></div>
  1450. </div>
  1451. </div>
  1452. </div>
  1453. </div>
  1454. <!-- 数码家电 -->
  1455. <div class="home_appliances common">
  1456. <div class="cm">
  1457. <div class="cm_top">
  1458. <h3>数码家电</h3>
  1459. <ul>
  1460. <li>品质尖货</li>
  1461. <li>/</li>
  1462. <li>洗地机</li>
  1463. <li>/</li>
  1464. <li>生活防护小电器</li>
  1465. <li>/</li>
  1466. <li>电动牙刷/冲牙器</li>
  1467. <li>/</li>
  1468. <li>智能马桶</li>
  1469. <li>/</li>
  1470. <li>吸尘器/除螨仪</li>
  1471. <li>/</li>
  1472. <li>吹风机</li>
  1473. <li><a href="javascript">查看更多 ></a></li>
  1474. </ul>
  1475. </div>
  1476. <div class="cm_bottom">
  1477. <div class="big ">
  1478. <img src="./images/数码家电/big.webp" alt="">
  1479. </div>
  1480. <div class="small">
  1481. <div class="sm_all">
  1482. <div class="img one"></div>
  1483. <h4>时刻照亮你的美指触式LED<br>子母化妆镜</h4>
  1484. <p>¥109</p>
  1485. </div>
  1486. <div class="sm_all">
  1487. <div class="img two"></div>
  1488. <h4>【礼盒】经典爆款仿真人手<br>按摩腰靠日式减压</h4>
  1489. <p>¥156.9<span> ¥219</span> </p>
  1490. </div>
  1491. <div class="sm_all">
  1492. <div class="img three"></div>
  1493. <h4>全净皓齿变速声波电动牙刷<br>【升级款】</h4>
  1494. <p>¥155<span>¥219</span> </p>
  1495. </div>
  1496. <div class="sm_all">
  1497. <div class="img four"></div>
  1498. <h4>加湿香薰夜灯三合一,日式<br>超声波香薰机</h4>
  1499. <p>¥129<span>¥199</span> </p>
  1500. </div>
  1501. </div>
  1502. </div>
  1503. </div>
  1504. </div>
  1505. <!-- 严选全球 -->
  1506. <div class="yxworld common">
  1507. <div class="cm">
  1508. <div class="cm_top">
  1509. <h3>严选全球</h3>
  1510. <ul>
  1511. <li>新品速递</li>
  1512. <li>/</li>
  1513. <li>明星乳胶</li>
  1514. <li>/</li>
  1515. <li>大牌补贴</li>
  1516. <li><a href="javascript">查看更多 ></a></li>
  1517. </ul>
  1518. </div>
  1519. <div class="cm_bottom">
  1520. <div class="big ">
  1521. <img src="./images/严选全球/big.webp" alt="">
  1522. </div>
  1523. <div class="small">
  1524. <div class="sm_all">
  1525. <div class="img one"></div>
  1526. <h4>睡着按摩颈椎泰国93%含量<br>天然乳胶按摩枕</h4>
  1527. <p>¥109<span>¥149</span> </p>
  1528. </div>
  1529. <div class="sm_all">
  1530. <div class="img two"></div>
  1531. <h4>严选礼品卡 100元面值</h4>
  1532. <p>¥100</p>
  1533. </div>
  1534. <div class="sm_all">
  1535. <div class="img three"></div>
  1536. <h4>【大牌补贴】任天堂Switch<br>续航增强版国行</h4>
  1537. <p>¥2320<span>¥2598</span> </p>
  1538. </div>
  1539. <div class="sm_all">
  1540. <div class="img four"></div>
  1541. <h4>泰国进口原液90%天然乳胶<br>枕高低调节儿童枕</h4>
  1542. <p>¥99<span>¥169</span> </p>
  1543. </div>
  1544. </div>
  1545. </div>
  1546. </div>
  1547. </div>
  1548. <!-- 甄选家 -->
  1549. <div class="selector">
  1550. <div class="selector_main">
  1551. <div class="selector_top">
  1552. <h3>甄选家</h3>
  1553. <span>我们在寻找,对生活有态度的你</span>
  1554. </div>
  1555. <div class="selector_bottom">
  1556. <img src="./images/甄选家/1.webp" alt="">
  1557. <img src="./images/甄选家/2.webp" alt="">
  1558. <img src="./images/甄选家/3.webp" alt="">
  1559. </div>
  1560. </div>
  1561. </div>
  1562. <!-- 大家都在说 -->
  1563. <div class="all_speaking">
  1564. <div class="aspeaking">
  1565. <div class="as_top">
  1566. <h3>大家都在说</h3>
  1567. <span>生活,没有统一标准</span>
  1568. </div>
  1569. <div class="as_bottom">
  1570. <div class="swiper mySwiper">
  1571. <div class="swiper-wrapper">
  1572. <div class="swiper-slide">
  1573. <div class="sw_content">
  1574. <div class="ct_img">
  1575. <img src="./images/大家都在说/1.webp" alt="">
  1576. </div>
  1577. <div class="ct_introduce">
  1578. <p>严***1<span>2023-05-07 14:05</span> </p>
  1579. <h3>严选小蛮腰系列腰背分区支撑人体工学椅</h3>
  1580. <span class="money">¥899</span>
  1581. <p class="pinglun">颜值在线</p>
  1582. </div>
  1583. </div>
  1584. </div>
  1585. <div class="swiper-slide">
  1586. <div class="sw_content">
  1587. <div class="ct_img">
  1588. <img src="./images/大家都在说/2.webp" alt="">
  1589. </div>
  1590. <div class="ct_introduce">
  1591. <p>一***你<span>2023-05-25 18:01</span> </p>
  1592. <h3>【囤货装】除臭抑菌双效升级,冰箱除味盒</h3>
  1593. <span class="money">¥64.9</span>
  1594. <p class="pinglun">冰箱除味盒收到,日期新鲜,发货快,味道好闻,香香的柚子味,已经使用上了,用了几天了,祛冰箱异味效果明显,真心满意</p>
  1595. </div>
  1596. </div>
  1597. </div>
  1598. <div class="swiper-slide">
  1599. <div class="sw_content">
  1600. <div class="ct_img">
  1601. <img src="./images/大家都在说/3.webp" alt="">
  1602. </div>
  1603. <div class="ct_introduce">
  1604. <p>嘉***姐<span>2023-05-23 09:18</span> </p>
  1605. <h3>【洁厕系列】抑菌去污香氛马桶洁厕剂500g</h3>
  1606. <span class="money">¥69.9</span>
  1607. <p class="pinglun">第一次买,挺好用的,一百还会购买</p>
  1608. </div>
  1609. </div>
  1610. </div>
  1611. <div class="swiper-slide">
  1612. <div class="sw_content">
  1613. <div class="ct_img">
  1614. <img src="./images/大家都在说/4.webp" alt="">
  1615. </div>
  1616. <div class="ct_introduce">
  1617. <p>Q***M<span>2023-04-07 09:31</span> </p>
  1618. <h3>23新品Camp!ng°一室一厅速开便携露营帐篷</h3>
  1619. <span class="money">¥599</span>
  1620. <p class="pinglun">还可以,够高,空间够大,还没出去露营,家里打开检查了下,感觉还不错,如果之前没买天幕,就可以买一套了,哈哈哈哈哈哈哈哈哈哈哈哈。</p>
  1621. </div>
  1622. </div>
  1623. </div>
  1624. <div class="swiper-slide">
  1625. <div class="sw_content">
  1626. <div class="ct_img">
  1627. <img src="./images/大家都在说/5.webp" alt="">
  1628. </div>
  1629. <div class="ct_introduce">
  1630. <p>1***2<span>2023-05-20 21:48</span> </p>
  1631. <h3>臻语竹韵3层本色抽纸/卷纸</h3>
  1632. <span class="money">¥18.9</span>
  1633. <p class="pinglun">超大—袋,纸张柔软,没有漂白、自然色。用着放心</p>
  1634. </div>
  1635. </div>
  1636. </div>
  1637. <div class="swiper-slide">
  1638. <div class="sw_content">
  1639. <div class="ct_img">
  1640. <img src="./images/大家都在说/6.webp" alt="">
  1641. </div>
  1642. <div class="ct_introduce">
  1643. <p>A***2<span>2023-05-31 20:49</span> </p>
  1644. <h3>沙丘”运动舒缓情侣外穿拖鞋整鞋抗菌</h3>
  1645. <span class="money">¥149</span>
  1646. <p class="pinglun">穿了很舒服,这款鞋子设计我太喜欢了,穿了好多天了弄的有点脏了,确实不错,硬中带软很舒适</p>
  1647. </div>
  1648. </div>
  1649. </div>
  1650. <div class="swiper-slide">
  1651. <div class="sw_content">
  1652. <div class="ct_img">
  1653. <img src="./images/大家都在说/7.webp" alt="">
  1654. </div>
  1655. <div class="ct_introduce">
  1656. <p>刘***鸭<span>2023-06-01 01:34</span> </p>
  1657. <h3>草本萃取,日本制造和草汉润喉糖</h3>
  1658. <span class="money">¥25.9</span>
  1659. <p class="pinglun">还没吃,先好评吧,对物流很不满意,那么大一个箱子,不给送上门,费了老大劲才搬回去,严选就这种服务吗</p>
  1660. </div>
  1661. </div>
  1662. </div>
  1663. </div>
  1664. <div class="swiper-button-next"></div>
  1665. <div class="swiper-button-prev"></div>
  1666. <div class="swiper-pagination"></div>
  1667. </div>
  1668. </div>
  1669. </div>
  1670. </div>
  1671. <!-- footer-top-->
  1672. <div class="footer-top">
  1673. <div class="ft_nr">
  1674. <div class="ft one">
  1675. <h4>客服服务</h4>
  1676. <div>
  1677. <img src="./images/客服.png" alt="">
  1678. <p>在线客服</p>
  1679. </div>
  1680. <div>
  1681. <img src="./images/信息.png" alt="">
  1682. <p>用户反馈</p>
  1683. </div>
  1684. </div>
  1685. <div class="ft">
  1686. <div class="two">
  1687. <h4>何为网易严选</h4>
  1688. <p>网易严选是深受新中产喜爱的生活方式品牌, 为消费者提供一站式、全品类、全方位的美好生活解决方案。我们通过简约、实用、舒适的美学设计,
  1689. 不断带来高品质灵感好物,陪伴3000万新中产用户「活出自己喜欢的样子」,共同倡导多元化的生活价值主张——每个人都可以把生活的选择权交还给自己。</p>
  1690. <div class="attention">
  1691. <span>关注我们:</span>
  1692. <img src="./images/weibo.png" alt="">
  1693. <img src="./images/微信.png" alt="">
  1694. <img src="./images/douyin.jpg" alt="">
  1695. </div>
  1696. </div>
  1697. </div>
  1698. <div class="ft">
  1699. <div class="three">
  1700. <h4>扫码下载严选APP</h4>
  1701. <img src="./images/二维码.png" alt="">
  1702. <p>下载领大额新人红包</p>
  1703. </div>
  1704. </div>
  1705. </div>
  1706. </div>
  1707. <!-- footer-bottom -->
  1708. <div class="footer-bottom">
  1709. <div class="fb">
  1710. <div class="fb_top">
  1711. <div>
  1712. <img src="./images/易.jpg" alt="">
  1713. <span>网易自营电商</span>
  1714. </div>
  1715. <div>
  1716. <img src="./images/安全.jpg" alt="">
  1717. <span>30天无忧退换货</span>
  1718. </div>
  1719. <div>
  1720. <img src="./images/免邮费.jpg" alt="">
  1721. <span>满99元免邮费</span>
  1722. </div>
  1723. <div>
  1724. <img src="./images/品质.jpg" alt="">
  1725. <span>品质保证</span>
  1726. </div>
  1727. </div>
  1728. <div class="fb_bottom">
  1729. <ul class="one">
  1730. <li>关于我们</li>
  1731. <li>帮助中心</li>
  1732. <li>售后服务</li>
  1733. <li>配送与验收</li>
  1734. <li>商务合作</li>
  1735. <li>企业采购</li>
  1736. <li>开放平台</li>
  1737. <li>搜索推荐</li>
  1738. <li>友情链接</li>
  1739. <li>廉正举报</li>
  1740. </ul>
  1741. <ul>
  1742. <li>食品经营许可证:JY13301080111719</li>
  1743. <li>出版物经营许可证:新出发滨字第012号</li>
  1744. <li>妙得CP证号:ICP证浙B2-20160106 </li>
  1745. <li>浙杭食药监械经营备20171029号</li>
  1746. <li>营业执照</li>
  1747. <li>网易公司版权所有◎1997-2023</li>
  1748. </ul>
  1749. <ul>
  1750. <li>无线电发射设备销售备案:4220201109655</li>
  1751. <li>互联网药品信息服务资格证:(浙)-经营性-2022-075</li>
  1752. <li>医疗器械网络交易第三方平台备案:(浙)网械平台备字[2020)第00029号</li>
  1753. </ul>
  1754. <ul>
  1755. <li>(浙杭)网械企备字[2019]第00119号</li>
  1756. <li>(粤)网械平台备字(2019)第00004号</li>
  1757. <li>(粤)-非经营性-2016-0023进口冷链食品管理承诺书</li>
  1758. </ul>
  1759. <ul>
  1760. <li>食品经营许可证:JY14207050007694 </li>
  1761. <li>浙江省网络食品销售第三方平台提供者备案:浙网食A33010009</li>
  1762. <li>单用途商业预付卡备案证:33010OAACOO024
  1763. <img src="./images/网络工商.gif" alt="">
  1764. </li>
  1765. </ul>
  1766. <ul>
  1767. <li>出版物网络交易平台服务经营备案:新出发浙备字第2021006号</li>
  1768. </ul>
  1769. </div>
  1770. </div>
  1771. </div>
  1772. <script src="./js/main.js"></script>
  1773. <script src="./css/swiper-8.4.7/swiper/swiper-bundle.min.js"></script>
  1774. <script>
  1775. var swiper = new Swiper(".mySwiper", {
  1776. slidesPerView: 3,
  1777. spaceBetween: 30,
  1778. slidesPerGroup: 3,
  1779. loop: true,
  1780. loopFillGroupWithBlank: true,
  1781. pagination: {
  1782. el: ".swiper-pagination",
  1783. clickable: true,
  1784. },
  1785. autoplay: {
  1786. delay: 2500,
  1787. disableOnInteraction: false,
  1788. },
  1789. navigation: {
  1790. nextEl: ".swiper-button-next",
  1791. prevEl: ".swiper-button-prev",
  1792. },
  1793. });
  1794. </script>
  1795. </body>
  1796. </html>

(2)main.css

  1. * {
  2. margin: 0;
  3. padding: 0;
  4. list-style: none;
  5. text-decoration: none;
  6. font-family: "微软雅黑";
  7. }
  8. a {
  9. cursor: pointer;
  10. }
  11. .nav {
  12. width: 100%;
  13. height: 36px;
  14. background-color: #333;
  15. margin: auto;
  16. position: relative;
  17. }
  18. .nav .nav_right {
  19. width: 1200px;
  20. margin: auto;
  21. }
  22. .nav .nav_right .right_menu {
  23. float: right;
  24. }
  25. .nav .nav_right .right_menu .item {
  26. float: left;
  27. line-height: 36px;
  28. }
  29. .nav .nav_right .right_menu .item a {
  30. color: #ccc;
  31. padding: 0 10px;
  32. border-right: 1px solid #ccc;
  33. font-size: 12px;
  34. }
  35. .nav .nav_right .right_menu .item a:hover {
  36. color: white;
  37. }
  38. .nav .nav_right .right_menu .item div {
  39. position: relative;
  40. height: 160px;
  41. text-align: center;
  42. border: 1px solid #ccc;
  43. display: none;
  44. background-color: #fff;
  45. z-index: 100;
  46. }
  47. .nav .nav_right .right_menu .item div ul li .arrow {
  48. display: block;
  49. width: 15px;
  50. height: 15px;
  51. background: url(../images/icon-yxtop.webp);
  52. background-repeat: no-repeat;
  53. background-position: -5px -1410px;
  54. border: 0;
  55. position: absolute;
  56. left: 30px;
  57. top: -10px;
  58. }
  59. .nav .nav_right .right_menu .item div ul li a {
  60. border-bottom: 1px solid #ccc;
  61. padding: 6px 10px;
  62. border-right: 0;
  63. }
  64. .nav .nav_right .right_menu .item div ul li a:hover {
  65. color: red;
  66. }
  67. .nav .nav_right .right_menu .item .img {
  68. background-color: #fff;
  69. margin-left: -20px;
  70. width: 30px;
  71. height: 30px;
  72. }
  73. .nav .nav_right::after {
  74. display: block;
  75. content: "";
  76. clear: both;
  77. }
  78. .logo_nav {
  79. width: 1200px;
  80. height: 140px;
  81. margin: auto;
  82. }
  83. .logo_nav .top {
  84. width: 1200px;
  85. height: 100px;
  86. margin: auto;
  87. position: relative;
  88. }
  89. .logo_nav .top .logo {
  90. position: absolute;
  91. top: 20px;
  92. left: 20px;
  93. width: 200px;
  94. height: 60px;
  95. background: url(../images/icon-yxtop.webp);
  96. background-position: 5px -950px;
  97. background-repeat: no-repeat;
  98. }
  99. .logo_nav .top .search {
  100. position: absolute;
  101. top: 40px;
  102. left: 350px;
  103. width: 532px;
  104. }
  105. .logo_nav .top .search input {
  106. width: 442px;
  107. height: 38px;
  108. border-radius: 15px;
  109. border: 1px solid #CC9756;
  110. padding: 0 35px;
  111. }
  112. .logo_nav .top .search div {
  113. position: absolute;
  114. top: -1px;
  115. left: 5px;
  116. width: 40px;
  117. height: 35px;
  118. background: url(../images/icon-yxtop.webp);
  119. background-repeat: no-repeat;
  120. background-position: 0 -1030px;
  121. }
  122. .logo_nav .top .search input:focus {
  123. outline: none;
  124. }
  125. .logo_nav .top .search button {
  126. position: absolute;
  127. left: 430px;
  128. width: 90px;
  129. height: 40px;
  130. background-color: #CC9756;
  131. color: white;
  132. border: 0 ;
  133. border-radius: 15px;
  134. }
  135. .logo_nav .top .shopcar {
  136. position: absolute;
  137. top: 40px;
  138. right: 10px;
  139. border: 1px solid #CC9756;
  140. width: 150px;
  141. height: 40px;
  142. border-radius: 15px;
  143. }
  144. .logo_nav .top .shopcar .icon_car {
  145. display: inline-block;
  146. width: 50px;
  147. height: 40px;
  148. margin-left: 10px;
  149. background: url(../images/icon-yxtop.webp);
  150. background-position: 0 -350px;
  151. }
  152. .logo_nav .top .shopcar .icon_car .car {
  153. position: absolute;
  154. top: 10px;
  155. left: 60px;
  156. }
  157. .logo_nav .top .shopcar .icon_car .num {
  158. position: absolute;
  159. top: 10px;
  160. left: 20px;
  161. width: 20px;
  162. height: 20px;
  163. text-align: center;
  164. border-radius: 50%;
  165. background-color: #CC9756;
  166. color: white;
  167. }
  168. .logo_nav .top .shopcar .num {
  169. margin-left: 100px;
  170. }
  171. .bottom {
  172. background-color: #fff;
  173. position: absolute;
  174. z-index: 20;
  175. width: 100%;
  176. height: 40px;
  177. top: 135px;
  178. }
  179. .bottom .menu {
  180. display: flex;
  181. width: 1200px;
  182. height: 40px;
  183. margin: auto;
  184. line-height: 40px;
  185. }
  186. .bottom .menu .menu_logo {
  187. display: none;
  188. }
  189. .bottom .menu .item {
  190. float: left;
  191. z-index: 20;
  192. }
  193. .bottom .menu .item .none {
  194. background-color: #fff;
  195. }
  196. .bottom .menu .item a {
  197. color: #333;
  198. font-size: 14px;
  199. font-weight: bolder;
  200. padding: 0 20px 3px;
  201. }
  202. .bottom .menu .item a:hover span {
  203. color: #CC9756;
  204. border-bottom: 3px solid #CC9756;
  205. }
  206. .bottom .menu .item .shop {
  207. display: none;
  208. position: absolute;
  209. left: 20px;
  210. width: 500px;
  211. height: 650px;
  212. border: 1px solid #ddd;
  213. }
  214. .bottom .menu .item .shop .bedshop .bs_top {
  215. width: 460px ;
  216. margin: auto;
  217. }
  218. .bottom .menu .item .shop .bedshop .bs_top h3 {
  219. font-size: 16px;
  220. font-weight: 700;
  221. display: inline-block;
  222. margin-top: 10px;
  223. }
  224. .bottom .menu .item .shop .bedshop .bs_top h3:nth-child(1) {
  225. width: 280px;
  226. border-bottom: 1px solid #ddd;
  227. }
  228. .bottom .menu .item .shop .bedshop .bs_top h3:nth-child(2) {
  229. width: 150px;
  230. margin-left: 10px;
  231. border-bottom: 1px solid #ddd;
  232. z-index: 1;
  233. }
  234. .bottom .menu .item .shop .bedshop .bs_bottom {
  235. width: 460px;
  236. margin: auto;
  237. display: flex;
  238. }
  239. .bottom .menu .item .shop .bedshop .bs_bottom ul li {
  240. margin-top: 10px;
  241. }
  242. .bottom .menu .item .shop .bedshop .bs_bottom ul img {
  243. width: 57px;
  244. height: 57px;
  245. vertical-align: middle;
  246. }
  247. .bottom .menu .item .shop .bedshop .bs_bottom ul span {
  248. vertical-align: middle;
  249. }
  250. .bottom .menu .item .shop .bedshop .bs_bottom ul:nth-child(2) {
  251. margin-left: 30px;
  252. }
  253. .bottom .menu .item .shop .bedshop .bs_bottom ul:nth-child(3) {
  254. margin-left: 20px;
  255. }
  256. .bottom .menu .item .pet {
  257. display: none;
  258. position: absolute;
  259. left: 50px;
  260. width: 400px;
  261. height: 450px;
  262. border: 1px solid #ddd;
  263. }
  264. .bottom .menu .item .pet .pet_top {
  265. width: 360px;
  266. margin: auto;
  267. }
  268. .bottom .menu .item .pet .pet_top h3 {
  269. font-size: 16px;
  270. font-weight: 700;
  271. display: inline-block;
  272. margin-top: 10px;
  273. }
  274. .bottom .menu .item .pet .pet_top h3:nth-child(1) {
  275. width: 200px;
  276. border-bottom: 1px solid #ddd;
  277. }
  278. .bottom .menu .item .pet .pet_top h3:nth-child(2) {
  279. width: 140px;
  280. margin-left: 10px;
  281. border-bottom: 1px solid #ddd;
  282. z-index: 1;
  283. }
  284. .bottom .menu .item .pet .pet_bottom {
  285. width: 360px;
  286. display: flex;
  287. margin: auto;
  288. }
  289. .bottom .menu .item .pet .pet_bottom ul li {
  290. margin-top: 15px;
  291. }
  292. .bottom .menu .item .pet .pet_bottom ul img {
  293. width: 57px;
  294. height: 57px;
  295. vertical-align: middle;
  296. }
  297. .bottom .menu .item .pet .pet_bottom ul span {
  298. vertical-align: middle;
  299. }
  300. .bottom .menu .item .pet .pet_bottom ul:nth-child(2) {
  301. margin-left: 90px;
  302. }
  303. .bottom .menu .item .colthes {
  304. display: none;
  305. position: absolute;
  306. left: 20px;
  307. width: 800px;
  308. height: 640px;
  309. border: 1px solid #ddd;
  310. }
  311. .bottom .menu .item .colthes .cs_top {
  312. width: 760px;
  313. margin: auto;
  314. }
  315. .bottom .menu .item .colthes .cs_top h3 {
  316. display: inline-block;
  317. width: 105px;
  318. margin-right: 15px;
  319. font-size: 16px;
  320. font-weight: 700;
  321. border-bottom: 1px solid #ddd;
  322. }
  323. .bottom .menu .item .colthes .cs_bottom {
  324. width: 760px;
  325. margin: auto;
  326. display: flex;
  327. }
  328. .bottom .menu .item .colthes .cs_bottom ul li {
  329. margin-top: 15px;
  330. }
  331. .bottom .menu .item .colthes .cs_bottom ul img {
  332. width: 57px;
  333. height: 57px;
  334. vertical-align: middle;
  335. }
  336. .bottom .menu .item .colthes .cs_bottom ul span {
  337. vertical-align: middle;
  338. }
  339. .bottom .menu .item .beverage {
  340. display: none;
  341. position: absolute;
  342. left: 180px;
  343. width: 580px;
  344. height: 440px;
  345. border: 1px solid #ddd;
  346. }
  347. .bottom .menu .item .beverage .beverage_top {
  348. width: 540px;
  349. display: flex;
  350. justify-content: space-around;
  351. margin: auto;
  352. }
  353. .bottom .menu .item .beverage .beverage_top h3 {
  354. font-size: 16px;
  355. font-weight: 700;
  356. display: inline-block;
  357. width: 130px;
  358. border-bottom: 1px solid #ddd;
  359. }
  360. .bottom .menu .item .beverage .beverage_bottom {
  361. width: 540px;
  362. margin: auto;
  363. display: flex;
  364. justify-content: space-around;
  365. }
  366. .bottom .menu .item .beverage .beverage_bottom ul li {
  367. margin-top: 15px;
  368. }
  369. .bottom .menu .item .beverage .beverage_bottom ul img {
  370. width: 57px;
  371. height: 57px;
  372. vertical-align: middle;
  373. }
  374. .bottom .menu .item .beverage .beverage_bottom ul span {
  375. vertical-align: middle;
  376. }
  377. .bottom .menu .item .cleaning {
  378. display: none;
  379. position: absolute;
  380. left: 120px;
  381. width: 910px;
  382. height: 300px;
  383. border: 1px solid #ddd;
  384. }
  385. .bottom .menu .item .cleaning .cl_top {
  386. width: 870px;
  387. display: flex;
  388. justify-content: space-around;
  389. margin: auto;
  390. }
  391. .bottom .menu .item .cleaning .cl_top h3 {
  392. display: inline-block;
  393. width: 150px;
  394. border-bottom: 1px solid #ddd;
  395. font-size: 16px;
  396. font-weight: 700;
  397. }
  398. .bottom .menu .item .cleaning .cl_bottom {
  399. display: flex;
  400. justify-content: space-around;
  401. width: 870px;
  402. margin: auto;
  403. }
  404. .bottom .menu .item .cleaning .cl_bottom ul li {
  405. margin-top: 15px;
  406. }
  407. .bottom .menu .item .cleaning .cl_bottom ul img {
  408. width: 57px;
  409. height: 57px;
  410. vertical-align: middle;
  411. }
  412. .bottom .menu .item .cleaning .cl_bottom ul span {
  413. vertical-align: middle;
  414. }
  415. .bottom .menu .item .mb_supplies {
  416. display: none;
  417. position: absolute;
  418. left: 110px;
  419. width: 1000px;
  420. height: 540px;
  421. border: 1px solid #ddd;
  422. }
  423. .bottom .menu .item .mb_supplies .mb_top {
  424. width: 960px;
  425. margin: auto;
  426. display: flex;
  427. justify-content: space-around;
  428. }
  429. .bottom .menu .item .mb_supplies .mb_top h3 {
  430. font-size: 16px;
  431. font-weight: 700;
  432. display: inline-block;
  433. width: 120px;
  434. border-bottom: 1px solid #ddd;
  435. }
  436. .bottom .menu .item .mb_supplies .mb_bottom {
  437. width: 960px;
  438. margin: auto;
  439. display: flex;
  440. justify-content: space-around;
  441. }
  442. .bottom .menu .item .mb_supplies .mb_bottom ul li {
  443. margin-top: 15px;
  444. }
  445. .bottom .menu .item .mb_supplies .mb_bottom ul img {
  446. width: 57px;
  447. height: 57px;
  448. vertical-align: middle;
  449. }
  450. .bottom .menu .item .mb_supplies .mb_bottom ul span {
  451. vertical-align: middle;
  452. }
  453. .bottom .menu .item .sports {
  454. display: none;
  455. position: absolute;
  456. left: 400px;
  457. width: 580px;
  458. height: 510px;
  459. border: 1px solid #ddd;
  460. }
  461. .bottom .menu .item .sports .sports_top {
  462. width: 540px;
  463. margin: auto;
  464. display: flex;
  465. justify-content: space-around;
  466. }
  467. .bottom .menu .item .sports .sports_top h3 {
  468. font-size: 16px;
  469. font-weight: 700;
  470. display: inline-block;
  471. width: 150px;
  472. border-bottom: 1px solid #ddd;
  473. }
  474. .bottom .menu .item .sports .sports_bottom {
  475. width: 540px;
  476. margin: auto;
  477. display: flex;
  478. justify-content: space-around;
  479. }
  480. .bottom .menu .item .sports .sports_bottom ul li {
  481. margin-top: 15px;
  482. }
  483. .bottom .menu .item .sports .sports_bottom ul img {
  484. width: 57px;
  485. height: 57px;
  486. vertical-align: middle;
  487. }
  488. .bottom .menu .item .sports .sports_bottom ul span {
  489. vertical-align: middle;
  490. }
  491. .bottom .menu .item .digital {
  492. display: none;
  493. position: absolute;
  494. left: 0;
  495. width: 1200px;
  496. height: 510px;
  497. border: 1px solid #ddd;
  498. }
  499. .bottom .menu .item .digital .digital_top {
  500. width: 1160px;
  501. margin: auto;
  502. display: flex;
  503. justify-content: space-around;
  504. }
  505. .bottom .menu .item .digital .digital_top h3 {
  506. font-size: 16px;
  507. font-weight: 700;
  508. display: inline-block;
  509. width: 130px;
  510. border-bottom: 1px solid #ddd;
  511. }
  512. .bottom .menu .item .digital .digital_bottom {
  513. width: 1160px;
  514. margin: auto;
  515. display: flex;
  516. justify-content: space-around;
  517. }
  518. .bottom .menu .item .digital .digital_bottom ul li {
  519. margin-top: 15px;
  520. }
  521. .bottom .menu .item .digital .digital_bottom ul img {
  522. width: 57px;
  523. height: 57px;
  524. vertical-align: middle;
  525. }
  526. .bottom .menu .item .digital .digital_bottom ul span {
  527. vertical-align: middle;
  528. }
  529. .bottom .menu .item .world {
  530. display: none ;
  531. position: absolute;
  532. right: 0;
  533. width: 570px;
  534. height: 150px;
  535. border: 1px solid #ddd;
  536. }
  537. .bottom .menu .item .world .world_top {
  538. width: 530px;
  539. margin: auto;
  540. display: flex;
  541. justify-content: space-around;
  542. }
  543. .bottom .menu .item .world .world_top h3 {
  544. font-size: 16px;
  545. font-weight: 700;
  546. display: inline-block;
  547. width: 150px;
  548. border-bottom: 1px solid #ddd;
  549. }
  550. .bottom .menu .item .world .world_bottom {
  551. width: 530px;
  552. margin: auto;
  553. display: flex;
  554. justify-content: space-around;
  555. }
  556. .bottom .menu .item .world .world_bottom ul li {
  557. margin-top: 15px;
  558. }
  559. .bottom .menu .item .world .world_bottom ul img {
  560. width: 57px;
  561. height: 57px;
  562. vertical-align: middle;
  563. }
  564. .bottom .menu .item .world .world_bottom ul span {
  565. vertical-align: middle;
  566. }
  567. .bottom .menu .item:nth-child(10) {
  568. border-right: 1px solid #ddd;
  569. }
  570. .bottom .menu .menu_icon {
  571. display: none;
  572. }
  573. .bottom .menu .menu_icon .menu_sousuo,
  574. .bottom .menu .menu_icon .menu_man,
  575. .bottom .menu .menu_icon .menu_car {
  576. display: inline-block;
  577. margin-left: 40px;
  578. margin-top: 5px;
  579. }
  580. .bottom .menu .menu_icon .menu_sousuo img,
  581. .bottom .menu .menu_icon .menu_man img,
  582. .bottom .menu .menu_icon .menu_car img {
  583. width: 20px;
  584. height: 20px;
  585. }
  586. .bottom .menu .menu_icon .menu_car {
  587. position: relative;
  588. }
  589. .bottom .menu .menu_icon .menu_car .subscript {
  590. width: 15px;
  591. height: 15px;
  592. position: absolute;
  593. top: 0;
  594. left: 12px;
  595. border-radius: 50%;
  596. background-color: red;
  597. color: #fff;
  598. text-align: center;
  599. line-height: 15px;
  600. }
  601. .bottom .menu::after {
  602. display: block;
  603. content: "";
  604. clear: both;
  605. }
  606. .advertisement {
  607. width: 100%;
  608. height: 420px;
  609. background: url(../images/广告.webp);
  610. background-repeat: no-repeat;
  611. margin: auto;
  612. }
  613. .new {
  614. position: relative;
  615. width: 100%;
  616. height: 510px;
  617. }
  618. .new .newshop {
  619. width: 1200px;
  620. height: 430px;
  621. margin: 25px auto;
  622. }
  623. .new .newshop .newshop_top {
  624. width: 100%;
  625. height: 48px;
  626. margin-bottom: 20px;
  627. }
  628. .new .newshop .newshop_top h3 {
  629. display: inline;
  630. font-size: 28px;
  631. font-weight: 700;
  632. margin-right: 20px;
  633. line-height: 48px;
  634. }
  635. .new .newshop .newshop_top h3:hover {
  636. cursor: pointer;
  637. color: #BC3B3B;
  638. }
  639. .new .newshop .newshop_top span {
  640. font-size: 14px;
  641. line-height: 1;
  642. }
  643. .new .newshop .newshop_top .end {
  644. float: right;
  645. margin-top: 25px;
  646. }
  647. .new .newshop .newshop_top span:hover {
  648. cursor: pointer;
  649. color: #CC9756;
  650. }
  651. .new .newshop .newshop_bottom {
  652. width: 100%;
  653. height: 370px;
  654. }
  655. .new .newshop .newshop_bottom .swiper {
  656. width: 100%;
  657. height: 370px;
  658. }
  659. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content {
  660. width: 265px;
  661. height: 362px;
  662. margin: auto;
  663. }
  664. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content .ct_img {
  665. width: 265px;
  666. height: 265px;
  667. }
  668. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content .ct_introduce {
  669. width: 265px;
  670. height: 97px;
  671. margin: auto;
  672. }
  673. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content .ct_introduce p {
  674. cursor: pointer;
  675. margin: auto;
  676. padding: 10px 0;
  677. width: 156px;
  678. text-align: center;
  679. font-size: 13px;
  680. font-weight: 700;
  681. }
  682. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content .ct_introduce p:nth-child(2) {
  683. font-weight: normal;
  684. color: #D4282D;
  685. }
  686. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content .ct_introduce span {
  687. color: #999999;
  688. font-size: 12px;
  689. text-decoration: line-through;
  690. }
  691. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content .one {
  692. background: url(../images/swiper-images/榛果拿铁.webp);
  693. background-color: #F4F4F4;
  694. }
  695. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content .two {
  696. background: url(../images/swiper-images/洁厕系列.webp);
  697. background-color: #F4F4F4;
  698. }
  699. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content .three {
  700. background: url(../images/swiper-images/迪士尼正版.webp);
  701. background-color: #F4F4F4;
  702. }
  703. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content .four {
  704. background: url(../images/swiper-images/宠物冰垫.webp);
  705. background-color: #F4F4F4;
  706. }
  707. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content:hover .ct_introduce {
  708. background-color: #F4F0EA;
  709. }
  710. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content:hover .one {
  711. background: url(../images/swiper-images/榛果拿铁2.webp);
  712. }
  713. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content:hover .two {
  714. background: url(../images/swiper-images/洁厕系列2.webp);
  715. }
  716. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content:hover .three {
  717. background: url(../images/swiper-images/迪士尼正版2.webp);
  718. }
  719. .new .newshop .newshop_bottom .swiper .swiper-slide .sw_content:hover .four {
  720. background: url(../images/swiper-images/宠物冰垫2.webp);
  721. }
  722. .sale_list {
  723. float: left;
  724. margin-left: 30px;
  725. margin-top: 40px;
  726. width: 110px;
  727. height: 363px;
  728. position: sticky;
  729. top: 40px;
  730. border: 1px solid #ddd;
  731. }
  732. .sale_list ul {
  733. display: flex;
  734. flex-direction: column;
  735. background-color: #fff;
  736. }
  737. .sale_list ul .top {
  738. text-align: center;
  739. color: #BB3343;
  740. font-size: 16px;
  741. font-weight: 700;
  742. height: 35px;
  743. line-height: 35px;
  744. background: url(../images/热销榜/bg.webp);
  745. border-bottom: 1px solid #ddd;
  746. }
  747. .sale_list ul li:not(.top) {
  748. display: block;
  749. width: 85px;
  750. margin: auto;
  751. height: 35px;
  752. border-bottom: 1px solid #ddd;
  753. }
  754. .sale_list ul li:not(.top) img {
  755. color: #BB3343;
  756. display: inline;
  757. width: 30px;
  758. height: 30px;
  759. vertical-align: middle;
  760. }
  761. .sale_list ul li:not(.top) span {
  762. float: right;
  763. margin-right: 10px;
  764. display: table-cell;
  765. vertical-align: middle;
  766. font-size: 12px;
  767. }
  768. .sale_list ul li:hover span {
  769. cursor: pointer;
  770. color: #BB3343;
  771. }
  772. .list_right {
  773. float: right;
  774. margin-top: 40px;
  775. width: 110px;
  776. height: 363px;
  777. position: sticky;
  778. top: 40px;
  779. border: 1px solid #ddd;
  780. }
  781. .list_right ul {
  782. display: flex;
  783. flex-direction: column;
  784. background-color: #fff;
  785. }
  786. .list_right ul li {
  787. display: block;
  788. width: 90px;
  789. margin: auto;
  790. padding: 10px 0;
  791. text-align: center;
  792. border-bottom: 1px solid #ddd;
  793. }
  794. .list_right ul li img {
  795. display: block;
  796. width: 70px;
  797. height: 70px;
  798. margin: auto;
  799. }
  800. .list_right ul li span {
  801. color: #BC3B3B;
  802. font-size: 12PX;
  803. }
  804. .list_right ul li p {
  805. font-size: 14px;
  806. color: #666666;
  807. }
  808. .list_right ul li .dingyue {
  809. width: 52px;
  810. height: 52px;
  811. background: url(../images/icon-yxfixedtool.webp);
  812. background-repeat: no-repeat;
  813. background-position: 0 -1055px;
  814. margin: auto;
  815. }
  816. .list_right ul li .zaixiankefu {
  817. width: 65px;
  818. height: 70px;
  819. background: url(../images/icon-yxfixedtool.webp);
  820. background-repeat: no-repeat;
  821. background-position: 0 -250px;
  822. margin: auto;
  823. }
  824. .recommendation {
  825. width: 100%;
  826. height: 740px;
  827. background-color: #F4F0EA;
  828. display: flex;
  829. justify-content: center;
  830. align-items: center;
  831. }
  832. .recommendation .rd {
  833. width: 1200px;
  834. height: 620px;
  835. }
  836. .recommendation .rd .rd_top {
  837. width: 100%;
  838. height: 48px;
  839. display: flex;
  840. }
  841. .recommendation .rd .rd_top h3 {
  842. font-size: 28px;
  843. margin-right: 20px;
  844. line-height: 48px;
  845. }
  846. .recommendation .rd .rd_top ul {
  847. height: 48px;
  848. display: flex;
  849. }
  850. .recommendation .rd .rd_top ul li {
  851. line-height: 48px;
  852. margin-right: 50px ;
  853. }
  854. .recommendation .rd .rd_top ul li a {
  855. padding: 0 5px 5px 5px;
  856. }
  857. .recommendation .rd .rd_top ul li .current {
  858. color: #b4a078;
  859. border-bottom: 1px solid #b4a078;
  860. }
  861. .recommendation .rd .rd_top span {
  862. margin-left: 738px;
  863. line-height: 48px;
  864. }
  865. .recommendation .rd .rd_bottom {
  866. width: 100%;
  867. height: 552px;
  868. margin-top: 20px;
  869. }
  870. .recommendation .rd .rd_bottom .rd_common {
  871. position: relative;
  872. display: none;
  873. }
  874. .recommendation .rd .rd_bottom .rd_common h4:hover {
  875. color: #B4A078;
  876. }
  877. .recommendation .rd .rd_bottom .rd_common .rdc_left {
  878. width: 390px;
  879. height: 552px;
  880. background-color: #fff;
  881. }
  882. .recommendation .rd .rd_bottom .rd_common .rdc_left .rdcl_top {
  883. width: 390px;
  884. height: 400px;
  885. border-bottom: 1px solid #ccc;
  886. }
  887. .recommendation .rd .rd_bottom .rd_common .rdc_left .rdcl_top img {
  888. width: 320px;
  889. height: 320px;
  890. margin: 40px 35px;
  891. }
  892. .recommendation .rd .rd_bottom .rd_common .rdc_left .rdcl_top img:hover {
  893. transform: scale(1.1);
  894. transition: 0.5s ease;
  895. }
  896. .recommendation .rd .rd_bottom .rd_common .rdc_left h4 {
  897. margin-top: 30px;
  898. text-align: center;
  899. }
  900. .recommendation .rd .rd_bottom .rd_common .rdc_left p {
  901. font-size: 18px;
  902. color: #D4282D;
  903. text-align: center;
  904. margin-top: 30px;
  905. }
  906. .recommendation .rd .rd_bottom .rd_common .rdc_left p span {
  907. font-size: 14px;
  908. color: #999999;
  909. text-decoration: line-through;
  910. margin-left: 5px;
  911. }
  912. .recommendation .rd .rd_bottom .rd_common .rdc_right {
  913. position: absolute;
  914. top: 0;
  915. left: 390px;
  916. display: flex;
  917. flex-wrap: wrap;
  918. width: 810px;
  919. height: 552px;
  920. }
  921. .recommendation .rd .rd_bottom .rd_common .rdc_right .rdcr_common {
  922. background-color: #fff;
  923. margin-left: 30px;
  924. margin-right: 5px;
  925. width: 220px;
  926. height: 270px;
  927. }
  928. .recommendation .rd .rd_bottom .rd_common .rdc_right .rdcr_common .rdcr_top {
  929. width: 220px;
  930. height: 180px;
  931. border-bottom: 1px solid #ccc;
  932. }
  933. .recommendation .rd .rd_bottom .rd_common .rdc_right .rdcr_common .rdcr_top img {
  934. width: 180px;
  935. height: 180px;
  936. margin-left: 20px;
  937. }
  938. .recommendation .rd .rd_bottom .rd_common .rdc_right .rdcr_common .rdcr_top img:hover {
  939. transform: scale(1.1);
  940. transition: 0.5s ease;
  941. }
  942. .recommendation .rd .rd_bottom .rd_common .rdc_right .rdcr_common h4 {
  943. font-size: 14px;
  944. text-align: center;
  945. margin-top: 10px;
  946. }
  947. .recommendation .rd .rd_bottom .rd_common .rdc_right .rdcr_common p {
  948. font-size: 13px;
  949. color: #D4282D;
  950. text-align: center;
  951. margin-top: 10px;
  952. }
  953. .recommendation .rd .rd_bottom .rd_common .rdc_right .rdcr_common p span {
  954. font-size: 10px;
  955. color: #999999;
  956. text-decoration: line-through;
  957. margin-left: 5px;
  958. }
  959. .common {
  960. width: 100%;
  961. height: 940px;
  962. display: flex;
  963. justify-content: center;
  964. align-items: center;
  965. }
  966. .common .cm {
  967. width: 1200px;
  968. height: 820px;
  969. }
  970. .common .cm .cm_top {
  971. width: 100%;
  972. height: 48px;
  973. display: flex;
  974. margin-bottom: 15px;
  975. }
  976. .common .cm .cm_top h3 {
  977. font-size: 28px;
  978. margin-right: 20px;
  979. line-height: 48px;
  980. }
  981. .common .cm .cm_top ul {
  982. height: 48px;
  983. display: flex;
  984. margin-left: 400px;
  985. }
  986. .common .cm .cm_top ul li {
  987. line-height: 48px;
  988. padding: 0 10px 0 10px;
  989. font-size: 14px;
  990. }
  991. .common .cm .cm_top ul li a {
  992. color: #333;
  993. }
  994. .common .cm .cm_bottom {
  995. width: 100%;
  996. height: 757px;
  997. }
  998. .common .cm .cm_bottom .big {
  999. width: 100%;
  1000. height: 310px;
  1001. margin-bottom: 30px;
  1002. }
  1003. .common .cm .cm_bottom .big img {
  1004. width: 100%;
  1005. height: 311px;
  1006. }
  1007. .common .cm .cm_bottom .small {
  1008. width: 100%;
  1009. height: 400px;
  1010. display: flex;
  1011. justify-content: space-between;
  1012. }
  1013. .common .cm .cm_bottom .small div {
  1014. width: 265px;
  1015. height: 100%;
  1016. }
  1017. .common .cm .cm_bottom .small div .img {
  1018. width: 265px;
  1019. height: 265px;
  1020. background-color: #F4F4F4;
  1021. }
  1022. .common .cm .cm_bottom .small div h4 {
  1023. text-align: center;
  1024. margin-top: 30px;
  1025. }
  1026. .common .cm .cm_bottom .small div h4:hover {
  1027. color: #B4A078;
  1028. }
  1029. .common .cm .cm_bottom .small div p {
  1030. font-size: 13px;
  1031. color: #D4282D;
  1032. text-align: center;
  1033. margin-top: 15px;
  1034. }
  1035. .common .cm .cm_bottom .small div p span {
  1036. font-size: 12px;
  1037. color: #999999;
  1038. text-decoration: line-through;
  1039. margin-left: 5px;
  1040. }
  1041. .common .cm .cm_bottom .small div:hover {
  1042. background-color: #F4F0EA;
  1043. }
  1044. .bedding .cm_bottom .small .one {
  1045. background: url(../images/床品/原创1.webp);
  1046. background-repeat: no-repeat;
  1047. }
  1048. .bedding .cm_bottom .small .two {
  1049. background: url(../images/床品/温润1.webp);
  1050. background-repeat: no-repeat;
  1051. }
  1052. .bedding .cm_bottom .small .three {
  1053. background: url(../images/床品/裸睡1.webp);
  1054. background-repeat: no-repeat;
  1055. }
  1056. .bedding .cm_bottom .small .four {
  1057. background: url(../images/床品/每一口.webp);
  1058. background-repeat: no-repeat;
  1059. }
  1060. .bedding .cm_bottom .small .sm_all:hover .one {
  1061. background: url(../images/床品/原创2.webp);
  1062. }
  1063. .bedding .cm_bottom .small .sm_all:hover .two {
  1064. background: url(../images/床品/温润2.webp);
  1065. }
  1066. .bedding .cm_bottom .small .sm_all:hover .three {
  1067. background: url(../images/床品/裸睡2.webp);
  1068. }
  1069. .bedding .cm_bottom .small .sm_all:hover .four {
  1070. background: url(../images/床品/每一口2.webp);
  1071. }
  1072. .manclothes .cm_bottom .small .one {
  1073. background: url(../images/男装/女式1.webp);
  1074. background-repeat: no-repeat;
  1075. }
  1076. .manclothes .cm_bottom .small .two {
  1077. background: url(../images/男装/32-1.webp);
  1078. background-repeat: no-repeat;
  1079. }
  1080. .manclothes .cm_bottom .small .three {
  1081. background: url(../images/男装/行之语1.webp);
  1082. background-repeat: no-repeat;
  1083. }
  1084. .manclothes .cm_bottom .small .four {
  1085. background: url(../images/男装/凉透1.webp);
  1086. background-repeat: no-repeat;
  1087. }
  1088. .manclothes .cm_bottom .small .sm_all:hover .one {
  1089. background: url(../images/男装/女式2.webp);
  1090. }
  1091. .manclothes .cm_bottom .small .sm_all:hover .two {
  1092. background: url(../images/男装/32-2.webp);
  1093. }
  1094. .manclothes .cm_bottom .small .sm_all:hover .three {
  1095. background: url(../images/男装/行之语2.webp);
  1096. }
  1097. .manclothes .cm_bottom .small .sm_all:hover .four {
  1098. background: url(../images/男装/凉透2.webp);
  1099. }
  1100. .drink .cm_top ul a {
  1101. margin-left: 43px;
  1102. }
  1103. .drink .cm_bottom .small .one {
  1104. background: url(../images/乳饮酒水/可以1.webp);
  1105. background-repeat: no-repeat;
  1106. }
  1107. .drink .cm_bottom .small .two {
  1108. background: url(../images/乳饮酒水/宛如1.webp);
  1109. background-repeat: no-repeat;
  1110. }
  1111. .drink .cm_bottom .small .three {
  1112. background: url(../images/乳饮酒水/一口1.webp);
  1113. background-repeat: no-repeat;
  1114. }
  1115. .drink .cm_bottom .small .sm_all:hover .one {
  1116. background: url(../images/乳饮酒水/可以2.webp);
  1117. }
  1118. .drink .cm_bottom .small .sm_all:hover .two {
  1119. background: url(../images/乳饮酒水/宛如2.webp);
  1120. }
  1121. .drink .cm_bottom .small .sm_all:hover .three {
  1122. background: url(../images/乳饮酒水/一口2.webp);
  1123. }
  1124. .homeclean.common .cm_top ul {
  1125. margin-left: 250px;
  1126. }
  1127. .homeclean.common .cm_top ul a {
  1128. margin-left: 53px;
  1129. }
  1130. .homeclean.common .cm_bottom .small .one {
  1131. background: url(../images/家庭清洁/肌初1.webp);
  1132. background-repeat: no-repeat;
  1133. }
  1134. .homeclean.common .cm_bottom .small .two {
  1135. background: url(../images/家庭清洁/看得见1.webp);
  1136. background-repeat: no-repeat;
  1137. }
  1138. .homeclean.common .cm_bottom .small .three {
  1139. background: url(../images/家庭清洁/谷风1.webp);
  1140. background-repeat: no-repeat;
  1141. }
  1142. .homeclean.common .cm_bottom .small .four {
  1143. background: url(../images/家庭清洁/时刻1.webp);
  1144. background-repeat: no-repeat;
  1145. }
  1146. .homeclean.common .cm_bottom .small .sm_all:hover .one {
  1147. background: url(../images/家庭清洁/肌初2.webp);
  1148. }
  1149. .homeclean.common .cm_bottom .small .sm_all:hover .two {
  1150. background: url(../images/家庭清洁/看得见2.webp);
  1151. }
  1152. .homeclean.common .cm_bottom .small .sm_all:hover .three {
  1153. background: url(../images/家庭清洁/谷风2.webp);
  1154. }
  1155. .homeclean.common .cm_bottom .small .sm_all:hover .four {
  1156. background: url(../images/家庭清洁/时刻2.webp);
  1157. }
  1158. .petlife.common .cm_top ul {
  1159. margin-left: 345px;
  1160. }
  1161. .petlife.common .cm_bottom .small .one {
  1162. background: url(../images/宠物生活/过亿1.webp);
  1163. background-repeat: no-repeat;
  1164. }
  1165. .petlife.common .cm_bottom .small .two {
  1166. background: url(../images/宠物生活/除臭1.webp);
  1167. background-repeat: no-repeat;
  1168. }
  1169. .petlife.common .cm_bottom .small .three {
  1170. background: url(../images/宠物生活/五种1.webp);
  1171. background-repeat: no-repeat;
  1172. }
  1173. .petlife.common .cm_bottom .small .four {
  1174. background: url(../images/宠物生活/细腻1.webp);
  1175. background-repeat: no-repeat;
  1176. }
  1177. .petlife.common .cm_bottom .small .sm_all:hover .one {
  1178. background: url(../images/宠物生活/过亿2.webp);
  1179. }
  1180. .petlife.common .cm_bottom .small .sm_all:hover .two {
  1181. background: url(../images/宠物生活/除臭2.webp);
  1182. }
  1183. .petlife.common .cm_bottom .small .sm_all:hover .three {
  1184. background: url(../images/宠物生活/五种2.webp);
  1185. }
  1186. .petlife.common .cm_bottom .small .sm_all:hover .four {
  1187. background: url(../images/宠物生活/细腻2.webp);
  1188. }
  1189. .mz.common .cm_top ul {
  1190. margin-left: 277px;
  1191. }
  1192. .mz.common .cm_bottom .small .one {
  1193. background: url(../images/母婴亲子/极致1.webp);
  1194. background-repeat: no-repeat;
  1195. }
  1196. .mz.common .cm_bottom .small .two {
  1197. background: url(../images/母婴亲子/敏感1.webp);
  1198. background-repeat: no-repeat;
  1199. }
  1200. .mz.common .cm_bottom .small .three {
  1201. background: url(../images/母婴亲子/经典1.webp);
  1202. background-repeat: no-repeat;
  1203. }
  1204. .mz.common .cm_bottom .small .four {
  1205. background: url(../images/母婴亲子/雪地1.webp);
  1206. background-repeat: no-repeat;
  1207. }
  1208. .mz.common .cm_bottom .small .sm_all:hover .one {
  1209. background: url(../images/母婴亲子/极致2.webp);
  1210. }
  1211. .mz.common .cm_bottom .small .sm_all:hover .two {
  1212. background: url(../images/母婴亲子/敏感2.webp);
  1213. }
  1214. .mz.common .cm_bottom .small .sm_all:hover .three {
  1215. background: url(../images/母婴亲子/经典2.webp);
  1216. }
  1217. .mz.common .cm_bottom .small .sm_all:hover .four {
  1218. background: url(../images/母婴亲子/雪地2.webp);
  1219. }
  1220. .sptravel.common .cm_top ul {
  1221. margin-left: 253px;
  1222. }
  1223. .sptravel.common .cm_bottom .small .one {
  1224. background: url(../images/运动旅行/严选1.webp);
  1225. background-repeat: no-repeat;
  1226. }
  1227. .sptravel.common .cm_bottom .small .two {
  1228. background: url(../images/运动旅行/携带1.webp);
  1229. background-repeat: no-repeat;
  1230. }
  1231. .sptravel.common .cm_bottom .small .three {
  1232. background: url(../images/运动旅行/小胖1.webp);
  1233. background-repeat: no-repeat;
  1234. }
  1235. .sptravel.common .cm_bottom .small .sm_all:hover .one {
  1236. background: url(../images/运动旅行/严选2.webp);
  1237. }
  1238. .sptravel.common .cm_bottom .small .sm_all:hover .two {
  1239. background: url(../images/运动旅行/携带2.webp);
  1240. }
  1241. .sptravel.common .cm_bottom .small .sm_all:hover .three {
  1242. background: url(../images/运动旅行/小胖2.webp);
  1243. }
  1244. .home_appliances.common .cm_top ul {
  1245. margin-left: 193px;
  1246. }
  1247. .home_appliances.common .cm_bottom .small .one {
  1248. background: url(../images/数码家电/时刻1.webp);
  1249. background-repeat: no-repeat;
  1250. }
  1251. .home_appliances.common .cm_bottom .small .two {
  1252. background: url(../images/数码家电/礼盒1.webp);
  1253. background-repeat: no-repeat;
  1254. }
  1255. .home_appliances.common .cm_bottom .small .three {
  1256. background: url(../images/数码家电/全净1.webp);
  1257. background-repeat: no-repeat;
  1258. }
  1259. .home_appliances.common .cm_bottom .small .four {
  1260. background: url(../images/数码家电/加湿1.webp);
  1261. background-repeat: no-repeat;
  1262. }
  1263. .home_appliances.common .cm_bottom .small .sm_all:hover .one {
  1264. background: url(../images/数码家电/时刻2.webp);
  1265. }
  1266. .home_appliances.common .cm_bottom .small .sm_all:hover .two {
  1267. background: url(../images/数码家电/礼盒2.webp);
  1268. }
  1269. .home_appliances.common .cm_bottom .small .sm_all:hover .three {
  1270. background: url(../images/数码家电/全净2.webp);
  1271. }
  1272. .home_appliances.common .cm_bottom .small .sm_all:hover .four {
  1273. background: url(../images/数码家电/加湿2.webp);
  1274. }
  1275. .yxworld.common .cm_top ul {
  1276. margin-left: 697px;
  1277. }
  1278. .yxworld.common .cm_bottom .small .one {
  1279. background: url(../images/严选全球/睡着1.webp);
  1280. background-repeat: no-repeat;
  1281. }
  1282. .yxworld.common .cm_bottom .small .two {
  1283. background: url(../images/严选全球/严选1.webp);
  1284. background-repeat: no-repeat;
  1285. }
  1286. .yxworld.common .cm_bottom .small .three {
  1287. background: url(../images/严选全球/大牌1.webp);
  1288. background-repeat: no-repeat;
  1289. }
  1290. .yxworld.common .cm_bottom .small .four {
  1291. background: url(../images/严选全球/泰国1.webp);
  1292. background-repeat: no-repeat;
  1293. }
  1294. .yxworld.common .cm_bottom .small .sm_all:hover .one {
  1295. background: url(../images/严选全球/睡着2.webp);
  1296. }
  1297. .yxworld.common .cm_bottom .small .sm_all:hover .two {
  1298. background: url(../images/严选全球/严选2.webp);
  1299. }
  1300. .yxworld.common .cm_bottom .small .sm_all:hover .three {
  1301. background: url(../images/严选全球/大牌2.webp);
  1302. }
  1303. .yxworld.common .cm_bottom .small .sm_all:hover .four {
  1304. background: url(../images/严选全球/泰国2.webp);
  1305. }
  1306. .recommend {
  1307. background-color: #F4F0EA;
  1308. }
  1309. .selector {
  1310. width: 100%;
  1311. height: 430px;
  1312. display: flex;
  1313. justify-content: center;
  1314. align-items: center;
  1315. }
  1316. .selector .selector_main {
  1317. width: 1200px;
  1318. height: 430px;
  1319. }
  1320. .selector .selector_main .selector_top {
  1321. width: 100%;
  1322. height: 28px;
  1323. margin-bottom: 30px;
  1324. }
  1325. .selector .selector_main .selector_top h3 {
  1326. display: inline-block;
  1327. font-size: 28px;
  1328. }
  1329. .selector .selector_main .selector_top span {
  1330. font-size: 14px;
  1331. margin-left: 30px;
  1332. }
  1333. .selector .selector_main .selector_bottom {
  1334. position: relative;
  1335. }
  1336. .selector .selector_main .selector_bottom img:nth-child(1) {
  1337. width: 800px;
  1338. height: 370px;
  1339. }
  1340. .selector .selector_main .selector_bottom img:nth-child(2) {
  1341. position: absolute;
  1342. top: 0;
  1343. left: 805px;
  1344. width: 390px;
  1345. height: 180px;
  1346. }
  1347. .selector .selector_main .selector_bottom img:nth-chid(3) {
  1348. width: 390px;
  1349. height: 180px;
  1350. }
  1351. .all_speaking {
  1352. width: 100%;
  1353. height: 610px;
  1354. display: flex;
  1355. justify-content: center;
  1356. align-items: center;
  1357. background-color: #F4F0EA;
  1358. margin-top: 80px;
  1359. }
  1360. .all_speaking .aspeaking {
  1361. width: 1200px;
  1362. height: 500px;
  1363. }
  1364. .all_speaking .aspeaking .as_top {
  1365. width: 100%;
  1366. height: 28px;
  1367. margin-bottom: 20px;
  1368. }
  1369. .all_speaking .aspeaking .as_top h3 {
  1370. display: inline-block;
  1371. font-size: 28px;
  1372. font-weight: 700;
  1373. }
  1374. .all_speaking .aspeaking .as_top span {
  1375. margin-left: 30px;
  1376. font-size: 14px;
  1377. }
  1378. .all_speaking .aspeaking .as_bottom {
  1379. width: 100%;
  1380. height: 452px ;
  1381. }
  1382. .all_speaking .aspeaking .as_bottom .swiper {
  1383. width: 100%;
  1384. height: 452px;
  1385. position: relative;
  1386. }
  1387. .all_speaking .aspeaking .as_bottom .swiper .swiper-slide .sw_content {
  1388. width: 300px;
  1389. height: 452px;
  1390. margin: auto;
  1391. background-color: #fff;
  1392. border: 1px solid #ccc;
  1393. }
  1394. .all_speaking .aspeaking .as_bottom .swiper .swiper-slide .sw_content .ct_img {
  1395. width: 300px;
  1396. height: 355px;
  1397. overflow: hidden;
  1398. }
  1399. .all_speaking .aspeaking .as_bottom .swiper .swiper-slide .sw_content .ct_img img {
  1400. width: 300px;
  1401. height: 355px;
  1402. }
  1403. .all_speaking .aspeaking .as_bottom .swiper .swiper-slide .sw_content .ct_img img:hover {
  1404. transform: scale(1.1);
  1405. transition: 0.5s ease;
  1406. }
  1407. .all_speaking .aspeaking .as_bottom .swiper .swiper-slide .sw_content .ct_introduce {
  1408. position: absolute;
  1409. top: 252px;
  1410. left: 49px;
  1411. z-index: 2;
  1412. background-color: #fff;
  1413. width: 280px;
  1414. height: 200px;
  1415. margin: auto;
  1416. }
  1417. .all_speaking .aspeaking .as_bottom .swiper .swiper-slide .sw_content .ct_introduce p:nth-child(1) {
  1418. padding: 10px 0 10px 10px;
  1419. font-size: 13px;
  1420. color: #999999;
  1421. }
  1422. .all_speaking .aspeaking .as_bottom .swiper .swiper-slide .sw_content .ct_introduce p:nth-child(1) span {
  1423. margin-left: 15px;
  1424. }
  1425. .all_speaking .aspeaking .as_bottom .swiper .swiper-slide .sw_content .ct_introduce .pinglun {
  1426. width: 260px;
  1427. height: 80px;
  1428. margin-top: 20px;
  1429. margin-left: 10px;
  1430. font-size: 13px;
  1431. }
  1432. .all_speaking .aspeaking .as_bottom .swiper .swiper-slide .sw_content .ct_introduce h3 {
  1433. margin-left: 10px;
  1434. height: 18px;
  1435. font-size: 16px;
  1436. overflow: hidden;
  1437. max-width: 200px;
  1438. text-overflow: ellipsis;
  1439. white-space: nowrap;
  1440. }
  1441. .all_speaking .aspeaking .as_bottom .swiper .swiper-slide .sw_content .ct_introduce .money {
  1442. float: right;
  1443. margin-top: -16px;
  1444. margin-right: 10px;
  1445. font-size: 13px;
  1446. color: #B4A078;
  1447. }
  1448. .footer-top {
  1449. width: 100%;
  1450. height: 300px;
  1451. display: flex;
  1452. justify-content: center;
  1453. align-items: center;
  1454. }
  1455. .footer-top .ft_nr {
  1456. width: 1200px;
  1457. height: 204px;
  1458. display: flex;
  1459. justify-content: center;
  1460. align-items: center;
  1461. }
  1462. .footer-top .ft_nr .ft {
  1463. width: 370px;
  1464. height: 204px;
  1465. border-right: 1px solid #ddd;
  1466. }
  1467. .footer-top .ft_nr .ft h4 {
  1468. font-size: 16px;
  1469. font-weight: 400;
  1470. margin-bottom: 28px;
  1471. text-align: center;
  1472. }
  1473. .footer-top .ft_nr .one div {
  1474. cursor: pointer;
  1475. display: inline-block;
  1476. text-align: center;
  1477. padding: 30px 0 0 0;
  1478. width: 100px;
  1479. height: 100px;
  1480. border: 1px solid #ddd;
  1481. margin-left: 55px;
  1482. }
  1483. .footer-top .ft_nr .two {
  1484. padding: 0 37px;
  1485. }
  1486. .footer-top .ft_nr .two p {
  1487. text-align: left;
  1488. font-size: 12px;
  1489. line-height: 18px;
  1490. margin-bottom: 20px;
  1491. }
  1492. .footer-top .ft_nr .two .attention span {
  1493. vertical-align: middle;
  1494. font-size: 14px;
  1495. }
  1496. .footer-top .ft_nr .two .attention img {
  1497. vertical-align: middle;
  1498. cursor: pointer;
  1499. margin-left: 10px;
  1500. width: 32px;
  1501. height: 32px;
  1502. }
  1503. .footer-top .ft_nr .three {
  1504. text-align: center;
  1505. }
  1506. .footer-top .ft_nr .three img {
  1507. width: 104px;
  1508. height: 104px;
  1509. }
  1510. .footer-top .ft_nr .three p {
  1511. margin-top: 3px;
  1512. font-size: 12px;
  1513. color: #B4A078;
  1514. }
  1515. .footer-bottom {
  1516. width: 100%;
  1517. height: 350px;
  1518. background-color: #414141;
  1519. }
  1520. .footer-bottom .fb {
  1521. width: 1200px;
  1522. height: 350px;
  1523. margin: auto;
  1524. }
  1525. .footer-bottom .fb .fb_top {
  1526. height: 120px;
  1527. border-bottom: 1px solid #4F4F4F;
  1528. display: flex;
  1529. justify-content: space-around;
  1530. align-items: center;
  1531. }
  1532. .footer-bottom .fb .fb_top div {
  1533. height: 51px;
  1534. }
  1535. .footer-bottom .fb .fb_top div img {
  1536. width: 50px;
  1537. height: 50px;
  1538. vertical-align: middle;
  1539. }
  1540. .footer-bottom .fb .fb_top div span {
  1541. vertical-align: middle;
  1542. margin-left: 15px;
  1543. font-size: 18px;
  1544. color: #fff;
  1545. }
  1546. .footer-bottom .fb .fb_bottom {
  1547. width: 1200px;
  1548. color: #999;
  1549. text-align: center;
  1550. font-size: 12px;
  1551. }
  1552. .footer-bottom .fb .fb_bottom ul {
  1553. margin-top: 15px;
  1554. }
  1555. .footer-bottom .fb .fb_bottom ul li {
  1556. cursor: pointer;
  1557. display: inline;
  1558. padding: 0 10px 0 10px;
  1559. }
  1560. .footer-bottom .fb .fb_bottom ul li img {
  1561. vertical-align: middle;
  1562. width: 23px;
  1563. height: 25px;
  1564. }
  1565. .footer-bottom .fb .fb_bottom ul li:hover {
  1566. color: #fff;
  1567. }
  1568. .footer-bottom .fb .fb_bottom ul:nth-child(1) {
  1569. margin-top: 40px;
  1570. }
  1571. .footer-bottom .fb .fb_bottom ul:nth-child(1) li {
  1572. border-right: 1px solid #999;
  1573. }

(3)main.less

  1. *{
  2. margin: 0;
  3. padding: 0;
  4. list-style: none;
  5. text-decoration: none;
  6. font-family: "微软雅黑";
  7. }
  8. a{
  9. cursor: pointer;
  10. }
  11. .nav{
  12. width: 100%;
  13. height: 36px;
  14. background-color: #333;
  15. margin: auto;
  16. position: relative;
  17. .nav_right{
  18. width: 1200px;
  19. margin: auto;
  20. .right_menu{
  21. float: right;
  22. .item{
  23. float: left;
  24. line-height: 36px;
  25. a{
  26. color: #ccc;
  27. padding: 0 10px;
  28. border-right: 1px solid #ccc;
  29. font-size: 12px;
  30. }
  31. a:hover{
  32. color: white;
  33. }
  34. div{
  35. position: relative;
  36. height: 160px;
  37. text-align: center;
  38. border: 1px solid #ccc;
  39. display: none;
  40. background-color: #fff;
  41. z-index: 100;
  42. ul{
  43. li{
  44. .arrow{
  45. display: block;
  46. width: 15px;
  47. height: 15px;
  48. background: url(../images/icon-yxtop.webp);
  49. background-repeat: no-repeat;
  50. background-position: -5px -1410px;
  51. border: 0;
  52. position: absolute;
  53. left: 30px;
  54. top: -10px;
  55. }
  56. a{
  57. border-bottom: 1px solid #ccc;
  58. padding: 6px 10px;
  59. border-right:0;
  60. }
  61. a:hover{
  62. color: red;
  63. }
  64. }
  65. }
  66. };
  67. .img{
  68. background-color: #fff;
  69. margin-left: -20px;
  70. width: 30px;
  71. height: 30px;
  72. }
  73. }
  74. }
  75. }
  76. .nav_right::after{
  77. display: block;
  78. content: "";
  79. clear: both;
  80. }
  81. }
  82. .logo_nav{
  83. width: 1200px;
  84. height: 140px;
  85. margin: auto;
  86. .top{
  87. width: 1200px;
  88. height: 100px;
  89. margin: auto;
  90. position: relative;
  91. .logo{
  92. position: absolute;
  93. top: 20px;
  94. left: 20px;
  95. width: 200px;
  96. height: 60px;
  97. background: url(../images/icon-yxtop.webp);
  98. background-position: 5px -950px;
  99. background-repeat: no-repeat;
  100. }
  101. .search{
  102. position: absolute;
  103. top: 40px;
  104. left: 350px;
  105. width: 532px;
  106. input{
  107. width: 442px;
  108. height: 38px;
  109. border-radius: 15px;
  110. border: 1px solid #CC9756;
  111. padding: 0 35px;
  112. }
  113. div{
  114. position: absolute;
  115. top: -1px;
  116. left: 5px;
  117. width: 40px;
  118. height: 35px;
  119. background: url(../images/icon-yxtop.webp);
  120. background-repeat: no-repeat;
  121. background-position: 0 -1030px;
  122. }
  123. input:focus{
  124. outline: none;
  125. }
  126. button{
  127. position: absolute;
  128. left: 430px;
  129. width: 90px;
  130. height: 40px;
  131. background-color: #CC9756;
  132. color: white;
  133. border: 0 ;
  134. border-radius: 15px;
  135. }
  136. }
  137. .shopcar{
  138. position: absolute;
  139. top: 40px;
  140. right: 10px;
  141. border: 1px solid #CC9756;
  142. width: 150px;
  143. height: 40px;
  144. border-radius: 15px;
  145. .icon_car{
  146. display: inline-block;
  147. width: 50px;
  148. height:40px;
  149. margin-left: 10px;
  150. background: url(../images/icon-yxtop.webp);
  151. background-position: 0 -350px;
  152. .car{
  153. position: absolute;
  154. top: 10px;
  155. left: 60px;
  156. }
  157. .num{
  158. position: absolute;
  159. top: 10px;
  160. left: 20px;
  161. width: 20px;
  162. height: 20px;
  163. text-align: center;
  164. border-radius: 50%;
  165. background-color: #CC9756;
  166. color: white;
  167. }
  168. }
  169. .num{
  170. margin-left: 100px;
  171. }
  172. }
  173. }
  174. }
  175. .bottom{
  176. background-color: #fff;
  177. position: absolute;
  178. z-index: 20;
  179. width: 100%;
  180. height: 40px;
  181. top: 135px;
  182. .menu{
  183. display: flex;
  184. width: 1200px;
  185. height: 40px;
  186. margin: auto;
  187. line-height: 40px;
  188. .menu_logo{
  189. display: none;
  190. }
  191. .item{
  192. float: left;
  193. z-index: 20;
  194. .none{
  195. background-color: #fff;
  196. }
  197. a{
  198. color: #333;
  199. font-size: 14px;
  200. font-weight: bolder;
  201. padding: 0 20px 3px;
  202. }
  203. a:hover span{
  204. color: #CC9756;
  205. border-bottom: 3px solid #CC9756;
  206. }
  207. .shop{
  208. display: none;
  209. position: absolute;
  210. left:20px;
  211. width: 500px;
  212. height: 650px;
  213. border: 1px solid #ddd;
  214. .bedshop{
  215. .bs_top{
  216. width:460px ;
  217. margin: auto;
  218. h3{
  219. font-size: 16px;
  220. font-weight: 700;
  221. display: inline-block;
  222. margin-top: 10px;
  223. }
  224. h3:nth-child(1){
  225. width: 280px;
  226. border-bottom: 1px solid #ddd;
  227. }
  228. h3:nth-child(2){
  229. width: 150px;
  230. margin-left: 10px;
  231. border-bottom: 1px solid #ddd;
  232. z-index: 1;
  233. }
  234. }
  235. .bs_bottom{
  236. width: 460px;
  237. margin: auto;
  238. display: flex;
  239. ul{
  240. li{
  241. margin-top: 10px;
  242. }
  243. img{
  244. width: 57px;
  245. height: 57px;
  246. vertical-align: middle;
  247. }
  248. span{
  249. vertical-align: middle;
  250. }
  251. }
  252. ul:nth-child(2){
  253. margin-left: 30px;
  254. }
  255. ul:nth-child(3){
  256. margin-left: 20px;
  257. }
  258. }
  259. }
  260. }
  261. .pet{
  262. display: none;
  263. position: absolute;
  264. left: 50px;
  265. width: 400px;
  266. height: 450px;
  267. border: 1px solid #ddd;
  268. .pet_top{
  269. width: 360px;
  270. margin: auto;
  271. h3{
  272. font-size: 16px;
  273. font-weight: 700;
  274. display: inline-block;
  275. margin-top: 10px;
  276. }
  277. h3:nth-child(1){
  278. width: 200px;
  279. border-bottom: 1px solid #ddd;
  280. }
  281. h3:nth-child(2){
  282. width: 140px;
  283. margin-left: 10px;
  284. border-bottom: 1px solid #ddd;
  285. z-index: 1;
  286. }
  287. }
  288. .pet_bottom{
  289. width: 360px;
  290. display: flex;
  291. margin: auto;
  292. ul{
  293. li{
  294. margin-top: 15px;
  295. }
  296. img{
  297. width: 57px;
  298. height: 57px;
  299. vertical-align: middle;
  300. }
  301. span{
  302. vertical-align: middle;
  303. }
  304. }
  305. ul:nth-child(2){
  306. margin-left:90px;
  307. }
  308. }
  309. }
  310. .colthes{
  311. display: none;
  312. position: absolute;
  313. left: 20px;
  314. width: 800px;
  315. height: 640px;
  316. border: 1px solid #ddd;
  317. .cs_top{
  318. width: 760px;
  319. margin: auto;
  320. h3{
  321. display: inline-block;
  322. width: 105px;
  323. margin-right: 15px;
  324. font-size: 16px;
  325. font-weight: 700;
  326. border-bottom: 1px solid #ddd;
  327. }
  328. }
  329. .cs_bottom{
  330. width: 760px;
  331. margin: auto;
  332. display: flex;
  333. ul{
  334. li{
  335. margin-top: 15px;
  336. }
  337. img{
  338. width: 57px;
  339. height: 57px;
  340. vertical-align: middle;
  341. }
  342. span{
  343. vertical-align: middle;
  344. }
  345. }
  346. }
  347. }
  348. .beverage{
  349. display: none;
  350. position: absolute;
  351. left: 180px;
  352. width: 580px;
  353. height: 440px;
  354. border: 1px solid #ddd;
  355. .beverage_top{
  356. width: 540px;
  357. display: flex;
  358. justify-content: space-around;
  359. margin: auto;
  360. h3{
  361. font-size: 16px;
  362. font-weight: 700;
  363. display: inline-block;
  364. width: 130px;
  365. border-bottom: 1px solid #ddd;
  366. }
  367. }
  368. .beverage_bottom{
  369. width: 540px;
  370. margin: auto;
  371. display: flex;
  372. justify-content: space-around;
  373. ul{
  374. li{
  375. margin-top: 15px;
  376. }
  377. img{
  378. width: 57px;
  379. height: 57px;
  380. vertical-align: middle;
  381. }
  382. span{
  383. vertical-align: middle;
  384. }
  385. }
  386. }
  387. }
  388. .cleaning{
  389. display: none;
  390. position: absolute;
  391. left: 120px;
  392. width: 910px;
  393. height: 300px;
  394. border: 1px solid #ddd;
  395. .cl_top{
  396. width: 870px;
  397. display: flex;
  398. justify-content: space-around;
  399. margin: auto;
  400. h3{
  401. display: inline-block;
  402. width: 150px;
  403. border-bottom: 1px solid #ddd;
  404. font-size: 16px;
  405. font-weight: 700;
  406. }
  407. }
  408. .cl_bottom{
  409. display: flex;
  410. justify-content: space-around;
  411. width: 870px;
  412. margin: auto;
  413. ul{
  414. li{
  415. margin-top: 15px;
  416. }
  417. img{
  418. width: 57px;
  419. height: 57px;
  420. vertical-align: middle;
  421. }
  422. span{
  423. vertical-align: middle;
  424. }
  425. }
  426. }
  427. }
  428. .mb_supplies{
  429. display: none;
  430. position: absolute;
  431. left: 110px;
  432. width: 1000px;
  433. height: 540px;
  434. border: 1px solid #ddd;
  435. .mb_top{
  436. width: 960px;
  437. margin: auto;
  438. display: flex;
  439. justify-content: space-around;
  440. h3{
  441. font-size: 16px;
  442. font-weight: 700;
  443. display: inline-block;
  444. width: 120px;
  445. border-bottom: 1px solid #ddd;
  446. }
  447. }
  448. .mb_bottom{
  449. width: 960px;
  450. margin: auto;
  451. display: flex;
  452. justify-content: space-around;
  453. ul{
  454. li{
  455. margin-top: 15px;
  456. }
  457. img{
  458. width: 57px;
  459. height: 57px;
  460. vertical-align: middle;
  461. }
  462. span{
  463. vertical-align: middle;
  464. }
  465. }
  466. }
  467. }
  468. .sports{
  469. display: none;
  470. position: absolute;
  471. left: 400px;
  472. width: 580px;
  473. height: 510px;
  474. border: 1px solid #ddd;
  475. .sports_top{
  476. width: 540px;
  477. margin: auto;
  478. display: flex;
  479. justify-content: space-around;
  480. h3{
  481. font-size: 16px;
  482. font-weight: 700;
  483. display: inline-block;
  484. width: 150px;
  485. border-bottom: 1px solid #ddd;
  486. }
  487. }
  488. .sports_bottom{
  489. width: 540px;
  490. margin: auto;
  491. display: flex;
  492. justify-content: space-around;
  493. ul{
  494. li{
  495. margin-top: 15px;
  496. }
  497. img{
  498. width: 57px;
  499. height: 57px;
  500. vertical-align: middle;
  501. }
  502. span{
  503. vertical-align: middle;
  504. }
  505. }
  506. }
  507. }
  508. .digital{
  509. display: none;
  510. position: absolute;
  511. left: 0;
  512. width: 1200px;
  513. height: 510px;
  514. border: 1px solid #ddd;
  515. .digital_top{
  516. width: 1160px;
  517. margin: auto;
  518. display: flex;
  519. justify-content: space-around;
  520. h3{
  521. font-size: 16px;
  522. font-weight: 700;
  523. display: inline-block;
  524. width: 130px;
  525. border-bottom: 1px solid #ddd;
  526. }
  527. }
  528. .digital_bottom{
  529. width: 1160px;
  530. margin: auto;
  531. display: flex;
  532. justify-content: space-around;
  533. ul{
  534. li{
  535. margin-top: 15px;
  536. }
  537. img{
  538. width: 57px;
  539. height: 57px;
  540. vertical-align: middle;
  541. }
  542. span{
  543. vertical-align: middle;
  544. }
  545. }
  546. }
  547. }
  548. .world{
  549. display:none ;
  550. position: absolute;
  551. right: 0;
  552. width: 570px;
  553. height: 150px;
  554. border: 1px solid #ddd;
  555. .world_top{
  556. width: 530px;
  557. margin: auto;
  558. display: flex;
  559. justify-content: space-around;
  560. h3{
  561. font-size: 16px;
  562. font-weight: 700;
  563. display: inline-block;
  564. width: 150px;
  565. border-bottom: 1px solid #ddd;
  566. }
  567. }
  568. .world_bottom{
  569. width: 530px;
  570. margin: auto;
  571. display: flex;
  572. justify-content: space-around;
  573. ul{
  574. li{
  575. margin-top: 15px;
  576. }
  577. img{
  578. width: 57px;
  579. height: 57px;
  580. vertical-align: middle;
  581. }
  582. span{
  583. vertical-align: middle;
  584. }
  585. }
  586. }
  587. }
  588. }
  589. .item:nth-child(10){
  590. border-right: 1px solid #ddd;
  591. }
  592. .menu_icon{
  593. display: none;
  594. .menu_sousuo,.menu_man,.menu_car{
  595. display: inline-block;
  596. margin-left: 40px;
  597. margin-top: 5px;
  598. img{
  599. width: 20px;
  600. height: 20px;
  601. }
  602. }
  603. .menu_car{
  604. position: relative;
  605. .subscript{
  606. width: 15px;
  607. height: 15px;
  608. position: absolute;
  609. top: 0;
  610. left: 12px;
  611. border-radius: 50%;
  612. background-color: red;
  613. color: #fff;
  614. text-align: center;
  615. line-height: 15px;
  616. }
  617. }
  618. }
  619. }
  620. .menu::after{
  621. display: block;
  622. content: "";
  623. clear: both;
  624. }
  625. }
  626. .advertisement{
  627. width: 100%;
  628. height: 420px;
  629. background: url(../images/广告.webp);
  630. background-repeat: no-repeat;
  631. margin: auto;
  632. }
  633. .new{
  634. position: relative;
  635. width: 100%;
  636. height: 510px;
  637. .newshop{
  638. width: 1200px;
  639. height: 430px;
  640. margin: 25px auto;
  641. .newshop_top{
  642. width: 100%;
  643. height: 48px;
  644. margin-bottom: 20px;
  645. h3{
  646. display: inline;
  647. font-size: 28px;
  648. font-weight: 700;
  649. margin-right: 20px;
  650. line-height: 48px;
  651. }
  652. h3:hover{
  653. cursor: pointer;
  654. color: #BC3B3B;
  655. }
  656. span{
  657. font-size: 14px;
  658. line-height: 1;
  659. }
  660. .end{
  661. float: right;
  662. margin-top: 25px;
  663. }
  664. span:hover{
  665. cursor: pointer;
  666. color: #CC9756;
  667. }
  668. }
  669. .newshop_bottom{
  670. width: 100%;
  671. height: 370px;
  672. .swiper{
  673. width: 100%;
  674. height: 370px;
  675. .swiper-slide{
  676. .sw_content{
  677. width: 265px;
  678. height: 362px;
  679. margin: auto;
  680. .ct_img{
  681. width: 265px;
  682. height: 265px;
  683. }
  684. .ct_introduce{
  685. width: 265px;
  686. height: 97px;
  687. margin:auto;
  688. p{
  689. cursor: pointer;
  690. margin: auto;
  691. padding: 10px 0;
  692. width: 156px;
  693. text-align: center;
  694. font-size: 13px;
  695. font-weight: 700;
  696. }
  697. p:nth-child(2){
  698. font-weight: normal;
  699. color: #D4282D;
  700. }
  701. span{
  702. color: #999999;
  703. font-size: 12px;
  704. text-decoration: line-through;
  705. }
  706. }
  707. .one{
  708. background: url(../images/swiper-images/榛果拿铁.webp);
  709. background-color: #F4F4F4;
  710. }
  711. .two{
  712. background: url(../images/swiper-images/洁厕系列.webp);
  713. background-color: #F4F4F4;
  714. }
  715. .three{
  716. background: url(../images/swiper-images/迪士尼正版.webp);
  717. background-color: #F4F4F4;
  718. }
  719. .four{
  720. background: url(../images/swiper-images/宠物冰垫.webp);
  721. background-color: #F4F4F4;
  722. }
  723. }
  724. .sw_content:hover .ct_introduce{
  725. background-color: #F4F0EA;
  726. }
  727. .sw_content:hover .one{
  728. background: url(../images/swiper-images/榛果拿铁2.webp);
  729. }
  730. .sw_content:hover .two{
  731. background: url(../images/swiper-images/洁厕系列2.webp);
  732. }
  733. .sw_content:hover .three{
  734. background: url(../images/swiper-images/迪士尼正版2.webp);
  735. }
  736. .sw_content:hover .four{
  737. background: url(../images/swiper-images/宠物冰垫2.webp);
  738. }
  739. }
  740. }
  741. }
  742. }
  743. }
  744. .sale_list{
  745. float: left;
  746. margin-left: 30px;
  747. margin-top: 40px;
  748. width: 110px;
  749. height: 363px;
  750. position: sticky;
  751. top: 40px;
  752. border: 1px solid #ddd;
  753. ul{
  754. display: flex;
  755. flex-direction: column;
  756. background-color: #fff;
  757. .top{
  758. text-align: center;
  759. color: #BB3343;
  760. font-size: 16px;
  761. font-weight: 700;
  762. height: 35px;
  763. line-height: 35px;
  764. background: url(../images/热销榜/bg.webp);
  765. border-bottom: 1px solid #ddd;
  766. }
  767. li:not(.top){
  768. display: block;
  769. width: 85px;
  770. margin: auto;
  771. height: 35px;
  772. border-bottom: 1px solid #ddd;
  773. img{
  774. color: #BB3343;
  775. display: inline;
  776. width: 30px;
  777. height: 30px;
  778. vertical-align: middle;
  779. }
  780. span{
  781. float: right;
  782. margin-right: 10px;
  783. display: table-cell;
  784. vertical-align: middle;
  785. font-size: 12px;
  786. }
  787. }
  788. li:hover span{
  789. cursor: pointer;
  790. color: #BB3343;
  791. }
  792. }
  793. }
  794. .list_right{
  795. float: right;
  796. margin-top:40px;
  797. width: 110px;
  798. height: 363px;
  799. position: sticky;
  800. top: 40px;
  801. border: 1px solid #ddd;
  802. ul{
  803. display: flex;
  804. flex-direction: column;
  805. background-color: #fff;
  806. li{
  807. display: block;
  808. width: 90px;
  809. margin: auto;
  810. padding: 10px 0;
  811. text-align: center;
  812. border-bottom: 1px solid #ddd;
  813. img{
  814. display: block;
  815. width: 70px;
  816. height: 70px;
  817. margin: auto;
  818. }
  819. span{
  820. color: #BC3B3B;
  821. font-size: 12PX;
  822. }
  823. p{
  824. font-size: 14px;
  825. color: #666666;
  826. }
  827. .dingyue{
  828. width: 52px;
  829. height: 52px;
  830. background: url(../images/icon-yxfixedtool.webp);
  831. background-repeat: no-repeat;
  832. background-position: 0 -1055px;
  833. margin: auto;
  834. }
  835. .zaixiankefu{
  836. width: 65px;
  837. height: 70px;
  838. background: url(../images/icon-yxfixedtool.webp);
  839. background-repeat: no-repeat;
  840. background-position: 0 -250px;
  841. margin: auto;
  842. }
  843. }
  844. }
  845. }
  846. .recommendation{
  847. width: 100%;
  848. height: 740px;
  849. background-color: #F4F0EA;
  850. display: flex;
  851. justify-content: center;
  852. align-items: center;
  853. .rd{
  854. width: 1200px;
  855. height: 620px;
  856. .rd_top{
  857. width: 100%;
  858. height: 48px;
  859. display: flex;
  860. h3{
  861. font-size: 28px;
  862. margin-right: 20px;
  863. line-height: 48px;
  864. }
  865. ul{
  866. height: 48px;
  867. display: flex;
  868. li{
  869. line-height: 48px;
  870. margin-right:50px ;
  871. a{
  872. padding: 0 5px 5px 5px;
  873. }
  874. .current{
  875. color: #b4a078;
  876. border-bottom: 1px solid #b4a078;
  877. }
  878. }
  879. }
  880. span{
  881. margin-left: 738px;
  882. line-height: 48px;
  883. }
  884. }
  885. .rd_bottom{
  886. width: 100%;
  887. height: 552px;
  888. margin-top: 20px;
  889. .rd_common{
  890. position: relative;
  891. display: none;
  892. h4:hover{
  893. color:#B4A078;
  894. }
  895. .rdc_left{
  896. width: 390px;
  897. height: 552px;
  898. background-color: #fff;
  899. .rdcl_top{
  900. width: 390px;
  901. height: 400px;
  902. border-bottom: 1px solid #ccc;
  903. img{
  904. width: 320px;
  905. height: 320px;
  906. margin: 40px 35px;
  907. }
  908. img:hover{
  909. transform: scale(1.1);
  910. transition: 0.5s ease;
  911. }
  912. }
  913. h4{
  914. margin-top: 30px;
  915. text-align: center;
  916. }
  917. p{
  918. font-size: 18px;
  919. color: #D4282D;
  920. text-align: center;
  921. margin-top: 30px;
  922. span{
  923. font-size: 14px;
  924. color: #999999;
  925. text-decoration: line-through;
  926. margin-left: 5px;
  927. }
  928. }
  929. }
  930. .rdc_right{
  931. position: absolute;
  932. top: 0;
  933. left: 390px;
  934. display: flex;
  935. flex-wrap: wrap;
  936. width: 810px;
  937. height: 552px;
  938. .rdcr_common{
  939. background-color: #fff;
  940. margin-left: 30px;
  941. margin-right: 5px;
  942. width: 220px;
  943. height: 270px;
  944. .rdcr_top{
  945. width: 220px;
  946. height: 180px;
  947. border-bottom: 1px solid #ccc;
  948. img{
  949. width: 180px;
  950. height: 180px;
  951. margin-left: 20px;
  952. }
  953. img:hover{
  954. transform: scale(1.1);
  955. transition: 0.5s ease;
  956. }
  957. }
  958. h4{
  959. font-size: 14px;
  960. text-align: center;
  961. margin-top: 10px;
  962. }
  963. p{
  964. font-size: 13px;
  965. color: #D4282D;
  966. text-align: center;
  967. margin-top: 10px;
  968. span{
  969. font-size: 10px;
  970. color: #999999;
  971. text-decoration: line-through;
  972. margin-left: 5px;
  973. }
  974. }
  975. }
  976. }
  977. }
  978. }
  979. }
  980. }
  981. .common{
  982. width: 100%;
  983. height: 940px;
  984. display: flex;
  985. justify-content: center;
  986. align-items: center;
  987. .cm{
  988. width: 1200px;
  989. height: 820px;
  990. .cm_top{
  991. width: 100%;
  992. height: 48px;
  993. display: flex;
  994. margin-bottom: 15px;
  995. h3{
  996. font-size: 28px;
  997. margin-right: 20px;
  998. line-height: 48px;
  999. }
  1000. ul{
  1001. height: 48px;
  1002. display: flex;
  1003. margin-left: 400px;
  1004. li{
  1005. line-height: 48px;
  1006. padding: 0 10px 0 10px;
  1007. font-size: 14px;
  1008. a{
  1009. color: #333;
  1010. }
  1011. }
  1012. }
  1013. }
  1014. .cm_bottom{
  1015. width: 100%;
  1016. height: 757px;
  1017. .big{
  1018. width: 100%;
  1019. height: 310px;
  1020. margin-bottom: 30px;
  1021. img{
  1022. width: 100%;
  1023. height: 311px;
  1024. }
  1025. }
  1026. .small{
  1027. width: 100%;
  1028. height: 400px;
  1029. display: flex;
  1030. justify-content: space-between;
  1031. div{
  1032. width: 265px;
  1033. height: 100%;
  1034. .img{
  1035. width: 265px;
  1036. height: 265px;
  1037. background-color: #F4F4F4;
  1038. }
  1039. h4{
  1040. text-align: center;
  1041. margin-top: 30px;
  1042. }
  1043. h4:hover{
  1044. color: #B4A078;
  1045. }
  1046. p{
  1047. font-size: 13px;
  1048. color: #D4282D;
  1049. text-align: center;
  1050. margin-top: 15px;
  1051. span{
  1052. font-size: 12px;
  1053. color: #999999;
  1054. text-decoration: line-through;
  1055. margin-left: 5px;
  1056. }
  1057. }
  1058. }
  1059. div:hover{
  1060. background-color: #F4F0EA;
  1061. }
  1062. }
  1063. }
  1064. }
  1065. }
  1066. .bedding{
  1067. .cm_bottom{
  1068. .small{
  1069. .one{
  1070. background: url(../images/床品/原创1.webp);
  1071. background-repeat: no-repeat;
  1072. }
  1073. .two{
  1074. background: url(../images/床品/温润1.webp);
  1075. background-repeat: no-repeat;
  1076. }
  1077. .three{
  1078. background: url(../images/床品/裸睡1.webp);
  1079. background-repeat: no-repeat;
  1080. }
  1081. .four{
  1082. background: url(../images/床品/每一口.webp);
  1083. background-repeat: no-repeat;
  1084. }
  1085. .sm_all:hover .one{
  1086. background: url(../images/床品/原创2.webp);
  1087. }
  1088. .sm_all:hover .two{
  1089. background: url(../images/床品/温润2.webp);
  1090. }
  1091. .sm_all:hover .three{
  1092. background: url(../images/床品/裸睡2.webp);
  1093. }
  1094. .sm_all:hover .four{
  1095. background: url(../images/床品/每一口2.webp);
  1096. }
  1097. }
  1098. }
  1099. }
  1100. .manclothes{
  1101. .cm_bottom{
  1102. .small{
  1103. .one{
  1104. background: url(../images/男装/女式1.webp);
  1105. background-repeat: no-repeat;
  1106. }
  1107. .two{
  1108. background: url(../images/男装/32-1.webp);
  1109. background-repeat: no-repeat;
  1110. }
  1111. .three{
  1112. background: url(../images/男装/行之语1.webp);
  1113. background-repeat: no-repeat;
  1114. }
  1115. .four{
  1116. background: url(../images/男装/凉透1.webp);
  1117. background-repeat: no-repeat;
  1118. }
  1119. .sm_all:hover .one{
  1120. background: url(../images/男装/女式2.webp);
  1121. }
  1122. .sm_all:hover .two{
  1123. background: url(../images/男装/32-2.webp);
  1124. }
  1125. .sm_all:hover .three{
  1126. background: url(../images/男装/行之语2.webp);
  1127. }
  1128. .sm_all:hover .four{
  1129. background: url(../images/男装/凉透2.webp);
  1130. }
  1131. }
  1132. }
  1133. }
  1134. .drink{
  1135. .cm_top{
  1136. ul{
  1137. a{
  1138. margin-left: 43px;
  1139. }
  1140. }
  1141. }
  1142. .cm_bottom{
  1143. .small{
  1144. .one{
  1145. background: url(../images/乳饮酒水/可以1.webp);
  1146. background-repeat: no-repeat;
  1147. }
  1148. .two{
  1149. background: url(../images/乳饮酒水/宛如1.webp);
  1150. background-repeat: no-repeat;
  1151. }
  1152. .three{
  1153. background: url(../images/乳饮酒水/一口1.webp);
  1154. background-repeat: no-repeat;
  1155. }
  1156. .sm_all:hover .one{
  1157. background: url(../images/乳饮酒水/可以2.webp);
  1158. }
  1159. .sm_all:hover .two{
  1160. background: url(../images/乳饮酒水/宛如2.webp);
  1161. }
  1162. .sm_all:hover .three{
  1163. background: url(../images/乳饮酒水/一口2.webp);
  1164. }
  1165. }
  1166. }
  1167. }
  1168. .homeclean.common{
  1169. .cm_top{
  1170. ul{
  1171. margin-left: 250px;
  1172. a{
  1173. margin-left: 53px;
  1174. }
  1175. }
  1176. }
  1177. .cm_bottom{
  1178. .small{
  1179. .one{
  1180. background: url(../images/家庭清洁/肌初1.webp);
  1181. background-repeat: no-repeat;
  1182. }
  1183. .two{
  1184. background: url(../images/家庭清洁/看得见1.webp);
  1185. background-repeat: no-repeat;
  1186. }
  1187. .three{
  1188. background: url(../images/家庭清洁/谷风1.webp);
  1189. background-repeat: no-repeat;
  1190. }
  1191. .four{
  1192. background: url(../images/家庭清洁/时刻1.webp);
  1193. background-repeat: no-repeat;
  1194. }
  1195. .sm_all:hover .one{
  1196. background: url(../images/家庭清洁/肌初2.webp);
  1197. }
  1198. .sm_all:hover .two{
  1199. background: url(../images/家庭清洁/看得见2.webp);
  1200. }
  1201. .sm_all:hover .three{
  1202. background: url(../images/家庭清洁/谷风2.webp);
  1203. }
  1204. .sm_all:hover .four{
  1205. background: url(../images/家庭清洁/时刻2.webp);
  1206. }
  1207. }
  1208. }
  1209. }
  1210. .petlife.common{
  1211. .cm_top{
  1212. ul{
  1213. margin-left: 345px;
  1214. }
  1215. }
  1216. .cm_bottom{
  1217. .small{
  1218. .one{
  1219. background: url(../images/宠物生活/过亿1.webp);
  1220. background-repeat: no-repeat;
  1221. }
  1222. .two{
  1223. background: url(../images/宠物生活/除臭1.webp);
  1224. background-repeat: no-repeat;
  1225. }
  1226. .three{
  1227. background: url(../images/宠物生活/五种1.webp);
  1228. background-repeat: no-repeat;
  1229. }
  1230. .four{
  1231. background: url(../images/宠物生活/细腻1.webp);
  1232. background-repeat: no-repeat;
  1233. }
  1234. .sm_all:hover .one{
  1235. background: url(../images/宠物生活/过亿2.webp);
  1236. }
  1237. .sm_all:hover .two{
  1238. background: url(../images/宠物生活/除臭2.webp);
  1239. }
  1240. .sm_all:hover .three{
  1241. background: url(../images/宠物生活/五种2.webp);
  1242. }
  1243. .sm_all:hover .four{
  1244. background: url(../images/宠物生活/细腻2.webp);
  1245. }
  1246. }
  1247. }
  1248. }
  1249. .mz.common{
  1250. .cm_top{
  1251. ul{
  1252. margin-left: 277px;
  1253. }
  1254. }
  1255. .cm_bottom{
  1256. .small{
  1257. .one{
  1258. background: url(../images/母婴亲子/极致1.webp);
  1259. background-repeat: no-repeat;
  1260. }
  1261. .two{
  1262. background: url(../images/母婴亲子/敏感1.webp);
  1263. background-repeat: no-repeat;
  1264. }
  1265. .three{
  1266. background: url(../images/母婴亲子/经典1.webp);
  1267. background-repeat: no-repeat;
  1268. }
  1269. .four{
  1270. background: url(../images/母婴亲子/雪地1.webp);
  1271. background-repeat: no-repeat;
  1272. }
  1273. .sm_all:hover .one{
  1274. background: url(../images/母婴亲子/极致2.webp);
  1275. }
  1276. .sm_all:hover .two{
  1277. background: url(../images/母婴亲子/敏感2.webp);
  1278. }
  1279. .sm_all:hover .three{
  1280. background: url(../images/母婴亲子/经典2.webp);
  1281. }
  1282. .sm_all:hover .four{
  1283. background: url(../images/母婴亲子/雪地2.webp);
  1284. }
  1285. }
  1286. }
  1287. }
  1288. .sptravel.common{
  1289. .cm_top{
  1290. ul{
  1291. margin-left: 253px;
  1292. }
  1293. }
  1294. .cm_bottom{
  1295. .small{
  1296. .one{
  1297. background: url(../images/运动旅行/严选1.webp);
  1298. background-repeat: no-repeat;
  1299. }
  1300. .two{
  1301. background: url(../images/运动旅行/携带1.webp);
  1302. background-repeat: no-repeat;
  1303. }
  1304. .three{
  1305. background: url(../images/运动旅行/小胖1.webp);
  1306. background-repeat: no-repeat;
  1307. }
  1308. .sm_all:hover .one{
  1309. background: url(../images/运动旅行/严选2.webp);
  1310. }
  1311. .sm_all:hover .two{
  1312. background: url(../images/运动旅行/携带2.webp);
  1313. }
  1314. .sm_all:hover .three{
  1315. background: url(../images/运动旅行/小胖2.webp);
  1316. }
  1317. }
  1318. }
  1319. }
  1320. .home_appliances.common{
  1321. .cm_top{
  1322. ul{
  1323. margin-left: 193px;
  1324. }
  1325. }
  1326. .cm_bottom{
  1327. .small{
  1328. .one{
  1329. background: url(../images/数码家电/时刻1.webp);
  1330. background-repeat: no-repeat;
  1331. }
  1332. .two{
  1333. background: url(../images/数码家电/礼盒1.webp);
  1334. background-repeat: no-repeat;
  1335. }
  1336. .three{
  1337. background: url(../images/数码家电/全净1.webp);
  1338. background-repeat: no-repeat;
  1339. }
  1340. .four{
  1341. background: url(../images/数码家电/加湿1.webp);
  1342. background-repeat: no-repeat;
  1343. }
  1344. .sm_all:hover .one{
  1345. background: url(../images/数码家电/时刻2.webp);
  1346. }
  1347. .sm_all:hover .two{
  1348. background: url(../images/数码家电/礼盒2.webp);
  1349. }
  1350. .sm_all:hover .three{
  1351. background: url(../images/数码家电/全净2.webp);
  1352. }
  1353. .sm_all:hover .four{
  1354. background: url(../images/数码家电/加湿2.webp);
  1355. }
  1356. }
  1357. }
  1358. }
  1359. .yxworld.common{
  1360. .cm_top{
  1361. ul{
  1362. margin-left: 697px;
  1363. }
  1364. }
  1365. .cm_bottom{
  1366. .small{
  1367. .one{
  1368. background: url(../images/严选全球/睡着1.webp);
  1369. background-repeat: no-repeat;
  1370. }
  1371. .two{
  1372. background: url(../images/严选全球/严选1.webp);
  1373. background-repeat: no-repeat;
  1374. }
  1375. .three{
  1376. background: url(../images/严选全球/大牌1.webp);
  1377. background-repeat: no-repeat;
  1378. }
  1379. .four{
  1380. background: url(../images/严选全球/泰国1.webp);
  1381. background-repeat: no-repeat;
  1382. }
  1383. .sm_all:hover .one{
  1384. background: url(../images/严选全球/睡着2.webp);
  1385. }
  1386. .sm_all:hover .two{
  1387. background: url(../images/严选全球/严选2.webp);
  1388. }
  1389. .sm_all:hover .three{
  1390. background: url(../images/严选全球/大牌2.webp);
  1391. }
  1392. .sm_all:hover .four{
  1393. background: url(../images/严选全球/泰国2.webp);
  1394. }
  1395. }
  1396. }
  1397. }
  1398. .recommend{
  1399. background-color: #F4F0EA;
  1400. }
  1401. .selector{
  1402. width: 100%;
  1403. height: 430px;
  1404. display: flex;
  1405. justify-content: center;
  1406. align-items: center;
  1407. .selector_main{
  1408. width: 1200px;
  1409. height: 430px;
  1410. .selector_top{
  1411. width: 100%;
  1412. height: 28px;
  1413. margin-bottom: 30px;
  1414. h3{
  1415. display: inline-block;
  1416. font-size: 28px;
  1417. }
  1418. span{
  1419. font-size: 14px;
  1420. margin-left: 30px;
  1421. }
  1422. }
  1423. .selector_bottom{
  1424. position: relative;
  1425. img:nth-child(1){
  1426. width: 800px;
  1427. height: 370px;
  1428. }
  1429. img:nth-child(2){
  1430. position: absolute;
  1431. top: 0;
  1432. left: 805px;
  1433. width: 390px;
  1434. height: 180px;
  1435. }
  1436. img:nth-chid(3){
  1437. width: 390px;
  1438. height: 180px;
  1439. }
  1440. }
  1441. }
  1442. }
  1443. .all_speaking{
  1444. width: 100%;
  1445. height: 610px;
  1446. display: flex;
  1447. justify-content: center;
  1448. align-items: center;
  1449. background-color: #F4F0EA;
  1450. margin-top: 80px;
  1451. .aspeaking{
  1452. width: 1200px;
  1453. height: 500px;
  1454. .as_top{
  1455. width: 100%;
  1456. height: 28px;
  1457. margin-bottom: 20px;
  1458. h3{
  1459. display: inline-block;
  1460. font-size: 28px;
  1461. font-weight: 700;
  1462. }
  1463. span{
  1464. margin-left: 30px;
  1465. font-size: 14px;
  1466. }
  1467. }
  1468. .as_bottom{
  1469. width: 100%;
  1470. height:452px ;
  1471. .swiper{
  1472. width: 100%;
  1473. height: 452px;
  1474. position: relative;
  1475. .swiper-slide{
  1476. .sw_content{
  1477. width: 300px;
  1478. height: 452px;
  1479. margin: auto;
  1480. background-color: #fff;
  1481. border: 1px solid #ccc;
  1482. .ct_img{
  1483. width: 300px;
  1484. height: 355px;
  1485. overflow: hidden;
  1486. img{
  1487. width: 300px;
  1488. height: 355px;
  1489. }
  1490. img:hover{
  1491. transform: scale(1.1);
  1492. transition: 0.5s ease;
  1493. }
  1494. }
  1495. .ct_introduce{
  1496. position: absolute;
  1497. top: 252px;
  1498. left: 49px;
  1499. z-index: 2;
  1500. background-color: #fff;
  1501. width:280px;
  1502. height: 200px;
  1503. margin:auto;
  1504. p:nth-child(1){
  1505. padding: 10px 0 10px 10px;
  1506. font-size: 13px;
  1507. color: #999999;
  1508. span{
  1509. margin-left: 15px;
  1510. }
  1511. }
  1512. .pinglun{
  1513. width: 260px;
  1514. height: 80px;
  1515. margin-top: 20px;
  1516. margin-left: 10px;
  1517. font-size: 13px;
  1518. }
  1519. h3{
  1520. margin-left: 10px;
  1521. height: 18px;
  1522. font-size: 16px;
  1523. overflow: hidden;
  1524. max-width: 200px;
  1525. text-overflow: ellipsis;
  1526. white-space: nowrap;
  1527. }
  1528. .money{
  1529. float: right;
  1530. margin-top: -16px;
  1531. margin-right: 10px;
  1532. font-size: 13px;
  1533. color: #B4A078;
  1534. }
  1535. }
  1536. }
  1537. }
  1538. }
  1539. }
  1540. }
  1541. }
  1542. .footer-top{
  1543. width: 100%;
  1544. height: 300px;
  1545. display: flex;
  1546. justify-content: center;
  1547. align-items: center;
  1548. .ft_nr{
  1549. width: 1200px;
  1550. height: 204px;
  1551. display: flex;
  1552. justify-content: center;
  1553. align-items: center;
  1554. .ft{
  1555. width: 370px;
  1556. height: 204px;
  1557. border-right: 1px solid #ddd;
  1558. h4{
  1559. font-size: 16px;
  1560. font-weight: 400;
  1561. margin-bottom: 28px;
  1562. text-align: center;
  1563. }
  1564. }
  1565. .one{
  1566. div{
  1567. cursor: pointer;
  1568. display: inline-block;
  1569. text-align: center;
  1570. padding: 30px 0 0 0;
  1571. width: 100px;
  1572. height: 100px;
  1573. border: 1px solid #ddd;
  1574. margin-left: 55px;
  1575. }
  1576. }
  1577. .two{
  1578. padding: 0 37px;
  1579. p{
  1580. text-align: left;
  1581. font-size: 12px;
  1582. line-height: 18px;
  1583. margin-bottom: 20px;
  1584. }
  1585. .attention{
  1586. span{
  1587. vertical-align: middle;
  1588. font-size: 14px;
  1589. }
  1590. img{
  1591. vertical-align: middle;
  1592. cursor: pointer;
  1593. margin-left: 10px;
  1594. width: 32px;
  1595. height: 32px;
  1596. }
  1597. }
  1598. }
  1599. .three{
  1600. text-align: center;
  1601. img{
  1602. width: 104px;
  1603. height: 104px;
  1604. }
  1605. p{
  1606. margin-top: 3px;
  1607. font-size: 12px;
  1608. color: #B4A078;
  1609. }
  1610. }
  1611. }
  1612. }
  1613. .footer-bottom{
  1614. width: 100%;
  1615. height: 350px;
  1616. background-color: #414141;
  1617. .fb{
  1618. width: 1200px;
  1619. height: 350px;
  1620. margin: auto;
  1621. .fb_top{
  1622. height: 120px;
  1623. border-bottom: 1px solid #4F4F4F;
  1624. display: flex;
  1625. justify-content: space-around;
  1626. align-items: center;
  1627. div{
  1628. height: 51px;
  1629. img{
  1630. width: 50px;
  1631. height: 50px;
  1632. vertical-align: middle;
  1633. }
  1634. span{
  1635. vertical-align: middle;
  1636. margin-left: 15px;
  1637. font-size: 18px;
  1638. color: #fff;
  1639. }
  1640. }
  1641. }
  1642. .fb_bottom{
  1643. width: 1200px;
  1644. color: #999;
  1645. text-align: center;
  1646. font-size: 12px;
  1647. ul{
  1648. margin-top: 15px;
  1649. li{
  1650. cursor: pointer;
  1651. display: inline;
  1652. padding: 0 10px 0 10px;
  1653. img{
  1654. vertical-align: middle;
  1655. width: 23px;
  1656. height: 25px;
  1657. }
  1658. }
  1659. li:hover{
  1660. color: #fff;
  1661. }
  1662. }
  1663. ul:nth-child(1){
  1664. margin-top: 40px;
  1665. li{
  1666. border-right: 1px solid #999;
  1667. }
  1668. }
  1669. }
  1670. }
  1671. }

(4)main.js

  1. const nones = document.querySelectorAll('.item.none')
  2. const menu = document.querySelector('.bottom')
  3. const advertisement = document.querySelector('.advertisement')
  4. const menulogo = document.querySelector('.menu>.menu_logo')
  5. const menuicon = document.querySelector('.menu>.menu_icon')
  6. const menuitem_a = document.querySelectorAll('.menu>.item>a')
  7. const rd_top =document.querySelector('.rd_top')
  8. const lis = document.querySelectorAll('.rd_top>ul>li>a')
  9. const rds =document. getElementsByClassName('rd_common')
  10. console.log(rds);
  11. console.log(lis);
  12. for (let i = 0; i < nones.length; i++) {
  13. nones[i].onmouseover = function(){
  14. this.children[1].style.display="block";
  15. }
  16. nones[i].onmouseout = function(){
  17. this.children[1].style.display='none';
  18. }
  19. }
  20. // 导航栏和侧边栏固定
  21. window.addEventListener('scroll',function(){
  22. const n =this.document.documentElement.scrollTop;
  23. const m = menu.scrollHeight+ menu.offsetTop;
  24. // 优化前
  25. // if (n>=0&&n<=menu.offsetTop) {
  26. // menu.style.position = "absolute";
  27. // menu.style.top = "135px";
  28. // menulogo.style.display= "none";
  29. // menuicon.style.display = "none";
  30. // for (let i = 0; i < menuitem_a.length; i++) {
  31. // menuitem_a[i].style.padding = "0 20px 3px";
  32. // }
  33. // }else if(n>menu.offsetTop&&n<=m){
  34. // console.log(menu.style.position);
  35. // menu.style.top = "-45px";
  36. // }else if(n>=m){
  37. // menu.style.position = "fixed";
  38. // menu.style.top =0;
  39. // menulogo.style.display= "block";
  40. // menuicon.style.display = "block";
  41. // for (let i = 0; i < menuitem_a.length; i++) {
  42. // menuitem_a[i].style.padding = "0 10px 3px";
  43. // }
  44. // }
  45. // chatgpt优化后
  46. const menuTop = menu.offsetTop;
  47. const menuItems = menuitem_a.length;
  48. if (n >= 0 && n <= menuTop) {
  49. menu.style.position = "absolute";
  50. menu.style.top = "135px";
  51. menulogo.style.display = "none";
  52. menuicon.style.display = "none";
  53. for (let i = 0; i < menuItems; i++) {
  54. menuitem_a[i].style.padding = "0 20px 3px";
  55. }
  56. } else if (n > menuTop && n <= m) {
  57. console.log(menu.style.position);
  58. menu.style.top = "-45px";
  59. } else if (n >= m) {
  60. menu.style.position = "fixed";
  61. menu.style.top = 0;
  62. menu.style.width = "100%";
  63. menulogo.style.display = "block";
  64. menuicon.style.display = "block";
  65. for (let i = 0; i < menuItems; i++) {
  66. menuitem_a[i].style.padding = "0 10px 3px";
  67. }
  68. }
  69. })
  70. // tab栏切换
  71. for(var i=0;i<lis.length;i++) {
  72. lis[i].setAttribute('index',i);
  73. lis[i].onclick = function() {
  74. // 其余的li清除
  75. for(var i=0;i<lis.length;i++) {
  76. lis[i].className = '';
  77. }
  78. // 保留自己
  79. this.className = 'current';
  80. // 2. 下面内容区域显示对应的内容
  81. var index = this.getAttribute('index');
  82. console.log(index);
  83. // console.log(index);
  84. // 排他,其他的都不显示
  85. for(var i=0;i<rds.length;i++) {
  86. rds[i].style.display = 'none';
  87. }
  88. rds[index].style.display = 'block';
  89. }
  90. }

本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号