|
@@ -12,7 +12,7 @@ li{list-style:none}
|
|
|
#productHotBanner{width:100%;height:480px;background: url("/img/hot/icon-hotpor-bg.png");position:relative;box-sizing: border-box;padding: 16px;}
|
|
|
#productHotBanner .swiper-wrapper{position:relative;height:100%;z-index:0}
|
|
|
#productHotBanner .swiper-wrapper .swiper-slide{width:100%;height: 480px;position:relative;zoom:1;vertical-align:middle;overflow:hidden;}
|
|
|
- #productHotBanner .swiper-wrapper .swiper-slide-image{width: 448px;height: 448px;float: left;}
|
|
|
+ #productHotBanner .swiper-wrapper .swiper-slide-image{width: 448px;height: 448px;float: left;box-sizing: border-box;border: 1px solid #e1e1e1;}
|
|
|
#productHotBanner .swiper-wrapper .swiper-slide-image img{width: 448px;height: 448px;display: block;}
|
|
|
#productHotBanner .swiper-wrapper .swiper-slide-info{width: 700px;height: 448px;float: right;box-sizing: border-box;padding: 72px 100px;}
|
|
|
#productHotBanner .swiper-wrapper .swiper-slide-info .swiper-slide-name{width:100%;height: auto;margin-bottom: 110px;}
|
|
@@ -124,7 +124,7 @@ li{list-style:none}
|
|
|
#productHotBanner .swiper-wrapper{position:relative;height:48vw;z-index:0}
|
|
|
#productHotBanner .swiper-wrapper .swiper-slide{width:100%;height: 41.4vw;position:relative;zoom:1;vertical-align:middle;overflow:hidden;}
|
|
|
#productHotBanner .swiper-wrapper .swiper-slide a{display: block;width: 100%;height: 100%;}
|
|
|
- #productHotBanner .swiper-wrapper .swiper-slide-image{width: 41.4vw;height: 41.4vw;float: left;}
|
|
|
+ #productHotBanner .swiper-wrapper .swiper-slide-image{width: 41.4vw;height: 41.4vw;float: left;box-sizing: border-box;border: 1px solid #e1e1e1;}
|
|
|
#productHotBanner .swiper-wrapper .swiper-slide-image img{width: 41.4vw;height: 41.4vw;display: block;}
|
|
|
#productHotBanner .swiper-wrapper .swiper-slide-info{width: 38.2vw;height: 41.4vw;float: right;box-sizing: border-box;padding: 4vw 2vw;position: relative;}
|
|
|
#productHotBanner .swiper-wrapper .swiper-slide-info .swiper-slide-name{width:100%;height: auto;margin-bottom:11vw;}
|