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 {
12
12
body {
13
13
position : relative;
14
14
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;
16
16
}
17
17
18
18
/* layout */
Original file line number Diff line number Diff line change 11
11
< body >
12
12
< header id ="header ">
13
13
< 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 >
15
15
< div class ="header-info header-info-r "> 数据日期:< span id ="nowDate "> </ span > </ div >
16
16
</ header >
17
17
@@ -103,11 +103,11 @@ <h3 class="chart-title">各国累计确诊占比</h3>
103
103
</ div >
104
104
</ div >
105
105
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 >
109
108
< script type ="text/javascript " src ="js/echarts-map-china.js "> </ script >
110
109
< script type ="text/javascript " src ="js/echarts-theme-shine.js "> </ script >
110
+ < script type ="text/javascript " src ="js/countUp.min.js "> </ script >
111
111
< script type ="text/javascript ">
112
112
$ ( function ( ) {
113
113
//获取当天日期
You can’t perform that action at this time.
0 commit comments