diff options
author | chai <chaifix@163.com> | 2022-03-18 23:38:15 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-03-18 23:38:15 +0800 |
commit | b970e38c6cbde1e573c1d7a1d1b1685c1ca5bde1 (patch) | |
tree | 1c61a26bf0970ce8fc0b2b11d547b926c403ef82 /res/admin.css | |
parent | f63d8e742f6f1cd0321acfd9ffcfd71afd6c956d (diff) |
*admin login
Diffstat (limited to 'res/admin.css')
-rw-r--r-- | res/admin.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/res/admin.css b/res/admin.css new file mode 100644 index 0000000..64b6fc8 --- /dev/null +++ b/res/admin.css @@ -0,0 +1,13 @@ + +body{ + background:#3a3a3a; +} + +#container{ + background:white; + margin-top:0; + min-height:100%; + padding:10px; + box-sizing: border-box; +} + |