...
|
...
|
@@ -110,18 +110,21 @@ export default { |
|
|
overflow-y: auto;
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
}
|
|
|
|
|
|
.scroller-top {
|
|
|
width: 43PX;
|
|
|
height: 33PX;
|
|
|
margin: 0 auto;
|
|
|
margin-top: -43PX;
|
|
|
margin-bottom: 10PX;
|
|
|
background-image: url(~statics/img/pull_sprite.png);
|
|
|
background-position: -1160PX 0;
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 1247PX 33PX;
|
|
|
animation: loadingScroller 1.5s steps(29) .5s infinite;
|
|
|
|
|
|
// margin: 0 auto;
|
|
|
// margin-top: -43PX;
|
|
|
// margin-bottom: 10PX;
|
|
|
// background-image: url(~statics/img/pull_sprite.png);
|
|
|
// background-position: -1160PX 0;
|
|
|
// background-repeat: no-repeat;
|
|
|
// background-size: 1247PX 33PX;
|
|
|
// animation: loadingScroller 1.5s steps(29) .5s infinite;
|
|
|
}
|
|
|
|
|
|
@keyframes loadingScroller {
|
|
|
0% { background-position: 0 0; }
|
|
|
100% { background-position: -1247PX 0; }
|
...
|
...
|
|