@@ -110,6 +110,10 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
.client-head{
width: 100%;
height: 80px;
+ position:fixed;
+ top: 0;
+ left: 0;
+ z-index: 999;
background: #fff;
//头部布局
@@ -9,6 +9,7 @@
.client-banner{
height: 480px;
+ margin-top: 80px;
background-image: url("~@/assets/images/client/index/" + "index-banner-background.png");
background-position-x: center;
.banner-left{
@@ -43,6 +43,6 @@
</script>
<style lang="scss" scoped>
.mta-home-box-c{
- >div{width: 100%;}
+ >div{width: 100%;margin-top: 80px;}
}
</style>