浏览代码

bug 修改

wangxy 3 年之前
父节点
当前提交
7ce150c221
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;
   }
 }