Commit c18ee79aad2e5a75260fc9107d53de91811cc754

Authored by taiyuan
1 parent 57ac2b1f

diy_picMax样式修改

components/diy_picMax/diy_picMax.wxss
... ... @@ -10,11 +10,11 @@
10 10 }
11 11 /* .pic_item image{width: 100%;} */
12 12 /* .pic_item image{width: 100%;vertical-align: bottom; margin: 0;margin-left: -1rpx;font-size: 0; } */
13   -.pic_item image{width: 100%;vertical-align: bottom; margin: 0;font-size: 0; }
14   -.picMax-clear{clear: both;}
  13 +.pic_item image{width: 100%;vertical-align: bottom; margin: 0;display: block;}
  14 +/* .picMax-clear{clear: both;} */
15 15  
16 16 .mgt2 {
17   - margin-top: -2rpx !important;
  17 + margin-bottom: -2rpx !important;
18 18 }
19 19  
20 20 .picMax2{
... ... @@ -24,6 +24,7 @@
24 24 position:absolute;top:0; left:0;
25 25 }
26 26 .pic_item2 image{
  27 + display: block;
27 28 vertical-align: top;
28 29 vertical-align: text-top;
29 30 vertical-align: bottom;
... ...