🍭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;
}
div{
position: relative;
height: 100%;
width: 100%;
background-position: center;
background-repeat: no-repeat;
background-size:cover;
background-attachment:fixed;
}