...
|
...
|
@@ -75,12 +75,12 @@ |
|
|
height: 138px;
|
|
|
}
|
|
|
.video-close-btn{
|
|
|
position: absolute;
|
|
|
position: absolute;
|
|
|
width: 12px;
|
|
|
height: 12px;
|
|
|
top: 0;
|
|
|
right: 10px;
|
|
|
background-image: url("../assets/images/detail/videoCloseBtn.png");
|
|
|
background-image: image-url("detail/videoCloseBtn.png");
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -136,12 +136,12 @@ |
|
|
.detail-slide-ctrl-prev{
|
|
|
float: left;
|
|
|
margin-right: -30px;
|
|
|
background-image: url("../assets/images/detail/slide-arrow-left.png");
|
|
|
background-image: image-url("detail/slide-arrow-left.png");
|
|
|
}
|
|
|
.detail-slide-ctrl-next{
|
|
|
float: right;
|
|
|
margin-left: -30px;
|
|
|
background-image: url("../assets/images/detail/slide-arrow-right.png");
|
|
|
background-image: image-url("detail/slide-arrow-right.png");
|
|
|
}
|
|
|
}
|
|
|
.detail-slide-ctrl-tabs{
|
...
|
...
|
@@ -177,7 +177,7 @@ |
|
|
top: -9px;
|
|
|
left: 50%;
|
|
|
margin: 0 0 0 -9px;
|
|
|
background-image: url("../assets/images/detail/slide-arrow.png");
|
|
|
background-image: image-url("detail/slide-arrow.png");
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -214,10 +214,10 @@ |
|
|
.tag-box{
|
|
|
margin: 30px 0 0 0;
|
|
|
padding: 0 0 15px 0;
|
|
|
background: url("../assets/images/detail/detail-line-1024.png") no-repeat center bottom;
|
|
|
background: image-url("detail/detail-line-1024.png") no-repeat center bottom;
|
|
|
.taglist{
|
|
|
padding: 0 0 0 24px;
|
|
|
background: url("../assets/images/detail/tag-icon.png") no-repeat 1px 8px;
|
|
|
background: image-url("detail/tag-icon.png") no-repeat 1px 8px;
|
|
|
}
|
|
|
li{
|
|
|
float: left;
|
...
|
...
|
@@ -263,46 +263,57 @@ $statusicon: sprite-map('status/*.png', $spacing:5px); |
|
|
width: 20px;
|
|
|
height: 24px;
|
|
|
font-weight: bold;
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
li.wow {
|
|
|
strong {
|
|
|
background: url("../assets/images/detail/wow-icon.png") no-repeat center center;
|
|
|
background: image-url("detail/wow-icon.png") no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
span {
|
|
|
background: sprite($statusicon, wow-icon);
|
|
|
|
|
|
&.hasNum {
|
|
|
background: none;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
li.wow.current strong{
|
|
|
background: url("../assets/images/detail/wow-icon-curr.png") no-repeat center center;
|
|
|
background: image-url("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: image-url("detail/zzz-icon.png") no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
span {
|
|
|
background: sprite($statusicon, zzz-icon);
|
|
|
&.hasNum {
|
|
|
background: none;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
li.zzz.current strong{
|
|
|
background: url("../assets/images/detail/zzz-icon-curr.png") no-repeat center center;
|
|
|
background: image-url("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: image-url("detail/wtf-icon.png") no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
span {
|
|
|
background: sprite($statusicon, wtf-icon);
|
|
|
&.hasNum {
|
|
|
background: none;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
li.wtf.current strong{
|
|
|
background: url("../assets/images/detail/wtf-icon-curr.png") no-repeat center center;
|
|
|
background: image-url("detail/wtf-icon-curr.png") no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
li.comments{
|
...
|
...
|
@@ -318,6 +329,10 @@ $statusicon: sprite-map('status/*.png', $spacing:5px); |
|
|
right: 10px;
|
|
|
background: image-url("detail/comments-icon2.png") no-repeat center center;
|
|
|
}
|
|
|
.hasNum {
|
|
|
background: none;
|
|
|
line-height: 24px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -358,16 +373,16 @@ $statusicon: sprite-map('status/*.png', $spacing:5px); |
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
i.qq{
|
|
|
background-image:url("../assets/images/detail/comment-qq-icon.png");
|
|
|
background-image:image-url("detail/comment-qq-icon.png");
|
|
|
}
|
|
|
i.weibo{
|
|
|
background-image:url("../assets/images/detail/comment-sina-icon.png");
|
|
|
background-image:image-url("detail/comment-sina-icon.png");
|
|
|
}
|
|
|
i.facebook{
|
|
|
background-image:url("../assets/images/detail/comment-fb-icon.png");
|
|
|
background-image:image-url("detail/comment-fb-icon.png");
|
|
|
}
|
|
|
i.yoho{
|
|
|
background-image:url("../assets/images/detail/comment-yoho-icon.png");
|
|
|
background-image:image-url("detail/comment-yoho-icon.png");
|
|
|
}
|
|
|
}
|
|
|
.userinfo{
|
...
|
...
|
@@ -389,7 +404,7 @@ $statusicon: sprite-map('status/*.png', $spacing:5px); |
|
|
position: absolute;
|
|
|
width: 15px;
|
|
|
height: 15px;
|
|
|
background: url("../assets/images/detail/delete-comment.png");
|
|
|
background: image-url("detail/delete-comment.png");
|
|
|
right:0px;
|
|
|
top: 50%;
|
|
|
margin: -8px 0 0 0;
|
...
|
...
|
@@ -487,16 +502,16 @@ $statusicon: sprite-map('status/*.png', $spacing:5px); |
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
i.qq{
|
|
|
background-image:url("../assets/images/detail/comment-qq-icon-loginarea.png");
|
|
|
background-image:image-url("detail/comment-qq-icon-loginarea.png");
|
|
|
}
|
|
|
i.sina{
|
|
|
background-image:url("../assets/images/detail/comment-sina-icon-loginarea.png");
|
|
|
background-image:image-url("detail/comment-sina-icon-loginarea.png");
|
|
|
}
|
|
|
i.fb{
|
|
|
background-image:url("../assets/images/detail/comment-fb-icon-loginarea.png");
|
|
|
background-image:image-url("detail/comment-fb-icon-loginarea.png");
|
|
|
}
|
|
|
i.yoho{
|
|
|
background-image:url("../assets/images/detail/comment-yoho-icon-loginarea.png");
|
|
|
background-image:image-url("detail/comment-yoho-icon-loginarea.png");
|
|
|
}
|
|
|
}
|
|
|
.userinfo{
|
...
|
...
|
@@ -533,7 +548,7 @@ $statusicon: sprite-map('status/*.png', $spacing:5px); |
|
|
height: 28px;
|
|
|
line-height: 28px;
|
|
|
text-align: center;
|
|
|
background: url("../assets/images/detail/publish-btn.png");
|
|
|
background: image-url("detail/publish-btn.png");
|
|
|
background-size: 100% 100%;
|
|
|
color: #fff;
|
|
|
font-size: 14px;
|
...
|
...
|
@@ -568,7 +583,7 @@ $statusicon: sprite-map('status/*.png', $spacing:5px); |
|
|
a{
|
|
|
margin: 0 0 0 19px;
|
|
|
padding: 0 0 0 35px;
|
|
|
background: url("../assets/images/detail/prev-arrow-1024.png") no-repeat left center;
|
|
|
background: image-url("detail/prev-arrow-1024.png") no-repeat left center;
|
|
|
}
|
|
|
|
|
|
}
|
...
|
...
|
@@ -578,7 +593,7 @@ $statusicon: sprite-map('status/*.png', $spacing:5px); |
|
|
a{
|
|
|
margin: 0 19px 0 0;
|
|
|
padding: 0 35px 0 0;
|
|
|
background: url("../assets/images/detail/next-arrow-1024.png") no-repeat right center;
|
|
|
background: image-url("detail/next-arrow-1024.png") no-repeat right center;
|
|
|
}
|
|
|
|
|
|
}
|
...
|
...
|
@@ -599,7 +614,7 @@ $statusicon: sprite-map('status/*.png', $spacing:5px); |
|
|
font-size: 17px;
|
|
|
color: #000;
|
|
|
font-weight: bold;
|
|
|
background: url("../assets/images/detail/detail-line-1024.png") no-repeat center bottom;
|
|
|
background: image-url("detail/detail-line-1024.png") no-repeat center bottom;
|
|
|
}
|
|
|
|
|
|
.load-more {
|
...
|
...
|
@@ -607,7 +622,7 @@ $statusicon: sprite-map('status/*.png', $spacing:5px); |
|
|
margin: 0 auto;
|
|
|
width: 162px;
|
|
|
height: 35px;
|
|
|
background: url("../assets/images/detail/loadmore.png") no-repeat center center;
|
|
|
background: image-url("detail/loadmore.png") no-repeat center center;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -630,7 +645,7 @@ $statusicon: sprite-map('status/*.png', $spacing:5px); |
|
|
position: absolute;
|
|
|
width: 56px;
|
|
|
height: 52px;
|
|
|
background: url("../assets/images/detail/play-icon-1024.png");
|
|
|
background: image-url("detail/play-icon-1024.png");
|
|
|
background-size: 100% 100%;
|
|
|
left: 50%;
|
|
|
top: 50%;
|
...
|
...
|
@@ -698,7 +713,7 @@ $shareicons: sprite-map('share/*.png', $spacing:5px); |
|
|
padding: 22px 0 0 0;
|
|
|
left: 38px;
|
|
|
top: -100px;
|
|
|
background:url("../assets/images/detail/qr-wrap.png");
|
|
|
background:image-url("detail/qr-wrap.png");
|
|
|
font-size:12px;
|
|
|
z-index: 9999;
|
|
|
}
|
...
|
...
|
@@ -746,7 +761,7 @@ $shareicons: sprite-map('share/*.png', $spacing:5px); |
|
|
padding: 4px 0 6px 7px;
|
|
|
width: 239px;
|
|
|
height: 90px;
|
|
|
background-image: url("../assets/images/detail/app-download-bg-1024.png");
|
|
|
background-image: image-url("detail/app-download-bg-1024.png");
|
|
|
.qr{
|
|
|
float: left;
|
|
|
img{
|
...
|
...
|
@@ -882,7 +897,7 @@ $icons: sprite-map('detail-icon/*.png', $spacing:5px); |
|
|
font-size: 20px;
|
|
|
color: #1c1c1b;
|
|
|
padding-bottom: 4px;
|
|
|
background-image: url("../assets/images/detail/side-line-1024.png");
|
|
|
background-image: image-url("detail/side-line-1024.png");
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: left bottom;
|
|
|
}
|
...
|
...
|
@@ -896,7 +911,7 @@ $icons: sprite-map('detail-icon/*.png', $spacing:5px); |
|
|
font-size: 13px;
|
|
|
margin: 0 0 0 4px;
|
|
|
padding: 0 0 0 20px;
|
|
|
background-image: url("../assets/images/detail/map-icon.png");
|
|
|
background-image: image-url("detail/map-icon.png");
|
|
|
background-position: left center;
|
|
|
background-repeat: no-repeat;
|
|
|
line-height: 28px;
|
...
|
...
|
@@ -923,7 +938,7 @@ $icons: sprite-map('detail-icon/*.png', $spacing:5px); |
|
|
position: absolute;
|
|
|
width: 35px;
|
|
|
height: 33px;
|
|
|
background-image: url("../assets/images/detail/play-icon-1024.png");
|
|
|
background-image: image-url("detail/play-icon-1024.png");
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
|
margin: -18px 0 0 -16px;
|
...
|
...
|
@@ -954,7 +969,7 @@ $icons: sprite-map('detail-icon/*.png', $spacing:5px); |
|
|
line-height: 27px;
|
|
|
font-size: 17px;
|
|
|
padding-bottom: 4px;
|
|
|
background-image: url("../assets/images/detail/side-line-1024.png");
|
|
|
background-image: image-url("detail/side-line-1024.png");
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: left bottom;
|
|
|
}
|
...
|
...
|
@@ -979,7 +994,7 @@ $icons: sprite-map('detail-icon/*.png', $spacing:5px); |
|
|
position: absolute;
|
|
|
width: 20px;
|
|
|
height: 19px;
|
|
|
background-image: url("../assets/images/detail/play-icon-s.png");
|
|
|
background-image: image-url("detail/play-icon-s.png");
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
|
margin: -10px 0 0 -10px;
|
...
|
...
|
@@ -1088,7 +1103,7 @@ $icons: sprite-map('detail-icon/*.png', $spacing:5px); |
|
|
line-height: 22px;
|
|
|
color: #333333;
|
|
|
font-size: 13px;
|
|
|
background: url("../assets/images/detail/warn.png") no-repeat 10px center;
|
|
|
background: image-url("detail/warn.png") no-repeat 10px center;
|
|
|
}
|
|
|
.login-btn{
|
|
|
margin: 8px 0 0 0;
|
...
|
...
|
@@ -1127,13 +1142,13 @@ $icons: sprite-map('detail-icon/*.png', $spacing:5px); |
|
|
margin: 0;
|
|
|
}
|
|
|
a.sina{
|
|
|
background-image: url("../assets/images/detail/login-sina-icon.png");
|
|
|
background-image: image-url("detail/login-sina-icon.png");
|
|
|
}
|
|
|
a.qq{
|
|
|
background-image: url("../assets/images/detail/login-qq-icon.png");
|
|
|
background-image: image-url("detail/login-qq-icon.png");
|
|
|
}
|
|
|
a.fb{
|
|
|
background-image: url("../assets/images/detail/login-fb-icon.png");
|
|
|
background-image: image-url("detail/login-fb-icon.png");
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -1143,7 +1158,7 @@ $icons: sprite-map('detail-icon/*.png', $spacing:5px); |
|
|
height: 16px;
|
|
|
top: 16px;
|
|
|
right: 16px;
|
|
|
background-image: url("../assets/images/detail/login-close.png");
|
|
|
background-image: image-url("detail/login-close.png");
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
}
|
...
|
...
|
|