...
|
...
|
@@ -13,7 +13,8 @@ |
|
|
|
|
|
|
|
|
<div class="item">
|
|
|
<div class="desc"></div>
|
|
|
<img class="desc" src="//cdn.yoho.cn/20190906/2.jpg?imageView2/2/w/750/format/jpg" alt=""/>
|
|
|
<!-- <div class="desc"></div> -->
|
|
|
</div>
|
|
|
|
|
|
<div class="item">
|
...
|
...
|
@@ -37,7 +38,7 @@ |
|
|
</div>
|
|
|
|
|
|
<div class="item">
|
|
|
<div class="tip"></div>
|
|
|
<img class="tip" src="//cdn.yoho.cn/20190906/3.jpg?imageView2/2/w/750/format/jpg">
|
|
|
</div>
|
|
|
|
|
|
<div class="item">
|
...
|
...
|
@@ -154,27 +155,41 @@ export default { |
|
|
width: 750px;
|
|
|
height: 314px;
|
|
|
/*margin-top: 45px;*/
|
|
|
background-image: url("//cdn.yoho.cn/20190801/top_logo.png?imageView2/2/format/jpg");
|
|
|
background-image: url("//cdn.yoho.cn/20190906/description.jpg?imageView2/2/w/750/format/jpg");
|
|
|
background-size: cover;
|
|
|
}
|
|
|
|
|
|
.item {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.desc {
|
|
|
display: inline-block;
|
|
|
width: 750px;
|
|
|
height: 1078px;
|
|
|
.item img {
|
|
|
width: 100%;
|
|
|
float: left;
|
|
|
}
|
|
|
|
|
|
img.desc {
|
|
|
// display: inline-block;
|
|
|
// width: 750px;
|
|
|
// height: 1078px;
|
|
|
// margin-top: 30px;
|
|
|
// background-image: url("//cdn.yoho.cn/20190906/2.jpg?imageView2/2/w/750/format/jpg");
|
|
|
// background-size: 100% 100%;
|
|
|
width: 110%;
|
|
|
margin-top: 30px;
|
|
|
background-image: url("//cdn.yoho.cn/2019080101/descrip.png?imageView2/2/format/jpg");
|
|
|
background-size: cover;
|
|
|
margin-left: -5%;
|
|
|
}
|
|
|
|
|
|
.tip {
|
|
|
display: inline-block;
|
|
|
width: 750px;
|
|
|
height: 370px;
|
|
|
margin-top: 20px;
|
|
|
background-image: url("//cdn.yoho.cn/20190801/tips.png?imageView2/2/format/jpg");
|
|
|
background-size: cover;
|
|
|
img.tip {
|
|
|
// display: block;
|
|
|
// width: 750px;
|
|
|
// height: 370px;
|
|
|
// margin-top: 20px;
|
|
|
// background-image: url("//cdn.yoho.cn/20190906/3.jpg?imageView2/2/w/750/format/jpg");
|
|
|
// background-size: cover;
|
|
|
width: 120%;
|
|
|
margin-top: 30px;
|
|
|
margin-left: -10%;
|
|
|
}
|
|
|
|
|
|
.shoe {
|
...
|
...
|
|