feat: add week model

This commit is contained in:
xiaoxian521
2021-04-06 23:04:13 +08:00
parent 485df5eb2f
commit acef165783
2 changed files with 49 additions and 14 deletions

View File

@@ -100,6 +100,7 @@ ul {
top: 48px !important;
}
// 灰色模式
.html-grey {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
@@ -111,6 +112,15 @@ ul {
-webkit-filter: grayscale(1);
}
// 色弱模式
.html-weakness {
filter: invert(80%);
-webkit-filter: invert(80%);
-moz-filter: invert(80%);
-ms-filter: invert(80%);
-o-filter: invert(80%);
}
.el-loading-mask {
z-index: -1;
}