|  |  |  | 
|---|
|  |  |  | <meta charset="utf-8"/> | 
|---|
|  |  |  | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | 
|---|
|  |  |  | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | 
|---|
|  |  |  | <link rel="icon" type="image/x-icon" href="../static/image/log.png" /> | 
|---|
|  |  |  | <title>用户登录</title> | 
|---|
|  |  |  | <link rel="icon" type="image/x-icon" href="../static/image/logo1.png" /> | 
|---|
|  |  |  | <title>宏挺紧固件 WMS - 用户登录</title> | 
|---|
|  |  |  | <link rel="stylesheet" href="../static/layui/css/layui.css" media="all"> | 
|---|
|  |  |  | <link rel="stylesheet" href="../static/css/admin.css?v=318"> | 
|---|
|  |  |  | <!--[if lt IE 9]> | 
|---|
|  |  |  | 
|---|
|  |  |  | <![endif]--> | 
|---|
|  |  |  | <style> | 
|---|
|  |  |  | body { | 
|---|
|  |  |  | background-image: url("../static/image/bg-login.jpg"); | 
|---|
|  |  |  | background-image: url("../static/image/bg-img.jpg"); | 
|---|
|  |  |  | background-repeat: no-repeat; | 
|---|
|  |  |  | background-size: cover; | 
|---|
|  |  |  | min-height: 100vh; | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .layui-btn { | 
|---|
|  |  |  | background-color: #5FB878; | 
|---|
|  |  |  | border-color: #5FB878; | 
|---|
|  |  |  | /*background-color: #5FB878;*/ | 
|---|
|  |  |  | /*border-color: #5FB878;*/ | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | .layui-form-checked[lay-skin=primary] i { | 
|---|
|  |  |  | border-color: #009688!important; | 
|---|
|  |  |  | background-color: #009688; | 
|---|
|  |  |  | color: #fff; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .layui-link { | 
|---|
|  |  |  | color: #5FB878 !important; | 
|---|
|  |  |  | /*color: #5FB878 !important;*/ | 
|---|
|  |  |  | } | 
|---|
|  |  |  | </style> | 
|---|
|  |  |  | </head> | 
|---|
|  |  |  | <body> | 
|---|
|  |  |  | <div class="login-wrapper layui-anim layui-anim-scale layui-hide"> | 
|---|
|  |  |  | <form class="layui-form"> | 
|---|
|  |  |  | <h2>用户登录</h2> | 
|---|
|  |  |  | <h2>WMS - 用户登录</h2> | 
|---|
|  |  |  | <div class="layui-form-item layui-input-icon-group"> | 
|---|
|  |  |  | <i class="layui-icon layui-icon-username"></i> | 
|---|
|  |  |  | <input class="layui-input" id="username" name="username" placeholder="请输入登录账号" autocomplete="off" | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </form> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="login-copyright">copyright © 2020 浙江中扬 all rights reserved.</div> | 
|---|
|  |  |  | <div class="login-copyright">copyright © 2020 上海宏挺紧固件制造有限公司 all rights reserved.</div> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </body> | 
|---|
|  |  |  | <script type="text/javascript" src="../static/layui/layui.js"></script> | 
|---|