From 473ad69fa3616b4d133862ada6b5793a6e3ad348 Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Thu, 5 Dec 2019 15:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E7=94=A8=E6=88=B7=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/View/User/register.html | 188 +++++++++++---------- Application/Mobile/View/User/usernick.html | 2 +- Public/Mobile/css/loginPhTwo.css | 12 +- 3 files changed, 107 insertions(+), 95 deletions(-) diff --git a/Application/Mobile/View/User/register.html b/Application/Mobile/View/User/register.html index 3dab79e91..6d5d66611 100644 --- a/Application/Mobile/View/User/register.html +++ b/Application/Mobile/View/User/register.html @@ -1,6 +1,6 @@ - + @@ -20,109 +20,111 @@ - - + + -
- -
手机注册 - -
+
+ +
手机注册 + +
- -
- -
- - - + + - + } else { + pmsg.msg('请输入手机号码');event.preventDefault(); + } + }); + + \ No newline at end of file diff --git a/Application/Mobile/View/User/usernick.html b/Application/Mobile/View/User/usernick.html index 5daa4d7ad..abe7f2e27 100644 --- a/Application/Mobile/View/User/usernick.html +++ b/Application/Mobile/View/User/usernick.html @@ -10,7 +10,7 @@
-
修改名字 +
修改昵称
diff --git a/Public/Mobile/css/loginPhTwo.css b/Public/Mobile/css/loginPhTwo.css index aed18c2de..b70e5c175 100644 --- a/Public/Mobile/css/loginPhTwo.css +++ b/Public/Mobile/css/loginPhTwo.css @@ -77,4 +77,14 @@ line-height: 0.8rem; outline: 0; border: 0; - } \ No newline at end of file +} + +.login-agreement { + font-size: 0.24rem; + color: #292929; + margin-top: 0.32rem; +} +.login-agreement>a { + color: #389AED; + font-size: 0.24rem; +} \ No newline at end of file