Authored by yyq

fix style

... ... @@ -11,6 +11,12 @@ page {
.empty-cart {
padding-top: 300rpx;
background-color: #eee;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.empty-cart .empty-img {
... ...