|
|
$icons: sprite-map("guang/detail/icons/*.png", $spacing: 5px);
|
|
|
|
|
|
/**/
|
|
|
.guang-detail-page {
|
|
|
width: 1150px;
|
|
|
margin: 0 auto 95px;
|
...
|
...
|
@@ -146,33 +143,27 @@ $icons: sprite-map("guang/detail/icons/*.png", $spacing: 5px); |
|
|
height: 36px;
|
|
|
line-height: 36px;
|
|
|
color: #535353;
|
|
|
font-size: 14px;
|
|
|
font-size: 0;
|
|
|
background: #efefef;
|
|
|
text-align: left;
|
|
|
i {
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
left: 8px;
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
margin-top: -10px;
|
|
|
i, span{
|
|
|
@include inline-block;
|
|
|
font-style: normal;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
span {
|
|
|
margin-left: 30px;
|
|
|
i {
|
|
|
margin: 0 5px 0 0;
|
|
|
@include opacity(0.5);
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
.cancel-collect {
|
|
|
display: none;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.like-status a {
|
|
|
i {
|
|
|
background: sprite($icons, like);
|
|
|
}
|
|
|
}
|
|
|
.like-status.liked i,
|
|
|
.like-status.hover i{
|
|
|
background: sprite($icons, like-click);
|
|
|
@include opacity(1);
|
|
|
}
|
|
|
.like-statis.hover .like-num {
|
|
|
color: #000;
|
...
|
...
|
@@ -180,12 +171,12 @@ $icons: sprite-map("guang/detail/icons/*.png", $spacing: 5px); |
|
|
.sort-collect a {
|
|
|
i {
|
|
|
width: 21px;
|
|
|
background: sprite($icons, collect);
|
|
|
|
|
|
}
|
|
|
}
|
|
|
.sort-collect.collected a {
|
|
|
i {
|
|
|
background: sprite($icons, collect-click);
|
|
|
@include opacity(1);
|
|
|
}
|
|
|
span {
|
|
|
display: none;
|
...
|
...
|
@@ -195,7 +186,7 @@ $icons: sprite-map("guang/detail/icons/*.png", $spacing: 5px); |
|
|
}
|
|
|
}
|
|
|
.sort-collect.hover i {
|
|
|
background: sprite($icons, collect-click);
|
|
|
@include opacity(1);
|
|
|
}
|
|
|
.sort-collect.hover span {
|
|
|
color: #000;
|
...
|
...
|
@@ -211,11 +202,16 @@ $icons: sprite-map("guang/detail/icons/*.png", $spacing: 5px); |
|
|
|
|
|
.article-tag {
|
|
|
float: left;
|
|
|
background: sprite($icons, tag);
|
|
|
background-repeat: no-repeat;
|
|
|
padding-left: 32px;
|
|
|
max-width: 555px;
|
|
|
width: 588px;
|
|
|
.tag-icon {
|
|
|
float: left;
|
|
|
margin: 0 12px 0 0;
|
|
|
font-size: 20px;
|
|
|
font-style: normal;
|
|
|
}
|
|
|
ul {
|
|
|
float: left;
|
|
|
max-width: 555px;
|
|
|
li {
|
|
|
float: left;
|
|
|
margin: 0 10px 10px 0;
|
...
|
...
|
@@ -361,7 +357,7 @@ $icons: sprite-map("guang/detail/icons/*.png", $spacing: 5px); |
|
|
height: 7px;
|
|
|
left: 30px;
|
|
|
bottom: -7px;
|
|
|
background: image-url('detail/comment-icon.png') no-repeat;
|
|
|
background: image-url('guang/detail/comment-icon.png') no-repeat;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|