Bladeren bron

feat-修改固定样式

hejie 3 jaren geleden
bovenliggende
commit
37946aa983
3 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  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;
 }