Authored by lijing

标签样式调整

... ... @@ -58,9 +58,10 @@
}
.limit-tag {
width: 100px;
width: 60px;
border: 1px solid #000;
color: #000;
line-height: 26px;
}
.is-presell {
... ...
... ... @@ -140,9 +140,12 @@ $basicBtnC: #eb0313;
display: inline-block;
box-sizing: border-box;
margin-left: 0.5px;
padding: 1px 5PX;
padding: 0 5px;
text-align: center;
font-size: 18px;
height: 35px;
line-height: 35px;
vertical-align: top;
}
.new-tag {
... ... @@ -184,6 +187,7 @@ $basicBtnC: #eb0313;
border: 1px solid #000;
background-color: #fff;
color: #000;
line-height: 33px;
}
.soon-sold-out-tag {
... ...