Bläddra i källkod

banner样式开发

tanxue 3 år sedan
förälder
incheckning
bfb927fe98

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

@@ -125,9 +125,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
 /************************ 网站公共class样式 author: TX  date:2020-07-30 **********************/
 /* 网站框架 */
 .website-frame{
-  font-family: Arial, "微软雅黑", sans-serif;
-  color: #2C3E50;
-  min-width: 1240px;
+  min-width: 1240px;font-family: Arial, "微软雅黑", sans-serif;color: #2C3E50;
   // head移动端响应式
   @media (max-width: 768px){min-width: unset;}
 }

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

@@ -16,9 +16,9 @@
     }
     /* banner-box */
     .client-banner-box{
-        .el-carousel__container{height: 395px;cursor: pointer;}
+        .el-carousel__container{height: 640px;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: 640px;display: block;background-position: center;background-repeat: no-repeat;background-color: #a49d9b;}
         }
     }