Showing
2 changed files
with
7 additions
and
2 deletions
@@ -140,9 +140,12 @@ $basicBtnC: #eb0313; | @@ -140,9 +140,12 @@ $basicBtnC: #eb0313; | ||
140 | display: inline-block; | 140 | display: inline-block; |
141 | box-sizing: border-box; | 141 | box-sizing: border-box; |
142 | margin-left: 0.5px; | 142 | margin-left: 0.5px; |
143 | - padding: 1px 5PX; | 143 | + padding: 0 5px; |
144 | text-align: center; | 144 | text-align: center; |
145 | font-size: 18px; | 145 | font-size: 18px; |
146 | + height: 35px; | ||
147 | + line-height: 35px; | ||
148 | + vertical-align: top; | ||
146 | } | 149 | } |
147 | 150 | ||
148 | .new-tag { | 151 | .new-tag { |
@@ -184,6 +187,7 @@ $basicBtnC: #eb0313; | @@ -184,6 +187,7 @@ $basicBtnC: #eb0313; | ||
184 | border: 1px solid #000; | 187 | border: 1px solid #000; |
185 | background-color: #fff; | 188 | background-color: #fff; |
186 | color: #000; | 189 | color: #000; |
190 | + line-height: 33px; | ||
187 | } | 191 | } |
188 | 192 | ||
189 | .soon-sold-out-tag { | 193 | .soon-sold-out-tag { |
-
Please register or login to post a comment