no message
This commit is contained in:
parent
0f93d026f9
commit
e20008685a
@ -333,7 +333,6 @@ body {
|
||||
background-color: rgba(246, 246, 246, 1);
|
||||
}
|
||||
|
||||
|
||||
// &:hover {
|
||||
// background-color: rgba(246, 246, 246, 1);
|
||||
// }
|
||||
|
@ -968,6 +968,13 @@
|
||||
vertical-align: bottom;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.state-mask {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.base {
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -1079,13 +1086,6 @@
|
||||
height: 6px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.base .type2 .state-box .state-mask {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.base .type2 .state-box .state {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #ebebeb;
|
||||
|
@ -1103,6 +1103,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.state-mask {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.base {
|
||||
// width: 100vw;
|
||||
background-color: transparent;
|
||||
@ -1233,13 +1241,7 @@
|
||||
}
|
||||
position: relative;
|
||||
|
||||
.state-mask {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
||||
.state {
|
||||
background-color: #ffffff;
|
||||
|
Loading…
Reference in New Issue
Block a user