该方案适用于大部分场景
.container {
background: url('bg.jpg') no-repeat center center fixed;
background-size: cover;
}
背景适配方案 css背景自动适应屏幕
该方案适用于大部分场景
.container {
background: url('bg.jpg') no-repeat center center fixed;
background-size: cover;
}
背景适配方案 css背景自动适应屏幕