wangxy 3 anni fa
parent
commit
7ce150c221
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      pages/index.vue

+ 2 - 2
pages/index.vue

@@ -495,10 +495,10 @@ export default {
 <style lang="scss" scoped>
 
 .client-products-services {
-  .img-card:nth-child(2) {
+  .img-card:nth-child(1) {
     background: #fafffc;
   }
-  .img-card:nth-child(4) {
+  .img-card:nth-child(3) {
     background: #fafffc;
   }
 }