Authored by yyq

购物车样式修改

... ... @@ -54,7 +54,11 @@
</div>
</div>
<div class="bag-content">
购物袋空空的哦,去看看心仪的商品吧~
<p class="cn">您的购物袋暂无商品</p>
<p class="en">
Your shopping bags no goods ,<br>
welcome go to shopping !
</p>
</div>
</div>
</li>
... ...
... ... @@ -153,13 +153,21 @@
display: none;
.bag-content {
font-size: 14px;
line-height: 1.5;
padding: 280px 0 130px;
text-align: center;
color: #1b1b1b;
background: resolve('layout/bag-bg.png') no-repeat center center;
background: resolve('layout/empty-bag.png') no-repeat center center;
display: none;
}
.bag-content .cn {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
.bag-goods {
background: #fff;
}
... ... @@ -411,8 +419,8 @@
dt > a {
color: #1b1b1b;
font-weight: bold;
display: inline-block;
padding-bottom: 2px;
border-bottom: 1px solid #1b1b1b;
}
... ...