给div盒子设置背景图片

*{
		margin: 0px;
		padding: 0px;
	}
 
    .login_container{
		width: 100%;
		height: 100vh;
		background-image: url('./../assets/bg.jpg');
		background-repeat:no-r1eat;
		background-size: 100%;
    }

你可能感兴趣的:(前端,css,html)