Authored by zzzzzzz

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

@@ -42,7 +42,8 @@ @@ -42,7 +42,8 @@
42 height: 84px; 42 height: 84px;
43 width: 200%; 43 width: 200%;
44 background: #fff; 44 background: #fff;
45 - padding: 24px 0 20px 20px; 45 + text-align: center;
  46 + padding: 24px 0 20px 0;
46 transform: scale(0.5); 47 transform: scale(0.5);
47 transform-origin: 0 0 0; 48 transform-origin: 0 0 0;
48 49
@@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
43 height: 84px; 43 height: 84px;
44 width: 200%; 44 width: 200%;
45 background: #fff; 45 background: #fff;
46 - padding: 28px 0 20px 20px; 46 + padding: 28px 0 20px 0;
47 transform: scale(0.5); 47 transform: scale(0.5);
48 transform-origin: 0 0 0; 48 transform-origin: 0 0 0;
49 49
@@ -52,6 +52,7 @@ @@ -52,6 +52,7 @@
52 color: #d0021b; 52 color: #d0021b;
53 font-size: 40px; 53 font-size: 40px;
54 line-height: 1; 54 line-height: 1;
  55 + text-align: center;
55 } 56 }
56 57
57 .sale-price { 58 .sale-price {