mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
feat: add week model
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user