1、实现使用本地image作为背景图,设置相应的style。
xx.wxss
.image {
position: fixed;
z-index: -1;//设置摆放层级在最底层
width: 100%;
height: 100%
}
xx.wxss
.image {
position: fixed;
z-index: -1;//设置摆放层级在最底层
width: 100%;
height: 100%
}