🍭CSS背景图片居中自适应缩放

2019-03-20  本文已影响0人  索隆萨克
div{
  position: relative;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment:fixed;
}
上一篇 下一篇

猜你喜欢

热点阅读