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
869b8d43
authored
Jun 03, 2021
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
84d3c0bc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
18 deletions
css/vis/index.less
css/vis/index.min.css
css/vis/index.min.css.map
vis.html
css/vis/index.less
View file @
869b8d43
...
@@ -377,10 +377,10 @@ body, html {
...
@@ -377,10 +377,10 @@ body, html {
height: 100%;
height: 100%;
background: rgba(49, 156, 216, 0.7);
background: rgba(49, 156, 216, 0.7);
border-radius: 50%;
border-radius: 50%;
-webkit-animation: scale-three
1
s ease infinite;
-webkit-animation: scale-three
2
s ease infinite;
animation: scale-three
1
s ease infinite;
animation: scale-three
2
s ease infinite;
animation-direction: alternate;
/*
animation-direction: alternate;
-webkit-animation-direction: alternate;
-webkit-animation-direction: alternate;
*/
animation-fill-mode: both;
animation-fill-mode: both;
}
}
}
}
...
@@ -553,7 +553,7 @@ body, html {
...
@@ -553,7 +553,7 @@ body, html {
}
}
100% {
100% {
transform: scale(
2
);
transform: scale(
3
);
background: rgba(49, 156, 216, 0
.2
);
background: rgba(49, 156, 216, 0);
}
}
}
}
\ No newline at end of file
css/vis/index.min.css
View file @
869b8d43
...
@@ -499,10 +499,10 @@ html {
...
@@ -499,10 +499,10 @@ html {
height
:
100%
;
height
:
100%
;
background
:
rgba
(
49
,
156
,
216
,
0.7
);
background
:
rgba
(
49
,
156
,
216
,
0.7
);
border-radius
:
50%
;
border-radius
:
50%
;
-webkit-animation
:
scale-three
1
s
ease
infinite
;
-webkit-animation
:
scale-three
2
s
ease
infinite
;
animation
:
scale-three
1
s
ease
infinite
;
animation
:
scale-three
2
s
ease
infinite
;
animation-direction
:
alternate
;
/*
animation-direction: alternate;
-webkit-animation-direction
:
alternate
;
-webkit-animation-direction: alternate;*/
animation-fill-mode
:
both
;
animation-fill-mode
:
both
;
}
}
.home-page
.data-left
{
.home-page
.data-left
{
...
@@ -649,8 +649,8 @@ html {
...
@@ -649,8 +649,8 @@ html {
background
:
rgba
(
49
,
156
,
216
,
0.7
);
background
:
rgba
(
49
,
156
,
216
,
0.7
);
}
}
100
%
{
100
%
{
transform
:
scale
(
2
);
transform
:
scale
(
3
);
background
:
rgba
(
49
,
156
,
216
,
0
.2
);
background
:
rgba
(
49
,
156
,
216
,
0
);
}
}
}
}
/*# sourceMappingURL=index.min.css.map */
/*# sourceMappingURL=index.min.css.map */
\ No newline at end of file
css/vis/index.min.css.map
View file @
869b8d43
This diff is collapsed.
Click to expand it.
vis.html
View file @
869b8d43
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
</div>
</div>
<div
class=
"box3 boxsiz"
>
<div
class=
"box3 boxsiz"
>
<p
class=
"tit row rowCenter verCenter"
>
客户分布应用领域
</p>
<p
class=
"tit row rowCenter verCenter"
>
客户分布应用领域
</p>
<div
class=
"bar boxsiz"
id=
"customer_application"
style=
"width:
60%;height: 7
rem;"
></div>
<div
class=
"bar boxsiz"
id=
"customer_application"
style=
"width:
90%;height: 7.5
rem;"
></div>
</div>
</div>
</div>
</div>
<div
class=
"data-right"
>
<div
class=
"data-right"
>
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
charts
=
{
var
charts
=
{
date
:
""
,
date
:
""
,
api
:
window
.
location
.
host
==
"btv.ichunt.com"
?
"https://api.ichunt.com"
:
"http
s://api.ichunt
.com"
,
api
:
window
.
location
.
host
==
"btv.ichunt.com"
?
"https://api.ichunt.com"
:
"http
://api.liexin
.com"
,
init
:
function
()
{
init
:
function
()
{
charts
.
date
();
charts
.
date
();
charts
.
getData
();
charts
.
getData
();
...
@@ -280,18 +280,19 @@
...
@@ -280,18 +280,19 @@
trigger
:
'item'
trigger
:
'item'
},
},
legend
:
{
legend
:
{
bottom
:
'
5
0'
,
bottom
:
'
4
0'
,
textStyle
:
{
textStyle
:
{
color
:
"#96bcf6"
color
:
"#96bcf6"
,
fontSize
:
20
}
}
},
},
series
:
[
series
:
[
{
{
type
:
'pie'
,
type
:
'pie'
,
radius
:
[
'
40%'
,
'7
0%'
],
radius
:
[
'
30%'
,
'6
0%'
],
avoidLabelOverlap
:
false
,
avoidLabelOverlap
:
false
,
itemStyle
:
{
itemStyle
:
{
borderRadius
:
10
,
borderRadius
:
5
,
borderColor
:
'#001e54'
,
borderColor
:
'#001e54'
,
borderWidth
:
2
borderWidth
:
2
},
},
...
...
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