Authored by zzzzzzz

修改样式,去掉banner边框

... ... @@ -17,9 +17,9 @@
</li>
{{/data}}
</ul>
{{/if}}
<div class="swiper-pagination">
<div class="pagination-inner">
<div class="swiper-pagination">
<div class="pagination-inner">
</div>
</div>
</div>
{{/if}}
</div>
... ...
.banner-center {
position: relative;
height: 200px;
border-bottom: 1px solid #e0e0e0;
overflow: hidden;
img {
... ... @@ -47,7 +46,6 @@
background: #fff;
width: 100%;
height: 200px;
border-top: 1px solid #e0e0e0;
overflow: hidden;
.banner-list {
... ...
... ... @@ -10,7 +10,6 @@
}
&-goods-list {
height: 330px;
width: 100%;
overflow-x: scroll;
overflow-y: hidden;
... ... @@ -39,28 +38,30 @@
.goods-info {
position: relative;
height: 84px;
width: 100%;
height: 168px;
width: 200%;
background: #fff;
padding: 12px 0 10px 10px;
padding: 24px 0 20px 20px;
transform: scale(0.5);
transform-origin: 0 0 0;
.price {
color: #444;
font-size: 20px;
font-size: 40px;
line-height: 1;
}
.view-num {
color: #b0b0b0;
font-size: 15px;
margin-top: 10px;
font-size: 30px;
margin-top: 20px;
line-height: 1;
}
.view-status {
color: #b0b0b0;
font-size: 15px;
margin-top: 7px;
font-size: 30px;
margin-top: 14px;
line-height: 1;
}
... ...
... ... @@ -3,6 +3,7 @@
position: relative;
background: #fff;
-webkit-overflow-scrolling: touch;
&-banner {
height: 200px;
... ... @@ -11,7 +12,6 @@
}
&-goods-list {
height: 330px;
width: 100%;
overflow-x: scroll;
overflow-y: hidden;
... ... @@ -40,31 +40,33 @@
.goods-info {
position: relative;
height: 84px;
width: 100%;
height: 168px;
width: 200%;
background: #fff;
padding: 14px 0 10px 10px;
padding: 28px 0 20px 20px;
transform: scale(0.5);
transform-origin: 0 0 0;
.vip-price {
display: none;
color: #d0021b;
font-size: 20px;
font-size: 40px;
line-height: 1;
}
.sale-price {
color: #b0b0b0;
font-size: 15px;
line-height: 20px;
font-size: 30px;
line-height: 40px;
text-decoration: line-through;
margin-top: 12px;
margin-top: 24px;
}
.vip-icon {
display: inline-block;
height: 20px;
width: 50px;
margin-left: 8px;
height: 40px;
width: 100px;
margin-left: 16px;
vertical-align: middle;
background: resolve('channel/vip.png');
background-size: 100% 100%;
... ...