Kaynağa Gözat

更新手机注册

unknown 8 yıl önce
ebeveyn
işleme
befdb16813
3 değiştirilmiş dosya ile 37 ekleme ve 17 silme
  1. 27 8
      css/global.css
  2. 4 3
      registerMobile-success.html
  3. 6 6
      registerMobile.html

+ 27 - 8
css/global.css

@@ -741,25 +741,28 @@ input.button{
   color:#fff;
   font-size: 18px;
   padding:15px 0;
-  margin-bottom: 25px;
   text-align: center;  
 }
 .mobileRe{
-  padding:0 20px 30px;
+  padding:20px 30px;
+}
+.mobileRe .mobileRe{
+  display:inline-block;
+  padding:10px 15px;
+  color:#fff;
+  background:#009f86;
+  margin-bottom: 20px;
 }
 .mobileRe .regForm{
   font-size: 16px;
 }
 .mobileRe .btnTextMod{
-  min-width: 100px;
+  min-width: 135px;
   padding:14px 0;
   text-align: center;
 }
-.mobileRe .errorBor{
-  border:1px solid #E9322E;
-}
 .mobileRe .text-danger{
-  padding:5px 10px;
+  padding:5px 0;
   color:#E9322E;
 }
 .mobileRe .inputText{
@@ -774,9 +777,25 @@ input.button{
   width:100%;
   font-size: 18px;
   font-weight: normal;
-  padding:7px 0;
+  height:45px;
+  line-height: 45px;
   margin:0;
 }
 .mobileRe .regForm dt{
   margin-bottom: 15px;
+}
+.mobileRe .regForm dd{
+  margin-bottom: 25px;
+}
+.mobileRe .regForm dd input.textError{
+  border-color: #e9322e;
+  color: #e9322e;
+}
+.mobileRe .regForm dd span.textError{
+  position:absolute;
+  top:44px;
+  left:10px;
+  font-size: 12px;
+  padding:5px 0;
+  color:#E9322E;
 }

+ 4 - 3
registerMobile-success.html

@@ -11,17 +11,18 @@
 	<script src=js/global.js></script> 
 </head>
 <body>
-<h2 class="mobileTop">注册通行帐号</h2>
+<!-- <h2 class="mobileTop">注册通行帐号</h2> -->
 <div class="mobileRe">
+	<h2><a href="#" class="mobileRe">《 返回</a></h2>
 	<div class="trainFormItem">
 		<dl class="regForm">
 		<dt>您的手机号已经注册成功</dt>
 			<dd>您的称呼:<b class="mailItem">outaozhen</b></dd>
 			<dd>手机号:<b class="mailItem">13750039378</b></dd>
-			<dd class="clearfix"><br>
+			<!-- <dd class="clearfix"><br>
 				现在您使用 <b>通行帐号</b> 或 <b>手机号</b> 即可登录纵横的网络产品了<br><br>
 				<a href="http://sso.smartcost.com.cn">返回首页</a> 查看纵横网络产品
-			</dd>
+			</dd> -->
 		</dl>
 	</div>
 </div>

+ 6 - 6
registerMobile.html

@@ -23,16 +23,16 @@
 				</dd>
 				<dt>密码</dt>
 					<dd>
-						<input type="password" class="inputText errorBor" placeholder="密码长度为6~16位,建议使用数字与英文混合">
-						<p class="text-danger">密码长度为6 ~ 16位</p>
+						<input type="password" class="inputText textError" placeholder="密码长度为6~16位,建议使用数字与英文混合">
+						<span class="textError">密码长度为6 ~ 16位</span>
 					</dd>
 				<dt>短信校验码</dt>
 				<dd>
-					<input type="tel" name="tel" class="inputText" style="width:55%;" placeholder="校验码是6位数字">
-					<button class="btnTextMod btnTextOne">获取验证码</button>
+					<input type="tel" name="tel" class="inputText" style="width:45%;" placeholder="校验码是6位数字">
+					<button class="btnTextMod btnTextOne">点击发送验证码</button>
 				</dd>
 				<dd>
-					<input type="tel" name="tel" class="inputText" style="width:55%;" placeholder="校验码是6位数字">
+					<input type="tel" name="tel" class="inputText" style="width:45%;" placeholder="校验码是6位数字">
 					<button class="btnTextMod btnText">再次刷新10s</button>
 				</dd>
 				<dt>怎么称呼您</dt>
@@ -41,7 +41,7 @@
 				</dd>
 			</dl>
 			<dl class="regForm" style="">
-				<dd class="clearfix"><br><br><a class="button btn-green btnMobile" href="registerMobile-success.html">同意以下协议并注册</a></dd>
+				<dd class="clearfix"><br><br><input class="button btn-green btnMobile" type="submit" id="regmsubmit" name="regmsubmit" value="同意以下协议并注册"></dd>
 				<dd><br><a href="#" style="color:#999">《通行帐号注册协议》</a></dd>
 			</dl>
 		</div>