Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
activity
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f2c51ecc
authored
Mar 07, 2022
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
bbef98bd
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
34 additions
and
159 deletions
css/home/index.css
css/home/index.less
css/vis/index.css
css/vis/index.less
js/index/index.js
js/vis/index.js
css/home/index.css
View file @
f2c51ecc
...
...
@@ -408,6 +408,9 @@ body {
}
#app
.section
.box
.ranking
dd
.p2
{
width
:
170px
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
}
#app
.section
.box
.ranking
dd
span
{
font-size
:
17px
;
...
...
@@ -457,5 +460,5 @@ body {
width
:
100%
;
height
:
100%
;
background
:
url("../../images/home/bg.png")
#000c28
no-repeat
center
;
background-size
:
co
ntain
;
background-size
:
co
ver
;
}
css/home/index.less
View file @
f2c51ecc
...
...
@@ -240,6 +240,9 @@ body {
.p2 {
width: 170px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
span {
...
...
@@ -304,6 +307,6 @@ body {
width: 100%;
height: 100%;
background: url("../../images/home/bg.png") #000c28 no-repeat center;
background-size: co
ntain
;
background-size: co
ver
;
}
}
\ No newline at end of file
css/vis/index.css
View file @
f2c51ecc
...
...
@@ -434,7 +434,7 @@ body {
width
:
100%
;
height
:
100%
;
background
:
url("../../images/vis/map.png")
no-repeat
center
;
background-size
:
co
ntain
;
background-size
:
co
ver
;
}
#app
.btn
{
position
:
absolute
;
...
...
css/vis/index.less
View file @
f2c51ecc
...
...
@@ -268,7 +268,7 @@ body {
width: 100%;
height: 100%;
background: url("../../images/vis/map.png") no-repeat center;
background-size: co
ntain
;
background-size: co
ver
;
}
.btn {
...
...
js/index/index.js
View file @
f2c51ecc
!
function
()
{
window
.
IndexController
=
{
apiUrl
:
window
.
location
.
host
==
"btv.
ichunt
.com"
?
"https://api.ichunt.com"
:
"http://api.liexin.com"
,
apiUrl
:
window
.
location
.
host
==
"btv.
liexin
.com"
?
"https://api.ichunt.com"
:
"http://api.liexin.com"
,
init
:
function
()
{
this
.
credted
(
this
).
map
(
this
).
handleBind
(
this
);
},
...
...
@@ -27,14 +27,15 @@
$
.
ajax
({
type
:
"GET"
,
url
:
IndexController
.
apiUrl
+
"/bigtv/api/cityCoordinate"
,
data
:
{},
data
:
{
is_china
:
0
},
dataType
:
'json'
,
success
:
function
(
res
)
{
var
geoCoordMap
=
res
.
geoCoordMap
;
var
BJData
=
res
.
BJData
;
var
convertData
=
function
(
data
)
{
var
res
=
[];
for
(
var
i
=
0
;
i
<
data
.
length
;
i
++
)
{
...
...
js/vis/index.js
View file @
f2c51ecc
...
...
@@ -69,165 +69,26 @@
});
},
map
:
function
()
{
$
.
ajax
({
type
:
"GET"
,
url
:
IndexController
.
apiUrl
+
"/bigtv/api/cityCoordinate"
,
data
:
{
is_china
:
1
},
dataType
:
'json'
,
success
:
function
(
res
)
{
var
myChart
=
echarts
.
init
(
document
.
getElementById
(
'map'
));
var
planePath
=
'path://M250 150 L150 350 L350 350 Z'
;
var
chinaGeoCoordMap
=
{
'黑龙江'
:
[
127.9688
,
45.368
],
'内蒙古'
:
[
110.3467
,
41.4899
],
"吉林"
:
[
125.8154
,
44.2584
],
'北京市'
:
[
116.4551
,
40.2539
],
"辽宁"
:
[
123.1238
,
42.1216
],
"河北"
:
[
114.4995
,
38.1006
],
"天津"
:
[
117.4219
,
39.4189
],
"山西"
:
[
112.3352
,
37.9413
],
"陕西"
:
[
109.1162
,
34.2004
],
"甘肃"
:
[
103.5901
,
36.3043
],
"宁夏"
:
[
106.3586
,
38.1775
],
"青海"
:
[
101.4038
,
36.8207
],
"新疆"
:
[
87.9236
,
43.5883
],
"西藏"
:
[
91.11
,
29.97
],
"四川"
:
[
103.9526
,
30.7617
],
"重庆"
:
[
108.384366
,
30.439702
],
"山东"
:
[
117.1582
,
36.8701
],
"河南"
:
[
113.4668
,
34.6234
],
"江苏"
:
[
118.8062
,
31.9208
],
"安徽"
:
[
117.29
,
32.0581
],
"湖北"
:
[
114.3896
,
30.6628
],
"浙江"
:
[
119.5313
,
29.8773
],
"福建"
:
[
119.4543
,
25.9222
],
"江西"
:
[
116.0046
,
28.6633
],
"湖南"
:
[
113.0823
,
28.2568
],
"贵州"
:
[
106.6992
,
26.7682
],
"云南"
:
[
102.9199
,
25.4663
],
"深圳"
:
[
113.12244
,
23.009505
],
"广西"
:
[
108.479
,
23.1152
],
"海南"
:
[
110.3893
,
19.8516
],
'上海'
:
[
121.4648
,
31.2891
]
};
var
chinaDatas
=
[
[{
name
:
'黑龙江'
,
value
:
0
}],
[{
name
:
'内蒙古'
,
value
:
0
}],
[{
name
:
'吉林'
,
value
:
0
}],
[{
name
:
'辽宁'
,
value
:
0
}],
[{
name
:
'河北'
,
value
:
0
}],
[{
name
:
'天津'
,
value
:
0
}],
[{
name
:
'山西'
,
value
:
0
}],
[{
name
:
'陕西'
,
value
:
0
}],
[{
name
:
'甘肃'
,
value
:
0
}],
[{
name
:
'宁夏'
,
value
:
0
}],
[{
name
:
'青海'
,
value
:
0
}],
[{
name
:
'新疆'
,
value
:
0
}],
[{
name
:
'西藏'
,
value
:
0
}],
[{
name
:
'四川'
,
value
:
0
}],
[{
name
:
'重庆'
,
value
:
0
}],
[{
name
:
'山东'
,
value
:
0
}],
[{
name
:
'河南'
,
value
:
0
}],
[{
name
:
'江苏'
,
value
:
0
}],
[{
name
:
'安徽'
,
value
:
0
}],
[{
name
:
'湖北'
,
value
:
0
}],
[{
name
:
'浙江'
,
value
:
0
}],
[{
name
:
'福建'
,
value
:
0
}],
[{
name
:
'江西'
,
value
:
0
}],
[{
name
:
'湖南'
,
value
:
0
}],
[{
name
:
'贵州'
,
value
:
0
}],
[{
name
:
'广西'
,
value
:
0
}],
[{
name
:
'深圳'
,
value
:
0
}],
[{
name
:
'海南'
,
value
:
0
}],
[{
name
:
'上海'
,
value
:
0
}]
];
var
chinaGeoCoordMap
=
res
.
geoCoordMap
;
var
chinaDatas
=
res
.
BJData
;
var
convertData
=
function
(
data
)
{
var
res
=
[];
for
(
var
i
=
0
;
i
<
data
.
length
;
i
++
)
{
var
dataItem
=
data
[
i
];
var
fromCoord
=
[
113.12244
,
23.009505
];
var
fromCoord
=
[
114.5435
,
22.5439
];
var
toCoord
=
chinaGeoCoordMap
[
dataItem
[
0
].
name
];
if
(
fromCoord
&&
toCoord
)
{
res
.
push
([{
...
...
@@ -377,6 +238,12 @@
series
:
series
};
myChart
.
setOption
(
option
)
}
});
return
this
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment