210 lines
3.8 KiB
CSS
210 lines
3.8 KiB
CSS
|
*{
|
||
|
margin: 0;padding: 0;
|
||
|
}
|
||
|
.data-detail-warp{
|
||
|
padding: 30px 0 40px 0;
|
||
|
border-top: 1px solid #eee;
|
||
|
border-bottom: 1px solid #eee;
|
||
|
}
|
||
|
.data-detail-warp .container, .data-detail-warp .col-sm-8, .data-detail-warp .col-sm-3, .data-detail-warp .col-sm-2, .data-detail-warp .col-sm-10, .data-detail-warp .col-sm-12, .data-detail-warp .col-sm-9{
|
||
|
padding-right: 0;
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
.data-detail-warp .top-position{
|
||
|
height: 55px;
|
||
|
line-height: 55px;
|
||
|
padding-left: 20px;
|
||
|
background: #f4f4f4;
|
||
|
font-size: 16px;
|
||
|
margin-bottom: 50px;
|
||
|
}
|
||
|
.data-detail-warp .top-position a{
|
||
|
color: #959595;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.data-detail-warp .top-position a:last-child{
|
||
|
color: #000
|
||
|
}
|
||
|
.data-content{
|
||
|
padding-bottom: 20px;
|
||
|
/*border-bottom: 2px solid #eee;*/
|
||
|
}
|
||
|
.data-content h2, .data-content h3{
|
||
|
margin-top: 0px;
|
||
|
margin-bottom: 0px;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
.data-content h2{
|
||
|
line-height: 18px;
|
||
|
font-size: 18px;
|
||
|
color: #272727;
|
||
|
}
|
||
|
.data-content h3{
|
||
|
height: 28px;
|
||
|
line-height: 28px;
|
||
|
font-size: 16px;
|
||
|
color: #272727;
|
||
|
}
|
||
|
.data-info>span{
|
||
|
margin-right: 20px;
|
||
|
font-size: 12px;
|
||
|
color: #959595;
|
||
|
}
|
||
|
.data-info>span a{
|
||
|
color: #959595;
|
||
|
text-decoration: none;
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
.data-info>span:first-child{
|
||
|
/*padding-left: 15px;*/
|
||
|
}
|
||
|
.data-content .thumb{
|
||
|
text-align: center;
|
||
|
}
|
||
|
.data-content img{
|
||
|
margin: 25px 0 40px 0;
|
||
|
border: none;
|
||
|
}
|
||
|
.data-content p{
|
||
|
width: 100%;
|
||
|
font-size: 14px;
|
||
|
color: #959595;
|
||
|
line-height: 24px;
|
||
|
}
|
||
|
.data-share, .use-state{
|
||
|
/*border-bottom: 2px solid #eee;*/
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.use-state div.col-lg-12{
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.data-share .col-sm-2{
|
||
|
width: 11.5%;
|
||
|
color: #959595;
|
||
|
}
|
||
|
.data-share>div{
|
||
|
padding: 15px 0 3px 0;
|
||
|
}
|
||
|
.use-state h4{
|
||
|
line-height: 16px;
|
||
|
font-size: 16px;
|
||
|
margin: 20px 0 15px 0;
|
||
|
}
|
||
|
.use-state p{
|
||
|
width: 100%;
|
||
|
font-size: 14px;
|
||
|
color: #858585;
|
||
|
line-height: 24px;
|
||
|
padding-bottom: 20px;
|
||
|
}
|
||
|
.relate-data{
|
||
|
padding:30px 0 0 0;
|
||
|
}
|
||
|
.relate-data li a{
|
||
|
color: #858585;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
.tab-div>div{
|
||
|
margin-top: 30px;
|
||
|
background: #f5f5f5;
|
||
|
}
|
||
|
.tab-div dl{
|
||
|
width: 100%;
|
||
|
border: 2px solid #cdcdcd;
|
||
|
border-radius: 5px;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
.tab-div dl dt img{
|
||
|
width: 95%;
|
||
|
/*height: 146px;*/
|
||
|
padding: 2.5%;
|
||
|
border: 2px solid #cdcdcd;
|
||
|
border-radius: 10px;
|
||
|
margin: 12px 0 12px 10px;
|
||
|
background: #fff;
|
||
|
}
|
||
|
.tab-div dl dd h1{
|
||
|
height: 58px;
|
||
|
line-height: 30px;
|
||
|
font-size: 30px;
|
||
|
padding-top: 28px;
|
||
|
width: 100%;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
.tab-div dl dd h1 a{
|
||
|
color: #2480c9;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.tab-div dl dd p{
|
||
|
font-size: 22px;
|
||
|
color: #2f202a;
|
||
|
margin-top: 22px;
|
||
|
}
|
||
|
|
||
|
.data-detail-warp .content-right{
|
||
|
height: 100px;
|
||
|
}
|
||
|
.right-list-title{
|
||
|
height: 30px;
|
||
|
font-size: 18px;
|
||
|
color: #272727;
|
||
|
}
|
||
|
.right-list{
|
||
|
padding-bottom: 30px;
|
||
|
}
|
||
|
.right-list ul li{
|
||
|
font-size: 14px;
|
||
|
color: #959595;
|
||
|
line-height: 42px;
|
||
|
padding-left: 5px;
|
||
|
list-style: none;
|
||
|
}
|
||
|
.right-list ul li:first-child{
|
||
|
margin-top: 16px;
|
||
|
}
|
||
|
.space-position img{
|
||
|
width: 100%;
|
||
|
margin: 30px 0 50px 0;
|
||
|
}
|
||
|
.quote-mode-list a{
|
||
|
display: inline-block;
|
||
|
width:95px;
|
||
|
height: 28px;
|
||
|
text-align: center;
|
||
|
line-height: 28px;
|
||
|
background: #9b58b5;
|
||
|
font-size: 12px;
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.quote-mode-list a:hover{
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.quote-mode-list a, .download-btn{
|
||
|
display: inline-block;
|
||
|
width:95px;
|
||
|
height: 28px;
|
||
|
text-align: center;
|
||
|
line-height: 28px;
|
||
|
background: #9b58b5;
|
||
|
font-size: 12px;
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a.download-btn:hover{
|
||
|
color:white;
|
||
|
}
|
||
|
|
||
|
.download-btn{
|
||
|
width:100%;
|
||
|
height: 32px;
|
||
|
font-size: 14px;
|
||
|
line-height: 32px;
|
||
|
}
|