Authored by lijing

标签样式调整

@@ -58,9 +58,10 @@ @@ -58,9 +58,10 @@
58 } 58 }
59 59
60 .limit-tag { 60 .limit-tag {
61 - width: 100px; 61 + width: 60px;
62 border: 1px solid #000; 62 border: 1px solid #000;
63 color: #000; 63 color: #000;
  64 + line-height: 26px;
64 } 65 }
65 66
66 .is-presell { 67 .is-presell {
@@ -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 {