Authored by OF1706

mini

... ... @@ -216,7 +216,8 @@
</div>
<div class="gobuy-notempty-footer">
<h3>
<a href="//www.yohobuy.com/shopping/cart">去购物车结算</a>
<p data-role="totalinfo" data-total="{{total}}">购物车里还有<span data-role="last-num">{{total}}</span>件商品</p>
<a href="//www.yohobuy.com/shopping/cart">查看我的购物车</a>
</h3>
</div>
\{\{/carData\}\}
... ...
... ... @@ -1236,7 +1236,7 @@ function showMiniCart(isShow) {
}
} else {
$('#miniCartBox').removeClass('list-cur');
$('.gobuy-wrapper').hide();
$('.gobuy-wrapper').show();
}
}
... ...
... ... @@ -70,7 +70,7 @@
.yohoproducts-list {
position: absolute;
display: none;
/*display: none;*/
width: 170px;
left: 0;
top: 32px;
... ... @@ -944,10 +944,8 @@
.goods-list-wrapper {
width: 100%;
max-height: 444px;
margin-bottom: 19px;
overflow-y: auto;
overflow-x: hidden;
overflow: hidden;
}
.goods-list {
... ... @@ -1049,22 +1047,29 @@
}
.gobuy-notempty-footer {
width: 100%;
height: 61px;
text-align: center;
padding: 0 25px;
h3 {
box-sizing: border-box;
width: 349px;
margin: 0 auto;
height: 61px;
line-height: 61px;
border-top: 1px solid #dcdcdc;
}
> h3 {
height: 88px;
border-top: 1px solid #dcdcdc;
text-align: right;
}
a {
font-size: 18px;
p {
font-size: 13px;
color: #444;
text-align: right;
padding-top: 14px;
padding-bottom: 8px;
}
a {
display: inline-block;
color: #fff;
background-color: #d0021b;
padding: 10px 11px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
}
... ...