File tree Expand file tree Collapse file tree 5 files changed +40
-8
lines changed Expand file tree Collapse file tree 5 files changed +40
-8
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,19 @@ body p {
40
40
.navbar-default .navbar-nav > li > a : hover {
41
41
background-color : # eee ;
42
42
}
43
-
43
+ .carousel-caption .ecx-link {
44
+ bottom : 20px ;
45
+ }
46
+ .carousel-caption .ecx-link a {
47
+ font-size : 14px ;
48
+ height : 30px ;
49
+ display : block;
50
+ color : # 999 ;
51
+ }
52
+ .carousel-caption .ecx-link a : hover {
53
+ color : # eee ;
54
+ text-decoration : none;
55
+ }
44
56
45
57
blockquote {
46
58
border-width : 0 ;
Original file line number Diff line number Diff line change @@ -133,19 +133,20 @@ $('#footer')[0].innerHTML =
133
133
'<div class="container">'
134
134
+ '<div class="row" style="padding-bottom:20px;">'
135
135
+ '<div class="col-md-3">'
136
- + '<p>' + ( enVersion ? 'Link' : '友情链接 ' ) + '</p>'
136
+ + '<p>' + ( enVersion ? 'Link' : 'ECharts团队出品 ' ) + '</p>'
137
137
+ '<ul>'
138
138
+ '<li><a href="http://tushuo.baidu.com/" target="_blank">Baidu 图说</a></li>'
139
- + '<li><a href="http://efe.baidu.com" target="_blank">Baidu EFE</a></li>'
140
- + '<li><a href="http://datavlab.org/" target="_blank">DataV</a></li>'
139
+ + '<li><a href="http://echarts.baidu.com/x/doc/index.html" target="_blank">ECharts-X</a></li>'
141
140
+ '<li><a href="http://ecomfe.github.io/zrender/index.html" target="_blank">ZRender</a></li>'
141
+ + '<li><a href="https://github.com/pissang/qtek" target="_blank">qtek</a></li>'
142
142
+ '</ul>'
143
143
+ '</div>'
144
144
+ '<div class="col-md-3">'
145
145
+ '<p>' + ( enVersion ? 'More' : '更多' ) + '</p>'
146
146
+ '<ul>'
147
147
+ '<li><a href="https://github.com/ecomfe/echarts/blob/master/LICENSE.txt" target="_blank">License</a></li>'
148
148
+ '<li><a href="http://echarts.baidu.com/doc/changelog' + ( enVersion ? '-en' : '' ) + '.html" target="_blank">Changelog</a></li>'
149
+ + '<li><a href="http://efe.baidu.com" target="_blank">Baidu EFE</a></li>'
149
150
+ '<li><a href="http://www.oschina.net/p/echarts" target="_blank">' + ( enVersion ? 'Open Source China' : '开源中国' ) + '</a></li>'
150
151
+ '</ul>'
151
152
+ '</div>'
Original file line number Diff line number Diff line change 36
36
< div id ="myCarousel " class ="carousel slide " data-ride ="carousel ">
37
37
<!-- Indicators -->
38
38
< ol class ="carousel-indicators ">
39
- < li data-target ="#myCarousel " data-slide-to ="0 " class =" active " > </ li >
39
+ < li data-target ="#myCarousel " data-slide-to ="0 "> </ li >
40
40
< li data-target ="#myCarousel " data-slide-to ="1 "> </ li >
41
41
< li data-target ="#myCarousel " data-slide-to ="2 "> </ li >
42
42
< li data-target ="#myCarousel " data-slide-to ="3 "> </ li >
43
+ < li data-target ="#myCarousel " data-slide-to ="4 " class ="active "> </ li >
43
44
</ ol >
44
45
< div class ="carousel-inner ">
45
- < div class ="item active ">
46
+ < div class ="item ">
46
47
< img src ="./doc/asset/img/banner1.png " alt ="ECharts "/>
47
48
</ div >
48
49
< div class ="item ">
75
76
</ div >
76
77
</ div >
77
78
</ div >
79
+ < div class ="item active ">
80
+ < img src ="./doc/asset/img/bannerX.jpg " alt ="ECharts-X " style ="width:100%;left:0;margin:0 "/>
81
+ < div class ="container ">
82
+ < div class ="carousel-caption ecx-link ">
83
+ < a href ="http://echarts.baidu.com/x/doc/index.html " target ="_blank "> View »</ a >
84
+ </ div >
85
+ </ div >
86
+ </ div >
87
+
78
88
</ div >
79
89
< a class ="left carousel-control " href ="#myCarousel " data-slide ="prev "> < span class ="glyphicon glyphicon-chevron-left "> </ span > </ a >
80
90
< a class ="right carousel-control " href ="#myCarousel " data-slide ="next "> < span class ="glyphicon glyphicon-chevron-right "> </ span > </ a >
Original file line number Diff line number Diff line change 35
35
< li data-target ="#myCarousel " data-slide-to ="1 "> </ li >
36
36
< li data-target ="#myCarousel " data-slide-to ="2 "> </ li >
37
37
< li data-target ="#myCarousel " data-slide-to ="3 "> </ li >
38
- < li data-target ="#myCarousel " data-slide-to ="4 " class ="active "> </ li >
38
+ < li data-target ="#myCarousel " data-slide-to ="4 "> </ li >
39
+ < li data-target ="#myCarousel " data-slide-to ="5 " class ="active "> </ li >
39
40
</ ol >
40
41
< div class ="carousel-inner ">
41
42
< div class ="item ">
71
72
</ div >
72
73
</ div >
73
74
</ div >
74
- < div class ="item active ">
75
+ < div class ="item ">
75
76
< img src ="./doc/asset/img/slide-05.jpg " alt ="百度图说 "/>
76
77
< div class ="container ">
77
78
< div class ="carousel-caption " style ="bottom:0;left:25% ">
81
82
</ div >
82
83
</ div >
83
84
</ div >
85
+ < div class ="item active ">
86
+ < img src ="./doc/asset/img/bannerX.jpg " alt ="ECharts-X " style ="width:100%;left:0;margin:0 "/>
87
+ < div class ="container ">
88
+ < div class ="carousel-caption ecx-link ">
89
+ < a href ="http://echarts.baidu.com/x/doc/index.html " target ="_blank "> 了解更多 »</ a >
90
+ </ div >
91
+ </ div >
92
+ </ div >
84
93
</ div >
85
94
< a class ="left carousel-control " href ="#myCarousel " data-slide ="prev "> < span class ="glyphicon glyphicon-chevron-left "> </ span > </ a >
86
95
< a class ="right carousel-control " href ="#myCarousel " data-slide ="next "> < span class ="glyphicon glyphicon-chevron-right "> </ span > </ a >
You can’t perform that action at this time.
0 commit comments