Authored by ccbikai

页面样式优化

... ... @@ -50,7 +50,6 @@ $(function() {
yh_channel: window.queryString.channel || 'boys',
saleType: '2',
productPool: $vipFloor.data('id'),
order: '0',
limit: '4'
}
}).then(function(res) {
... ...
... ... @@ -128,6 +128,7 @@
.price {
font-size: 22px;
line-height: 22px;
white-space: nowrap;
.sale-price {
color: #d62927;
... ...
... ... @@ -24,13 +24,13 @@
.arrow {
position: absolute;
top: -10px;
top: -16px;
right: 30px;
width: 20px;
height: 20px;
background: #000;
content: "";
transform: rotate(45deg);
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 16px;
border-color: transparent transparent #000;
}
&.show {
... ... @@ -69,6 +69,7 @@
.category-swiper {
height: auto;
max-height: 320px;
}
.vip-floor {
... ...