bklLiudl
2024-07-23 277bbae216debe7e6c04e8cc6ee6e1ba9763e14b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
 
@{
    Layout = null;
}
 
<!DOCTYPE html>
 
<html>
<head>
    <meta name="viewport" content="width=device-width" />
 
    <link href="~/Theme/Boostrap/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
    <link href="~/Theme/Customer/Login/CSS/Login.css" rel="stylesheet" />
    <script src="~/Theme/Js/jquery-2.1.1.min.js"></script>
    <script src="~/Theme/Customer/Login/Jscoript/Login.js"></script>
 
    <title>仓储控制系统首页</title>
 
 
</head>
<body>
    <div class="wrapper">
        <div class="container">
            <div class="logo">
                @*<i id="logoId"class="icon-home" style="margin-top:8px"></i>*@
                @*<i id="logoId"  style="margin-top:8px">
            <img src="~/fonts/Login.svg" style="padding-left:20px" width="72" height="30" />
        </i>*@
 
                <i id="logoId"><img src="~/fonts/Login.svg" style="padding-left:15px;padding-top:5px" width="72" height="30" /></i>
                <h1 id="logoName" style="padding-left:0px"><span>仓储控制系统 </span></h1>
            </div>
            <form class="form">
                <div class="row">
                    <i class="icon-user"></i>
                    <input id="txt_account" type="text" placeholder="用户名">
 
                </div>
                <div class="row">
                    <i class="icon-key"></i>
                    <input id="txt_password" type="password" placeholder="密码">
                </div>
                @*<div class="row">
                    <div>
                        <i class="icon-magnet"></i>
                        <input id="txt_code" maxlength="4" type="text" placeholder="验证码">
                        <img id="imgcode" class="authcode" src="~/Login/GetAuthCode" width="80" height="25" />
                    </div>
                </div>*@
                <div class="row">
                    <button id="login_button" type="button"><span>登录</span></button>
                </div>
                <div class="row">
                </div>
            </form>
            <div class="login_tips"></div>
        </div>
    </div>
    <input type="hidden" id="hdUrl" value="@ViewBag.ReferrerUrl" />
</body>
</html>