25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN">
-
- <head>
- <meta charset="utf-8">
- <title>用户登录</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="keywords" content="" />
- <meta name="description" cxontent="" />
- <link href="static/css/main.css" rel="stylesheet" type="text/css" />
- <link href="static/css/index.css" rel="stylesheet" type="text/css" />
- <link href="static/css/login.css" rel="stylesheet" type="text/css" />
- </head>
-
- <body>
- <div class="main" id="page">
- <!--顶部Title -->
- <!--LOGO search -->
- <canvas id="canvas"></canvas>
- <div class="header flex_dom flex_item_between flex_item_mid">
- <div id="titContent">
- <span id="tt">阳光三资公示公开</span>
- <span>YANG GUANG SAN ZI GONG SHI GONG KAI</span>
- </div>
- <div class="flex_dom flex_item_between flex_item_mid">
- <div class="header_nav">
- <p>2025年7月14日 18:12:56</p>
- <p>星期一</p>
- </div>
- </div>
- </div>
-
- <div class="registerBody" id="registerBody">
- <div class="w-1200">
- <div class="loginView">
- <div class="titleTab">
- <p id="loginBtn">用户登录</p>
- <!-- <p id="phoneBtn" onclick="loginTab('phone')">快捷登录</p>-->
- <div class="clear"></div>
- </div>
- <table id="loginTab" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="2">
- <div>
- <img src="static/images/login_icon_1.png" style="width: 20px;height: 20px;" alt="">
- <input type="text" id="username" placeholder="请输入手机号"/>
- </div>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <div>
- <img src="static/images/login_icon_2.png" style="width: 20px;height: 20px;" alt="">
- <input type="password" id="password" placeholder="请输入密码"/>
- </div>
- </td>
- </tr>
- <tr>
- <td>
- <div>
- <img src="static/images/login_icon_3.png" style="width: 20px;height: 20px;" alt="">
- <input type="text" id="code" placeholder="请输入验证码"/>
- </div>
- </td>
- <td><img id="graphicImg" alt=""/></td>
- </tr>
- </table>
- <table id="phoneTab" style="display: none;">
- <tr>
- <td width="25%">手机号码</td>
- <td colspan="2"><input type="text" placeholder="请输入手机号" id="mobile"/></td>
- </tr>
- <tr>
- <td>图形验证</td>
- <td><input type="text" placeholder="请输入验证码" id="mobileCode"/></td>
- <td><img id="mobileGraphicImg" alt=""/></td>
- </tr>
- <tr>
- <td>验<i style="margin-left: 0.5em;"></i>证<i style="margin-left: 0.5em;"></i>码</td>
- <td width="40%"><input type="text" placeholder="请输入验证码" id="smsCode"/></td>
- <td><input type="button" value="发送验证码" class="fsYzm" id="getSmsCode"/></td>
- </tr>
- </table>
- <!-- <div class="remberPsw" id="remberPsw" style="display: block;">-->
- <!-- <input type="checkbox"/>记住密码-->
- <!-- </div>-->
- <input type="button" value="登录" id="login-submit" class="loginBtn"/>
- <!-- <input type="button" value="注册" onclick="window.location='register.html'" class="registerBtn"/>-->
- </div>
- </div>
- </div>
-
- <p id="zcdw">支持单位:中农融信(北京)科技股份有限公司</p>
- </div>
- </body>
- <script src="static/js/common/require.js" data-main="static/js/common/main.js?t=101" id="require-page"
- target-module="static/js/project/login.js" defer type="text/javascript"></script>
- </html>
|