| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport"
- content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
- <!-- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-mobile-web-app-status-bar-style" content="black" /> -->
- <title>登录页面</title>
- <!-- 引入mui样式 -->
- <link href="css/mui.css" rel="stylesheet" />
- <!-- 引入app样式 -->
- <link href="css/app.css" rel="stylesheet">
- <!-- 引入app补充样式 -->
- <link rel="stylesheet" href="css/app.new.css">
- <!-- 引入字体 -->
- <link rel="stylesheet" href="fonts/font-jt.css">
- <style>
- body,
- html {
- width: 100%;
- height: calc(100vh);
- }
- /* 顶部视图容器样式 */
- .wc-ico-panel {
- width: 100%;
- height: 170px;
- line-height: 170px;
- text-align: center;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- /* 顶部视图图标样式 */
- .wc-ico {
- width: 90px;
- height: 90px;
- }
- /* 顶部视图标题文字样式 */
- .wc-title {
- font-size: 26px;
- height: 30px;
- line-height: 30px;
- font-weight: 100;
- color: rgb(59, 146, 255);
- color: rgb(203, 203, 203);
- letter-spacing: 3px;
- text-shadow: 0 0 2px rgb(255, 255, 255), 0 0 2px rgb(255, 255, 255), 0 0 2px rgb(255, 255, 255), 0 0 2px rgb(255, 255, 255);
- text-shadow: 0 0 3px rgb(115, 185, 220), 0 0 3px rgb(115, 185, 220), 0 0 3px rgb(115, 185, 220), 0 0 3px rgb(115, 185, 220);
- }
- /* 顶部视图APP版本样式 */
- .wc-version {
- position: relative;
- font-size: 14px;
- height: 30px;
- line-height: 30px;
- font-weight: normal;
- color: rgb(84, 126, 251);
- }
- /* 底部容器样式 */
- .wc-div-bottom {
- position: absolute;
- width: 100%;
- bottom: 10px;
- text-align: center;
- }
- /* 底部容器内段落样式 */
- .wc-div-bottom p {
- font-size: 12px;
- color: rgb(203, 203, 203);
- margin: 0px;
- padding: 0px;
- }
- /* 底部连接样式 */
- .link-area {
- display: flex;
- flex-direction: row;
- justify-content: center;
- margin-top: 25px;
- text-align: center;
- align-items: center;
- }
- /* 服务设置文字颜色 */
- .link-area>a {
- color: rgb(84, 126, 251);
- font-size: 15px;
- }
- /* 输入行样式 */
- .wc-input-row {
- position: relative;
- height: 36px;
- line-height: 36px;
- border: solid 1px rgb(121, 183, 246);
- border-radius: 20px;
- margin-left: 15%;
- margin-right: 15%;
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-bottom: 5px;
- }
- .wc-input-row-none {
- border: solid 0px rgb(121, 183, 246);
- }
- /* 输入行小图标样式 */
- .wc-input-img {
- width: 24px;
- height: 24px;
- margin-left: 20px;
- margin-right: 10px;
- }
- /* 输入行竖向分隔线样式 */
- .wc-input-v-line {
- width: 1px;
- height: 80%;
- background-color: rgb(145, 195, 249);
- }
- /* 输入行输入行样式 */
- .wc-input-row .mui-input-row {
- width: 90% !important;
- }
- /* 输入行输入控件样式 */
- .wc-input-row .mui-input-row>input {
- margin-bottom: 0px !important;
- height: 34px !important;
- border: solid 0px red !important;
- background-color: rgba(255, 255, 255, 0) !important;
- color: rgb(203, 203, 203) !important;
- }
- /* 标签样式 */
- .wc-input-label {
- margin-left: 20px;
- font-size: 14px;
- }
- /* 开关样式 */
- .wc-input-switch {
- margin-left: auto;
- margin-right: 20px;
- }
- /* 按钮样式 */
- .wc-login-btn {
- padding: 0px;
- border-radius: 25px;
- height: 50px;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- border: solid 1px rgba(255, 255, 255, 0);
- background-color: rgb(84, 126, 251) !important;
- font-size: 16px;
- }
- .wc-login-btn:active {
- border: solid 1px rgb(255, 0, 0) !important;
- }
- /* 整体内容样式 */
- .wc-content {
- position: absolute;
- width: 100%;
- top: calc(33% - 45px);
- }
- /* 页面宽度小于600 */
- @media screen and (max-width: 600px) {
- /* 服务设置文字颜色 */
- .link-area>a {
- color: rgb(84, 126, 251);
- font-size: 15px;
- }
- /* 中间分隔竖线 */
- .link-area>span {
- display: block;
- width: 1px;
- height: 13px;
- background-color: rgba(255, 255, 255, 0.4);
- margin: 0px 10px;
- }
- /* 输入行样式 */
- .wc-input-row {
- margin-left: 10%;
- margin-right: 10%;
- }
- /* 登陆按钮样式 */
- .cr-content-padded {
- margin-top: 10px;
- margin-left: 10%;
- margin-right: 10%;
- }
- }
- /* 页面宽度在600~1000 */
- @media screen and (min-width: 600px) and (max-width:1000px) {
- /* 服务设置文字颜色 */
- .link-area>a {
- color: rgb(84, 126, 251);
- font-size: 16px;
- }
- /* 中间分隔竖线 */
- .link-area>span {
- display: block;
- width: 1px;
- height: 14px;
- background-color: rgba(255, 255, 255, 0.4);
- margin: 0px 10px;
- }
- /* 输入行样式 */
- .wc-input-row {
- margin-left: 15%;
- margin-right: 15%;
- }
- /* 登陆按钮样式 */
- .cr-content-padded {
- margin-top: 10px;
- margin-left: 15%;
- margin-right: 15%;
- }
- }
- /* 检查更新文字颜色 */
- .cr-upload-text {
- color: rgb(252, 170, 52) !important;
- }
- </style>
- </head>
- <body style="background-image: url(img/login/back_login_02.png);background-size: 100% 100%;">
- <div class="wc-content">
- <!-- 顶部图标及应用名称 -->
- <div class="mui-row">
- <div class="wc-ico-panel">
- <div style="height: 100px;line-height: 100px;">
- <img src="img/login/login_log02.png" class="wc-ico" />
- </div>
- <div class="wc-title" id="lblAppName">兰山区综合执法</div>
- <div class="wc-version" id="lblAppVersion">
- <span>APP版本</span>
- <span class="jt-font-number">{V0.0.0}</span>
- </div>
- </div>
- </div>
- <!-- 账号输入框 -->
- <div class="mui-row wc-input-row">
- <img class="wc-input-img" src="img/login/ico_login_user.png">
- <div class="wc-input-v-line"></div>
- <div class="mui-input-row">
- <input id="userName" type="text" class="mui-input-clear mui-input f-color" placeholder="请输入账号">
- </div>
- </div>
- <!-- 密码输入框 -->
- <div class="mui-row wc-input-row">
- <img class="wc-input-img" src="img/login/ico_login_passwrod.png">
- <div class="wc-input-v-line"></div>
- <div class="mui-input-row">
- <input id="passWord" type="password" class="mui-input mui-input-password f-color"
- placeholder="请输入密码">
- </div>
- </div>
- <!-- 记住用户名和密码 -->
- <div class="mui-row wc-input-row wc-input-row-none">
- <span class="wc-input-label jt-font-color">记住用户名和密码</span>
- <div id="autoLogin" class="mui-switch mui-switch-mini mui-active wc-input-switch">
- <div class="mui-switch-handle"></div>
- </div>
- </div>
- <!-- 登录按钮 -->
- <div class="mui-content-padded cr-content-padded">
- <button type="button" class="mui-btn mui-btn-block mui-btn-primary wc-login-btn"
- onclick="loginCheck()">进入系统</button>
- <div class="link-area" style="margin-top: 0px;">
- <a href="#" onclick="setting()">服务设置</a>
- <span></span>
- <a class="cr-upload-text" href="#" onclick="click_AppUpload()">检查更新</a>
- </div>
- </div>
- </div>
- <!-- 底部版权信息 -->
- <div id="divButtom" class="wc-div-bottom">
- </div>
- </body>
- </html>
- <!-- 引入mui脚本 -->
- <script src="js/mui.js" type="text/javascript" charset="utf-8"></script>
- <!-- 引入jquery脚本 -->
- <script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
- <!-- 引入存储脚本 -->
- <script type="text/javascript" src="js/save.js"></script>
- <!-- 引入远程请求脚本 -->
- <script type="text/javascript" src="js/ajax.js"></script>
- <!-- 通用脚本 -->
- <script src="js/common.js" type="text/javascript" charset="utf-8"></script>
- <!-- 引入webview脚本 -->
- <script src="js/webview.js" type="text/javascript" charset="utf-8"></script>
- <!-- 引入数据库管理脚本 -->
- <script src="js/DatabaseManager.js" type="text/javascript" charset="utf-8"></script>
- <!-- 引入app更新脚本 -->
- <script src="js/app.upload.js"></script>
- <!-- 本页独有脚本 -->
- <script src="js/login.js" type="text/javascript" charset="utf-8"></script>
- <!-- 本页面独有脚本 -->
- <script type="text/javascript">
- /* 初始化 */
- plusInit(function() {
- plus.screen.lockOrientation('portrait-primary');
- })
- </script>
|