westdc-zf1/htdocs/static-sanji/css/common.css

76 lines
1.4 KiB
CSS

a{
color:#ff0000;
}
a:hover{
text-decoration: none;
}
ul,li,p,h1,h2,h3,h4,h5,h6{
padding:0;
margin:0;
}
.clear::after{
display: block;
content: '';
clear: both;
}
.navbar-nav{
width: 100%;
}
.navbar-default{
background: transparent !important;
}
.navbar{
border:none !important;
margin-top: 30px;
}
.nav>li{
width:110px;
text-align: center;
border: 1px solid #fff;
}
.nav>li .active{
background: none !important;
border:1px solid #ccc;
}
.container-fluid{
padding-left: 0 !important;
}
.navbar-collapse{
padding-left: 0 !important;
}
.navbar-nav>li>a{
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.search a{
width:30px;
height: 40px;
background-size: contain;
background: url('../images/index/search.jpg') no-repeat center;
float:right;
}
.user a{
width:30px;
height: 40px;
background-size: contain;
background: url('../images/index/user.png') no-repeat center;
cursor: pointer;
float:right;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
background: none !important;
border:1px solid #ccc;
}
footer p{
color: #c7c7c7;
font-size: 14px;
line-height: 66px;
}
footer p .footer-link{
color: #c7c7c7;
font-size: 14px;
line-height: 66px;
}