|
@@ -176,8 +176,8 @@ width:50px;
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
-<div style="background-color:#f4f4f5;border: 1px solid #d0d1d6;">
|
|
|
|
-<div style="margin-top:30px;background-color:#f4f4f5 ">
|
|
|
|
|
|
+<div class="box">
|
|
|
|
+<div class="box-content">
|
|
<form action="${app }/dcttltj/main" id="dcttltjform" method="post">
|
|
<form action="${app }/dcttltj/main" id="dcttltjform" method="post">
|
|
<div class="searchdiv">
|
|
<div class="searchdiv">
|
|
<table class="search_table" cellpadding="0" cellspacing="0" align="center" >
|
|
<table class="search_table" cellpadding="0" cellspacing="0" align="center" >
|
|
@@ -250,11 +250,11 @@ width:50px;
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
-</div>
|
|
|
|
|
|
+
|
|
<h2 align="center" style="margin-top:20px;" ><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">
|
|
<h2 align="center" style="margin-top:20px;" ><font style="font-size:16px;color:#196794;font-family:微软雅黑;font-weight: bold;">
|
|
${queryTime1}<c:if test="${queryTime2!=''&&(queryTime2!=queryTime1)}">-${queryTime2}</c:if>单船吞吐量统计图</font></h2>
|
|
${queryTime1}<c:if test="${queryTime2!=''&&(queryTime2!=queryTime1)}">-${queryTime2}</c:if>单船吞吐量统计图</font></h2>
|
|
<div id="container" style="min-width: 200px; min-height:300px; margin: 0 auto;"></div>
|
|
<div id="container" style="min-width: 200px; min-height:300px; margin: 0 auto;"></div>
|
|
- <div style="margin:28px 35px ;height:40%;min-height:200px;">
|
|
|
|
|
|
+ <div style="margin:28px 0px ;height:40%;min-height:200px;">
|
|
<table id="dctjtb" class="main_table" style="width:99%" >
|
|
<table id="dctjtb" class="main_table" style="width:99%" >
|
|
<tr >
|
|
<tr >
|
|
<th rowspan="2">货物种类</th>
|
|
<th rowspan="2">货物种类</th>
|
|
@@ -289,6 +289,7 @@ ${queryTime1}<c:if test="${queryTime2!=''&&(queryTime2!=queryTime1)}">-${queryTi
|
|
</c:forEach>
|
|
</c:forEach>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|