第一次提交测试 2025.07.20 skimrme

This commit is contained in:
skimrme
2025-07-20 01:52:15 +08:00
parent d533642938
commit 7b6373f474
19 changed files with 444 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#body_color
{
background-color: rgba(147, 185, 255, 0.644);
}

View File

@@ -0,0 +1,14 @@
<style>
#message_block
{
background-color: rgba(0, 0, 0, 0.68);
width: 85%;
height: 100%;
margin: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
</style>