-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5c29a2
commit 5ab977a
Showing
21 changed files
with
1,018 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
.nut-countup{ | ||
display:inline-block; | ||
width: 100%; | ||
padding:5px; | ||
color: #000; | ||
font-weight:bold; | ||
// text-align:center; | ||
.run-number{ | ||
margin: 0 auto; | ||
padding: 0; | ||
overflow: hidden; | ||
height: 50px; | ||
line-height: 50px; | ||
text-align: center; | ||
font-weight: bold; | ||
position: relative; | ||
li { | ||
position: absolute; | ||
transition: none; | ||
// transition: all linear .1s; | ||
// animation: myMove 1s linear infinite; | ||
// animation-fill-mode: forwards; | ||
// @keyframes myMove { | ||
// 0% { | ||
// transform: translateY(0); | ||
// } | ||
// 100% { | ||
// transform: translateY(-50px); | ||
// } | ||
// } | ||
span { | ||
display: block; | ||
} | ||
} | ||
} | ||
.pointstyl { | ||
position: absolute; | ||
display: block; | ||
} | ||
.run-number-img { | ||
position: relative; | ||
li { | ||
position: absolute; | ||
transition: none; | ||
display: inline-block; | ||
background-position: 0 0; | ||
background-repeat: no-repeat; | ||
} | ||
} | ||
} |
Oops, something went wrong.