|
@@ -179,7 +179,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
.head-left{
|
|
.head-left{
|
|
display: flex;
|
|
display: flex;
|
|
//头部图标
|
|
//头部图标
|
|
- >a{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;}
|
|
}
|
|
}
|
|
|
|
|
|
//头部右侧区域
|
|
//头部右侧区域
|
|
@@ -239,7 +239,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
//头部左侧区域 logo
|
|
//头部左侧区域 logo
|
|
.head-left{
|
|
.head-left{
|
|
justify-content: space-between;height: 60px;align-items: center;padding:0;
|
|
justify-content: space-between;height: 60px;align-items: center;padding:0;
|
|
- >a{width: 92px;height: 46px;background-size: contain;margin:0;}
|
|
|
|
|
|
+ .client-head-img{width: 92px;height: 46px;background-size: contain;margin:0;}
|
|
}
|
|
}
|
|
//头部导航
|
|
//头部导航
|
|
.el-menu{position: absolute;margin: 0;left: 0;right: 0;height: 100vh;transition: 0.5s;top: 61px;}
|
|
.el-menu{position: absolute;margin: 0;left: 0;right: 0;height: 100vh;transition: 0.5s;top: 61px;}
|