Authored by zhangxiaoru

load

... ... @@ -7,7 +7,7 @@ $('.go-back-btn').click(function() {
setTimeout(function() {
if ($('.vip-privilege-page').height() < $(window).height()) {
$('.vip-privilege-page').height($(window).height())
$('.vip-privilege-page').height($(window).height());
}
}, 500);
... ...
... ... @@ -54,26 +54,21 @@
}
.swipe-indicator {
width: 8px;
height: 8px;
width: 16px;
height: 16px;
background: #ccc;
opacity: 1;
vertical-align: middle;
border-radius: 60%;
border-radius: 50%;
transform: scale(0.5, 0.5);
margin-left: -4px;
&.active {
width: 12px;
height: 12px;
width: 24px;
height: 24px;
background: #fff;
border-radius: 60%;
}
}
.swipe-indicator:nth-child(1) {
width: 9px;
&.active {
width: 13px;
border-radius: 50%;
transform: scale(0.5, 0.5);
}
}
}
... ...