<view class="imgbox">
<image src="@/static/aboutusimg1.png" alt="" />
<image src="@/static/aboutusimg2.png" alt="" />
<image src="@/static/aboutusimg3.png" alt="" />
<image src="@/static/aboutusimg4.png" alt="" />
</view>
.imgbox {
margin-top: 35rpx;
image:nth-of-type(1) {
width: 290px;
height: 217px;
}
image:nth-of-type(2) {
width: 290px;
height: 192px;
margin-top: 30rpx;
}
image:nth-of-type(3) {
width: 290px;
height: 218px;
margin-top: 30rpx;
}
image:nth-of-type(4) {
width: 290px;
height: 431px;
margin-top: 30rpx;
}
}