.main {
background: url(../assets/main.png) no-repeat;
/**添加以下css */
height: 100%; //大小设置为100%
width: 100%; //大小设置为100%
position: fixed;
background-size: 100% 100%;
}
【前端】让背景图片自适用
阅读 72
2022-03-11
.main {
background: url(../assets/main.png) no-repeat;
/**添加以下css */
height: 100%; //大小设置为100%
width: 100%; //大小设置为100%
position: fixed;
background-size: 100% 100%;
}
相关推荐
精彩评论(0)