移除背景图
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user