diff --git a/Application/Mobile/View/User/step.html b/Application/Mobile/View/User/step.html index fb5996c3c..0d19b4da4 100644 --- a/Application/Mobile/View/User/step.html +++ b/Application/Mobile/View/User/step.html @@ -18,43 +18,34 @@ - + -
- -
手机注册 - -
-
- - -
+
+ +
+
+
- \ No newline at end of file + \ No newline at end of file diff --git a/Application/Mobile/View/User/step1.html b/Application/Mobile/View/User/step1.html index ba1345f46..b0ae1dc24 100644 --- a/Application/Mobile/View/User/step1.html +++ b/Application/Mobile/View/User/step1.html @@ -49,7 +49,7 @@
-
注册即表示同意《用户协议》
+
注册即表示同意《用户协议》
@@ -133,18 +133,3 @@ - \ No newline at end of file diff --git a/Public/Mobile/css/common-cz.css b/Public/Mobile/css/common-cz.css index 10c555366..f76f284c2 100644 --- a/Public/Mobile/css/common-cz.css +++ b/Public/Mobile/css/common-cz.css @@ -395,7 +395,7 @@ share_icon display:inline-block; line-height:2; position:relative; - padding:.5rem 2rem; + padding:.3rem .5rem; word-break:break-all; max-width:60vw;border-radius: 5px; } diff --git a/Public/Mobile/css/loginPhone.css b/Public/Mobile/css/loginPhone.css new file mode 100644 index 000000000..d1e0af92b --- /dev/null +++ b/Public/Mobile/css/loginPhone.css @@ -0,0 +1,131 @@ +.loginPhone{ + width: 100%; + font-family:PingFang SC; +} +.login-box{ + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} +.login-input{ + margin-top: 0.6rem; + width: 5.5rem; + height: 0.8rem; + display: flex; + align-items: center; + justify-content: center; + background:rgba(245,245,245,1); + border-radius:0.4rem; +} +.login-input>img{ + width: 0.42rem; + height: 0.42rem; +} +.login-input>input{ + font-size: 0.28rem; + border: 0; + outline: 0; + height: 0.6rem; + width: 4rem; + margin-left: 0.16rem; + background-color: rgba(245,245,245,1); +} +.login-input>input::placeholder{ + color: #A9A9A9; +} +.login-gender{ + margin-top: 0.4rem; + display: flex; + align-items: center; +} +.login-gender .title{ + display: flex; + align-items: center; + font-size: 0.28rem; + color: #A9A9A9; +} +.login-gender .title>img{ + width: 0.42rem; + height: 0.42rem; + margin-right: 0.16rem; +} +.options_gender{ + display: flex; + align-items: center; + color: #292929; + font-size: 0.28rem; + font-weight: bold; + position: relative; +} +.radio { + color: #292929; + font-size: 0.28rem; + font-weight: bold; + display: flex; + align-items: center; + margin-left: 0.82rem; + } + .radio>span{ + margin-right: 0.2rem; + } + .radio input[type="radio"] { + position: absolute; + opacity: 0; + } + .radio input[type="radio"] + .radio-label:before { + margin-top: 0.12rem; + content: ''; + background: #f4f4f4; + border-radius: 100%; + border: 1px solid #b4b4b4; + display: inline-block; + width: 0.28rem; + height: 0.28rem; + position: relative; + top: -0.2em; + /* margin-right: 1rem; */ + vertical-align: top; + cursor: pointer; + text-align: center; + -webkit-transition: all 250ms ease; + transition: all 250ms ease; + } + .radio input[type="radio"]:checked + .radio-label:before { + background-color: #3197EE; + box-shadow: inset 0 0 0 4px #f4f4f4; + } + .radio input[type="radio"]:focus + .radio-label:before { + outline: none; + border-color: #3197EE; + } + .radio input[type="radio"]:disabled + .radio-label:before { + box-shadow: inset 0 0 0 4px #f4f4f4; + border-color: #b4b4b4; + background: #b4b4b4; + } + .radio input[type="radio"] + .radio-label:empty:before { + margin-right: 0; + } + .login-btn{ + margin-top: 0.38rem; + width: 5.5rem; + height: 0.8rem; + background-color: #389AED; + border-radius: 0.4rem; + font-size: 0.32rem; + color: #fff; + text-align: center; + line-height: 0.8rem; + outline: 0; + border: 0; + } +.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 diff --git a/Public/Mobile/images/user/nicheng.png b/Public/Mobile/images/user/nicheng.png new file mode 100644 index 000000000..45614db3c Binary files /dev/null and b/Public/Mobile/images/user/nicheng.png differ diff --git a/Public/Mobile/images/user/suo.png b/Public/Mobile/images/user/suo.png new file mode 100644 index 000000000..ebb1ed28d Binary files /dev/null and b/Public/Mobile/images/user/suo.png differ