wangxy vor 2 Jahren
Ursprung
Commit
4baf13e963
1 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen
  1. 6 1
      assets/scss/cus-client/cus-client-common.scss

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

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