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.

73 lines
4.0 KiB

<!doctype html>
<html>
<head>
<script src = "{{url_for('static',filename='echarts.js')}}"></script>
<script src = "{{url_for('static',filename='jquery-3.5.1.min.js')}}"></script>
<script type = "text/javascript" src="{{ url_for('static', filename='china.js') }}"></script>
</head>
<body>
<!-- title -->
<div style="width:70%;text-align:left;margin:0 auto;padding: 0 auto;border: 0 auto;font: 20px 'Micrisoft Yahei';"><br>新型冠状病毒肺炎</div>
<div style="width:70%;text-align:left;margin:0 auto;padding: 0 auto;border: 0 auto;font: 50px 'Micrisoft Yahei';">疫情实时大数据报告</div>
<!-- Inside -->
<div style="width: 70%;height: 60px;margin:10px auto 10px;padding: 0 auto;border-radius: 20px;background-color:rgb(40, 160, 207);
text-align: center;font-size: 30px;color:rgb(255, 255, 255);line-height: 60px;">国内情况</div>
<br><br>
<div id='chinaCurconfirmed' style="margin:10px auto;width:70%;height: 500px;"></div>
<br><br>
<script src="../static/js/chinaCurconfirmed.js"></script>
<div id='chinaConfirmed' style="margin:10px auto;width:70%;height: 500px;"></div>
<br><br>
<script src="../static/js/chinaConfirmed.js"></script>
<div id = 'main3' style = 'margin:10px auto;width:70%;height: 500px;'></div>
<br><br>
<script src="../static/js/confirmed_top5.js"></script>
<div id = 'main4' style = 'margin:10px auto;width:70%;height: 500px;'></div>
<br><br>
<script src="../static/js/asymptomatic_top10.js"></script>
<div id = 'main5' style = 'margin:10px auto;width:70%;height: 500px;'></div>
<br><br>
<script src="../static/js/confirmedRelative_top7.js"></script>
<div id = 'main8' style = 'margin:10px auto;width:70%;height: 500px;'></div>
<br><br>
<script src="../static/js/oversesinput_top10.js"></script>
<div id='inside_curConAndConfirmed' style="margin:10px auto;width:70%;height: 500px;"></div>
<br><br>
<script src="../static/js/inside_curConAndConfirmed.js"></script>
<div id='inside_cruedAnddied' style="margin:10px auto;width:70%;height: 500px;"></div>
<br><br>
<script src="../static/js/inside_cruedAnddied.js"></script>
<div id='inside_cruedAnddieRate' style="margin:10px auto;width:70%;height: 500px;"></div>
<br><br>
<script src="../static/js/inside_cruedAnddieRate.js"></script>
<div id='inside_conRelativeAndComein' style="margin:10px auto;width:70%;height: 500px;"></div>
<br><br>
<script src="../static/js/inside_conRelativeAndComein.js"></script>
<!-- Outside -->
<div style="width: 70%;height: 60px;margin:10px auto 10px;padding: 0 auto;border-radius: 20px;background-color:rgb(40, 160, 207);
text-align: center;font-size: 30px;color:rgb(255, 255, 255);line-height: 60px;">国外情况</div>
<br><br>
<div id = 'main1' style = 'margin:10px auto;width:70%;height: 500px;'></div>
<br><br><br><br>
<script src="../static/js/outsideSummary.js"></script>
<div id='confirmRelative_top10_country' style="margin:10px auto;width:70%;height: 500px;"></div>
<br><br><br><br>
<script src="../static/js/confirmRelative_top10_country.js"></script>
<div id = 'main2' style = 'margin:10px auto;width:70%;height: 500px;'></div>
<br><br>
<script src="../static/js/out_confirmed_line.js"></script>
<div id='insideAndoutside_ConfirmRelative' style="margin:10px auto;width:70%;height: 500px;"></div>
<br><br>
<script src="../static/js/insideAndoutside_ConfirmRelative.js"></script>
<div id='outside_diedAndcrued' style="margin:10px auto;width:70%;height: 500px;"></div>
<br><br>
<script src="../static/js/outside_diedAndcrued.js"></script>
</body>
</html>