我想在网站的背景图像中淡入淡出,因为网站使用 jQuery 完全加载到浏览器中,或者这里的任何东西都是我使用的 CSS
body
{
background-image:url('c.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
font-family: helvetica, arial, sans-serif;
font-size:40px;
}
我想在网站的背景图像中淡入淡出,因为网站使用 jQuery 完全加载到浏览器中,或者这里的任何东西都是我使用的 CSS
body
{
background-image:url('c.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
font-family: helvetica, arial, sans-serif;
font-size:40px;
}