| | |
| | | <html lang=""> |
| | | <head> |
| | | <meta charset="utf-8"> |
| | | <title>自动仓储管理系统</title> |
| | | <title>自动仓库WCS系统</title> |
| | | <meta name="renderer" content="webkit"> |
| | | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"> |
| | | <link rel="stylesheet" type="text/css" href="../static/css/normalize.css"> |
| | | <style> |
| | | /* 统一处理 */ |
| | | *, *::before, *::after { |
| | | -webkit-box-sizing: border-box; |
| | | box-sizing: border-box; |
| | | margin: 0; |
| | | padding: 0; |
| | | } |
| | | html { |
| | | line-height: 1.5; |
| | | font-size: 15px; |
| | | } |
| | | |
| | | .nav { |
| | | background-color: #fd5830; |
| | | } |
| | | .nav ul li { |
| | | list-style-type: none; |
| | | } |
| | | </style> |
| | | </head> |
| | | <body> |
| | | <h1>WCS</h1> |
| | | <div class="nav"> |
| | | <ul> |
| | | <li>导航一</li> |
| | | <li>导航二</li> |
| | | <li>导航三</li> |
| | | <li>导航四</li> |
| | | </ul> |
| | | </div> |
| | | </body> |
| | | </html> |
| | | |