HTML5 body設置全屏背景圖片 如何讓body的背景圖片自適應整個屏----實戰經驗

html,body{
	width:100%;
	height:100%
}

body{
  
  background:url("../img/Flyer-bg.png") no-repeat;
  background-size: 100%;
}
相關文章
相關標籤/搜索