...
|
...
|
@@ -5,17 +5,17 @@ |
|
|
margin: 10px 15px 40px 15px;
|
|
|
|
|
|
.tag-container {
|
|
|
height: 28px;
|
|
|
height: 30px;
|
|
|
width: 100%;
|
|
|
overflow: hidden;
|
|
|
|
|
|
.good-tag {
|
|
|
display: block;
|
|
|
float: left;
|
|
|
height: 28px;
|
|
|
height: 30px;
|
|
|
font-size: 18px;
|
|
|
text-align: center;
|
|
|
line-height: 28px;
|
|
|
line-height: 32px;
|
|
|
box-sizing: border-box;
|
|
|
margin-right: 4px;
|
|
|
|
...
|
...
|
|