mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
18 lines
272 B
SCSS
Vendored
18 lines
272 B
SCSS
Vendored
.common-guide {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 999999;
|
|
background-color: #000000de;
|
|
padding: 5px 10px;
|
|
|
|
>div {
|
|
text-align: center;
|
|
button {
|
|
padding: 0 45px;
|
|
}
|
|
}
|
|
}
|