Skip to content

Commit 752b36c

Browse files
committed
添加配置
1 parent e19658f commit 752b36c

File tree

6 files changed

+28
-6
lines changed

6 files changed

+28
-6
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
gui.Window.get().close();
3131
gui.Window.open('main.html',{
3232
width: window.screen.width,
33-
height: window.screen.height
33+
height: window.screen.height,
34+
toolbar: false
3435
});
3536
}
3637
else {

main.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,25 @@
22
<html>
33
<head>
44
<meta charset="utf-8"/>
5-
<title></title>
5+
<title>wintch 货物管理</title>
66
<meta name="keywords" content=""/>
77
<meta name="description" content=""/>
8-
<link rel="stylesheet" type="text/css" href="/public/css/reset.css"/>
8+
<link rel="stylesheet" type="text/css" href="public/css/reset.css"/>
99
</head>
1010
<body>
11-
12-
13-
<script src="/public/js/jquery-1.8.0.min.js"></script>
11+
<div class="m-nav">
12+
<div class="uf">
13+
<a href="javascript:void(0);">root</a> | <a href="#">系统锁定</a> | <a href="#">退出</a>
14+
</div>
15+
</div>
16+
<div class="m-main">
17+
<div class="pr">
18+
<a href="ingoods.html" class="a2">进货</a>
19+
<a href="outgoods.html" class="a3">订单</a>
20+
<a href="goods.html" class="a4">仓库</a>
21+
<a href="setting.html" class="a1">设置</a>
22+
</div>
23+
</div>
24+
<script src="public/js/jquery-1.8.0.min.js"></script>
1425
</body>
1526
</html>

public/css/reset.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ a,a:hover{color:#4682b4;}
2525
.m-login{width:600px;height:200px;padding:20px;border:1px solid #4682b4;border-radius: 5px;margin:100px auto;}
2626
.m-login li{height:30px;}
2727
.m-login .btn{margin:10px;}
28+
.m-nav{width:100%;height:104px;background: -webkit-gradient(linear, 0 0, 0 100%, from(#4f5b75), to(#293655));position: relative;}
29+
.m-nav .uf{width:200px;height:30px;position: absolute;right:100px;bottom:10px;color:#fff;}
30+
.m-nav .uf a{color:#fff;margin:0 5px;}
31+
.m-main{width: 100%px;margin-left:-50px;}
32+
.m-main .pr{margin:100px 100px 0 200px;min-height: 100px;min-width: 100px;}
33+
.m-main a{background: url(../images/bg.png) 0 0 no-repeat;display: inline-block;width: 86px;height:34px;margin:20px 50px;padding-top:95px;text-align: center; }
34+
.m-main .a1{background-position: 0 0;}
35+
.m-main .a2{background-position: -87px 0;}
36+
.m-main .a3{background-position: -176px 0;}
37+
.m-main .a4{background-position: -262px 0;}
2838

2939

3040
/* u */

public/images/bg.png

32.8 KB
Loading

public/images/bg.psd

166 KB
Binary file not shown.

settings.jar.htm

10.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)