소스 검색

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