225 lines
3.5 KiB
CSS
225 lines
3.5 KiB
CSS
.header{
|
|
width: 100%;
|
|
height: 60px;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 9999;
|
|
background-color: #2b2c31;
|
|
}
|
|
.header_core{
|
|
height: 60px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.header_left{
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.header_left img{
|
|
width: 125px;
|
|
margin-right: 60px;
|
|
}
|
|
.header_left ul{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
width: 586px;
|
|
}
|
|
.header_left ul a{
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
.header_right{
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.header_right input{
|
|
width: 100px;
|
|
height: 30px;
|
|
background: #6e44e6;
|
|
border: none;
|
|
border-radius: 100px;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
margin-right: 40px;
|
|
}
|
|
.header_sign{
|
|
margin-right: 16px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.header_sign span{
|
|
margin-right: 16px;
|
|
font-size: 14px;
|
|
}
|
|
.header_sign span:first-child a{
|
|
color: #fff;
|
|
}
|
|
.header_sign span:last-child{
|
|
color: #949494;
|
|
}
|
|
.header_phone{
|
|
color: #fff;
|
|
margin-right: 34px;
|
|
padding-left: 16px;
|
|
border-left: 1px solid #d2d2d2;
|
|
font-size: 14PX;
|
|
}
|
|
.icon-dianhua{
|
|
border: #fff;
|
|
}
|
|
.header::after{
|
|
content: '';
|
|
width: 100%;
|
|
height: 1px;
|
|
left: 0;
|
|
bottom: 0;
|
|
position: absolute;
|
|
background: linear-gradient(90deg, #2117a8, #8117f7);
|
|
|
|
}
|
|
.search{
|
|
height: 100px;
|
|
width: 100%;
|
|
padding: 15px 0px;
|
|
background-color: #111;
|
|
margin-top: 60px;
|
|
box-sizing: border-box;
|
|
}
|
|
.search_bar{
|
|
display: flex;
|
|
align-items: center;
|
|
width: 546px;
|
|
height: 40px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
.search_bar input{
|
|
width: 700px;
|
|
border: none;
|
|
height: 100%;
|
|
text-indent: 20px;
|
|
font-size: 14px;
|
|
background-color: #ffffff;
|
|
border-radius: 20px 0 0 20px;
|
|
}
|
|
.search_bar span{
|
|
position: absolute;
|
|
display: inline-block;
|
|
width: 60px;
|
|
height: 100%;
|
|
background-color: #6E44E6;
|
|
border-radius: 0 20px 20px 0;
|
|
padding-top: 3px;
|
|
padding-left: 12px;
|
|
right: -60px;
|
|
box-sizing: border-box;
|
|
}
|
|
.icon-sousuo{
|
|
color: #fff;
|
|
font-size: 30px !important;
|
|
}
|
|
.search_keywords{
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 14px;
|
|
}
|
|
.search_keywords li{
|
|
height: 16px;
|
|
line-height: 16px;
|
|
padding-right: 15px;
|
|
margin-right: 15px;
|
|
border-right: 1px solid #d2d2d2;
|
|
}
|
|
.search_keywords li a{
|
|
font-size: 12px;
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.footer{
|
|
height: 227px;
|
|
background-color: #262939;
|
|
}
|
|
.footer_top{
|
|
display: flex;
|
|
height: 167px;
|
|
padding-top: 24px;
|
|
box-sizing: border-box;
|
|
}
|
|
.footer_top .img{
|
|
width: 149px;
|
|
height: 65px;
|
|
color: rgba(255, 255, 255, 0.616);
|
|
margin-left: 90px;
|
|
margin-right: 96px;
|
|
}
|
|
.footer_top UL{
|
|
margin-top: 10px;
|
|
margin-right: 80PX;
|
|
}
|
|
.footer_top UL li{
|
|
font-size: 14px;
|
|
color: #9E9E9E;
|
|
margin-bottom: 15px;
|
|
}
|
|
.footer_top UL li:first-child{
|
|
color: #fff;
|
|
margin-bottom: 20px;
|
|
}
|
|
.footer_top p {
|
|
margin-right: 66px;
|
|
height: 123px;
|
|
width: 100px;
|
|
text-align: center;
|
|
}
|
|
.footer_top p img{
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
.footer_top p:last-child{
|
|
margin-right: 0;
|
|
}
|
|
.footer_top span{
|
|
display: block;
|
|
color: #9E9E9E;
|
|
}
|
|
.footer_bottom{
|
|
height: 60px;
|
|
background-color: #1c1c1c;
|
|
color: #939393;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
line-height: 60px;
|
|
}
|