You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

189 lines
6.7 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--
* @Description 中小学生均教辅面积情况
-->
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>大数据汇聚与管理系统</title>
<!--<script type="text/javascript" src="js/jquery.js"></script>-->
<link rel="stylesheet" href="css/comon0.css">
<link href="css/nav_sytle.css" rel="stylesheet">
<!--<link rel="stylesheet" href="./css/bootstrap.min.css">-->
<link rel="stylesheet" href="./css/font-awesome.min.css">
<link rel="stylesheet" href="css/sidebar-menu.css">
<!--<script src="js/jquery-2.1.1.min.js"></script>-->
<link rel="stylesheet" href="./css/bootstrap3.3.7.min.css">
<script src="./js/jquery2.1.1.min.js"></script>
<script src="./js/bootstrap3.3.7.min.js"></script>
<!--统计使用-->
<script src="js/record.js"></script>
<script src="js/nav.js"></script>
<style type="text/css">
.main-sidebar {
position: absolute;
top: 0;
left: 0;
height: 100%;
min-height: 100%;
width: 230px;
z-index: 810;
background-color: #222d32;
}
.tab .active {
color: #4c60ff;
background: rgba(255, 255, 255, 0);
border: none;
}
.tab .tabbtn {
border: none;
margin-right: 0.2rem;
}
</style>
</head>
<script>
$(window).load(function () {
$(".loading").fadeOut()
})
/****/
$(document).ready(function () {
var whei = $(window).width()
$("html").css({ fontSize: whei / 20 })
$(window).resize(function () {
var whei = $(window).width()
$("html").css({ fontSize: whei / 20 })
});
});
</script>
<script type="text/javascript" src="js/echarts.min.js"></script>l
<script language="JavaScript" src="js/schoolAssistants.js"></script>
<body>
<div class="loading">
<div class="loadbox"> <img src="picture/loading.gif"> 页面加载中... </div>
</div>
<div class="head">
<div class="con">
<div class="left" style="font-family:Comic Sans MS;font-size:14px;">
<i class="fa fa-dedent" style="font-size: 24px;"></i>
</div>
</div>
<h1 style="font-size: 0.26rem;" id="title_text">
县域教育事业发展情况--中小学生均教辅面积情况
</h1>
<div class="top-config">
<div class="select select--white" id='select-year'>
</div>
<a href="javasccript:;" class="fullscreen button" onclick="fullScreen()" id="fullScreen"><i class="fa fa-expand"></i></a>
<a href="javasccript:;" class="fullscreen button" onclick="exitScreen()" style="display: none;" id="exitScreen"><i class="fa fa-compress"></i></a>
</div>
</div>
<div class="mainbox">
<ul class="clearfix">
<div class="boxall" style="height: 8rem; width: 100%">
<div style="height: 98%;" id="echartSchoolAssistants"></div>
<div class="boxfoot"></div>
</div>
<div class="boxall" style="height: 7rem; width: 100%; padding: 0.2rem;">
<table style="border: 1px solid rgba(255,255,255,.2); width: 100%; border-radius: 8px;" id="schoolSportsAssistants">
<tr style="line-height: 0.35rem;">
<th style="text-align: center; color: #fff; border-right: 1px solid rgba(255,255,255,.2); width: 10%; background: #0044bb;">序号</th>
<th style="text-align: center; color: #fff; border-right: 1px solid rgba(255,255,255,.2); width: 20%; background: #0044bb;">县域名称</th>
<th style="text-align: center; color: #fff; border-right: 1px solid rgba(255,255,255,.2); width: 23%; background: #0044bb;">小学</th>
<th style="text-align: center; color: #fff; border-right: 1px solid rgba(255,255,255,.2); width: 23%; background: #0044bb;">初中</th>
<th style="text-align: center; color: #fff; width: 23%; background: #0044bb;">高中</th>
</tr>
</table>
<div class="boxfoot"></div>
</div>
</ul>
</div>
<!-- 模态框Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div id="modalDialog" class="modal-dialog">
<div class="modal-content">
<div id="modalBody" class="modal-body">
<div class="close-box-style">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
</div>
<div class="table-responsive" id="tableBox">
</div>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div class="back"></div>
<div class="bgDiv"></div>
<div class="leftNav">
<aside class="main-sidebar">
<section class="sidebar">
<ul class="sidebar-menu" id="menu_list">
</ul>
</section>
</aside>
</div>
<script type="text/javascript" src="js/china.js"></script>
<!-- <script type="text/javascript" src="js/area_echarts.js"></script> -->
<!--<script src="js/jquery-2.1.1.min.js" type="text/javascript"></script>-->
<script>
var pageIndex = ["BasicEducation","BaseEduCountyRunningSchoolDev","schoolAssistants"];
</script>
<script src="js/menu.js"></script>
<script src="./js/sidebar-menu.js"></script>
<script>
$.sidebarMenu($('.sidebar-menu'))
$("#modalDialog").css({"width":1200 + "px","height":800 + "px"});
$("#modalBody").css({"width":1200 + "px","height":800 + "px"});
</script>
<style>
.modal-body{
width: 100%;
display: flex;
flex-direction: column;
}
.close-box-style{
width: 100%;
height: 20px;
display: flex;
justify-content: flex-end;
align-items: center;
}
.table-responsive{
width: 100%;
height: calc(100% - 20px);
padding: 20px;
}
.table thead tr th{
text-align: center;
border: 1px solid;
font-size: 20px;
}
.table tbody tr td{
text-align: center;
border: 1px solid;
padding: 0 !important;
font-family: ;
}
.table tbody tr .td-title-style{
font-weight: bolder;
}
</style>
</body>
</html>