一句话搞定:
body{ background:url(图片链接地址) no-repeat center top fixed;}
分开写的话也就是
body{ background-attachment:fixed; background-image: url(图片链接地址) ; background-repeat:no-repeat; background-position: center top;}
时间: 2024-12-05 15:39:29
一句话搞定:
body{ background:url(图片链接地址) no-repeat center top fixed;}
分开写的话也就是
body{ background-attachment:fixed; background-image: url(图片链接地址) ; background-repeat:no-repeat; background-position: center top;}