Browse Source

产品详情图片之间有距离,修复成功

sugar1569 7 years atrás
parent
commit
d57d1f2e65

+ 1 - 1
application/routine/view/crmebN/pages/product-con/index.wxss

@@ -50,5 +50,5 @@ background-color:#fff;padding:8rpx 0;border-radius:0;margin:0;line-height:2;}
 }
 @import "/pages/foo-tan/foo-tan.wxss"; 
 @import "/wxParse/wxParse.wxss"; 
-.wxParse-p{padding: 0;margin: 0;}
+.wxParse-p{margin-bottom:-4px;}
 

+ 2 - 1
application/routine/view/crmebN/pages/product-countdown/index.wxss

@@ -54,4 +54,5 @@ swiper-item{position: relative; width: 100%;}
 .countdown-time text{height:35rpx;padding:0 8rpx;display:inline-block;background-color:#fff;color:#ff3d3d;line-height:35rpx;border-radius:5rpx;margin-top:8rpx;}
   @import "/pages/foo-tan/foo-tan.wxss";  
   @import "/wxParse/wxParse.wxss";
- .wxParse-p{margin:0;padding:0;}
+ .wxParse-p{margin-bottom:-4px;
+}