Commit 95743af73e65b6d4279a15a2d69de50faa5f8469
1 parent
8220b3b5
1. 全屏要100%
Showing
1 changed file
with
2 additions
and
2 deletions
components/diy_picMax/diy_picMax.wxss
1 | 1 | .picMax{width: 100%;position: relative;} |
2 | 2 | .pic_item{display: block; top:0;left:0;float:left} |
3 | -.pic_item image{width: 100%; height: 100%} | |
4 | -.width_1{width: 187.5rpx}.width_2{width: 375rpx;}.width_3{width: 562.5rpx}.width_4{width:748rpx;} | |
3 | +.pic_item image{width: 100%; height: 100%; vertical-align: bottom;} | |
4 | +.width_1{width: 187.5rpx}.width_2{width: 375rpx;}.width_3{width: 562.5rpx}.width_4{width:750rpx;} | |
5 | 5 | /* .height_1{height: 187.5rpx;}.height_2{height: 375rpx;}.height_3{height: 562.5rpx}.height_4{height: 748rpx;} */ |
6 | 6 | /* .mar_x1{margin-left:187.5rpx;}.mar_x2{margin-left:375rpx;}.mar_x3{margin-left:562.5rpx}.mar_x4{margin-left: 748rpx;} |
7 | 7 | .mar_y1{margin-top: 187.5rpx;}.mar_y2{margin-top: 375rpx;}.mar_y3{margin-top: 562.5rpx}.mar_y4{margin-top: 748rpx;} */ | ... | ... |