diff --git a/admin/manage.php b/admin/manage.php
index ef2753e2..4a56e47c 100644
--- a/admin/manage.php
+++ b/admin/manage.php
@@ -3,7 +3,7 @@
* @Author: printempw
* @Date: 2016-03-06 14:19:20
* @Last Modified by: printempw
- * @Last Modified time: 2016-03-18 22:49:28
+ * @Last Modified time: 2016-03-19 11:54:58
*/
require "../includes/session.inc.php";
if (!$user->is_admin) header('Location: ../index.php?msg=看起来你并不是管理员');
@@ -59,7 +59,14 @@ $db = new Database\Database();
删除材质
更改密码
- 删除用户
+ >
+ 删除用户
+
|
diff --git a/assets/css/admin.style.css b/assets/css/admin.style.css
index 1b453fef..c9d18a04 100644
--- a/assets/css/admin.style.css
+++ b/assets/css/admin.style.css
@@ -2,11 +2,11 @@
* @Author: printempw
* @Date: 2016-02-04 16:47:54
* @Last Modified by: printempw
-* @Last Modified time: 2016-03-19 11:41:56
+* @Last Modified time: 2016-03-19 12:00:28
*/
@import url(https://cdn.moefont.com/fonts/css?family=Ubuntu);
-body {
+body, .ply-layer {
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
}
input {
diff --git a/assets/css/user.style.css b/assets/css/user.style.css
index 4b427e7d..51e0fe85 100644
--- a/assets/css/user.style.css
+++ b/assets/css/user.style.css
@@ -2,11 +2,11 @@
* @Author: printempw
* @Date: 2016-01-21 19:12:06
* @Last Modified by: printempw
-* @Last Modified time: 2016-03-19 11:42:00
+* @Last Modified time: 2016-03-19 12:01:37
*/
@import url(https://cdn.moefont.com/fonts/css?family=Ubuntu);
-body {
+body, .ply-layer {
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
}
#canvas3d {