<view class='bg'>
<image src='../assets/bg.png' class='full'></image>
</view>
/* 給盒子添加絕對定位,讓圖片占滿全屏幕 */
.bg {
width: 100%;
height: 100%;
position: absolute;
z-index: -99999;
}
.bg image {
width: 100%;
height: 100%;
}
