1234567891011121314151617181920212223242526272829303132333435363738 |
- <meta charset="utf-8">
- <title>后台管理</title>
- <meta name="keywords" content="后台管理">
- <meta name="description" content="后台管理">
- <meta name="apple-mobile-web-app-title" content="后台管理" />
- <meta name="author" content="rubin">
- <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" type="text/css" href="../lib/bootstrap/css/bootstrap.min.css" />
- <link rel="stylesheet" type="text/css" href="../css/theme.css" />
- <link rel="stylesheet" type="text/css" href="../css/premium.css" />
- <link rel="stylesheet" type="text/css" href="../lib/valid/validationEngine.jquery.css">
- <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
- <!--[if lt IE 9]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- <script>var config={};</script>
- <style type="text/css">
- #line-chart {
- height:300px;
- width:800px;
- margin: 0px auto;
- margin-top: 1em;
- }
- .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
- color: #fff;
- }
- .form-list select
- {
- width:auto;
- margin-top:-8px;
- border:0px;
- }
- </style>
|