1.響應式全屏背景圖css樣式:
body{
background-image: url('img/1.jpg');
/*圖片水平垂直居中*/
background-position:center center;
/*圖片在viewport中固定,以便內容大于圖片時圖片不會移動*/
background-attachment:fixed;
/*圖片基于容器縮放*/
background-size:cover;
}
2.a標簽返回上一頁:
<a href="javascript:history.back()">