|
@@ -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;}
|
|
|
}
|
|
|
}
|
|
|
|