...
|
...
|
@@ -238,7 +238,7 @@ |
|
|
border-left: none;
|
|
|
}
|
|
|
}
|
|
|
$statusicon: sprite-map('status/*.png', $spacing:5px);
|
|
|
$statusicon: sprite-map('status/*.png', $spacing:5px);
|
|
|
/*统计栏*/
|
|
|
.stats-btn{
|
|
|
margin: 33px 0 0 0;
|
...
|
...
|
@@ -306,7 +306,7 @@ $statusicon: sprite-map('status/*.png', $spacing:5px); |
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
span {
|
|
|
background: sprite($statusicon, wtf-icon);
|
|
|
background: sprite($statusicon, wtf-icon);
|
|
|
&.hasNum {
|
|
|
background: none;
|
|
|
}
|
...
|
...
|
@@ -320,14 +320,14 @@ $statusicon: sprite-map('status/*.png', $spacing:5px); |
|
|
margin: 0 0 0 8px;
|
|
|
padding: 0 0 0 6px;
|
|
|
border-left: 1px solid #000;
|
|
|
strong {
|
|
|
strong {
|
|
|
background: image-url("detail/comments-icon.png") no-repeat center center;
|
|
|
}
|
|
|
span {
|
|
|
position: absolute;
|
|
|
top: 9px;
|
|
|
right: 10px;
|
|
|
background: image-url("detail/comments-icon2.png") no-repeat center center;
|
|
|
background: image-url("detail/comments-icon2.png") no-repeat center center;
|
|
|
}
|
|
|
.hasNum {
|
|
|
background: none;
|
...
|
...
|
|