-
Notifications
You must be signed in to change notification settings - Fork 61
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
b72ccee
commit 892de4d
Showing
19 changed files
with
301 additions
and
71 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
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,11 @@ | ||
.blockLoad { | ||
animation: op 500ms ease; | ||
} | ||
@keyframes op { | ||
from { | ||
opacity: 0; | ||
} | ||
to { | ||
opacity: 1; | ||
} | ||
} |
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,91 @@ | ||
.animateEase { | ||
transition: transform ease 300ms; | ||
} | ||
.downLoadingStyle { | ||
overflow: hidden; | ||
} | ||
.scrollView { | ||
position: relative; | ||
width: 100%; | ||
} | ||
.autoHeight { | ||
height: 100%; | ||
} | ||
.bodyView { | ||
position: relative; | ||
overflow: visible; | ||
will-change: transform; | ||
transform: translate3d(0, 0, 0); | ||
backface-visibility: hidden; | ||
} | ||
.containView { | ||
position: relative; | ||
} | ||
|
||
.unNeedBlock { | ||
opacity: 0; | ||
visibility: hidden; | ||
} | ||
.pullDownBlock { | ||
left: 0; | ||
width: 100%; | ||
overflow: hidden; | ||
font-size: 28px; | ||
display: flex; | ||
align-items: flex-end; | ||
.tip { | ||
display: flex; | ||
justify-content: center; | ||
color: #999999; | ||
bottom: 30px; | ||
left: 0; | ||
width: 100%; | ||
text-align: center; | ||
|
||
} | ||
} | ||
|
||
.loading, .loaded { | ||
text-align: center; | ||
font-size: 24px; | ||
padding: 12px; | ||
//animation: loading infinite 1000ms ease; | ||
} | ||
.loaded { | ||
color: #e6e6e6; | ||
} | ||
.errorPage { | ||
text-align: center; | ||
padding: 40px; | ||
.button { | ||
border-radius: 10px; | ||
margin-top: 10px; | ||
display: inline-block; | ||
border: 1px solid cornflowerblue; | ||
color: cornflowerblue; | ||
padding: 10px; | ||
} | ||
} | ||
.noContentTips { | ||
display: flex; | ||
padding: 100px 20px 20px; | ||
text-align: center; | ||
flex-direction: column; | ||
.emptyBanner { | ||
width: 250px; | ||
height: 170px; | ||
display: inline-block; | ||
margin: 0 auto 20px; | ||
} | ||
} | ||
@keyframes loading { | ||
from { | ||
transform: rotate(0turn); | ||
} | ||
to { | ||
transform: rotate(1turn); | ||
} | ||
} | ||
.hide { | ||
visibility: hidden; | ||
} |
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,51 @@ | ||
@keyframes lds-rolling { | ||
0% { | ||
-webkit-transform: translate(-50%, -50%) rotate(0deg); | ||
transform: translate(-50%, -50%) rotate(0deg); | ||
} | ||
100% { | ||
-webkit-transform: translate(-50%, -50%) rotate(360deg); | ||
transform: translate(-50%, -50%) rotate(360deg); | ||
} | ||
} | ||
@-webkit-keyframes lds-rolling { | ||
0% { | ||
-webkit-transform: translate(-50%, -50%) rotate(0deg); | ||
transform: translate(-50%, -50%) rotate(0deg); | ||
} | ||
100% { | ||
-webkit-transform: translate(-50%, -50%) rotate(360deg); | ||
transform: translate(-50%, -50%) rotate(360deg); | ||
} | ||
} | ||
.loading-box { | ||
display: inline-block; | ||
margin-bottom: -8px; | ||
} | ||
.lds-rolling { | ||
position: relative; | ||
} | ||
.lds-rolling .circle { | ||
position: absolute; | ||
width: 30px; | ||
height: 30px; | ||
border: 4px solid #667baf; | ||
border-top-color: transparent !important; | ||
border-radius: 50%; | ||
} | ||
.circle{ | ||
-webkit-animation: lds-rolling 1s linear infinite; | ||
animation: lds-rolling 1s linear infinite; | ||
top: 40px; | ||
left: 40px; | ||
} | ||
.lds-rolling { | ||
-webkit-transform: rotate(90deg); | ||
transform: rotate(90deg); | ||
} | ||
.lds-rolling { | ||
width: 80px !important; | ||
height: 80px !important; | ||
-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px); | ||
transform: translate(-100px, -100px) scale(1) translate(100px, 100px); | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.