no message
This commit is contained in:
parent
0f93d026f9
commit
e20008685a
@ -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);
|
||||||
// }
|
// }
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user