网页背景图
<!-------------页面整体背景图---------------->
<style>
body {
background-image: url("https://files.getquicker.net/_sitefiles/_guides/52593d69-c99a-4367-8b98-08d9a65be47e/2023/08/31/121946_202824_1.svg");
background-repeat: no-repeat;
background-size: cover;
}
</style>
<!-------------页面整体背景图---------------->