再次完善页面缩放比例问题,放大了也不会发生奇怪的错位了

This commit is contained in:
skimrme
2025-07-27 20:49:18 +08:00
parent 3ee0131b0e
commit 8f6e09cf0f
4 changed files with 29 additions and 7 deletions

View File

@@ -2,10 +2,10 @@
#message_block
{
background-color: rgba(0, 0, 0, 0.68);
width: 85%;
position: fixed;
width: 1150px;
height: 100%;
margin: auto;
position: absolute;
top: 0;
left: 0;
right: 0;