...
|
...
|
@@ -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%;
|
...
|
...
|
|