From 68bcc8670381d2ee651efaa10e716ca075e154b3 Mon Sep 17 00:00:00 2001 From: bobi1234 Date: Wed, 11 Jul 2018 18:12:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0user-edit.html=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/sub-page.css | 5 ++ user-edit.html | 125 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+) create mode 100644 user-edit.html diff --git a/css/sub-page.css b/css/sub-page.css index 84d7a70..59be6ce 100644 --- a/css/sub-page.css +++ b/css/sub-page.css @@ -69,4 +69,9 @@ okToolbar{ okToolbar span{ float: right; line-height: 30px; +} + +/*form表单*/ +.ok-form{ + margin-top: 10px; } \ No newline at end of file diff --git a/user-edit.html b/user-edit.html new file mode 100644 index 0000000..42e8eef --- /dev/null +++ b/user-edit.html @@ -0,0 +1,125 @@ + + + + + 编辑用户 + + + + + + + +
+ + + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + + +
+
+
+ +
+ +
+
+
+ +
+ + +
+
+
+ +
+ +
+
+
+
+ + +
+
+
+
+ + + + + \ No newline at end of file