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>