|
@@ -147,7 +147,8 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
/* 网站头部导航栏 */
|
|
/* 网站头部导航栏 */
|
|
.client-head{
|
|
.client-head{
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 80px;
|
|
|
|
|
|
+ //height: 80px;
|
|
|
|
+ height: 120px;
|
|
z-index: 999;
|
|
z-index: 999;
|
|
background: #fff;
|
|
background: #fff;
|
|
position: fixed;
|
|
position: fixed;
|
|
@@ -162,8 +163,8 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
>.el-menu-item {
|
|
>.el-menu-item {
|
|
color: rgba(0,0,0,0.85);
|
|
color: rgba(0,0,0,0.85);
|
|
@include setFontStyle(-2);
|
|
@include setFontStyle(-2);
|
|
- height: 80px;
|
|
|
|
- line-height: 80px;
|
|
|
|
|
|
+ height: 60px;
|
|
|
|
+ line-height: 60px;
|
|
margin: 0 10px;
|
|
margin: 0 10px;
|
|
padding: 0!important;
|
|
padding: 0!important;
|
|
a{height: inherit;display: inline-block;padding: 0 6px;}
|
|
a{height: inherit;display: inline-block;padding: 0 6px;}
|
|
@@ -178,17 +179,20 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
//头部左侧区域
|
|
//头部左侧区域
|
|
.head-left{
|
|
.head-left{
|
|
display: flex;
|
|
display: flex;
|
|
|
|
+ width: 100%;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
//头部图标
|
|
//头部图标
|
|
.client-head-img{width: 200px;height:79px;display: inline-block;background-image: url("~static/images/client/component/nav-logo.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 40px;}
|
|
.client-head-img{width: 200px;height:79px;display: inline-block;background-image: url("~static/images/client/component/nav-logo.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 40px;}
|
|
}
|
|
}
|
|
|
|
|
|
//头部右侧区域
|
|
//头部右侧区域
|
|
.head-right{
|
|
.head-right{
|
|
- line-height: 80px;position: relative;
|
|
|
|
|
|
+ line-height: 60px;position: relative;
|
|
>a{height: 40px;line-height: 40px;@include setFontStyle(-4);padding: 0 30px;border-radius: 4px;display: inline-block;border: 1px solid #0366cd;color:#0064cc;box-sizing: border-box;text-align: center;}
|
|
>a{height: 40px;line-height: 40px;@include setFontStyle(-4);padding: 0 30px;border-radius: 4px;display: inline-block;border: 1px solid #0366cd;color:#0064cc;box-sizing: border-box;text-align: center;}
|
|
>a.right-tel-btn{width: 130px;color: #fff;background: #3e7ce7;border: 1px solid #3e7ce7;padding: 0 8px;margin-right:10px;position: relative;}
|
|
>a.right-tel-btn{width: 130px;color: #fff;background: #3e7ce7;border: 1px solid #3e7ce7;padding: 0 8px;margin-right:10px;position: relative;}
|
|
>a:hover{cursor: pointer;}
|
|
>a:hover{cursor: pointer;}
|
|
- .system-box{width: 130px;height: 60px;position: absolute;top: 20px;}
|
|
|
|
|
|
+ .system-box{width: 130px;height: 60px;position: absolute;top: 20px; z-index: 999}
|
|
.system-box{
|
|
.system-box{
|
|
div{
|
|
div{
|
|
display: none;min-width:260px;height:120px;position: absolute;background: #fff;border: 1px solid #b5b5b5;border-radius: 4px;padding: 10px 8px;left: 0;top:57px;transition: 5s;
|
|
display: none;min-width:260px;height:120px;position: absolute;background: #fff;border: 1px solid #b5b5b5;border-radius: 4px;padding: 10px 8px;left: 0;top:57px;transition: 5s;
|
|
@@ -231,6 +235,27 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ .header-left-container {
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: flex-end;
|
|
|
|
+ align-items: center;
|
|
|
|
+
|
|
|
|
+ .phone-tel-box {
|
|
|
|
+ margin-right: 20px;
|
|
|
|
+ display: flex;
|
|
|
|
+ color: rgb(0, 84, 145);
|
|
|
|
+ align-items: center;
|
|
|
|
+
|
|
|
|
+ .phone-tel-box-icon {
|
|
|
|
+ width: 25px;
|
|
|
|
+ height: 25px;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ margin-right: 5px;
|
|
|
|
+ background-image: url("~static/images/client/component/head-phone-icon.png");
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
// head移动端响应式
|
|
// head移动端响应式
|
|
@media (max-width: 768px){
|
|
@media (max-width: 768px){
|
|
// head
|
|
// head
|