国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

In flex layout, the width and height of the container are set to 100% respectively, and the width and height of the child element image are set to 200rpx; the width and height of the parent element follow the child element, and there is no 100% effect.
陳金宇
陳金宇 2018-06-13 09:52:07
0
0
1079

wxml:

<view class='tz'>

?<image class='tz-image' src='../../image/tz.png'></image>

?<text class='tz-text'>歡迎來到***平臺(tái)</text>

wxss:


.tz{

?width: 100%;

?height: 100%;

?display: flex;

?background: rebeccapurple;

?margin: 5rpx;


}

.tz-image{

?width: 200rpx;

?height: 200rpx;

}

.tz-text{

?background: red;

?}

</view>




陳金宇
陳金宇

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template