div+css怎么让背景图片自动缩放

来源:互联网 发布:java 对象模型 编辑:程序博客网 时间:2024/05/01 18:35

body {
  background: url("./../img/bg.jpg") fixed center center no-repeat;
  background-size: cover;
  width: 100%;
}
0 0