uni-app modify the background of the specified page

Just add styles in the style tag of the current page number

<style>
	page {
    
    
		background: blue;
	}
</style>

Guess you like

Origin blog.csdn.net/weixin_44640323/article/details/112390456