(水文)暴力添加新春背景图片
1年前
把下面的代码添加到你的css文件中,注意添加的位置,不然会被重新覆盖掉。
body {
/*换成自己想要的新春背景图片*/
background-image: url(http://m.huue.cc/api/1366x768_302.php);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}