Authored by zzzzzzz

人气单品全部居中,vip价格居中

... ... @@ -42,7 +42,8 @@
height: 84px;
width: 200%;
background: #fff;
padding: 24px 0 20px 20px;
text-align: center;
padding: 24px 0 20px 0;
transform: scale(0.5);
transform-origin: 0 0 0;
... ...
... ... @@ -43,7 +43,7 @@
height: 84px;
width: 200%;
background: #fff;
padding: 28px 0 20px 20px;
padding: 28px 0 20px 0;
transform: scale(0.5);
transform-origin: 0 0 0;
... ... @@ -52,6 +52,7 @@
color: #d0021b;
font-size: 40px;
line-height: 1;
text-align: center;
}
.sale-price {
... ...