From 4eba759bd3be8eb751ee6a0c770ce89757e58177 Mon Sep 17 00:00:00 2001 From: shinn lancelot <945226793@qq.com> Date: Mon, 10 Sep 2018 17:50:15 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=96=B0=E5=A2=9E=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E5=AF=86=E7=A0=81=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=88=E5=89=8D=E7=AB=AF=E9=83=A8=E5=88=86=E5=9F=BA=E6=9C=AC?= =?UTF-8?q?=E5=AE=8C=E6=88=90=EF=BC=8C=E5=BE=85=E5=81=9A=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E9=83=A8=E5=88=86=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin.php | 15 +- manageDomainName.php | 10 +- manageVerify.php | 10 +- modifyPassword.php | 467 +++++++++++++++++++++++++++++++++++++++++++ safeDomainName.php | 10 +- verify.php | 10 +- 6 files changed, 502 insertions(+), 20 deletions(-) create mode 100644 modifyPassword.php diff --git a/admin.php b/admin.php index 2d61d5f..c7a07ec 100644 --- a/admin.php +++ b/admin.php @@ -24,7 +24,7 @@ padding: 0 3vw; font-size: 4vw; } - .user-size, .logout-size { + .user-size, .modify-password-size, .logout-size { height: 4vw; line-height: 4vw; font-size: 3vw; @@ -48,7 +48,7 @@ padding: 0 calc(640px * 0.03); font-size: calc(640px * 0.04); } - .user-size, .logout-size { + .user-size, .modify-password-size, .logout-size { height: calc(640px * 0.04); line-height: calc(640px * 0.04); font-size: calc(640px * 0.03); @@ -95,10 +95,11 @@ color: #36a82e; } - .logout-btn { + .modify-password-btn, .logout-btn { color: #ddd; text-decoration: underline; cursor: pointer; + user-select: none; } .box { @@ -157,6 +158,9 @@

+ +

修改密码

+

退出登录

@@ -172,11 +176,6 @@

添加接口调用安全域名

- -
-

添加管理员账号

-
-
diff --git a/manageDomainName.php b/manageDomainName.php index 5848dc9..9d43de9 100644 --- a/manageDomainName.php +++ b/manageDomainName.php @@ -30,7 +30,7 @@ right: 2.5vw; cursor: pointer; } - .user-size, .logout-size { + .user-size, .modify-password-size, .logout-size { height: 4vw; line-height: 4vw; font-size: 3vw; @@ -84,7 +84,7 @@ right: calc(640px * 0.025); cursor: pointer; } - .user-size, .logout-size { + .user-size, .modify-password-size, .logout-size { height: calc(640px * 0.04); line-height: calc(640px * 0.04); font-size: calc(640px * 0.03); @@ -161,10 +161,11 @@ color: #36a82e; } - .logout-btn { + .modify-password-btn, .logout-btn { color: #ddd; text-decoration: underline; cursor: pointer; + user-select: none; } .box { @@ -193,6 +194,9 @@

+ +

修改密码

+

退出登录

diff --git a/manageVerify.php b/manageVerify.php index 7460877..7603250 100644 --- a/manageVerify.php +++ b/manageVerify.php @@ -27,7 +27,7 @@ right: 2.5vw; cursor: pointer; } - .user-size, .logout-size { + .user-size, .modify-password-size, .logout-size { height: 4vw; line-height: 4vw; font-size: 3vw; @@ -81,7 +81,7 @@ right: calc(640px * 0.025); cursor: pointer; } - .user-size, .logout-size { + .user-size, .modify-password-size, .logout-size { height: calc(640px * 0.04); line-height: calc(640px * 0.04); font-size: calc(640px * 0.03); @@ -158,10 +158,11 @@ color: #36a82e; } - .logout-btn { + .modify-password-btn, .logout-btn { color: #ddd; text-decoration: underline; cursor: pointer; + user-select: none; } .box { @@ -190,6 +191,9 @@

+ +

修改密码

+

退出登录

diff --git a/modifyPassword.php b/modifyPassword.php new file mode 100644 index 0000000..6ee313c --- /dev/null +++ b/modifyPassword.php @@ -0,0 +1,467 @@ + + + + + + + + + 修改密码 + + + + + +
+
+
+
+

+

修改密码

+

退出登录

+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+

提交

+
+
+
+
+
+ + + + \ No newline at end of file diff --git a/safeDomainName.php b/safeDomainName.php index 36b0176..ceadd52 100644 --- a/safeDomainName.php +++ b/safeDomainName.php @@ -40,7 +40,7 @@ right: 2.5vw; cursor: pointer; } - .user-size, .logout-size { + .user-size, .modify-password-size, .logout-size { height: 4vw; line-height: 4vw; font-size: 3vw; @@ -89,7 +89,7 @@ right: calc(640px * 0.025); cursor: pointer; } - .user-size, .logout-size { + .user-size, .modify-password-size, .logout-size { height: calc(640px * 0.04); line-height: calc(640px * 0.04); font-size: calc(640px * 0.03); @@ -145,10 +145,11 @@ color: #36a82e; } - .logout-btn { + .modify-password-btn, .logout-btn { color: #ddd; text-decoration: underline; cursor: pointer; + user-select: none; } .box { @@ -219,6 +220,9 @@

+ +

修改密码

+

退出登录

diff --git a/verify.php b/verify.php index 1fa413b..3e62069 100644 --- a/verify.php +++ b/verify.php @@ -40,7 +40,7 @@ right: 2.5vw; cursor: pointer; } - .user-size, .logout-size { + .user-size, .modify-password-size, .logout-size { height: 4vw; line-height: 4vw; font-size: 3vw; @@ -89,7 +89,7 @@ right: calc(640px * 0.025); cursor: pointer; } - .user-size, .logout-size { + .user-size, .modify-password-size, .logout-size { height: calc(640px * 0.04); line-height: calc(640px * 0.04); font-size: calc(640px * 0.03); @@ -145,10 +145,11 @@ color: #36a82e; } - .logout-btn { + .modify-password-btn, .logout-btn { color: #ddd; text-decoration: underline; cursor: pointer; + user-select: none; } .box { @@ -219,6 +220,9 @@

+ +

修改密码

+

退出登录