...
|
...
|
@@ -447,7 +447,6 @@ $focus-size: 42px; |
|
|
float: left;
|
|
|
width: 158px;
|
|
|
height: 128px;
|
|
|
border-right: 1px solid #e0e0e0;
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
a {
|
...
|
...
|
@@ -504,23 +503,19 @@ $focus-size: 42px; |
|
|
left: 20px;
|
|
|
}
|
|
|
|
|
|
.tag-list {
|
|
|
margin-left: 50px;
|
|
|
}
|
|
|
|
|
|
li {
|
|
|
float: left;
|
|
|
margin-top: 16PX;
|
|
|
margin-left: 16PX;
|
|
|
margin-top: 20px;
|
|
|
margin-left: 20px;
|
|
|
background-color: #444;
|
|
|
padding: 5px 11px;
|
|
|
}
|
|
|
|
|
|
a {
|
|
|
height: 20PX;
|
|
|
line-height: 25PX;
|
|
|
font-size: 15PX;
|
|
|
color: #000;
|
|
|
text-decoration: underline;
|
|
|
height: 40px;
|
|
|
font-size: 18px;
|
|
|
white-space: nowrap;
|
|
|
color: #fff;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|