no message

This commit is contained in:
A1300399510 2024-11-13 14:46:51 +08:00
parent 5d582f25d9
commit 57a5a251b9
2 changed files with 3 additions and 6 deletions

View File

@ -899,10 +899,7 @@
vertical-align: bottom; vertical-align: bottom;
} }
.base { .base {
width: 100vw;
background-color: transparent; background-color: transparent;
transform: none;
left: 0;
} }
.base .type1 { .base .type1 {
width: 100%; width: 100%;

View File

@ -1031,10 +1031,10 @@
} }
.base { .base {
width: 100vw; // width: 100vw;
background-color: transparent; background-color: transparent;
transform: none; // transform: none;
left: 0; // left: 0;
.type1 { .type1 {
width: 100%; width: 100%;
width: 640px; width: 640px;