Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
unexpected-pages
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vue-plugins
unexpected-pages
Commits
7c843051
Commit
7c843051
authored
Sep 26, 2018
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
8a49a5ec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
index.vue
errorPage/index.vue
+10
-0
No files found.
errorPage/index.vue
View file @
7c843051
...
@@ -222,6 +222,16 @@ export default {
...
@@ -222,6 +222,16 @@ export default {
animation-duration: 0.5s;
animation-duration: 0.5s;
animation-delay: 0.3s;
animation-delay: 0.3s;
animation-fill-mode: forwards;*/
animation-fill-mode: forwards;*/
&:hover
{
color
:
#fff
;
background-color
:
#40a9ff
;
border-color
:
#40a9ff
;
}
&
:active
{
background
:
#096dd9
;
border-color
:
#096dd9
;
color
:
#fff
;
}
}
}
@keyframes
slideUp
{
@keyframes
slideUp
{
0
%
{
0
%
{
...
...
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