Browse Source

首页banner样式修改

tanxue 2 years ago
parent
commit
28bc308a49
1 changed files with 4 additions and 4 deletions
  1. 4 4
      assets/scss/cus-client/cus-client-page.scss

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

@@ -8,17 +8,17 @@
     /* 网站banner */
     .client-index-banner{
       width: 100%;
-      height: 395px;
-      background-color:#031073;
+      height: 520px;
+      background-color:#fff;
       background-image: url("~static/images/client/index/index-banner-background.png");
       background-position-x: center;
       background-repeat: no-repeat;
     }
     /* banner-box */
     .client-banner-box{
-        .el-carousel__container{height: 395px;cursor: pointer;}
+        .el-carousel__container{height: 520px;cursor: pointer;}
         .el-carousel__item{
-          .index-carousel-box{width:100%;height: 395px;display: block;background-position: center;background-repeat: no-repeat;background-color: #010619;}
+          .index-carousel-box{width:100%;height: 520px;display: block;background-position: center;background-repeat: no-repeat;background-color: #fff;}
         }
     }