128 lines
1.8 KiB
CSS
128 lines
1.8 KiB
CSS
/* 一些公共结构的样式 */
|
|
|
|
@charset "UTF-8";
|
|
|
|
body,ul,ol,h3,h2{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
background: #EDEADF;
|
|
font: 14px/1 Microsoft YaHei, STHeiti STXihei, Microsoft JhengHei, Helvetica, Tohoma, Arial;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
ul li,
|
|
ol li {
|
|
list-style: none;
|
|
}
|
|
|
|
|
|
|
|
.header-drak-nav {
|
|
height: 40px;
|
|
background: #262626;
|
|
}
|
|
.nav-left li{
|
|
float: left;
|
|
}
|
|
|
|
.nav-right li{
|
|
float: right;
|
|
}
|
|
|
|
.nav-left li,
|
|
.nav-right li{
|
|
height: 40px;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
}
|
|
.nav-left li a,
|
|
.nav-right li a{
|
|
color: #aaaaaa;
|
|
padding: 5px 10px;
|
|
}
|
|
.nav-right li a{
|
|
padding-right: 25px;
|
|
font-family: "Microsoft Yahei";
|
|
}
|
|
|
|
.header-red-nav{
|
|
background: #89010b;
|
|
padding: 10px 0;
|
|
height: 70px;
|
|
}
|
|
|
|
.red-nav-logo img {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.red-nav-menu{
|
|
height: 72px;
|
|
line-height: 72px;
|
|
}
|
|
|
|
.red-nav-menu img,
|
|
.red-nav-menu input{
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.search-submit {
|
|
width: 30px;
|
|
height: 26px;
|
|
border: none;
|
|
outline: none;
|
|
background: url("./../img/search-btn.png") no-repeat center center;
|
|
}
|
|
|
|
.red-nav-menu .search {
|
|
width: 0px;
|
|
height: 30px;
|
|
border: none;
|
|
outline: none;
|
|
color: #333;
|
|
font-size: 14px;
|
|
padding: 0 0 0 0;
|
|
line-height:30px;
|
|
background: #fff;
|
|
transition: all 1s ease 0s;
|
|
}
|
|
|
|
.header-qred-nav {
|
|
height: 58px;
|
|
background-color: #9a0813;
|
|
border-top: 1px solid #9a0813;
|
|
}
|
|
.header-qred-nav .items {
|
|
text-align: center;
|
|
width: 112px;
|
|
margin-left: 12px;
|
|
margin-right: 40px;
|
|
height: 58px;
|
|
line-height: 58px;
|
|
background: url("../img/navbar-bg.png") 98px center no-repeat;
|
|
}
|
|
.header-qred-nav .items .item-text{
|
|
color: #fff;
|
|
font-size: 18px
|
|
}
|
|
.header-qred-nav li {
|
|
float: left;
|
|
}
|
|
.dropdown li {
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.dropdown {
|
|
display: none;
|
|
text-align: center;
|
|
width: 112px;
|
|
position: absolute;
|
|
z-index: 116;
|
|
background: #f2f2f2;
|
|
} |