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
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
7 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
This diff is collapsed.
Click to expand it.
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