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