This commit is contained in:
WJQSERVER 2024-10-20 18:56:37 +08:00
parent 91b7cfe533
commit ddd12729a4
6 changed files with 22 additions and 15 deletions

View file

@ -10,7 +10,7 @@
<link rel="stylesheet" href="https://font.sec.miui.com/font/css?family=MiSans:400,700:MiSans">
<style>
body {
background-color: #d6d6d6c5;
background-color: #ecececf3;
font-family: 'Misans', Arial, sans-serif;
padding: 30px;
display: flex;
@ -55,7 +55,7 @@
}
footer {
line-height: 1.1;
line-height: 1.25;
position: absolute;
bottom: 0;
left: 0;
@ -65,7 +65,7 @@
pre {
background: #012333;
color: #39c5bb;
color: #39c5bc;
padding: 20px 20px;
margin: 10px 0;
border-radius: 8px;
@ -129,7 +129,7 @@
#visitor-info {
margin-top: 10px;
text-align: center;
line-height: 0.5;
line-height: 0;
}
#toast {
@ -137,7 +137,7 @@
top: 10%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #39c5bcd2;
background-color: #39c5bcde;
color: white;
padding: 15px 20px;
border-radius: 10px;