|
@@ -1,7 +1,8 @@
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<html>
|
|
- <head>
|
|
|
|
- <meta charset="UTF-8">
|
|
|
|
|
|
+
|
|
|
|
+<head>
|
|
|
|
+ <meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>刚哥测试</title>
|
|
<title>刚哥测试</title>
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
|
@@ -9,19 +10,34 @@
|
|
<link rel="stylesheet" href="../../js/bootstrap/css/bootstrap-datetimepicker.min.css">
|
|
<link rel="stylesheet" href="../../js/bootstrap/css/bootstrap-datetimepicker.min.css">
|
|
<link rel="stylesheet" href="../../css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="../../css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="../../css/index.css">
|
|
<link rel="stylesheet" href="../../css/index.css">
|
|
- <script src="../../js/jquery/jQuery-2.2.0.min.js"></script>
|
|
|
|
|
|
+ <script src="../../js/jquery/jQuery-2.2.0.min.js"></script>
|
|
<script src="../../js/charts/Chart.js"></script>
|
|
<script src="../../js/charts/Chart.js"></script>
|
|
<script src="../../js/bootstrap/js/bootstrap-datetimepicker.min.js"></script>
|
|
<script src="../../js/bootstrap/js/bootstrap-datetimepicker.min.js"></script>
|
|
<script src="../../js/bootstrap/js/locales/bootstrap-datetimepicker.zh-CN.js"></script>
|
|
<script src="../../js/bootstrap/js/locales/bootstrap-datetimepicker.zh-CN.js"></script>
|
|
<script src="../api.js"></script>
|
|
<script src="../api.js"></script>
|
|
- </head>
|
|
|
|
- <body>
|
|
|
|
- <p style="font-size: 48;color: red;">
|
|
|
|
- 刚哥测试
|
|
|
|
- </p>
|
|
|
|
- <div id="glable"> test lable </div>
|
|
|
|
- <table id="data"></table>
|
|
|
|
- <script src="ganggeceshi.js"></script>
|
|
|
|
- </body>
|
|
|
|
-
|
|
|
|
|
|
+ <style type="text/css">
|
|
|
|
+ table {
|
|
|
|
+ border: #0099FF 1px solid;
|
|
|
|
+ width: 600px;
|
|
|
|
+ border-collapse: collapse;
|
|
|
|
+ }
|
|
|
|
+ table td {
|
|
|
|
+ border: #0099FF 1px solid;
|
|
|
|
+ padding: 10px 20px 3px 1px;
|
|
|
|
+ }
|
|
|
|
+ table td {
|
|
|
|
+ border: #0099FF 1px solid;
|
|
|
|
+ padding: 10px 20px 3px 1px;
|
|
|
|
+ }
|
|
|
|
+ </style>
|
|
|
|
+</head>
|
|
|
|
+
|
|
|
|
+<body>
|
|
|
|
+
|
|
|
|
+ <div id="tab">
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ <script src="ganggeceshi.js"></script>
|
|
|
|
+</body>
|
|
|
|
+
|
|
</html>
|
|
</html>
|