css背景图片自适应

废话不说,直接放代码~~嘻嘻~

html部分:

css部分:

.login-container {

position: fixed;

height: 100%;

width: 100%;

background: url('图片路径‘) no-repeat center;

background-size: cover;

}

直接复制即可完美实现~喵喵喵

你可能感兴趣的:(css背景图片自适应)