Browse Source

Merge remote-tracking branch 'origin/大连青谷网站' into 大连青谷网站

tanxue 2 năm trước cách đây
mục cha
commit
14d12aa8df

+ 3 - 1
assets/scss/cus-client/cus-client-common.scss

@@ -897,7 +897,9 @@ client-banner-box.client-banner-index {
     height: 730px;
     background-repeat: no-repeat;
     background-position: center;
-    background-size: cover;
+    background-size: contain;
+    max-width: 100%;
+    background-color: #fff;
 
     .banner-btn-groups {
       position: absolute;

+ 1 - 1
assets/scss/cus-client/cus-client-page.scss

@@ -18,7 +18,7 @@
     .client-banner-box{
         .el-carousel__container{height: 730px;cursor: pointer;}
         .el-carousel__item{
-          .index-carousel-box{width:100%;height: 730px;display: block;background-position: center;background-repeat: no-repeat;background-color: #010619;}
+          .index-carousel-box{width:100%;height: 730px;display: block;background-position: center;background-repeat: no-repeat;background-color: #fff;}
         }
 
       .el-carousel__indicators {

+ 1 - 1
nuxt.config.js

@@ -7,7 +7,7 @@ const pro = {
 
 }
 // build 改为true
-const isPro = false;
+const isPro = true;
 
 export default {
   /*