...
|
...
|
@@ -101,10 +101,10 @@ $basicBtnC:#eb0313; |
|
|
display: inline-block;
|
|
|
box-sizing: border-box;
|
|
|
margin-left: .5px;
|
|
|
font-size: pxToRem(23px);
|
|
|
font-size: pxToRem(18px);
|
|
|
text-align: center;
|
|
|
line-height: pxToRem(33px);
|
|
|
padding: 0 5px;
|
|
|
line-height: pxToRem(30px);
|
|
|
padding: 0 10px;
|
|
|
}
|
|
|
.new-tag {
|
|
|
background-color: #78dc7e;
|
...
|
...
|
|