背景圖片會拉伸
body{
margin:0;
width: 100vw;
height:100vh;
background: url("./1.png") no-repeat;
background-size:100% 100%;
}
複製程式碼
左右部分顯示不到
body{
margin:0;
width: 100%;
height:100vh;
background: url("http://img.moonsic.cn/bizhi1.png") no-repeat center center;
background-size:cover;
}
複製程式碼