Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
7 years ago
Commit
093ac25ee44bf92e315c293f7885e2707f3dbda6
1 parent
4ddaa1d1
loading
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
3 deletions
public/img/activity/grade/loading2.png
public/scss/activity/grade-detail.page.css
public/img/activity/grade/loading2.png
0 → 100644
View file @
093ac25
8.88 KB
public/scss/activity/grade-detail.page.css
View file @
093ac25
@keyframes
loading
{
0
%
{
transform
:
rotate
(
0deg
);
}
25
%
{
transform
:
rotate
(
90deg
);
}
50
%
{
transform
:
rotate
(
180deg
);
}
75
%
{
transform
:
rotate
(
270deg
);
}
100
%
{
transform
:
rotate
(
360deg
);
}
}
.grade-detail-page
{
.grade-graph
{
width
:
100%
;
...
...
@@ -7,13 +29,14 @@
}
.loading-mask
{
margin-top
:
104px
;
width
:
100%
;
height
:
50
0
px
;
height
:
50
2
px
;
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
2
;
background-color
:
#
2b2b2b
;
background-color
:
#
444
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
...
...
@@ -22,8 +45,10 @@
.loading-logo
{
width
:
80px
;
height
:
80px
;
background
:
resolve
(
"activity/grade/loading
.gif
"
);
background
:
resolve
(
"activity/grade/loading
2.png
"
);
background-size
:
100%
;
animation
:
loading
1.5s
infinite
;
animation-timing-function
:
linear
;
}
.loading-text
{
...
...
Please
register
or
login
to post a comment