Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohobuy-activity
·
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
unknown
2015-11-04 13:24:07 +0800
Commit
9ac9c71c6404d598bbf6e82ef238f56b8dfc32a2
1 parent
5248dbc0
css
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
wyf-return/css/index.css
wyf-return/sass/index.scss
wyf-return/css/index.css
View file @
9ac9c71
This diff could not be displayed because it is too large.
wyf-return/sass/index.scss
View file @
9ac9c71
...
...
@@ -164,7 +164,7 @@ body {
}
.receive-success
{
display
:
block
;
display
:
none
;
position
:
absolute
;
top
:
0
;
right
:
0
;
...
...
@@ -216,6 +216,16 @@ body {
}
}
.page4.success
{
.receive-success
{
display
:
block
;
}
.have-received
{
display
:
none
;
}
}
@include
keyframes
(
dropDown
)
{
0
%
,
30
%
{
@include
opacity
(
0
);
...
...
Please
register
or
login
to post a comment