diff --git a/static/system/admin/images/banner.png b/static/system/admin/images/banner.png new file mode 100644 index 0000000..a509ca6 Binary files /dev/null and b/static/system/admin/images/banner.png differ diff --git a/static/system/admin/images/logo-vue.png b/static/system/admin/images/logo-vue.png new file mode 100644 index 0000000..46862ba Binary files /dev/null and b/static/system/admin/images/logo-vue.png differ diff --git a/static/system/component/pear/font/iconfont.css b/static/system/component/pear/font/iconfont.css index 5f6eb5f..846434c 100644 --- a/static/system/component/pear/font/iconfont.css +++ b/static/system/component/pear/font/iconfont.css @@ -7,7 +7,6 @@ .pear-icon { font-family: "pear-icon" !important; - font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; diff --git a/templates/system/index.html b/templates/system/index.html index 2e2ecb7..d1f1c64 100644 --- a/templates/system/index.html +++ b/templates/system/index.html @@ -38,7 +38,7 @@
-
基本资料
+
基本资料
注销登录
diff --git a/templates/system/login.html b/templates/system/login.html index e69de29..19d9d45 100644 --- a/templates/system/login.html +++ b/templates/system/login.html @@ -0,0 +1,161 @@ + + + + + + 登录 + {% include 'system/common/header.html' %} + + + + + +
+
+ + +
+
+ +{% include 'system/common/footer.html' %} + + + + diff --git a/templates/system/login_rename.html b/templates/system/login_old.html similarity index 100% rename from templates/system/login_rename.html rename to templates/system/login_old.html