소스 검색

调整布局

wangxy 2 년 전
부모
커밋
ef8ef47f9b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/product/exam.vue

+ 2 - 2
pages/product/exam.vue

@@ -446,10 +446,10 @@ export default {
 }
 
 .platform-products-services {
-  .img-card:nth-child(3) {
+  .img-card:nth-child(2) {
     background: #fafffc;
   }
-  .img-card:nth-child(5) {
+  .img-card:nth-child(4) {
     background: #fafffc;
   }
 }