...
|
...
|
@@ -238,7 +238,7 @@ |
|
|
border-left: none;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
$statusicon: sprite-map('status/*.png', $spacing:5px);
|
|
|
/*统计栏*/
|
|
|
.stats-btn{
|
|
|
margin: 33px 0 0 0;
|
...
|
...
|
@@ -246,12 +246,9 @@ |
|
|
float: right;
|
|
|
}
|
|
|
li{
|
|
|
position: relative;
|
|
|
float: left;
|
|
|
width: 52px;
|
|
|
img{
|
|
|
display: block;
|
|
|
margin: 2px 0 0 2px;
|
|
|
}
|
|
|
strong{
|
|
|
float: left;
|
|
|
width: 27px;
|
...
|
...
|
@@ -259,39 +256,50 @@ |
|
|
}
|
|
|
span{
|
|
|
float: left;
|
|
|
margin: 0 0 0 -2px;
|
|
|
margin: 0;
|
|
|
font-size: 10px;
|
|
|
color: #000;
|
|
|
line-height: 40px;
|
|
|
width: 20px;
|
|
|
height: 24px;
|
|
|
font-weight: bold;
|
|
|
i{
|
|
|
display: none;
|
|
|
margin: 0 0 0 2px;
|
|
|
}
|
|
|
img{
|
|
|
width: 20px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
li.wow strong{
|
|
|
background: url("../assets/images/detail/wow-icon.png") no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
li.wow {
|
|
|
strong {
|
|
|
background: url("../assets/images/detail/wow-icon.png") no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
span {
|
|
|
background: sprite($statusicon, wow-icon);
|
|
|
}
|
|
|
}
|
|
|
li.wow.current strong{
|
|
|
background: url("../assets/images/detail/wow-icon-curr.png") no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
li.zzz strong{
|
|
|
background: url("../assets/images/detail/zzz-icon.png") no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
li.zzz {
|
|
|
strong {
|
|
|
background: url("../assets/images/detail/zzz-icon.png") no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
span {
|
|
|
background: sprite($statusicon, zzz-icon);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
li.zzz.current strong{
|
|
|
background: url("../assets/images/detail/zzz-icon-curr.png") no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
li.wtf strong{
|
|
|
background: url("../assets/images/detail/wtf-icon.png") no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
li.wtf {
|
|
|
strong {
|
|
|
background: url("../assets/images/detail/wtf-icon.png") no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
span {
|
|
|
background: sprite($statusicon, wtf-icon);
|
|
|
}
|
|
|
}
|
|
|
li.wtf.current strong{
|
|
|
background: url("../assets/images/detail/wtf-icon-curr.png") no-repeat center center;
|
...
|
...
|
@@ -301,19 +309,14 @@ |
|
|
margin: 0 0 0 8px;
|
|
|
padding: 0 0 0 6px;
|
|
|
border-left: 1px solid #000;
|
|
|
img,span{
|
|
|
float: right;
|
|
|
}
|
|
|
span{
|
|
|
position: relative;
|
|
|
z-index: 2;
|
|
|
margin: 15px 0 0 0;
|
|
|
line-height: 10px;
|
|
|
strong {
|
|
|
background: image-url("detail/comments-icon.png") no-repeat center center;
|
|
|
}
|
|
|
.comment-num{
|
|
|
img{
|
|
|
width: 16px;
|
|
|
}
|
|
|
span {
|
|
|
position: absolute;
|
|
|
top: 9px;
|
|
|
right: 10px;
|
|
|
background: image-url("detail/comments-icon2.png") no-repeat center center;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -651,6 +654,7 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
$shareicons: sprite-map('share/*.png', $spacing:5px);
|
|
|
/*分享*/
|
|
|
.share{
|
|
|
position: absolute;
|
...
|
...
|
@@ -666,12 +670,25 @@ |
|
|
}
|
|
|
li{
|
|
|
position: relative;
|
|
|
width: 28px;
|
|
|
height: 28px;
|
|
|
margin-bottom: 10px;
|
|
|
img{
|
|
|
width: 28px;
|
|
|
height: 28px;
|
|
|
display: block;
|
|
|
}
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
li.yohoo-share-button-sina {
|
|
|
background: sprite($shareicons, share-sina-btn);
|
|
|
}
|
|
|
li.yohoo-share-button-fb {
|
|
|
background: sprite($shareicons, share-fb-btn);
|
|
|
}
|
|
|
li.yohoo-share-button-wx {
|
|
|
background: sprite($shareicons, share-wx-btn);
|
|
|
}
|
|
|
li.yohoo-share-button-qq {
|
|
|
background: sprite($shareicons, share-qq-btn);
|
|
|
}
|
|
|
li.yohoo-share-button-tt {
|
|
|
background: sprite($shareicons, share-tt-btn);
|
|
|
}
|
|
|
.wx-qrcode-dialog{
|
|
|
position: absolute;
|
...
|
...
|
@@ -699,14 +716,11 @@ |
|
|
}
|
|
|
|
|
|
.wx-popup-bd{
|
|
|
margin: 8px 0 0 0;
|
|
|
margin: 8px auto 0;
|
|
|
min-height:150px;
|
|
|
_height:150px;
|
|
|
img{
|
|
|
width: 140px;
|
|
|
height: 140px;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
width: 140px;
|
|
|
background: image-url("detail/qrcode.png") no-repeat center center;
|
|
|
}
|
|
|
.wx-popup-ft{
|
|
|
line-height:22px;
|
...
|
...
|
@@ -764,28 +778,51 @@ |
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
$icons: sprite-map('detail-icon/*.png', $spacing:5px);
|
|
|
/*focus-us*/
|
|
|
.focus-us{
|
|
|
margin: 28px 0 0 0;
|
|
|
padding: 20px 26px 23px 25px;
|
|
|
width: 195px;
|
|
|
height: 86px;
|
|
|
background-image: url("../assets/images/detail/focus-us-bg-1024.png");
|
|
|
background-image: image-url("detail/focus-us-bg-1024.png");
|
|
|
h4{
|
|
|
line-height: 20px;
|
|
|
font-size: 18px;
|
|
|
color: #000;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.focuslist{
|
|
|
.focuslist{
|
|
|
margin: 19px auto 0;
|
|
|
li{
|
|
|
width: 24px;
|
|
|
height: 22px;
|
|
|
float: left;
|
|
|
margin: 0 9px 0 10px;
|
|
|
img{
|
|
|
margin: 0 9px 0 6px;
|
|
|
background-repeat: no-repeat;
|
|
|
a {
|
|
|
display: block;
|
|
|
}
|
|
|
height: 22px;
|
|
|
line-height: 22px;
|
|
|
}
|
|
|
}
|
|
|
li.show{
|
|
|
background: sprite($icons, show-icon);
|
|
|
}
|
|
|
li.weibo{
|
|
|
background: sprite($icons, sina-icon);
|
|
|
}
|
|
|
li.fb{
|
|
|
background: sprite($icons, fb-icon);
|
|
|
}
|
|
|
li.instagram{
|
|
|
background: sprite($icons, ins-icon);
|
|
|
}
|
|
|
li.focus-wx{
|
|
|
height: 19px;
|
|
|
background: sprite($icons, wx-icon);
|
|
|
position: relative;
|
|
|
.pop{
|
|
|
display: none;
|
...
|
...
|
@@ -798,9 +835,12 @@ |
|
|
line-height: 129px;
|
|
|
background-image: url("./assets/images/weixinbackground.png");
|
|
|
text-align: center;
|
|
|
img{
|
|
|
em{
|
|
|
display: block;
|
|
|
height: 114px;
|
|
|
width: 114px;
|
|
|
margin: 11px auto 0;
|
|
|
background:image-url("detail/boys-qr.png");
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|