uniappの背景画像は高さに適応します

	#container {
		// width: 100vw;
		// height: 100vh;
		// background: url(../../static/tjj_bg.png) no-repeat;
		// background-repeat: no-repeat;
		// background-size: 100% 100%;
		background-size: cover;
		box-sizing: border-box;
	}

 

おすすめ

転載: blog.csdn.net/RemindingMe/article/details/127964484