|
|
<<<<<<< HEAD
|
|
|
@media screen and (max-width:768px){
|
|
|
|
|
|
.detail-container{
|
|
|
width: 668px;
|
|
|
margin: 14px auto 0;
|
|
|
}
|
|
|
|
|
|
|
|
|
/*detail标题*/
|
|
|
.detail-title{
|
|
|
width: 100%;
|
|
|
margin: 0 0 8px 0;
|
|
|
h1{
|
|
|
line-height: 20px;
|
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
h2{
|
|
|
line-height: 20px;
|
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.detail-category{
|
|
|
font-size: 12px;
|
|
|
color: #666666;
|
|
|
line-height: 30px;
|
|
|
a{
|
|
|
color: #666666;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/*detail主体*/
|
|
|
.detail-body{
|
|
|
float: left;
|
|
|
width: 460px;
|
|
|
object{
|
|
|
width: 460px;
|
|
|
height: 259px;
|
|
|
}
|
|
|
embed{
|
|
|
width: 460px;
|
|
|
height: 259px;
|
|
|
}
|
|
|
video{
|
|
|
width: 460px;
|
|
|
height: 259px;
|
|
|
}
|
|
|
}
|
|
|
.video-wrap.current{
|
|
|
width: 182px;
|
|
|
object{
|
|
|
width: 182px;
|
|
|
height: 103px;
|
|
|
}
|
|
|
embed{
|
|
|
width: 182px;
|
|
|
height: 103px;
|
|
|
}
|
|
|
video{
|
|
|
width: 182px;
|
|
|
height: 103px;
|
|
|
}
|
|
|
}
|
|
|
/*slide图片*/
|
|
|
.detail-slide-body{
|
|
|
width: 100%;
|
|
|
height: 266px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.detail-slide-piclist{
|
|
|
li{
|
|
|
float: left;
|
|
|
width:460px;
|
|
|
height: 266px;
|
|
|
line-height: 266px;
|
|
|
}
|
|
|
}
|
|
|
.detail-slide-ctrl{
|
|
|
padding: 15px 0 0 0;
|
|
|
width: 100%;
|
|
|
height: 44px;
|
|
|
position: relative;
|
|
|
.detail-slide-ctrl-prev,.detail-slide-ctrl-next{
|
|
|
position:relative;
|
|
|
margin: -44px 0 0 0;
|
|
|
width: 20px;
|
|
|
height: 44px;
|
|
|
line-height: 44px;
|
|
|
background-size: 50% 50%;
|
|
|
}
|
|
|
.detail-slide-ctrl-prev{
|
|
|
margin-right: -20px;
|
|
|
}
|
|
|
.detail-slide-ctrl-next{
|
|
|
margin-left: -20px;
|
|
|
}
|
|
|
}
|
|
|
.detail-slide-ctrl-tabs{
|
|
|
li{
|
|
|
position: relative;
|
|
|
float: left;
|
|
|
margin: 0 0 0 4px;
|
|
|
img{
|
|
|
display: block;
|
|
|
width: 77px;
|
|
|
height: 44px;
|
|
|
}
|
|
|
}
|
|
|
li:first-child{
|
|
|
margin: 0;
|
|
|
}
|
|
|
li.current{
|
|
|
.border{
|
|
|
position: absolute;
|
|
|
left: 0px;
|
|
|
right: 0px;
|
|
|
top: 0px;
|
|
|
bottom: 0px;
|
|
|
border: 1px solid #000;
|
|
|
}
|
|
|
.arrow{
|
|
|
position: absolute;
|
|
|
width: 11px;
|
|
|
height: 6px;
|
|
|
top: -5px;
|
|
|
left: 50%;
|
|
|
margin: 0 0 0 -5px;
|
|
|
background-image: url("../assets/images/detail/slide-arrow.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/*资讯主体*/
|
|
|
.text-body{
|
|
|
line-height: 20px;
|
|
|
p{
|
|
|
margin: 16px 0;
|
|
|
line-height: 20px;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/*标签*/
|
|
|
.tag-box{
|
|
|
margin: 26px 0 0 0;
|
|
|
padding: 0 0 11px 0;
|
|
|
background-size: 100%;
|
|
|
.taglist{
|
|
|
padding: 0 0 0 18px;
|
|
|
background: url("../assets/images/detail/tag-icon.png") no-repeat 1px 6px;
|
|
|
}
|
|
|
li{
|
|
|
float: left;
|
|
|
line-height: 24px;
|
|
|
height: 24px;
|
|
|
a{
|
|
|
padding: 0 10px 0 10px;
|
|
|
font-size: 14px;
|
|
|
color: #1c1c1b;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
}
|
|
|
li:last-child{
|
|
|
background: none;
|
|
|
}
|
|
|
li.last-child{
|
|
|
background: none;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/*统计栏*/
|
|
|
.stats-btn{
|
|
|
margin: 16px 0 0 0;
|
|
|
.statslist{
|
|
|
float: right;
|
|
|
}
|
|
|
li{
|
|
|
float: left;
|
|
|
width: 52px;
|
|
|
img{
|
|
|
display: block;
|
|
|
margin: 1px 0 0 1px;
|
|
|
}
|
|
|
strong{
|
|
|
float: left;
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
img{
|
|
|
display: block;
|
|
|
width: 18px;
|
|
|
height: 18px;
|
|
|
}
|
|
|
}
|
|
|
span{
|
|
|
float: left;
|
|
|
margin: -6px 0 0 -2px;
|
|
|
font-size: 10px;
|
|
|
color: #000;
|
|
|
}
|
|
|
}
|
|
|
li.comments{
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border-left: 1px solid #000;
|
|
|
img,span{
|
|
|
float: right;
|
|
|
}
|
|
|
span{
|
|
|
margin: 10px 0 0 0;
|
|
|
img{
|
|
|
width: 17px;
|
|
|
height: 8px;
|
|
|
}
|
|
|
line-height:8px;
|
|
|
}
|
|
|
img{
|
|
|
width: 18px;
|
|
|
height: 17px;
|
|
|
}
|
|
|
}
|
|
|
li.current{
|
|
|
strong{
|
|
|
background-image: url("../assets/images/detail/stats-cur-bg.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/*评论*/
|
|
|
.comments-box{
|
|
|
margin: 5px 0 0 0;
|
|
|
}
|
|
|
.comments-list{
|
|
|
li{
|
|
|
padding:6px 0 10 0;
|
|
|
border-bottom: 1px solid #dbdbdb;
|
|
|
position: relative;
|
|
|
.userimg{
|
|
|
float: left;
|
|
|
margin: 5px 0 0 3px;
|
|
|
width: 28px;
|
|
|
height: 28px;
|
|
|
img{
|
|
|
width: 100%;
|
|
|
height:100%;
|
|
|
}
|
|
|
i{
|
|
|
width: 11px;
|
|
|
height: 11px;
|
|
|
left: 20px;
|
|
|
bottom: 4px;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
.userinfo{
|
|
|
float: left;
|
|
|
margin: 0 0 0 10px;
|
|
|
h6{
|
|
|
line-height: 20px;
|
|
|
font-size: 13px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
p{
|
|
|
margin: 2px 0 0 0;
|
|
|
line-height: 16px;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.view-more{
|
|
|
margin: 18px 0 23px 0;
|
|
|
font-weight: bold;
|
|
|
text-align: center;
|
|
|
font-size: 14px;
|
|
|
line-height: 16px;
|
|
|
a{
|
|
|
color: #000;
|
|
|
}
|
|
|
}
|
|
|
.comment-textarea{
|
|
|
|
|
|
.anonymous-info {
|
|
|
margin-bottom: 6px;
|
|
|
|
|
|
input {
|
|
|
padding: 0 6px;
|
|
|
width: 217px;
|
|
|
height: 23px;
|
|
|
line-height: 23px;
|
|
|
|
|
|
&:first-child {
|
|
|
width: 216px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
textarea{
|
|
|
width: 447px;
|
|
|
height: 35px;
|
|
|
border: 1px solid #000;
|
|
|
resize:none;
|
|
|
margin: 0;
|
|
|
padding: 6px;
|
|
|
}
|
|
|
.login-status{
|
|
|
width: 455px;
|
|
|
height: 24px;
|
|
|
padding: 2px;
|
|
|
border: 1px solid #000;
|
|
|
border-top: none;
|
|
|
.userimg{
|
|
|
float: left;
|
|
|
margin: 3px 0 0 10px;
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
i{
|
|
|
width: 7px;
|
|
|
height: 7px;
|
|
|
left: 15px;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
.userinfo{
|
|
|
margin: 0 0 0 18px;
|
|
|
font-size: 12px;
|
|
|
line-height: 24px;
|
|
|
}
|
|
|
.anonymous{
|
|
|
line-height: 20px;
|
|
|
}
|
|
|
.publish{
|
|
|
margin: 0px 16px 0 0;
|
|
|
.publish-btn{
|
|
|
width: 55px;
|
|
|
height: 22px;
|
|
|
line-height: 22px;
|
|
|
background-image: url("../assets/images/detail/publish-btn.png");
|
|
|
background-size: 100% 100%;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
/*上一篇下一篇*/
|
|
|
.news-next-prev{
|
|
|
margin: 30px 0 0 0;
|
|
|
height: 16px;
|
|
|
.prev{
|
|
|
float: left;
|
|
|
a{
|
|
|
margin: 0 0 0 12px;
|
|
|
padding: 0 0 0 22px;
|
|
|
background: url("../assets/images/detail/prev-arrow-1024.png") no-repeat left center;
|
|
|
}
|
|
|
|
|
|
}
|
|
|
.next{
|
|
|
float: right;
|
|
|
a{
|
|
|
margin: 0 12px 0 0;
|
|
|
padding: 0 22px 0 0;
|
|
|
background: url("../assets/images/detail/next-arrow-1024.png") no-repeat right center;
|
|
|
}
|
|
|
|
|
|
}
|
|
|
a{
|
|
|
display: block;
|
|
|
line-height: 16px;
|
|
|
font-size: 14px;
|
|
|
color: #999999;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/*related posts*/
|
|
|
.related-posts{
|
|
|
margin: 25px 0 0 0;
|
|
|
h2{
|
|
|
padding: 0 0 6px 0;
|
|
|
line-height: 22px;
|
|
|
font-size: 14px;
|
|
|
color: #000;
|
|
|
font-weight: bold;
|
|
|
background-image: url("../assets/images/detail/detail-line-1024.png");
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center bottom;
|
|
|
background-size: 100%;
|
|
|
}
|
|
|
|
|
|
.load-more {
|
|
|
width: 119px;
|
|
|
height: 25px;
|
|
|
}
|
|
|
}
|
|
|
.postslist{
|
|
|
margin: 14px 0 0 0;
|
|
|
width: 488px;
|
|
|
li{
|
|
|
float: left;
|
|
|
margin: 0 32px 0 0;
|
|
|
width: 212px;
|
|
|
height: 198px;
|
|
|
.pic{
|
|
|
position: relative;
|
|
|
img{
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
height: 135px;
|
|
|
}
|
|
|
.play-icon{
|
|
|
position: absolute;
|
|
|
width: 47px;
|
|
|
height: 43px;
|
|
|
background: url("../assets/images/detail/play-icon-1024.png");
|
|
|
background-size: 100% 100%;
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
|
margin: -22px 0 0 -23px;
|
|
|
}
|
|
|
|
|
|
.arrow-bottom {
|
|
|
border-width: 28px;
|
|
|
border-right-width: 0;
|
|
|
}
|
|
|
}
|
|
|
h4{
|
|
|
margin: 6px 0 0 0;
|
|
|
font-size: 12px;
|
|
|
color: #000;
|
|
|
line-height: 14px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
p{
|
|
|
font-weight:bold;
|
|
|
margin: 5px 0 0 0;
|
|
|
line-height: 14px;
|
|
|
font-size: 12px;
|
|
|
color: #333;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/*分享*/
|
|
|
.share{
|
|
|
top: 256px;
|
|
|
left: 50%;
|
|
|
margin-left: -370px;
|
|
|
h4{
|
|
|
line-height: 23px;
|
|
|
font-size: 13px;
|
|
|
color: #000;
|
|
|
margin-bottom: 4px;
|
|
|
}
|
|
|
li{
|
|
|
width: 30px;
|
|
|
height: 30px;
|
|
|
margin-bottom: 10px;
|
|
|
img{
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/*detail侧边栏*/
|
|
|
.detail-side{
|
|
|
float: left;
|
|
|
margin: 0 0 0 26px;
|
|
|
width: 182px;
|
|
|
}
|
|
|
.detail-ad{
|
|
|
img{
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
.app-download{
|
|
|
margin: 17px 0 0 0;
|
|
|
padding: 6px 0 6px 6px;
|
|
|
width: 176px;
|
|
|
height: 62px;
|
|
|
background-size: 100% 100%;
|
|
|
.qr{
|
|
|
float: left;
|
|
|
width: 66px;
|
|
|
height: 62px;
|
|
|
img{
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
.app-main{
|
|
|
float: left;
|
|
|
margin: 0 0 0 5px;
|
|
|
h6{
|
|
|
margin: 0;
|
|
|
line-height: 20px;
|
|
|
font-size: 13px;
|
|
|
color: #000;
|
|
|
}
|
|
|
p{
|
|
|
width: 90px;
|
|
|
line-height: 12px;
|
|
|
font-size: 10px;
|
|
|
color: #989898;
|
|
|
}
|
|
|
.download-btn{
|
|
|
margin: 2px 0 0 0;
|
|
|
a{
|
|
|
float: left;
|
|
|
margin: 0 0 0 10px;
|
|
|
width: 33px;
|
|
|
height: 13px;
|
|
|
img{
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
a:first-child{
|
|
|
width: 46px;
|
|
|
height: 13px;
|
|
|
margin: 0;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.focus-us{
|
|
|
margin: 19px 0 0 0;
|
|
|
padding: 12px 15px 17px;
|
|
|
width: 152px;
|
|
|
height: 66px;
|
|
|
background-size: 100% 100%;
|
|
|
h4{
|
|
|
line-height: 20px;
|
|
|
font-size: 18px;
|
|
|
color: #000;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.focuslist{
|
|
|
margin:7px auto 0;
|
|
|
li{
|
|
|
float: left;
|
|
|
width: 15px;
|
|
|
height: 15px;
|
|
|
margin: 0 0px 0 16px;
|
|
|
img{
|
|
|
display: block;
|
|
|
height: 100%;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
}
|
|
|
li.focus-wx{
|
|
|
position: relative;
|
|
|
.pop{
|
|
|
display: none;
|
|
|
z-index: 999;
|
|
|
position: absolute;
|
|
|
width: 85px;
|
|
|
height: 76px;
|
|
|
left: -34px;
|
|
|
top: 18px;
|
|
|
line-height: 76px;
|
|
|
vertical-align: middle;
|
|
|
background-size: 310%;
|
|
|
img{
|
|
|
display: inline;
|
|
|
vertical-align: middle;
|
|
|
width: 65px;
|
|
|
height: 65px;
|
|
|
margin: 7px 0 0 0;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
li:first-child{
|
|
|
margin: 0 0 0 4px;
|
|
|
}
|
|
|
}
|
|
|
.textbox{
|
|
|
margin: 8px 0 0 0;
|
|
|
input{
|
|
|
float: left;
|
|
|
padding: 0 0 0 4px;
|
|
|
width: 108px;
|
|
|
height: 14px;
|
|
|
border: 1px solid #000;
|
|
|
outline: none;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
a{
|
|
|
float: left;
|
|
|
display: inline-block;
|
|
|
width: 38px;
|
|
|
height: 16px;
|
|
|
line-height: 16px;
|
|
|
background: #000;
|
|
|
color: #fff;
|
|
|
font-size: 12px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.side-map{
|
|
|
.map-section{
|
|
|
h2{
|
|
|
font-size: 16px;
|
|
|
background-size: 100%;
|
|
|
}
|
|
|
h6{
|
|
|
margin: 8px 0 0 6px;
|
|
|
font-size: 13px;
|
|
|
line-height: 16px;
|
|
|
color: #000;
|
|
|
}
|
|
|
p{
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.side-video{
|
|
|
margin: 17px 0 0 0;
|
|
|
.video-area{
|
|
|
object{
|
|
|
height: 98px;
|
|
|
embed{
|
|
|
height: 98px;
|
|
|
}
|
|
|
}
|
|
|
video{
|
|
|
height: 98px;
|
|
|
}
|
|
|
img{
|
|
|
width: 100%;
|
|
|
display: block;
|
|
|
}
|
|
|
}
|
|
|
h3{
|
|
|
margin: 3px 0 0 0;
|
|
|
line-height: 18px;
|
|
|
font-size: 12px;
|
|
|
font-weight: bold;
|
|
|
color: #000;
|
|
|
}
|
|
|
p{
|
|
|
margin: 5px 0 0 0;
|
|
|
line-height: 14px;
|
|
|
font-size: 12px;
|
|
|
color: #000;
|
|
|
}
|
|
|
}
|
|
|
.side-related-posts{
|
|
|
margin: 24px 0 0 0;
|
|
|
h2{
|
|
|
line-height: 21px;
|
|
|
font-size: 14px;
|
|
|
padding-bottom: 3px;
|
|
|
background-size: 100%;
|
|
|
}
|
|
|
}
|
|
|
.side-postslist{
|
|
|
li{
|
|
|
margin: 11px 0 0 0;
|
|
|
max-height: 37px;
|
|
|
overflow: hidden;
|
|
|
.pic{
|
|
|
width: 57px;
|
|
|
height: 38px;
|
|
|
.play-icon{
|
|
|
width: 17px;
|
|
|
height: 16px;
|
|
|
background-size: 100% 100%;
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
|
margin: -8px 0 0 -9px;
|
|
|
}
|
|
|
}
|
|
|
.post-title{
|
|
|
float: left;
|
|
|
width: 115px;
|
|
|
margin: 0 0 0 10px;
|
|
|
h4{
|
|
|
font-weight: bold;
|
|
|
font-size: 12px;
|
|
|
line-height: 16px;
|
|
|
}
|
|
|
p{
|
|
|
margin: 5px 0 0 0;
|
|
|
color: #333;
|
|
|
font-weight: bold;
|
|
|
line-height: 16px;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.detail-zoom {
|
|
|
width: 500px;
|
|
|
margin-left: -250px;
|
|
|
text-align: center;
|
|
|
|
|
|
img {
|
|
|
max-width: 500px;
|
|
|
}
|
|
|
|
|
|
.guide-btn {
|
|
|
|
|
|
&.prev {
|
|
|
left: -70px;
|
|
|
}
|
|
|
|
|
|
&.next {
|
|
|
right: -70px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
=======
|
|
|
@media screen and (max-width: 768px) {
|
|
|
.detail-container {
|
|
|
width: 668px;
|
...
|
...
|
@@ -1427,5 +705,4 @@ |
|
|
}
|
|
|
}
|
|
|
}
|
|
|
>>>>>>> develop
|
|
|
} |
...
|
...
|
|