songxingwei 2 năm trước cách đây
mục cha
commit
300c31a3c2
2 tập tin đã thay đổi với 4 bổ sung28 xóa
  1. 2 27
      public/h5/login.html
  2. 2 1
      public/h5/style/style.css

+ 2 - 27
public/h5/login.html

@@ -199,35 +199,10 @@
 					
 				},
 				error : function() {
-				}
-			
-	
-	
+				}	
 			})
 			)
 		 
-		 }
-		 
-		 
-		 
-		 
-//			 { 
-//				 btn = thisBtn;
-//				 btn.disabled = true; //将按钮置为不可点击
-//				 btn.value = nums+'s后重新获取';
-//				 clock = setInterval(doLoop, 1000); //一秒执行一次
-//				 }
-//				 function doLoop()
-//				 {
-//				 nums--;
-//				 if(nums > 0){
-//				 btn.value = nums+'s后重新获取';
-//				 }else{
-//				 clearInterval(clock); //清除js定时器
-//				 btn.disabled = false;
-//				 btn.value = '发送验证码';
-//				 nums = 10; //重置时间
-//			 }
-//		 }				
+		 }			
 	</script>
 </html>

+ 2 - 1
public/h5/style/style.css

@@ -102,13 +102,14 @@ html,body{
 	height: 0.6rem !important;
 	line-height: 0.6rem !important;
 	text-align: center;
-	width:1.9rem !important;
+	width:2.6rem !important;
 	font-size: 0.26rem;
 	color: #fff;
 }
 .code .left{
 	line-height:0.8rem !important;
 	margin-top:0.2rem;
+	width:3.5rem;
 }
 .nubdiv1 label{
 	border-right:1px solid #707070;