no message

This commit is contained in:
A1300399510 2024-11-14 15:43:02 +08:00
parent 0f93d026f9
commit e20008685a
3 changed files with 16 additions and 15 deletions

View File

@ -333,7 +333,6 @@ body {
background-color: rgba(246, 246, 246, 1); background-color: rgba(246, 246, 246, 1);
} }
// &:hover { // &:hover {
// background-color: rgba(246, 246, 246, 1); // background-color: rgba(246, 246, 246, 1);
// } // }

View File

@ -968,6 +968,13 @@
vertical-align: bottom; vertical-align: bottom;
border-radius: 50%; border-radius: 50%;
} }
.state-mask {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
}
.base { .base {
background-color: transparent; background-color: transparent;
} }
@ -1079,13 +1086,6 @@
height: 6px; height: 6px;
margin-left: 8px; margin-left: 8px;
} }
.base .type2 .state-box .state-mask {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
}
.base .type2 .state-box .state { .base .type2 .state-box .state {
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #ebebeb; border: 1px solid #ebebeb;

View File

@ -1103,6 +1103,14 @@
} }
} }
.state-mask {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
}
.base { .base {
// width: 100vw; // width: 100vw;
background-color: transparent; background-color: transparent;
@ -1233,13 +1241,7 @@
} }
position: relative; position: relative;
.state-mask {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
}
.state { .state {
background-color: #ffffff; background-color: #ffffff;