Authored by 郭成尧

Merge branch 'release/sale' of git.yoho.cn:fe/yohobuy-node into release/sale

 the commit.
... ... @@ -25,7 +25,9 @@ for (i = 0; i < $item.length; i++) {
pagationBoxStr = '<div class="sale-list-pagation"><div>' + pagationStr + '</div></div>';
$contain.append($(pagationBoxStr));
if ($item.length > 1) {
$contain.append($(pagationBoxStr));
}
slide = new Slide({
length: $item.length,
... ...
... ... @@ -67,9 +67,12 @@
background-image: resolve("sale/vip.png");
background-repeat: no-repeat;
background-size: 100% 90%;
width: 40px;
color: #fff;
font-style: italic;
margin-right: 5px;
margin-left: 5px;
width: 30px;
}
span.vip-1 {
... ... @@ -81,6 +84,8 @@
color: #fff;
font-style: italic;
margin-right: 5px;
margin-left: 5px;
position: absolute;
}
span.vip-2 {
... ... @@ -92,6 +97,8 @@
color: #fff;
font-style: italic;
margin-right: 5px;
margin-left: 5px;
position: absolute;
}
span.vip-3 {
... ... @@ -103,6 +110,8 @@
color: #fff;
font-style: italic;
margin-right: 5px;
margin-left: 5px;
position: absolute;
}
}
... ...