westdc-zf1/htdocs/static-sanji/css/data-index.css

176 lines
3.4 KiB
CSS

*{
margin: 0;padding: 0;
}
.top-special-nav{
padding-bottom: 50px;
}
.top-special-nav .container{
width: 960px;
}
.top-special-nav .container .col-sm-4 a{
display: inline-block;
height: 210px;
width: 100%;
text-decoration: none;
}
.top-special-nav .container .col-sm-4 a h6{
padding-top: 100px;
font-size: 22px;
margin-left: 15%;
width: 70%;
text-align: center;
color: #9f9f9f;
}
.top-special-nav .container .col-sm-4 a p{
padding-top: 10px;
font-size: 14px;
margin-left: 15%;
width: 70%;
text-align: center;
color: #b7b7b7;
}
.top-special-nav .container .col-sm-4:hover{
background: url("../images/data_02.png") no-repeat;
}
.data-warp{
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.data-nav,.special-nav{
padding: 0 0 20px 0;
border-top:2px solid #f3f3f3;
/*border-bottom:2px solid #f3f3f3;*/
}
.title{
width: 200px;
font-size: 30px;
margin: 50px auto;
}
.title a{
color: #000;
text-decoration: none;
}
.title a:hover{
color: #000;
text-decoration: none;
background: none;
}
.title-left{
font-size: 22px;
background: #f3f3f3;
height: 50px;
line-height: 50px;
width: 255px;
margin: 20px 0 15px 0;
padding-left: 15px;
}
.title-left a{
display: inline-block;
width: 100%;
height: 100%;
color: #959595;
text-decoration: none;
}
.title-left a:hover{
color: #959595;
text-decoration: none;
}
.data-warp .a-btn{
display: inline-block;
margin-right: 11px !important;
margin-bottom: 10px;
font-size: 14px;
height: 46px;
line-height: 46px;
padding-left: 8px;
padding-right: 8px;
padding-top: 0;
padding-bottom: 0;
overflow:hidden;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
white-space:nowrap;
border-radius: 0;
border: 2px solid #f4f4f4;
width: 100%;
color: #7e7e7e;
text-decoration: none;
}
.data-warp .a-btn:hover{
border: 2px solid #f4f4f4;
background: #eee;
}
.data-warp .a-btn:hover{
color: #7e7e7e;
}
.data-warp .col-sm-6,.data-warp .col-sm-12{
padding-right: 0;
padding-left: 0;
}
.data-warp .col-sm-6 .col-sm-3{
width: 23% !important;
}
.data-warp .splBtn{
margin-right: 24px !important;
margin-bottom: 18px;
font-size: 16px;
background: #f3f3f3;
height: 35px;
padding-left: 20px;
padding-right: 20px;
border-radius: 5px;
border: 1px solid #e6e6e6;
}
.data-warp .splBtn a{
color: #333;
}
.data-warp .splBtn:hover{
background: none;
border: 1px solid #f4f4f4;
}
.data-warp .col-sm-12 .col-sm-2{
width: 14.5% !important;
}
.data-update ul{
width: 700px;
margin: auto;
}
.data-update ul li{
width: 94%;
padding-left: 6%;
height: 30px;
line-height: 30px;
font-size: 14px;
list-style: none;
background: url("../images/data_00_03.png") no-repeat 3% center;
}
.data-update ul li a{
display: inline-block;
width: 75%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #525252;
}
.data-update ul li span{
float: right;
}
.data-serves{
padding-bottom: 20px;
border-bottom: none;
}
.server-title{
height: 30px;
line-height: 30px;
font-size: 18px;
color: #272727;
margin-top: 20px;
}
.data-serves .col-sm-4{
height: 50px;
line-height: 50px;
font-size: 14px;
}
.data-serves .col-sm-4 a{
color: #959595;
}