| | |
| | | <![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> |