1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| <!DOCTYPE html>
| <html xmlns="http://www.w3.org/1999/xhtml">
| <head>
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
| <title></title>
| <style type="text/css">
| .copyright {
| width: 100%;
| height: 30px;
| line-height: 30px;
| text-align: center;
| color: #dadada;
| background: #999999; /*#6e6e6e*/
| font-size: 12px;
| position: fixed;
| bottom: 0px;
| left: 0px;
| }
| </style>
| </head>
| <body>
| <div class="copyright">仓储控制系统:1.0</div>
| </body>
| </html>
|
|