关键代码
<image v-for="i in 4" :key="i" src="@/static/star.png"></image>
</view>
.level {
height: 100rpx;
width: 30rpx;
position: absolute;
bottom: 195rpx;
right: 0;
display: flex;
flex-direction: column;
align-items: center;
image {
margin-top: 6rpx;
width: 15rpx;
height: 15rpx;
}
}