更新:登录功能
This commit is contained in:
17
uni_modules/wot-design-uni/components/wd-overlay/index.scss
Normal file
17
uni_modules/wot-design-uni/components/wd-overlay/index.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
@import "./../common/abstracts/_mixin.scss";
|
||||
@import "./../common/abstracts/variable.scss";
|
||||
|
||||
.wot-theme-dark {
|
||||
@include b(overlay) {
|
||||
background: $-overlay-bg-dark;
|
||||
}
|
||||
}
|
||||
|
||||
@include b(overlay) {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: $-overlay-bg;
|
||||
}
|
||||
Reference in New Issue
Block a user