mirror of
				https://gitee.com/coder-xiaomo/flashsale
				synced 2025-11-04 14:13:14 +08:00 
			
		
		
		
	getotp页面美化
This commit is contained in:
		@@ -3,19 +3,22 @@
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <title>Title</title>
 | 
			
		||||
    <link href="static/assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
 | 
			
		||||
    <link href="static/assets/global/css/components.css" rel="stylesheet" type="text/css"/>
 | 
			
		||||
    <link href="static/assets/admin/pages/css/login.css" rel="stylesheet" type="text/css"/>
 | 
			
		||||
    <script src="./static/assets/global/plugins/jquery-1.11.0.min.js" type="text/javascript"></script>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
<body class="login">
 | 
			
		||||
<div class="content">
 | 
			
		||||
    <h3 class="form-title">获取OTP信息</h3>
 | 
			
		||||
    <div class="from-group">
 | 
			
		||||
        <label class="control-label">手机号</label>
 | 
			
		||||
        <div>
 | 
			
		||||
    <h3>获取OTP信息</h3>
 | 
			
		||||
    <div>
 | 
			
		||||
        <label>手机号</label>
 | 
			
		||||
        <div>
 | 
			
		||||
            <input type="text" placeholder="手机号" name="telephone" id="telephone">
 | 
			
		||||
            <input class="form-control" type="text" placeholder="手机号" name="telephone" id="telephone">
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div>
 | 
			
		||||
        <button id="getotp" type="submit">
 | 
			
		||||
    <div class="form-actions">
 | 
			
		||||
        <button class="btn blue" id="getotp" type="submit">
 | 
			
		||||
            获取OTP短信
 | 
			
		||||
        </button>
 | 
			
		||||
    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user