42 lines
1.8 KiB
Plaintext
42 lines
1.8 KiB
Plaintext
|
<%@ page contentType="text/html;charset=UTF-8" %>
|
||
|
<%-- <script src="${ctxStatic}/echarts-2.2.7/build/dist/echarts-all.js"></script> --%>
|
||
|
<!-- 引入jquery插件 -->
|
||
|
<!--[if lt IE 9]>
|
||
|
<script src="${ctxStatic}/jquery/jquery-1.9.1.min.js" type="text/javascript"></script>
|
||
|
<![endif]-->
|
||
|
<!--[if gte IE 9]>
|
||
|
<script src="${ctxStatic}/jquery/jquery-2.1.1.min.js" type="text/javascript"></script>
|
||
|
<![endif]-->
|
||
|
<!--[if !IE]><!--> <script src="${ctxStatic}/jquery/jquery-2.1.1.min.js" type="text/javascript"></script><!--<![endif]-->
|
||
|
<script src="${ctxStatic}/jquery/jquery-migrate-1.1.1.min.js" type="text/javascript"></script>
|
||
|
<!-- 引入layer插件 -->
|
||
|
<script src="${ctxStatic}/layer-v2.3/layer/layer.js"></script>
|
||
|
<script src="${ctxStatic}/layer-v2.3/layer/laydate/laydate.js"></script>
|
||
|
<link href="${ctxStatic}/common/jeeplus.css" type="text/css" rel="stylesheet" />
|
||
|
<script src="${ctxStatic}/common/jeeplus.js" type="text/javascript"></script>
|
||
|
|
||
|
<%-- 使用高版本,低版本缺少很多功能 --%>
|
||
|
<script src="${ctxStatic}/echarts/4.2.1/dist/echarts.min.js"></script>
|
||
|
<link href="${ctxStatic}/bootstrap/3.3.4/css_default/bootstrap.min.css" type="text/css" rel="stylesheet" />
|
||
|
<style type="text/css">
|
||
|
.main000 {
|
||
|
height: 360px;
|
||
|
/*width: 778px !important;*/
|
||
|
overflow: hidden;
|
||
|
padding : 10px;
|
||
|
margin-bottom: 10px;
|
||
|
border: 1px solid #e3e3e3;
|
||
|
-webkit-border-radius: 4px;
|
||
|
-moz-border-radius: 4px;
|
||
|
border-radius: 4px;
|
||
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||
|
}
|
||
|
.myChart{
|
||
|
/* width: calc(100vw - 15px); */
|
||
|
/* height: calc(100vh - 30px); */
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
</style>
|