|
@@ -130,6 +130,11 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
min-width: 1240px;
|
|
min-width: 1240px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/* 饿了么右侧生成的间距 */
|
|
|
|
+.el-popup-parent--hidden{
|
|
|
|
+ padding-right:0 !important
|
|
|
|
+}
|
|
|
|
+
|
|
/* 网站主体部分 */
|
|
/* 网站主体部分 */
|
|
.client-container{width: 1200px;margin: 0 auto;}
|
|
.client-container{width: 1200px;margin: 0 auto;}
|
|
.client-container-middle{width: 960px;margin: 0 auto;}
|
|
.client-container-middle{width: 960px;margin: 0 auto;}
|
|
@@ -140,6 +145,8 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
height: 80px;
|
|
height: 80px;
|
|
z-index: 999;
|
|
z-index: 999;
|
|
background: #fff;
|
|
background: #fff;
|
|
|
|
+ position: fixed;
|
|
|
|
+ top:0;
|
|
|
|
|
|
//头部布局
|
|
//头部布局
|
|
.head-layout{display: flex;justify-content: space-between;}
|
|
.head-layout{display: flex;justify-content: space-between;}
|
|
@@ -153,8 +160,8 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
height: 80px;
|
|
height: 80px;
|
|
line-height: 80px;
|
|
line-height: 80px;
|
|
margin: 0 10px;
|
|
margin: 0 10px;
|
|
- padding: 0 6px;
|
|
|
|
- a{height: inherit;display: inline-block;}
|
|
|
|
|
|
+ padding: 0!important;
|
|
|
|
+ a{height: inherit;display: inline-block;padding: 0 6px;}
|
|
}
|
|
}
|
|
>.el-menu-item.is-active{
|
|
>.el-menu-item.is-active{
|
|
@include setThemeColorBase("color", 0);
|
|
@include setThemeColorBase("color", 0);
|