新增黑暗主题

This commit is contained in:
thinkgem
2022-05-27 14:02:34 +08:00
parent 5090fd0d44
commit 6e0632b694
16 changed files with 416 additions and 49 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -150,3 +150,7 @@ html #layuicss-layer{display:none;position:absolute;width:1989px;}
.layui-layer-btn .layui-layer-btn0{border-color:#1e5edb;background-color:#1e5edb;}
.layui-layer-btn a {height:auto;padding:1px 14px;font-size:14px;background-color:#f4f4f4;}
.layui-layer.toast-top-full-width {min-width:60%;}
.skin-dark .layui-layer {background:#1a1a1a;color:#ddd;}
.skin-dark .layui-layer-title {background:#262626;border-bottom-color:#484848;color:#bcbcbc;}
.skin-dark .layui-layer-btn a {background-color:#444;border-color:#444;color:#b5b5b5;}