|
@@ -8,7 +8,7 @@
|
|
|
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
|
|
|
|
|
<style>
|
|
|
- .charts-box{width:700px;height:400px;display: inline-block;position: relative;margin-right: 40px;margin-bottom: 40px;}
|
|
|
+ .charts-box{width:500px;height:400px;display: inline-block;position: relative;margin-right: 40px;margin-bottom: 40px;}
|
|
|
.my-nav{width: 100%;height: 48px;background: #fff;display: table;text-align: center;}
|
|
|
.my-nav>a{display: table-cell;vertical-align: middle; border: 1px solid #32a3d8;font-size: 18px;border-left: 0;color: #32a3d8;}
|
|
|
.my-nav>a:first-child{border-left: 1px solid #32a3d8;}
|
|
@@ -27,10 +27,10 @@
|
|
|
</div>
|
|
|
<div>
|
|
|
<div class="charts-box">
|
|
|
- <div id="container" style="width:700px;height:400px;display: inline-block;"></div>
|
|
|
+ <div id="container" style="width:500px;height:400px;display: inline-block;"></div>
|
|
|
</div>
|
|
|
<div class="charts-box">
|
|
|
- <div id="container1" style="width:700px;height:400px;display: inline-block;"></div>
|
|
|
+ <div id="container1" style="width:500px;height:400px;display: inline-block;"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
@@ -42,10 +42,10 @@
|
|
|
</#list>
|
|
|
</nav>
|
|
|
</div>
|
|
|
- <div id="container3" style="width:700px;height:400px;display: inline-block;"></div>
|
|
|
+ <div id="container3" style="width:500px;height:400px;display: inline-block;"></div>
|
|
|
</div>
|
|
|
<div class="charts-box" style="height: 478px;">
|
|
|
- <div id="container2" style="width:700px;height:478px;display: inline-block;"></div>
|
|
|
+ <div id="container2" style="width:500px;height:478px;display: inline-block;"></div>
|
|
|
</div>
|
|
|
|
|
|
</div>
|