westdc-zf1/htdocs/static-sanji-v2/css/detail.css

102 lines
1.6 KiB
CSS

.rightBox{
float: right;
}
.leftBox h5{
font-size: 20px;
margin-top: 20px;
line-height: 25px;
}
.leftBox p.englishTitle{
font-size: 16px;
color: #666666;
text-indent: 0;
}
.leftBox .smallSize{
font-size: 12px;
color: #999999;
overflow: hidden;
}
.leftBox .smallSize span{
display: block;
float: left;
margin-right: 20px;
}
.dataContent .thumb{
text-align: center;
}
.dataContent img{
text-align: center;
margin: 30px auto 20px;
}
.leftBox p{
font-size: 14px;
text-indent: 28px;
line-height: 20px;
margin-bottom: 20px;
}
.leftBox #myTabContent p{
text-indent: 0;
}
.leftBox h6{
font-size: 14px;
color:#FFFFFF ;
background:url(../img/titleBg.jpg) no-repeat center;
background-size: 100%;
padding:8px 10px;
border-radius:4px ;
width: 120px;
font-weight: bold;
}
.leftBox
.topMap{
width: 100%;
height: 250px;
border: 1px solid #CCCCCC;
}
.topMap img{
width: 100%;
height: 100%;
}
.rightBox h6{
border-bottom: 2px solid #3d97e3;
color: #333;
padding: 5px 0;
width: 90px;
font-size: 18px;
text-align: center;
border-radius:4px ;
margin-bottom: 15px;
}
.addBtn{
display: block;
background: #3d97e3;
color: #FFFFFF;
padding: 5px 10px;
border-radius: 4px;
text-align: center;
margin: 20px 0;
}
.addBtn:hover{
color: #FFFFFF;
background: #54adfa;
}
.rightBox ul{
padding-left: 20px;
}
.rightBox ul li{
font-size: 14px;
color: #666;
margin-bottom: 5px;
}
.rightBox ul li a{
color: #3d97e3;
}
.rightBox p a{
color: #3d97e3;
}
.rightBox p a:hover{
text-decoration: underline;
}