美文网首页
css 的background-size

css 的background-size

作者: 无花无酒_3cd3 | 来源:发表于2020-09-14 19:33 被阅读0次

背景图定位

.explain{
  height:rem(684rem);
  background: url(../image/bottom.png)  no-repeat bottom; //center、bottom、top
  background-size: rem(750rem);
}

相关文章

网友评论

      本文标题:css 的background-size

      本文链接:https://www.haomeiwen.com/subject/fyftyktx.html