소스 검색

feat-修改固定样式

hejie 3 년 전
부모
커밋
37946aa983
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/pages/index/index.vue
  2. 1 1
      src/pages/product/productTeaBaby.vue
  3. 1 1
      src/pages/product/productWholesale.vue

+ 1 - 1
src/pages/index/index.vue

@@ -396,7 +396,7 @@ export default {
   .product-image {
     border-radius: 10rpx 10rpx 0 0;
     width: 100%;
-    height:44.9vw;
+    height:42.3vw;
     object-fit: cover;
   }
 

+ 1 - 1
src/pages/product/productTeaBaby.vue

@@ -132,7 +132,7 @@ page {
 
 .list_img {
   width: 200rpx;
-  height:185rpx;
+  height:180rpx;
   margin-right: 35rpx;
   border-radius: 12rpx;
 }

+ 1 - 1
src/pages/product/productWholesale.vue

@@ -123,7 +123,7 @@ page {
 
 .list_img {
     width: 200rpx;
-    height:185rpx;
+    height:180rpx;
     margin-right: 35rpx;
     border-radius: 12rpx;
 }