修改标签样式 --code viewed by ZhangYuYang
Showing
2 changed files
with
5 additions
and
5 deletions
@@ -97,10 +97,10 @@ $basicBtnC:#eb0313; | @@ -97,10 +97,10 @@ $basicBtnC:#eb0313; | ||
97 | margin-left: .5px; | 97 | margin-left: .5px; |
98 | font-size: pxToRem(18px); | 98 | font-size: pxToRem(18px); |
99 | text-align: center; | 99 | text-align: center; |
100 | - line-height: pxToRem(24px); | ||
101 | - position: relative; | ||
102 | - vertical-align: middle; | ||
103 | - padding:0 5px; | 100 | + // line-height: 28px; |
101 | + // position: relative; | ||
102 | + // vertical-align: middle; | ||
103 | + padding:1px 5px; | ||
104 | } | 104 | } |
105 | .new-tag { | 105 | .new-tag { |
106 | background-color: #78dc7e; | 106 | background-color: #78dc7e; |
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | <p class="good-tag sale-tag">SALE</p> | 13 | <p class="good-tag sale-tag">SALE</p> |
14 | {{/ is_discount}} | 14 | {{/ is_discount}} |
15 | {{# is_yohoood}} | 15 | {{# is_yohoood}} |
16 | - <div class="good-tag yohood-tag">新品节</div> | 16 | + <p class="good-tag yohood-tag">新品节</p> |
17 | {{/ is_yohoood}} | 17 | {{/ is_yohoood}} |
18 | {{# is_limited}} | 18 | {{# is_limited}} |
19 | <p class="good-tag limit-tag">限量商品</p> | 19 | <p class="good-tag limit-tag">限量商品</p> |
-
Please register or login to post a comment