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

175 lines
3.2 KiB
CSS

a{
color: #7e7e7e;
}
a:hover{
color: #7e7e7e;
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;
}
.header-logo{
width: 426px;
margin-top: 20px;
margin-left: 15px;
}
.sanji-header .nav>li{
width:110px;
text-align: center;
border: 1px solid #fff;
}
.sanji-header .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;
border: 1px solid white;
}
.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;
}
.list-group li.active a{
color:#ffffff;
}
footer p{
color: #c7c7c7;
font-size: 14px;
line-height: 66px;
}
footer p .footer-link{
color: #c7c7c7;
font-size: 14px;
line-height: 66px;
}
.page{
margin: 0px;
width: 100%;
text-align: center;
}
.page span{
margin-right: 7px;
font-size: 14px;
color:#000;
font-weight: lighter;
}
.page span:nth-child(4),.page span:nth-child(5),.page span:nth-child(6),.page span:nth-child(7){
margin: 0 10px;
}
.page span a{
color:#000;
}
.navClass{
display: inline-block;
width: 100%;
height: 56px;
border-bottom: 2px solid #7e7e7e;
color: #7e7e7e !important;
}
.pageClass{
color: #d31919 !important;
font-weight: normal;
text-decoration: none !important;
}
.top-position{
height: 55px;
line-height: 55px;
padding-left: 20px;
background: #f4f4f4;
font-size: 16px;
margin-bottom: 1px;
}
.top-position a{
color: #959595;
text-decoration: none;
}
.top-position a:last-child{
color: #000
}
.product-nav .fication{
background: #f4f4f4;
height: 56px;
}
.product-nav .fication:nth-child(2){
margin-top: 1px;
padding-right:28px;
position: relative;
overflow: hidden;
}
.product-nav ul.fication:nth-child(2) span{
width:20px;
height: 20px;
cursor: pointer;
position: absolute;
right:10px;
top:18px;
background: url('../images/c-down.png') no-repeat center;
background-size: contain;
}
.product-nav ul.fication li{
line-height: 56px;
margin-left: 25px;
word-break: break-all;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
float: left;
color:#a8a8a8;
}
.product-nav ul.fication:first-child{
margin-left: 0;
}
.product-nav ul.fication li a{
color: #a8a8a8;
font-size: 14px;
}
.product-nav ul.fication li a:hover{
color:#000;
}