Authored by jinhu.tung

empty cart image

... ... @@ -3,6 +3,13 @@
margin: 100px auto 200px;
text-align: center;
.empty-cart-bg {
background: url('../img/layout/bag-bg.png') no-repeat center center;
width: 163px;
height: 198px;
margin: 0 auto;
}
.empty-cart-info {
font-size: 20px;
color: #1b1b1b;
... ...