uniapp setting page background image

If you want to set a background image for the entire page, add the following CSS to achieve the effect:

page{
	height: 100%;
	background: url('~@/static/imgs/xxx/bg.png');
}

insert image description here

Guess you like

Origin blog.csdn.net/mashangzhifu/article/details/127456913