移除背景图

This commit is contained in:
NewName
2025-05-20 21:45:56 +08:00
parent 47eb0e1b49
commit f00b98697a
3 changed files with 11 additions and 27 deletions

View File

@@ -12,7 +12,7 @@
<link rel="stylesheet" href="https://font.sec.miui.com/font/css?family=MiSans:400,700:MiSans">
<style>
:root {
--color: #ffffff;
--color: #eeeeee;
--fontcolor: #333;
--inputcolor: #f5f5f5;
--inputcolor-font: #333;
@@ -33,11 +33,6 @@
body {
background-color: var(--color);
background-image: url('./bj.svg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
color: var(--fontcolor);
font-family: 'Misans', Arial, sans-serif;
padding: 30px;