340 lines
5.6 KiB
CSS
340 lines
5.6 KiB
CSS
/* 注意路径 */
|
|
@font-face {
|
|
font-family: 'iconfont';
|
|
src: url('../fonts/iconfont.ttf?t=1665284552908') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 10px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
|
|
/* 版心 */
|
|
.w {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.shortcut {
|
|
height: 31px;
|
|
line-height: 31px;
|
|
background-color: #e3e4e5;
|
|
}
|
|
|
|
.style_red {
|
|
color: #c81623 !important;
|
|
}
|
|
|
|
.style_blac {
|
|
color: #333333 !important;
|
|
}
|
|
|
|
.fl {
|
|
float: left;
|
|
}
|
|
|
|
.fr {
|
|
float: right;
|
|
}
|
|
|
|
.shortcut ul li {
|
|
float: left;
|
|
}
|
|
|
|
.shortcut .fr ul li:nth-child(even) {
|
|
width: 1px;
|
|
height: 12px;
|
|
background-color: #666;
|
|
margin: 9px 16px 0;
|
|
}
|
|
|
|
/* <!-- 头部制作 start --> */
|
|
.header {
|
|
position: relative;
|
|
height: 106px;
|
|
/* background-color: skyblue; */
|
|
}
|
|
|
|
.logo {
|
|
position: absolute;
|
|
top: 20px;
|
|
width: 171px;
|
|
height: 61px;
|
|
/* background-color: pink; */
|
|
}
|
|
|
|
.logo a {
|
|
font-size: 0;
|
|
display: block;
|
|
width: 171px;
|
|
height: 61px;
|
|
background: url(../images/logo2.png) no-repeat;
|
|
}
|
|
|
|
.search {
|
|
position: absolute;
|
|
top: 25px;
|
|
left: 348px;
|
|
width: 538px;
|
|
height: 36px;
|
|
border: 2px solid #ff7000;
|
|
border-radius: 15px;
|
|
|
|
}
|
|
|
|
.search input {
|
|
width: 454px;
|
|
height: 32px;
|
|
padding: 10px 0 10px 20px;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.search button {
|
|
position: absolute;
|
|
font-size: 24px;
|
|
color: #ff9000;
|
|
top: 0;
|
|
right: 0;
|
|
width: 80px;
|
|
height: 32px;
|
|
border-left: 2px solid #ff7000;
|
|
border-radius: 14px;
|
|
}
|
|
|
|
.search button:hover {
|
|
color: #ff2a00;
|
|
}
|
|
|
|
|
|
.hotwords {
|
|
position: absolute;
|
|
top: 69px;
|
|
left: 348px;
|
|
}
|
|
|
|
.hotwords a {
|
|
margin: 0 12px;
|
|
}
|
|
|
|
.shopcar {
|
|
position: absolute;
|
|
top: 25px;
|
|
right: 64px;
|
|
width: 140px;
|
|
height: 35px;
|
|
padding: 0 14px 0 18px;
|
|
text-align: center;
|
|
border: 1px solid #dfdfdf;
|
|
background-color: #f7f7f7;
|
|
border-radius: 17px;
|
|
}
|
|
|
|
.shopcar i {
|
|
float: left;
|
|
line-height: 35px;
|
|
font-size: 25px;
|
|
color: #ff7000;
|
|
}
|
|
|
|
.shopcar em {
|
|
float: right;
|
|
font-size: 12px;
|
|
line-height: 35px;
|
|
}
|
|
|
|
.shopcar_icon {
|
|
position: absolute;
|
|
padding: 0 3px;
|
|
left: 100px;
|
|
top: -10px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
background-color: #ff7000;
|
|
border-radius: 8px 8px 8px 0;
|
|
}
|
|
|
|
.shopcar_icon a {
|
|
color: white;
|
|
}
|
|
|
|
.shopcar_icon a:hover {
|
|
color: black;
|
|
}
|
|
|
|
/* nav start */
|
|
.nav {
|
|
position: relative;
|
|
height: 46px;
|
|
border-bottom: 2px solid #b1191a;
|
|
}
|
|
|
|
.dropdown {
|
|
float: left;
|
|
}
|
|
|
|
.dropdown .dt {
|
|
|
|
width: 208px;
|
|
height: 46px;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
line-height: 45px;
|
|
text-align: center;
|
|
border-radius: 23px 23px 0 0;
|
|
background-color: #ff7000;
|
|
}
|
|
|
|
.dropdown .dd ul li a {
|
|
display: block;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
height: 31px;
|
|
line-height: 30px;
|
|
padding-left: 10px;
|
|
background-color: #ff9000;
|
|
}
|
|
|
|
/* .dropdown .dd {
|
|
display: none;
|
|
} */
|
|
|
|
/* 测试, 以后放到其他页面样式里 */
|
|
|
|
.dropdown .dd ul li a em {
|
|
float: right;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.dropdown .dd ul li a:hover {
|
|
color: #c81623;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.dropdown .dd ul li .last {
|
|
line-height: 34px;
|
|
border-radius: 0 0 23px 23px;
|
|
}
|
|
|
|
.navitems {
|
|
float: left;
|
|
height: 46px;
|
|
line-height: 46px;
|
|
left: 210px;
|
|
}
|
|
|
|
|
|
.navitems ul li {
|
|
float: left;
|
|
margin-left: 52px;
|
|
font-size: 16px;
|
|
color: #333333;
|
|
}
|
|
|
|
.footer {
|
|
height: 415px;
|
|
padding-top: 30px;
|
|
background-color: #e3e4e5;
|
|
}
|
|
|
|
.mod_service {
|
|
height: 80px;
|
|
border-bottom: 2px solid #ededed;
|
|
}
|
|
|
|
.mod_service ul li {
|
|
float: left;
|
|
width: 20%;
|
|
height: 50px;
|
|
padding-left: 35px;
|
|
|
|
}
|
|
|
|
.mod_service ul li h5 {
|
|
float: left;
|
|
width: 50px;
|
|
height: 50px;
|
|
color: #fff;
|
|
font-size: 28px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
background-color: #ff7000;
|
|
border-radius: 25px;
|
|
/* background: url(../images/zheng.png) no-repeat; */
|
|
background-position: center;
|
|
}
|
|
|
|
.mod_service ul li div {
|
|
float: left;
|
|
padding: 6px 0 0 6px;
|
|
}
|
|
|
|
.mod_service ul li h2 {
|
|
font-size: 14px;
|
|
color: #333333;
|
|
}
|
|
|
|
.mod_service ul li h2:hover {
|
|
color: #c81623;
|
|
}
|
|
|
|
.mod_service ul li p {
|
|
font-size: 12px;
|
|
color: #666;
|
|
}
|
|
|
|
|
|
.mod_help {
|
|
height: 188px;
|
|
border-bottom: 2px solid #ededed;
|
|
}
|
|
|
|
.mod_help dl {
|
|
float: left;
|
|
width: 200px;
|
|
padding: 20px 0 0 52px;
|
|
}
|
|
|
|
.mod_help dl dt {
|
|
font-size: 16px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.mod_help dl dd {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.mod_help dl:last-child {
|
|
padding-left: 5px;
|
|
width: 100px;
|
|
text-align: center;
|
|
}
|
|
|
|
.mod_help .erweima {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
|
|
.footer_bottom {
|
|
text-align: center;
|
|
padding: 20px 100px 0;
|
|
}
|
|
|
|
.footer_bottom p a {
|
|
padding: 0 10px;
|
|
font-size: 12px;
|
|
color: #666;
|
|
}
|
|
|
|
.footer_bottom p a:hover {
|
|
color: #b1191a;
|
|
}
|
|
|
|
.footer_bottom p:nth-child(2) {
|
|
display: block;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
} |