This repository was archived by the owner on May 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ html, body {
1212body {
1313 position : relative;
1414 font-family : "Microsoft Yahei" , Arial, sans-serif;
15- background : rgb (40 , 30 , 47 ) url ("../img/bg.png" ) 0 0 / 100 % 100 % no- repeat;
15+ background : rgb (40 , 30 , 47 ) url ("../img/bg.png" ) repeat;
1616}
1717
1818/* layout */
Original file line number Diff line number Diff line change 1111 < body >
1212 < header id ="header ">
1313 < h3 class ="header-title "> 新冠肺炎(2019-nCov)疫情</ h3 >
14- < div class ="header-info header-info-l "> 数据来源:丁香园(< small > 前往开源项目 < a href ="https://github.com/leafcoder " target ="_blank " style ="color: #FFFFFF; "> https://github.com/ leafcoder</ a > </ small > )</ div >
14+ < div class ="header-info header-info-l "> 数据来源:丁香园(< small > 前往 < a href ="https://github.com/leafcoder " target ="_blank " style ="color: #FFFFFF; "> leafcoder/django-covid19 </ a > </ small > )</ div >
1515 < div class ="header-info header-info-r "> 数据日期:< span id ="nowDate "> </ span > </ div >
1616 </ header >
1717
@@ -103,11 +103,11 @@ <h3 class="chart-title">各国累计确诊占比</h3>
103103 </ div >
104104 </ div >
105105
106- < script type ="text/javascript " src ="js/jquery-3.3.1.min.js "> </ script >
107- < script type ="text/javascript " src ="js/countUp.min.js "> </ script >
108- < script type ="text/javascript " src ="js/echarts.min.js "> </ script >
106+ < script src ="https://cdn.bootcdn.net/ajax/libs/jquery/3.3.1/jquery.min.js "> </ script >
107+ < script src ="https://cdn.bootcdn.net/ajax/libs/echarts/4.7.0/echarts.min.js "> </ script >
109108 < script type ="text/javascript " src ="js/echarts-map-china.js "> </ script >
110109 < script type ="text/javascript " src ="js/echarts-theme-shine.js "> </ script >
110+ < script type ="text/javascript " src ="js/countUp.min.js "> </ script >
111111 < script type ="text/javascript ">
112112 $ ( function ( ) {
113113 //获取当天日期
You can’t perform that action at this time.
0 commit comments