You can not select more than 25 topics
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 bg-f4" id="page">
- <div class="registerBody">
- <div class="topLogo">
- <img src="static/images/logo.png" alt=""/>
- <p>农业综合执法公众平台</p>
- </div>
- <div class="loginView_bg"></div>
- <div class="loginView">
- <table id="loginTab">
- <tr>
- <td colspan="2" style="padding-top: 0;">
- <i class="nameIcon"></i><input type="text" id="username" placeholder="请输入手机号"/>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <i class="passIcon"></i><input type="password" id="password" placeholder="请输入密码"/>
- </td>
- </tr>
- <tr>
- <td>
- <i class="codeIcon"></i><input type="text" id="code" placeholder="请输入验证码"/>
- </td>
- <td width="30%">
- <img src="../../static/images/banner.jpg" alt=""/>
- <!-- <img id="graphicImg" alt=""/>-->
- </td>
- </tr>
- </table>
- <div class="remberPsw">
- <input type="checkbox"/>记住密码
- </div>
- <input type="button" value="登录" id="login-submit" class="loginBtn"/>
- </div>
- <div class="bottomInformation_login">
- <div class="w-1200">
- <p>技术支持:北京农燊高科信息技术有限公司</p>
- <p class="m-t-15">咨询热线:400-879-1505</p>
- </div>
- </div>
- </div>
- </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/index.js" defer type="text/javascript"></script>-->
-
- </html>
|