From 95743af73e65b6d4279a15a2d69de50faa5f8469 Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Tue, 7 Jul 2020 16:17:35 +0800 Subject: [PATCH] 1. 全屏要100% --- components/diy_picMax/diy_picMax.wxss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/diy_picMax/diy_picMax.wxss b/components/diy_picMax/diy_picMax.wxss index 8886b2d..2e26ca6 100644 --- a/components/diy_picMax/diy_picMax.wxss +++ b/components/diy_picMax/diy_picMax.wxss @@ -1,7 +1,7 @@ .picMax{width: 100%;position: relative;} .pic_item{display: block; top:0;left:0;float:left} -.pic_item image{width: 100%; height: 100%} -.width_1{width: 187.5rpx}.width_2{width: 375rpx;}.width_3{width: 562.5rpx}.width_4{width:748rpx;} +.pic_item image{width: 100%; height: 100%; vertical-align: bottom;} +.width_1{width: 187.5rpx}.width_2{width: 375rpx;}.width_3{width: 562.5rpx}.width_4{width:750rpx;} /* .height_1{height: 187.5rpx;}.height_2{height: 375rpx;}.height_3{height: 562.5rpx}.height_4{height: 748rpx;} */ /* .mar_x1{margin-left:187.5rpx;}.mar_x2{margin-left:375rpx;}.mar_x3{margin-left:562.5rpx}.mar_x4{margin-left: 748rpx;} .mar_y1{margin-top: 187.5rpx;}.mar_y2{margin-top: 375rpx;}.mar_y3{margin-top: 562.5rpx}.mar_y4{margin-top: 748rpx;} */ -- libgit2 0.21.4