|
@@ -919,6 +919,10 @@ client-banner-box.client-banner-index {
|
|
|
background-position: center;
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
+
|
|
|
+ .el-carousel__indicators {
|
|
|
+ margin-bottom: 10px !important;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1134,6 +1138,7 @@ client-banner-box.client-banner-index {
|
|
|
border: 1px solid #ccc;
|
|
|
border-radius: 8px;
|
|
|
margin-bottom: 10px;
|
|
|
+ box-shadow: 0 2px 3px #ccc;
|
|
|
|
|
|
div {
|
|
|
margin: 0 20px 0 0;
|
|
@@ -1152,7 +1157,7 @@ client-banner-box.client-banner-index {
|
|
|
margin-top: 3%;
|
|
|
background-color: #ccc;
|
|
|
display: inline-block;
|
|
|
- background-size: contain;
|
|
|
+ background-size: 70%;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
|
|
}
|