|
|
|
/****添加计算宽度的--运算符直接需要space****/
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/
|
|
|
|
html,
|
|
|
|
body,
|
|
|
|
div,
|
|
|
|
ul,
|
|
|
|
li,
|
|
|
|
img,
|
|
|
|
a,
|
|
|
|
span,
|
|
|
|
p,
|
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
outline: none;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:focus {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
input,
|
|
|
|
textarea {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
outline: none;
|
|
|
|
border: 1px solid #d4dadd;
|
|
|
|
}
|
|
|
|
.bi-theme-dark input,
|
|
|
|
.bi-theme-dark textarea {
|
|
|
|
border: 1px solid #525466;
|
|
|
|
}
|
|
|
|
ul,
|
|
|
|
ol {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
list-style: disc;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
i {
|
|
|
|
font-style: normal;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-webkit-text-stroke-width: 0.2px;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
@charset "UTF-8";
|
|
|
|
/*!
|
|
|
|
* animate.css -http://daneden.me/animate
|
|
|
|
* Version - 3.5.1
|
|
|
|
* Licensed under the MIT license - http://opensource.org/licenses/MIT
|
|
|
|
*
|
|
|
|
* Copyright (c) 2016 Daniel Eden
|
|
|
|
*/
|
|
|
|
@-webkit-keyframes bounce {
|
|
|
|
from,
|
|
|
|
20%,
|
|
|
|
53%,
|
|
|
|
80%,
|
|
|
|
to {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
40%,
|
|
|
|
43% {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
-webkit-transform: translate3d(0, -30px, 0);
|
|
|
|
transform: translate3d(0, -30px, 0);
|
|
|
|
}
|
|
|
|
70% {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
-webkit-transform: translate3d(0, -15px, 0);
|
|
|
|
transform: translate3d(0, -15px, 0);
|
|
|
|
}
|
|
|
|
90% {
|
|
|
|
-webkit-transform: translate3d(0, -4px, 0);
|
|
|
|
transform: translate3d(0, -4px, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes bounce {
|
|
|
|
from,
|
|
|
|
20%,
|
|
|
|
53%,
|
|
|
|
80%,
|
|
|
|
to {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
40%,
|
|
|
|
43% {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
-webkit-transform: translate3d(0, -30px, 0);
|
|
|
|
transform: translate3d(0, -30px, 0);
|
|
|
|
}
|
|
|
|
70% {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
-webkit-transform: translate3d(0, -15px, 0);
|
|
|
|
transform: translate3d(0, -15px, 0);
|
|
|
|
}
|
|
|
|
90% {
|
|
|
|
-webkit-transform: translate3d(0, -4px, 0);
|
|
|
|
transform: translate3d(0, -4px, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes flash {
|
|
|
|
from,
|
|
|
|
50%,
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
25%,
|
|
|
|
75% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes flash {
|
|
|
|
from,
|
|
|
|
50%,
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
25%,
|
|
|
|
75% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
@-webkit-keyframes pulse {
|
|
|
|
from {
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
-webkit-transform: scale3d(1.05, 1.05, 1.05);
|
|
|
|
transform: scale3d(1.05, 1.05, 1.05);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes pulse {
|
|
|
|
from {
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
-webkit-transform: scale3d(1.05, 1.05, 1.05);
|
|
|
|
transform: scale3d(1.05, 1.05, 1.05);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes rubberBand {
|
|
|
|
from {
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
30% {
|
|
|
|
-webkit-transform: scale3d(1.25, 0.75, 1);
|
|
|
|
transform: scale3d(1.25, 0.75, 1);
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
-webkit-transform: scale3d(0.75, 1.25, 1);
|
|
|
|
transform: scale3d(0.75, 1.25, 1);
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
-webkit-transform: scale3d(1.15, 0.85, 1);
|
|
|
|
transform: scale3d(1.15, 0.85, 1);
|
|
|
|
}
|
|
|
|
65% {
|
|
|
|
-webkit-transform: scale3d(0.95, 1.05, 1);
|
|
|
|
transform: scale3d(0.95, 1.05, 1);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
-webkit-transform: scale3d(1.05, 0.95, 1);
|
|
|
|
transform: scale3d(1.05, 0.95, 1);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rubberBand {
|
|
|
|
from {
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
30% {
|
|
|
|
-webkit-transform: scale3d(1.25, 0.75, 1);
|
|
|
|
transform: scale3d(1.25, 0.75, 1);
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
-webkit-transform: scale3d(0.75, 1.25, 1);
|
|
|
|
transform: scale3d(0.75, 1.25, 1);
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
-webkit-transform: scale3d(1.15, 0.85, 1);
|
|
|
|
transform: scale3d(1.15, 0.85, 1);
|
|
|
|
}
|
|
|
|
65% {
|
|
|
|
-webkit-transform: scale3d(0.95, 1.05, 1);
|
|
|
|
transform: scale3d(0.95, 1.05, 1);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
-webkit-transform: scale3d(1.05, 0.95, 1);
|
|
|
|
transform: scale3d(1.05, 0.95, 1);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes shake {
|
|
|
|
from,
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
10%,
|
|
|
|
30%,
|
|
|
|
50%,
|
|
|
|
70%,
|
|
|
|
90% {
|
|
|
|
-webkit-transform: translate3d(-10px, 0, 0);
|
|
|
|
transform: translate3d(-10px, 0, 0);
|
|
|
|
}
|
|
|
|
20%,
|
|
|
|
40%,
|
|
|
|
60%,
|
|
|
|
80% {
|
|
|
|
-webkit-transform: translate3d(10px, 0, 0);
|
|
|
|
transform: translate3d(10px, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes shake {
|
|
|
|
from,
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
10%,
|
|
|
|
30%,
|
|
|
|
50%,
|
|
|
|
70%,
|
|
|
|
90% {
|
|
|
|
-webkit-transform: translate3d(-10px, 0, 0);
|
|
|
|
transform: translate3d(-10px, 0, 0);
|
|
|
|
}
|
|
|
|
20%,
|
|
|
|
40%,
|
|
|
|
60%,
|
|
|
|
80% {
|
|
|
|
-webkit-transform: translate3d(10px, 0, 0);
|
|
|
|
transform: translate3d(10px, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes headShake {
|
|
|
|
0% {
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
transform: translateX(0);
|
|
|
|
}
|
|
|
|
6.5% {
|
|
|
|
-webkit-transform: translateX(-6px) rotateY(-9deg);
|
|
|
|
transform: translateX(-6px) rotateY(-9deg);
|
|
|
|
}
|
|
|
|
18.5% {
|
|
|
|
-webkit-transform: translateX(5px) rotateY(7deg);
|
|
|
|
transform: translateX(5px) rotateY(7deg);
|
|
|
|
}
|
|
|
|
31.5% {
|
|
|
|
-webkit-transform: translateX(-3px) rotateY(-5deg);
|
|
|
|
transform: translateX(-3px) rotateY(-5deg);
|
|
|
|
}
|
|
|
|
43.5% {
|
|
|
|
-webkit-transform: translateX(2px) rotateY(3deg);
|
|
|
|
transform: translateX(2px) rotateY(3deg);
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
transform: translateX(0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes headShake {
|
|
|
|
0% {
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
transform: translateX(0);
|
|
|
|
}
|
|
|
|
6.5% {
|
|
|
|
-webkit-transform: translateX(-6px) rotateY(-9deg);
|
|
|
|
transform: translateX(-6px) rotateY(-9deg);
|
|
|
|
}
|
|
|
|
18.5% {
|
|
|
|
-webkit-transform: translateX(5px) rotateY(7deg);
|
|
|
|
transform: translateX(5px) rotateY(7deg);
|
|
|
|
}
|
|
|
|
31.5% {
|
|
|
|
-webkit-transform: translateX(-3px) rotateY(-5deg);
|
|
|
|
transform: translateX(-3px) rotateY(-5deg);
|
|
|
|
}
|
|
|
|
43.5% {
|
|
|
|
-webkit-transform: translateX(2px) rotateY(3deg);
|
|
|
|
transform: translateX(2px) rotateY(3deg);
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
transform: translateX(0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes swing {
|
|
|
|
20% {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 15deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 15deg);
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -10deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -10deg);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 5deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 5deg);
|
|
|
|
}
|
|
|
|
80% {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -5deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -5deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 0deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes swing {
|
|
|
|
20% {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 15deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 15deg);
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -10deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -10deg);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 5deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 5deg);
|
|
|
|
}
|
|
|
|
80% {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -5deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -5deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 0deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes tada {
|
|
|
|
from {
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
10%,
|
|
|
|
20% {
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
|
|
|
}
|
|
|
|
30%,
|
|
|
|
50%,
|
|
|
|
70%,
|
|
|
|
90% {
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
|
|
|
}
|
|
|
|
40%,
|
|
|
|
60%,
|
|
|
|
80% {
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes tada {
|
|
|
|
from {
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
10%,
|
|
|
|
20% {
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
|
|
|
}
|
|
|
|
30%,
|
|
|
|
50%,
|
|
|
|
70%,
|
|
|
|
90% {
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
|
|
|
}
|
|
|
|
40%,
|
|
|
|
60%,
|
|
|
|
80% {
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
@-webkit-keyframes wobble {
|
|
|
|
from {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
15% {
|
|
|
|
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
|
|
|
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
|
|
|
}
|
|
|
|
30% {
|
|
|
|
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
|
|
|
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
|
|
|
}
|
|
|
|
45% {
|
|
|
|
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
|
|
|
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
|
|
|
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
|
|
|
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes wobble {
|
|
|
|
from {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
15% {
|
|
|
|
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
|
|
|
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
|
|
|
}
|
|
|
|
30% {
|
|
|
|
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
|
|
|
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
|
|
|
}
|
|
|
|
45% {
|
|
|
|
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
|
|
|
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
|
|
|
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
|
|
|
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes jello {
|
|
|
|
from,
|
|
|
|
11.1%,
|
|
|
|
to {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
22.2% {
|
|
|
|
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
|
|
transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
|
|
}
|
|
|
|
33.3% {
|
|
|
|
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
|
|
|
|
transform: skewX(6.25deg) skewY(6.25deg);
|
|
|
|
}
|
|
|
|
44.4% {
|
|
|
|
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
|
|
transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
|
|
}
|
|
|
|
55.5% {
|
|
|
|
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
|
|
transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
|
|
}
|
|
|
|
66.6% {
|
|
|
|
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
|
|
transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
|
|
}
|
|
|
|
77.7% {
|
|
|
|
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
|
|
transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
|
|
}
|
|
|
|
88.8% {
|
|
|
|
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
|
|
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes jello {
|
|
|
|
from,
|
|
|
|
11.1%,
|
|
|
|
to {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
22.2% {
|
|
|
|
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
|
|
transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
|
|
}
|
|
|
|
33.3% {
|
|
|
|
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
|
|
|
|
transform: skewX(6.25deg) skewY(6.25deg);
|
|
|
|
}
|
|
|
|
44.4% {
|
|
|
|
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
|
|
transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
|
|
}
|
|
|
|
55.5% {
|
|
|
|
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
|
|
transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
|
|
}
|
|
|
|
66.6% {
|
|
|
|
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
|
|
transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
|
|
}
|
|
|
|
77.7% {
|
|
|
|
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
|
|
transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
|
|
}
|
|
|
|
88.8% {
|
|
|
|
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
|
|
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes bounceIn {
|
|
|
|
from,
|
|
|
|
20%,
|
|
|
|
40%,
|
|
|
|
60%,
|
|
|
|
80%,
|
|
|
|
to {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
}
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
}
|
|
|
|
20% {
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
|
|
|
transform: scale3d(1.03, 1.03, 1.03);
|
|
|
|
}
|
|
|
|
80% {
|
|
|
|
-webkit-transform: scale3d(0.97, 0.97, 0.97);
|
|
|
|
transform: scale3d(0.97, 0.97, 0.97);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes bounceIn {
|
|
|
|
from,
|
|
|
|
20%,
|
|
|
|
40%,
|
|
|
|
60%,
|
|
|
|
80%,
|
|
|
|
to {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
}
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
}
|
|
|
|
20% {
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
|
|
|
transform: scale3d(1.03, 1.03, 1.03);
|
|
|
|
}
|
|
|
|
80% {
|
|
|
|
-webkit-transform: scale3d(0.97, 0.97, 0.97);
|
|
|
|
transform: scale3d(0.97, 0.97, 0.97);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes bounceInDown {
|
|
|
|
from,
|
|
|
|
60%,
|
|
|
|
75%,
|
|
|
|
90%,
|
|
|
|
to {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
}
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, -3000px, 0);
|
|
|
|
transform: translate3d(0, -3000px, 0);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(0, 25px, 0);
|
|
|
|
transform: translate3d(0, 25px, 0);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
-webkit-transform: translate3d(0, -10px, 0);
|
|
|
|
transform: translate3d(0, -10px, 0);
|
|
|
|
}
|
|
|
|
90% {
|
|
|
|
-webkit-transform: translate3d(0, 5px, 0);
|
|
|
|
transform: translate3d(0, 5px, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes bounceInDown {
|
|
|
|
from,
|
|
|
|
60%,
|
|
|
|
75%,
|
|
|
|
90%,
|
|
|
|
to {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
}
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, -3000px, 0);
|
|
|
|
transform: translate3d(0, -3000px, 0);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(0, 25px, 0);
|
|
|
|
transform: translate3d(0, 25px, 0);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
-webkit-transform: translate3d(0, -10px, 0);
|
|
|
|
transform: translate3d(0, -10px, 0);
|
|
|
|
}
|
|
|
|
90% {
|
|
|
|
-webkit-transform: translate3d(0, 5px, 0);
|
|
|
|
transform: translate3d(0, 5px, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes bounceInLeft {
|
|
|
|
from,
|
|
|
|
60%,
|
|
|
|
75%,
|
|
|
|
90%,
|
|
|
|
to {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
}
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-3000px, 0, 0);
|
|
|
|
transform: translate3d(-3000px, 0, 0);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(25px, 0, 0);
|
|
|
|
transform: translate3d(25px, 0, 0);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
-webkit-transform: translate3d(-10px, 0, 0);
|
|
|
|
transform: translate3d(-10px, 0, 0);
|
|
|
|
}
|
|
|
|
90% {
|
|
|
|
-webkit-transform: translate3d(5px, 0, 0);
|
|
|
|
transform: translate3d(5px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes bounceInLeft {
|
|
|
|
from,
|
|
|
|
60%,
|
|
|
|
75%,
|
|
|
|
90%,
|
|
|
|
to {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
}
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-3000px, 0, 0);
|
|
|
|
transform: translate3d(-3000px, 0, 0);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(25px, 0, 0);
|
|
|
|
transform: translate3d(25px, 0, 0);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
-webkit-transform: translate3d(-10px, 0, 0);
|
|
|
|
transform: translate3d(-10px, 0, 0);
|
|
|
|
}
|
|
|
|
90% {
|
|
|
|
-webkit-transform: translate3d(5px, 0, 0);
|
|
|
|
transform: translate3d(5px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes bounceInRight {
|
|
|
|
from,
|
|
|
|
60%,
|
|
|
|
75%,
|
|
|
|
90%,
|
|
|
|
to {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
}
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(3000px, 0, 0);
|
|
|
|
transform: translate3d(3000px, 0, 0);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(-25px, 0, 0);
|
|
|
|
transform: translate3d(-25px, 0, 0);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
-webkit-transform: translate3d(10px, 0, 0);
|
|
|
|
transform: translate3d(10px, 0, 0);
|
|
|
|
}
|
|
|
|
90% {
|
|
|
|
-webkit-transform: translate3d(-5px, 0, 0);
|
|
|
|
transform: translate3d(-5px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes bounceInRight {
|
|
|
|
from,
|
|
|
|
60%,
|
|
|
|
75%,
|
|
|
|
90%,
|
|
|
|
to {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
}
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(3000px, 0, 0);
|
|
|
|
transform: translate3d(3000px, 0, 0);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(-25px, 0, 0);
|
|
|
|
transform: translate3d(-25px, 0, 0);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
-webkit-transform: translate3d(10px, 0, 0);
|
|
|
|
transform: translate3d(10px, 0, 0);
|
|
|
|
}
|
|
|
|
90% {
|
|
|
|
-webkit-transform: translate3d(-5px, 0, 0);
|
|
|
|
transform: translate3d(-5px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes bounceInUp {
|
|
|
|
from,
|
|
|
|
60%,
|
|
|
|
75%,
|
|
|
|
90%,
|
|
|
|
to {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
}
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, 3000px, 0);
|
|
|
|
transform: translate3d(0, 3000px, 0);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
|
|
transform: translate3d(0, -20px, 0);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
-webkit-transform: translate3d(0, 10px, 0);
|
|
|
|
transform: translate3d(0, 10px, 0);
|
|
|
|
}
|
|
|
|
90% {
|
|
|
|
-webkit-transform: translate3d(0, -5px, 0);
|
|
|
|
transform: translate3d(0, -5px, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes bounceInUp {
|
|
|
|
from,
|
|
|
|
60%,
|
|
|
|
75%,
|
|
|
|
90%,
|
|
|
|
to {
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
}
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, 3000px, 0);
|
|
|
|
transform: translate3d(0, 3000px, 0);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
|
|
transform: translate3d(0, -20px, 0);
|
|
|
|
}
|
|
|
|
75% {
|
|
|
|
-webkit-transform: translate3d(0, 10px, 0);
|
|
|
|
transform: translate3d(0, 10px, 0);
|
|
|
|
}
|
|
|
|
90% {
|
|
|
|
-webkit-transform: translate3d(0, -5px, 0);
|
|
|
|
transform: translate3d(0, -5px, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes bounceOut {
|
|
|
|
20% {
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
}
|
|
|
|
50%,
|
|
|
|
55% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes bounceOut {
|
|
|
|
20% {
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
}
|
|
|
|
50%,
|
|
|
|
55% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes bounceOutDown {
|
|
|
|
20% {
|
|
|
|
-webkit-transform: translate3d(0, 10px, 0);
|
|
|
|
transform: translate3d(0, 10px, 0);
|
|
|
|
}
|
|
|
|
40%,
|
|
|
|
45% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
|
|
transform: translate3d(0, -20px, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes bounceOutDown {
|
|
|
|
20% {
|
|
|
|
-webkit-transform: translate3d(0, 10px, 0);
|
|
|
|
transform: translate3d(0, 10px, 0);
|
|
|
|
}
|
|
|
|
40%,
|
|
|
|
45% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
|
|
transform: translate3d(0, -20px, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes bounceOutLeft {
|
|
|
|
20% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(20px, 0, 0);
|
|
|
|
transform: translate3d(20px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes bounceOutLeft {
|
|
|
|
20% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(20px, 0, 0);
|
|
|
|
transform: translate3d(20px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes bounceOutRight {
|
|
|
|
20% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(-20px, 0, 0);
|
|
|
|
transform: translate3d(-20px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes bounceOutRight {
|
|
|
|
20% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(-20px, 0, 0);
|
|
|
|
transform: translate3d(-20px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes bounceOutUp {
|
|
|
|
20% {
|
|
|
|
-webkit-transform: translate3d(0, -10px, 0);
|
|
|
|
transform: translate3d(0, -10px, 0);
|
|
|
|
}
|
|
|
|
40%,
|
|
|
|
45% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(0, 20px, 0);
|
|
|
|
transform: translate3d(0, 20px, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes bounceOutUp {
|
|
|
|
20% {
|
|
|
|
-webkit-transform: translate3d(0, -10px, 0);
|
|
|
|
transform: translate3d(0, -10px, 0);
|
|
|
|
}
|
|
|
|
40%,
|
|
|
|
45% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: translate3d(0, 20px, 0);
|
|
|
|
transform: translate3d(0, 20px, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeIn {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeIn {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeInDown {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeInDown {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeInDownBig {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeInDownBig {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeInLeft {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeInLeft {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeInLeftBig {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeInLeftBig {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeInRight {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeInRight {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeInRightBig {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeInRightBig {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeInUp {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeInUp {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeInUpBig {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeInUpBig {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeOut {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeOut {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeOutDown {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeOutDown {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeOutDownBig {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeOutDownBig {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeOutLeft {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeOutLeft {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeOutLeftBig {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeOutLeftBig {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeOutRight {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeOutRight {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeOutRightBig {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeOutRightBig {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeOutUp {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeOutUp {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes fadeOutUpBig {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes fadeOutUpBig {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes flip {
|
|
|
|
from {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
|
|
|
|
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
|
|
|
|
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
}
|
|
|
|
80% {
|
|
|
|
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
|
|
|
|
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
transform: perspective(400px);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes flip {
|
|
|
|
from {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
|
|
|
|
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
|
|
|
|
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
}
|
|
|
|
80% {
|
|
|
|
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
|
|
|
|
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
transform: perspective(400px);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes flipInX {
|
|
|
|
from {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
80% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
transform: perspective(400px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes flipInX {
|
|
|
|
from {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
80% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
transform: perspective(400px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes flipInY {
|
|
|
|
from {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
80% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
transform: perspective(400px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes flipInY {
|
|
|
|
from {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
40% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
80% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
transform: perspective(400px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes flipOutX {
|
|
|
|
from {
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
transform: perspective(400px);
|
|
|
|
}
|
|
|
|
30% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes flipOutX {
|
|
|
|
from {
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
transform: perspective(400px);
|
|
|
|
}
|
|
|
|
30% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes flipOutY {
|
|
|
|
from {
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
transform: perspective(400px);
|
|
|
|
}
|
|
|
|
30% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes flipOutY {
|
|
|
|
from {
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
transform: perspective(400px);
|
|
|
|
}
|
|
|
|
30% {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes lightSpeedIn {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
|
|
transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
-webkit-transform: skewX(20deg);
|
|
|
|
transform: skewX(20deg);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
80% {
|
|
|
|
-webkit-transform: skewX(-5deg);
|
|
|
|
transform: skewX(-5deg);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes lightSpeedIn {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
|
|
transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
-webkit-transform: skewX(20deg);
|
|
|
|
transform: skewX(20deg);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
80% {
|
|
|
|
-webkit-transform: skewX(-5deg);
|
|
|
|
transform: skewX(-5deg);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes lightSpeedOut {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
|
|
transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes lightSpeedOut {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
|
|
transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes rotateIn {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
transform-origin: center;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -200deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -200deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
transform-origin: center;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rotateIn {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
transform-origin: center;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -200deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -200deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
transform-origin: center;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes rotateInDownLeft {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rotateInDownLeft {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes rotateInDownRight {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rotateInDownRight {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes rotateInUpLeft {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rotateInUpLeft {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes rotateInUpRight {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -90deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -90deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rotateInUpRight {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -90deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -90deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes rotateOut {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
transform-origin: center;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
transform-origin: center;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 200deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 200deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rotateOut {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
transform-origin: center;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
transform-origin: center;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 200deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 200deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes rotateOutDownLeft {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rotateOutDownLeft {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes rotateOutDownRight {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rotateOutDownRight {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes rotateOutUpLeft {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rotateOutUpLeft {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
transform-origin: left bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes rotateOutUpRight {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 90deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 90deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rotateOutUpRight {
|
|
|
|
from {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
transform-origin: right bottom;
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 90deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 90deg);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes hinge {
|
|
|
|
0% {
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
transform-origin: top left;
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
}
|
|
|
|
20%,
|
|
|
|
60% {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 80deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 80deg);
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
transform-origin: top left;
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
}
|
|
|
|
40%,
|
|
|
|
80% {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 60deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 60deg);
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
transform-origin: top left;
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 700px, 0);
|
|
|
|
transform: translate3d(0, 700px, 0);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes hinge {
|
|
|
|
0% {
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
transform-origin: top left;
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
}
|
|
|
|
20%,
|
|
|
|
60% {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 80deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 80deg);
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
transform-origin: top left;
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
}
|
|
|
|
40%,
|
|
|
|
80% {
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 60deg);
|
|
|
|
transform: rotate3d(0, 0, 1, 60deg);
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
transform-origin: top left;
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 700px, 0);
|
|
|
|
transform: translate3d(0, 700px, 0);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
@-webkit-keyframes rollIn {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
|
|
|
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rollIn {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
|
|
|
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: none;
|
|
|
|
transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
@-webkit-keyframes rollOut {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
|
|
|
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes rollOut {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
|
|
|
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes zoomIn {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes zoomIn {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes zoomInDown {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes zoomInDown {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes zoomInLeft {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes zoomInLeft {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes zoomInRight {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes zoomInRight {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes zoomInUp {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes zoomInUp {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
}
|
|
|
|
60% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes zoomOut {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes zoomOut {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes zoomOutDown {
|
|
|
|
40% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
transform-origin: center bottom;
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes zoomOutDown {
|
|
|
|
40% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
transform-origin: center bottom;
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes zoomOutLeft {
|
|
|
|
40% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
|
|
transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
|
|
-webkit-transform-origin: left center;
|
|
|
|
transform-origin: left center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes zoomOutLeft {
|
|
|
|
40% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
|
|
transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
|
|
-webkit-transform-origin: left center;
|
|
|
|
transform-origin: left center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes zoomOutRight {
|
|
|
|
40% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
|
|
transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
|
|
-webkit-transform-origin: right center;
|
|
|
|
transform-origin: right center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes zoomOutRight {
|
|
|
|
40% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
|
|
transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
|
|
-webkit-transform-origin: right center;
|
|
|
|
transform-origin: right center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes zoomOutUp {
|
|
|
|
40% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
transform-origin: center bottom;
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes zoomOutUp {
|
|
|
|
40% {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
transform-origin: center bottom;
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes slideInDown {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes slideInDown {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes slideInLeft {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes slideInLeft {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes slideInRight {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes slideInRight {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes slideInUp {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes slideInUp {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes slideOutDown {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
visibility: hidden;
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes slideOutDown {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
visibility: hidden;
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes slideOutLeft {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
visibility: hidden;
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes slideOutLeft {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
visibility: hidden;
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes slideOutRight {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
visibility: hidden;
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes slideOutRight {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
visibility: hidden;
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@-webkit-keyframes slideOutUp {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
visibility: hidden;
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes slideOutUp {
|
|
|
|
from {
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
visibility: hidden;
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.animated {
|
|
|
|
-webkit-animation-duration: 1s;
|
|
|
|
animation-duration: 1s;
|
|
|
|
-webkit-animation-fill-mode: both;
|
|
|
|
animation-fill-mode: both;
|
|
|
|
}
|
|
|
|
.animated.infinite {
|
|
|
|
-webkit-animation-iteration-count: infinite;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
}
|
|
|
|
.bounce {
|
|
|
|
-webkit-animation-name: bounce;
|
|
|
|
animation-name: bounce;
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
transform-origin: center bottom;
|
|
|
|
}
|
|
|
|
.flash {
|
|
|
|
-webkit-animation-name: flash;
|
|
|
|
animation-name: flash;
|
|
|
|
}
|
|
|
|
.pulse {
|
|
|
|
-webkit-animation-name: pulse;
|
|
|
|
animation-name: pulse;
|
|
|
|
}
|
|
|
|
.rubberBand {
|
|
|
|
-webkit-animation-name: rubberBand;
|
|
|
|
animation-name: rubberBand;
|
|
|
|
}
|
|
|
|
.shake {
|
|
|
|
-webkit-animation-name: shake;
|
|
|
|
animation-name: shake;
|
|
|
|
}
|
|
|
|
.headShake {
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
-webkit-animation-name: headShake;
|
|
|
|
animation-name: headShake;
|
|
|
|
}
|
|
|
|
.swing {
|
|
|
|
-webkit-transform-origin: top center;
|
|
|
|
transform-origin: top center;
|
|
|
|
-webkit-animation-name: swing;
|
|
|
|
animation-name: swing;
|
|
|
|
}
|
|
|
|
.tada {
|
|
|
|
-webkit-animation-name: tada;
|
|
|
|
animation-name: tada;
|
|
|
|
}
|
|
|
|
.jello {
|
|
|
|
-webkit-animation-name: jello;
|
|
|
|
animation-name: jello;
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
transform-origin: center;
|
|
|
|
}
|
|
|
|
.bounceIn {
|
|
|
|
-webkit-animation-duration: .75s;
|
|
|
|
animation-duration: .75s;
|
|
|
|
-webkit-animation-name: bounceIn;
|
|
|
|
animation-name: bounceIn;
|
|
|
|
}
|
|
|
|
.bounceInDown {
|
|
|
|
-webkit-animation-name: bounceInDown;
|
|
|
|
animation-name: bounceInDown;
|
|
|
|
}
|
|
|
|
.bounceInLeft {
|
|
|
|
-webkit-animation-name: bounceInLeft;
|
|
|
|
animation-name: bounceInLeft;
|
|
|
|
}
|
|
|
|
.bounceInRight {
|
|
|
|
-webkit-animation-name: bounceInRight;
|
|
|
|
animation-name: bounceInRight;
|
|
|
|
}
|
|
|
|
.bounceInUp {
|
|
|
|
-webkit-animation-name: bounceInUp;
|
|
|
|
animation-name: bounceInUp;
|
|
|
|
}
|
|
|
|
.bounceOut {
|
|
|
|
-webkit-animation-duration: .75s;
|
|
|
|
animation-duration: .75s;
|
|
|
|
-webkit-animation-name: bounceOut;
|
|
|
|
animation-name: bounceOut;
|
|
|
|
}
|
|
|
|
.bounceOutDown {
|
|
|
|
-webkit-animation-name: bounceOutDown;
|
|
|
|
animation-name: bounceOutDown;
|
|
|
|
}
|
|
|
|
.bounceOutLeft {
|
|
|
|
-webkit-animation-name: bounceOutLeft;
|
|
|
|
animation-name: bounceOutLeft;
|
|
|
|
}
|
|
|
|
.bounceOutRight {
|
|
|
|
-webkit-animation-name: bounceOutRight;
|
|
|
|
animation-name: bounceOutRight;
|
|
|
|
}
|
|
|
|
.bounceOutUp {
|
|
|
|
-webkit-animation-name: bounceOutUp;
|
|
|
|
animation-name: bounceOutUp;
|
|
|
|
}
|
|
|
|
.fadeIn {
|
|
|
|
-webkit-animation-name: fadeIn;
|
|
|
|
animation-name: fadeIn;
|
|
|
|
}
|
|
|
|
.fadeInDown {
|
|
|
|
-webkit-animation-name: fadeInDown;
|
|
|
|
animation-name: fadeInDown;
|
|
|
|
}
|
|
|
|
.fadeInDownBig {
|
|
|
|
-webkit-animation-name: fadeInDownBig;
|
|
|
|
animation-name: fadeInDownBig;
|
|
|
|
}
|
|
|
|
.fadeInLeft {
|
|
|
|
-webkit-animation-name: fadeInLeft;
|
|
|
|
animation-name: fadeInLeft;
|
|
|
|
}
|
|
|
|
.fadeInLeftBig {
|
|
|
|
-webkit-animation-name: fadeInLeftBig;
|
|
|
|
animation-name: fadeInLeftBig;
|
|
|
|
}
|
|
|
|
.fadeInRight {
|
|
|
|
-webkit-animation-name: fadeInRight;
|
|
|
|
animation-name: fadeInRight;
|
|
|
|
}
|
|
|
|
.fadeInRightBig {
|
|
|
|
-webkit-animation-name: fadeInRightBig;
|
|
|
|
animation-name: fadeInRightBig;
|
|
|
|
}
|
|
|
|
.fadeInUp {
|
|
|
|
-webkit-animation-name: fadeInUp;
|
|
|
|
animation-name: fadeInUp;
|
|
|
|
}
|
|
|
|
.fadeInUpBig {
|
|
|
|
-webkit-animation-name: fadeInUpBig;
|
|
|
|
animation-name: fadeInUpBig;
|
|
|
|
}
|
|
|
|
.fadeOut {
|
|
|
|
-webkit-animation-name: fadeOut;
|
|
|
|
animation-name: fadeOut;
|
|
|
|
}
|
|
|
|
.fadeOutDown {
|
|
|
|
-webkit-animation-name: fadeOutDown;
|
|
|
|
animation-name: fadeOutDown;
|
|
|
|
}
|
|
|
|
.fadeOutDownBig {
|
|
|
|
-webkit-animation-name: fadeOutDownBig;
|
|
|
|
animation-name: fadeOutDownBig;
|
|
|
|
}
|
|
|
|
.fadeOutLeft {
|
|
|
|
-webkit-animation-name: fadeOutLeft;
|
|
|
|
animation-name: fadeOutLeft;
|
|
|
|
}
|
|
|
|
.fadeOutLeftBig {
|
|
|
|
-webkit-animation-name: fadeOutLeftBig;
|
|
|
|
animation-name: fadeOutLeftBig;
|
|
|
|
}
|
|
|
|
.fadeOutRight {
|
|
|
|
-webkit-animation-name: fadeOutRight;
|
|
|
|
animation-name: fadeOutRight;
|
|
|
|
}
|
|
|
|
.fadeOutRightBig {
|
|
|
|
-webkit-animation-name: fadeOutRightBig;
|
|
|
|
animation-name: fadeOutRightBig;
|
|
|
|
}
|
|
|
|
.fadeOutUp {
|
|
|
|
-webkit-animation-name: fadeOutUp;
|
|
|
|
animation-name: fadeOutUp;
|
|
|
|
}
|
|
|
|
.fadeOutUpBig {
|
|
|
|
-webkit-animation-name: fadeOutUpBig;
|
|
|
|
animation-name: fadeOutUpBig;
|
|
|
|
}
|
|
|
|
.flip {
|
|
|
|
-webkit-backface-visibility: visible;
|
|
|
|
backface-visibility: visible;
|
|
|
|
-webkit-animation-name: flip;
|
|
|
|
animation-name: flip;
|
|
|
|
}
|
|
|
|
.flipInX {
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
-webkit-animation-name: flipInX;
|
|
|
|
animation-name: flipInX;
|
|
|
|
}
|
|
|
|
.flipInY {
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
-webkit-animation-name: flipInY;
|
|
|
|
animation-name: flipInY;
|
|
|
|
}
|
|
|
|
.flipOutX {
|
|
|
|
-webkit-animation-duration: .75s;
|
|
|
|
animation-duration: .75s;
|
|
|
|
-webkit-animation-name: flipOutX;
|
|
|
|
animation-name: flipOutX;
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
}
|
|
|
|
.flipOutY {
|
|
|
|
-webkit-animation-duration: .75s;
|
|
|
|
animation-duration: .75s;
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
-webkit-animation-name: flipOutY;
|
|
|
|
animation-name: flipOutY;
|
|
|
|
}
|
|
|
|
.lightSpeedIn {
|
|
|
|
-webkit-animation-name: lightSpeedIn;
|
|
|
|
animation-name: lightSpeedIn;
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
}
|
|
|
|
.lightSpeedOut {
|
|
|
|
-webkit-animation-name: lightSpeedOut;
|
|
|
|
animation-name: lightSpeedOut;
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
}
|
|
|
|
.rotateIn {
|
|
|
|
-webkit-animation-name: rotateIn;
|
|
|
|
animation-name: rotateIn;
|
|
|
|
}
|
|
|
|
.rotateInDownLeft {
|
|
|
|
-webkit-animation-name: rotateInDownLeft;
|
|
|
|
animation-name: rotateInDownLeft;
|
|
|
|
}
|
|
|
|
.rotateInDownRight {
|
|
|
|
-webkit-animation-name: rotateInDownRight;
|
|
|
|
animation-name: rotateInDownRight;
|
|
|
|
}
|
|
|
|
.rotateInUpLeft {
|
|
|
|
-webkit-animation-name: rotateInUpLeft;
|
|
|
|
animation-name: rotateInUpLeft;
|
|
|
|
}
|
|
|
|
.rotateInUpRight {
|
|
|
|
-webkit-animation-name: rotateInUpRight;
|
|
|
|
animation-name: rotateInUpRight;
|
|
|
|
}
|
|
|
|
.rotateOut {
|
|
|
|
-webkit-animation-name: rotateOut;
|
|
|
|
animation-name: rotateOut;
|
|
|
|
}
|
|
|
|
.rotateOutDownLeft {
|
|
|
|
-webkit-animation-name: rotateOutDownLeft;
|
|
|
|
animation-name: rotateOutDownLeft;
|
|
|
|
}
|
|
|
|
.rotateOutDownRight {
|
|
|
|
-webkit-animation-name: rotateOutDownRight;
|
|
|
|
animation-name: rotateOutDownRight;
|
|
|
|
}
|
|
|
|
.rotateOutUpLeft {
|
|
|
|
-webkit-animation-name: rotateOutUpLeft;
|
|
|
|
animation-name: rotateOutUpLeft;
|
|
|
|
}
|
|
|
|
.hinge {
|
|
|
|
-webkit-animation-duration: 2s;
|
|
|
|
animation-duration: 2s;
|
|
|
|
-webkit-animation-name: hinge;
|
|
|
|
animation-name: hinge;
|
|
|
|
}
|
|
|
|
.rollIn {
|
|
|
|
-webkit-animation-name: rollIn;
|
|
|
|
animation-name: rollIn;
|
|
|
|
}
|
|
|
|
.rollOut {
|
|
|
|
-webkit-animation-name: rollOut;
|
|
|
|
animation-name: rollOut;
|
|
|
|
}
|
|
|
|
.zoomIn {
|
|
|
|
-webkit-animation-name: zoomIn;
|
|
|
|
animation-name: zoomIn;
|
|
|
|
}
|
|
|
|
.zoomInDown {
|
|
|
|
-webkit-animation-name: zoomInDown;
|
|
|
|
animation-name: zoomInDown;
|
|
|
|
}
|
|
|
|
.zoomInLeft {
|
|
|
|
-webkit-animation-name: zoomInLeft;
|
|
|
|
animation-name: zoomInLeft;
|
|
|
|
}
|
|
|
|
.zoomInRight {
|
|
|
|
-webkit-animation-name: zoomInRight;
|
|
|
|
animation-name: zoomInRight;
|
|
|
|
}
|
|
|
|
.zoomInUp {
|
|
|
|
-webkit-animation-name: zoomInUp;
|
|
|
|
animation-name: zoomInUp;
|
|
|
|
}
|
|
|
|
.zoomOut {
|
|
|
|
-webkit-animation-name: zoomOut;
|
|
|
|
animation-name: zoomOut;
|
|
|
|
}
|
|
|
|
.zoomOutDown {
|
|
|
|
-webkit-animation-name: zoomOutDown;
|
|
|
|
animation-name: zoomOutDown;
|
|
|
|
}
|
|
|
|
.zoomOutLeft {
|
|
|
|
-webkit-animation-name: zoomOutLeft;
|
|
|
|
animation-name: zoomOutLeft;
|
|
|
|
}
|
|
|
|
.zoomOutRight {
|
|
|
|
-webkit-animation-name: zoomOutRight;
|
|
|
|
animation-name: zoomOutRight;
|
|
|
|
}
|
|
|
|
.zoomOutUp {
|
|
|
|
-webkit-animation-name: zoomOutUp;
|
|
|
|
animation-name: zoomOutUp;
|
|
|
|
}
|
|
|
|
.slideInDown {
|
|
|
|
-webkit-animation-name: slideInDown;
|
|
|
|
animation-name: slideInDown;
|
|
|
|
}
|
|
|
|
.slideInLeft {
|
|
|
|
-webkit-animation-name: slideInLeft;
|
|
|
|
animation-name: slideInLeft;
|
|
|
|
}
|
|
|
|
.slideInRight {
|
|
|
|
-webkit-animation-name: slideInRight;
|
|
|
|
animation-name: slideInRight;
|
|
|
|
}
|
|
|
|
.slideInUp {
|
|
|
|
-webkit-animation-name: slideInUp;
|
|
|
|
animation-name: slideInUp;
|
|
|
|
}
|
|
|
|
.slideOutDown {
|
|
|
|
-webkit-animation-name: slideOutDown;
|
|
|
|
animation-name: slideOutDown;
|
|
|
|
}
|
|
|
|
.slideOutLeft {
|
|
|
|
-webkit-animation-name: slideOutLeft;
|
|
|
|
animation-name: slideOutLeft;
|
|
|
|
}
|
|
|
|
.slideOutRight {
|
|
|
|
-webkit-animation-name: slideOutRight;
|
|
|
|
animation-name: slideOutRight;
|
|
|
|
}
|
|
|
|
.slideOutUp {
|
|
|
|
-webkit-animation-name: slideOutUp;
|
|
|
|
animation-name: slideOutUp;
|
|
|
|
}
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/
|
|
|
|
.base-disabled {
|
|
|
|
cursor: default !important;
|
|
|
|
color: #cccccc !important;
|
|
|
|
}
|
|
|
|
.base-disabled .b-font:before {
|
|
|
|
color: #cccccc !important;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .base-disabled {
|
|
|
|
color: #666666 !important;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .base-disabled .b-font:before {
|
|
|
|
color: #666666 !important;
|
|
|
|
}
|
|
|
|
.base-invalid {
|
|
|
|
cursor: default !important;
|
|
|
|
}
|
|
|
|
.clearfix {
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
|
|
|
.clearfix:before,
|
|
|
|
.clearfix:after {
|
|
|
|
content: " ";
|
|
|
|
display: table;
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
.clearfix:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.bi-background {
|
|
|
|
background-color: #eff1f4;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-background {
|
|
|
|
background-color: #191b2b;
|
|
|
|
color: #cccccc;
|
|
|
|
}
|
|
|
|
.bi-card {
|
|
|
|
background-color: #ffffff;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-card {
|
|
|
|
background-color: #242640;
|
|
|
|
color: #cccccc;
|
|
|
|
}
|
|
|
|
.bi-disabled {
|
|
|
|
color: #cccccc;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-disabled {
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
.bi-tips {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
.bi-border {
|
|
|
|
border: 1px solid #d4dadd;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-border {
|
|
|
|
border: 1px solid #525466;
|
|
|
|
}
|
|
|
|
.bi-border-left {
|
|
|
|
border-left: 1px solid #d4dadd;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-border-left {
|
|
|
|
border-left: 1px solid #525466;
|
|
|
|
}
|
|
|
|
.bi-border-right {
|
|
|
|
border-right: 1px solid #d4dadd;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-border-right {
|
|
|
|
border-right: 1px solid #525466;
|
|
|
|
}
|
|
|
|
.bi-border-top {
|
|
|
|
border-top: 1px solid #d4dadd;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-border-top {
|
|
|
|
border-top: 1px solid #525466;
|
|
|
|
}
|
|
|
|
.bi-border-bottom {
|
|
|
|
border-bottom: 1px solid #d4dadd;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-border-bottom {
|
|
|
|
border-bottom: 1px solid #525466;
|
|
|
|
}
|
|
|
|
.bi-keyword-red-mark {
|
|
|
|
color: #f07d0a;
|
|
|
|
}
|
|
|
|
.bi-high-light {
|
|
|
|
color: #3f8ce8;
|
|
|
|
}
|
|
|
|
.bi-high-light-background {
|
|
|
|
background-color: #3f8ce8;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.bi-high-light-border {
|
|
|
|
border-color: #178cdf;
|
|
|
|
}
|
|
|
|
.bi-water-mark {
|
|
|
|
color: #cccccc;
|
|
|
|
cursor: text;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-water-mark {
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
.bi-resizer {
|
|
|
|
background: #1a1a1a;
|
|
|
|
opacity: 0.2;
|
|
|
|
filter: alpha(opacity=20);
|
|
|
|
z-index: 1000000000 !important;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-resizer {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
.bi-mask {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: rgba(26, 26, 26, 0.2);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#331a1a1a,endColorstr=#331a1a1a);
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-mask {
|
|
|
|
color: #242640;
|
|
|
|
background-color: rgba(255, 255, 255, 0.2);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
|
|
|
|
}
|
|
|
|
.bi-z-index-mask {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: rgba(26, 26, 26, 0.5);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#801a1a1a,endColorstr=#801a1a1a);
|
|
|
|
}
|
|
|
|
.bi-list-item:hover,
|
|
|
|
.bi-list-item.hover {
|
|
|
|
color: #1a1a1a;
|
|
|
|
background-color: rgba(26, 26, 26, 0.05);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
|
|
|
|
}
|
|
|
|
.bi-list-item.disabled,
|
|
|
|
.bi-list-item.disabled:hover,
|
|
|
|
.bi-list-item.disabled:active {
|
|
|
|
background-color: transparent !important;
|
|
|
|
color: #cccccc !important;
|
|
|
|
}
|
|
|
|
.bi-list-item.disabled .bi-high-light,
|
|
|
|
.bi-list-item.disabled:hover .bi-high-light,
|
|
|
|
.bi-list-item.disabled:active .bi-high-light {
|
|
|
|
color: #cccccc !important;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item:hover,
|
|
|
|
.bi-theme-dark .bi-list-item.hover {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff);
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item.disabled,
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:hover,
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:active {
|
|
|
|
background-color: transparent !important;
|
|
|
|
color: #666666 !important;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item.disabled .bi-high-light,
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:hover .bi-high-light,
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light {
|
|
|
|
color: #666666 !important;
|
|
|
|
}
|
|
|
|
.bi-list-item-border:active,
|
|
|
|
.bi-list-item-border.active {
|
|
|
|
border: 1px solid #178cdf;
|
|
|
|
}
|
|
|
|
.bi-list-item-simple {
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
.bi-list-item-simple:hover,
|
|
|
|
.bi-list-item-simple.hover {
|
|
|
|
color: #3f8ce8;
|
|
|
|
}
|
|
|
|
.bi-list-item-simple.disabled,
|
|
|
|
.bi-list-item-simple.disabled:hover,
|
|
|
|
.bi-list-item-simple.disabled:active {
|
|
|
|
color: #cccccc !important;
|
|
|
|
}
|
|
|
|
.bi-list-item-simple.disabled .bi-high-light,
|
|
|
|
.bi-list-item-simple.disabled:hover .bi-high-light,
|
|
|
|
.bi-list-item-simple.disabled:active .bi-high-light {
|
|
|
|
color: #cccccc !important;
|
|
|
|
}
|
|
|
|
.bi-list-item-effect:hover {
|
|
|
|
color: #1a1a1a;
|
|
|
|
}
|
|
|
|
.bi-list-item-effect.active,
|
|
|
|
.bi-list-item-effect:active {
|
|
|
|
color: #3f8ce8;
|
|
|
|
}
|
|
|
|
.bi-list-item-effect.disabled,
|
|
|
|
.bi-list-item-effect.disabled:hover,
|
|
|
|
.bi-list-item-effect.disabled:active {
|
|
|
|
color: #cccccc !important;
|
|
|
|
}
|
|
|
|
.bi-list-item-effect.disabled .bi-high-light,
|
|
|
|
.bi-list-item-effect.disabled:hover .bi-high-light,
|
|
|
|
.bi-list-item-effect.disabled:active .bi-high-light {
|
|
|
|
color: #cccccc !important;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-effect:hover {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-effect.active,
|
|
|
|
.bi-theme-dark .bi-list-item-effect:active {
|
|
|
|
color: #3f8ce8;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled,
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:hover,
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:active {
|
|
|
|
background-color: transparent !important;
|
|
|
|
color: #666666 !important;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled .bi-high-light,
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-high-light,
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light {
|
|
|
|
color: #666666 !important;
|
|
|
|
}
|
|
|
|
.bi-list-item-active:hover,
|
|
|
|
.bi-list-item-active.hover {
|
|
|
|
color: #1a1a1a;
|
|
|
|
background-color: rgba(26, 26, 26, 0.05);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
|
|
|
|
}
|
|
|
|
.bi-list-item-active.active,
|
|
|
|
.bi-list-item-active:active {
|
|
|
|
color: #3f8ce8;
|
|
|
|
background-color: rgba(26, 26, 26, 0.05);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
|
|
|
|
}
|
|
|
|
.bi-list-item-active.disabled,
|
|
|
|
.bi-list-item-active.disabled:hover,
|
|
|
|
.bi-list-item-active.disabled:active {
|
|
|
|
background-color: transparent !important;
|
|
|
|
color: #cccccc !important;
|
|
|
|
}
|
|
|
|
.bi-list-item-active.disabled .bi-high-light,
|
|
|
|
.bi-list-item-active.disabled:hover .bi-high-light,
|
|
|
|
.bi-list-item-active.disabled:active .bi-high-light {
|
|
|
|
color: #cccccc !important;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-active:hover,
|
|
|
|
.bi-theme-dark .bi-list-item-active.hover {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff);
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-active.active,
|
|
|
|
.bi-theme-dark .bi-list-item-active:active {
|
|
|
|
color: #3f8ce8;
|
|
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff);
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled,
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:hover,
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:active {
|
|
|
|
background-color: transparent !important;
|
|
|
|
color: #666666 !important;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled .bi-high-light,
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-high-light,
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light {
|
|
|
|
color: #666666 !important;
|
|
|
|
}
|
|
|
|
.bi-list-item-active2:hover,
|
|
|
|
.bi-list-item-active2.hover {
|
|
|
|
color: #1a1a1a;
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
.bi-list-item-active2.active,
|
|
|
|
.bi-list-item-active2:active {
|
|
|
|
color: #3f8ce8;
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
.bi-list-item-active2.disabled,
|
|
|
|
.bi-list-item-active2.disabled:hover,
|
|
|
|
.bi-list-item-active2.disabled:active {
|
|
|
|
background-color: transparent !important;
|
|
|
|
color: #cccccc !important;
|
|
|
|
}
|
|
|
|
.bi-list-item-active2.disabled .bi-high-light,
|
|
|
|
.bi-list-item-active2.disabled:hover .bi-high-light,
|
|
|
|
.bi-list-item-active2.disabled:active .bi-high-light {
|
|
|
|
color: #cccccc !important;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-active2:hover,
|
|
|
|
.bi-theme-dark .bi-list-item-active2.hover {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #242640;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-active2.active,
|
|
|
|
.bi-theme-dark .bi-list-item-active2:active {
|
|
|
|
color: #3f8ce8;
|
|
|
|
background-color: #242640;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled,
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled:hover,
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled:active {
|
|
|
|
background-color: transparent !important;
|
|
|
|
color: #666666 !important;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled .bi-high-light,
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-high-light,
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light {
|
|
|
|
color: #666666 !important;
|
|
|
|
}
|
|
|
|
.bi-list-item-select:hover,
|
|
|
|
.bi-list-item-select.hover {
|
|
|
|
color: #1a1a1a;
|
|
|
|
background-color: rgba(26, 26, 26, 0.05);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
|
|
|
|
}
|
|
|
|
.bi-list-item-select:active,
|
|
|
|
.bi-list-item-select.active {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #3f8ce8;
|
|
|
|
}
|
|
|
|
.bi-list-item-select:active .bi-high-light,
|
|
|
|
.bi-list-item-select.active .bi-high-light {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.bi-list-item-select.disabled,
|
|
|
|
.bi-list-item-select.disabled:hover,
|
|
|
|
.bi-list-item-select.disabled:active {
|
|
|
|
color: #cccccc !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
.bi-list-item-select.disabled .bi-high-light,
|
|
|
|
.bi-list-item-select.disabled:hover .bi-high-light,
|
|
|
|
.bi-list-item-select.disabled:active .bi-high-light {
|
|
|
|
color: #cccccc !important;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-select:hover,
|
|
|
|
.bi-theme-dark .bi-list-item-select.hover {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff);
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-select:active,
|
|
|
|
.bi-theme-dark .bi-list-item-select.active {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: #3f8ce8;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-select:active .bi-high-light,
|
|
|
|
.bi-theme-dark .bi-list-item-select.active .bi-high-light {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled,
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:hover,
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:active {
|
|
|
|
background-color: transparent !important;
|
|
|
|
color: #666666 !important;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled .bi-high-light,
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-high-light,
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light {
|
|
|
|
color: #666666 !important;
|
|
|
|
}
|
|
|
|
/*****************cursor*****************/
|
|
|
|
.cursor-pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.cursor-default {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
.cursor-move {
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
/*****************cursor*****************/
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/
|
|
|
|
.y-overflow-auto {
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
.x-overflow-auto {
|
|
|
|
overflow-y: hidden;
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
.y-overflow-scroll {
|
|
|
|
overflow-y: scroll;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
.x-overflow-scroll {
|
|
|
|
overflow-y: hidden;
|
|
|
|
overflow-x: scroll;
|
|
|
|
}
|
|
|
|
.overflow-auto {
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
.overflow-scroll {
|
|
|
|
overflow-x: scroll;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
.overflow-hidden {
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
.td-overflow {
|
|
|
|
white-space: normal;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
.overflow-dot {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/
|
|
|
|
.display-block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.display-inline {
|
|
|
|
display: inline-block;
|
|
|
|
*display: inline;
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
|
|
|
/**常用于span元素在与combo并列时**/
|
|
|
|
.vertical-super {
|
|
|
|
vertical-align: super;
|
|
|
|
}
|
|
|
|
.vertical-top {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.horizon-center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.horizon-left {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/
|
|
|
|
/*类似ie6的盒子模型 可以在有百分比的时候加border 支持到ie8*/
|
|
|
|
.border-sizing {
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
/*Safari3.2+*/
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
/*Firefox3.5+*/
|
|
|
|
-ms-box-sizing: border-box;
|
|
|
|
/*IE8*/
|
|
|
|
box-sizing: border-box;
|
|
|
|
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
|
|
|
|
}
|
|
|
|
.content-sizing {
|
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
/*Safari3.2+*/
|
|
|
|
-moz-box-sizing: content-box;
|
|
|
|
/*Firefox3.5+*/
|
|
|
|
-ms-box-sizing: content-box;
|
|
|
|
/*IE8*/
|
|
|
|
box-sizing: content-box;
|
|
|
|
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
|
|
|
|
}
|
|
|
|
.bi-flex-center-layout {
|
|
|
|
display: box;
|
|
|
|
/* OLD - Android 4.4- */
|
|
|
|
display: -webkit-box;
|
|
|
|
/* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
display: -moz-box;
|
|
|
|
/* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
display: -ms-flexbox;
|
|
|
|
/* TWEENER - IE 10 */
|
|
|
|
display: -webkit-flex;
|
|
|
|
/* NEW - Chrome */
|
|
|
|
display: flex;
|
|
|
|
/* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
-moz-flex-direction: row;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
-o-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.bi-flex-horizontal-layout {
|
|
|
|
display: box;
|
|
|
|
/* OLD - Android 4.4- */
|
|
|
|
display: -webkit-box;
|
|
|
|
/* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
display: -moz-box;
|
|
|
|
/* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
display: -ms-flexbox;
|
|
|
|
/* TWEENER - IE 10 */
|
|
|
|
display: -webkit-flex;
|
|
|
|
/* NEW - Chrome */
|
|
|
|
display: flex;
|
|
|
|
/* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
-moz-flex-direction: row;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
-o-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-pack: flex-start;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
-moz-justify-content: flex-start;
|
|
|
|
-ms-justify-content: flex-start;
|
|
|
|
-o-justify-content: flex-start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: flex-start;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
-moz-align-items: flex-start;
|
|
|
|
-ms-align-items: flex-start;
|
|
|
|
-o-align-items: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
/* 09版 */
|
|
|
|
/*-webkit-box-lines: multiple;*/
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-flex-wrap: nowrap;
|
|
|
|
-moz-flex-wrap: nowrap;
|
|
|
|
-ms-flex-wrap: nowrap;
|
|
|
|
-o-flex-wrap: nowrap;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
|
|
|
.bi-flex-horizontal-layout.middle {
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.bi-flex-horizontal-layout.bottom {
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: flex-end;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: flex-end;
|
|
|
|
-moz-align-items: flex-end;
|
|
|
|
-ms-align-items: flex-end;
|
|
|
|
-o-align-items: flex-end;
|
|
|
|
align-items: flex-end;
|
|
|
|
}
|
|
|
|
.bi-flex-vertical-center {
|
|
|
|
display: box;
|
|
|
|
/* OLD - Android 4.4- */
|
|
|
|
display: -webkit-box;
|
|
|
|
/* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
display: -moz-box;
|
|
|
|
/* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
display: -ms-flexbox;
|
|
|
|
/* TWEENER - IE 10 */
|
|
|
|
display: -webkit-flex;
|
|
|
|
/* NEW - Chrome */
|
|
|
|
display: flex;
|
|
|
|
/* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
-moz-flex-direction: row;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
-o-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-pack: flex-start;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
-moz-justify-content: flex-start;
|
|
|
|
-ms-justify-content: flex-start;
|
|
|
|
-o-justify-content: flex-start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
/* 09版 */
|
|
|
|
/*-webkit-box-lines: multiple;*/
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-flex-wrap: nowrap;
|
|
|
|
-moz-flex-wrap: nowrap;
|
|
|
|
-ms-flex-wrap: nowrap;
|
|
|
|
-o-flex-wrap: nowrap;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
|
|
|
.bi-flex-wrapper-center-layout .flex-wrapper-center-layout-wrapper {
|
|
|
|
display: box;
|
|
|
|
/* OLD - Android 4.4- */
|
|
|
|
display: -webkit-box;
|
|
|
|
/* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
display: -moz-box;
|
|
|
|
/* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
display: -ms-flexbox;
|
|
|
|
/* TWEENER - IE 10 */
|
|
|
|
display: -webkit-flex;
|
|
|
|
/* NEW - Chrome */
|
|
|
|
display: flex;
|
|
|
|
/* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
-moz-flex-direction: row;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
-o-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
min-width: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper {
|
|
|
|
display: box;
|
|
|
|
/* OLD - Android 4.4- */
|
|
|
|
display: -webkit-box;
|
|
|
|
/* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
display: -moz-box;
|
|
|
|
/* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
display: -ms-flexbox;
|
|
|
|
/* TWEENER - IE 10 */
|
|
|
|
display: -webkit-flex;
|
|
|
|
/* NEW - Chrome */
|
|
|
|
display: flex;
|
|
|
|
/* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
-moz-flex-direction: row;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
-o-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-pack: flex-start;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
-moz-justify-content: flex-start;
|
|
|
|
-ms-justify-content: flex-start;
|
|
|
|
-o-justify-content: flex-start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: flex-start;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
-moz-align-items: flex-start;
|
|
|
|
-ms-align-items: flex-start;
|
|
|
|
-o-align-items: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
/* 09版 */
|
|
|
|
/*-webkit-box-lines: multiple;*/
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-flex-wrap: nowrap;
|
|
|
|
-moz-flex-wrap: nowrap;
|
|
|
|
-ms-flex-wrap: nowrap;
|
|
|
|
-o-flex-wrap: nowrap;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper.middle {
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.bi-flex-wrapper-horizontal-layout .flex-wrapper-horizontal-layout-wrapper.bottom {
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: flex-end;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: flex-end;
|
|
|
|
-moz-align-items: flex-end;
|
|
|
|
-ms-align-items: flex-end;
|
|
|
|
-o-align-items: flex-end;
|
|
|
|
align-items: flex-end;
|
|
|
|
}
|
|
|
|
.bi-flex-wrapper-vertical-center .flex-wrapper-vertical-center-wrapper {
|
|
|
|
display: box;
|
|
|
|
/* OLD - Android 4.4- */
|
|
|
|
display: -webkit-box;
|
|
|
|
/* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
display: -moz-box;
|
|
|
|
/* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
display: -ms-flexbox;
|
|
|
|
/* TWEENER - IE 10 */
|
|
|
|
display: -webkit-flex;
|
|
|
|
/* NEW - Chrome */
|
|
|
|
display: flex;
|
|
|
|
/* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
-moz-flex-direction: row;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
-o-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-pack: flex-start;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
-moz-justify-content: flex-start;
|
|
|
|
-ms-justify-content: flex-start;
|
|
|
|
-o-justify-content: flex-start;
|
|
|
|
justify-content: flex-start;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
/* 09版 */
|
|
|
|
/*-webkit-box-lines: multiple;*/
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-flex-wrap: nowrap;
|
|
|
|
-moz-flex-wrap: nowrap;
|
|
|
|
-ms-flex-wrap: nowrap;
|
|
|
|
-o-flex-wrap: nowrap;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
min-height: 100%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/
|
|
|
|
.bi-inline-center-adapt-layout:after {
|
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
|
|
|
min-height: 100%;
|
|
|
|
vertical-align: middle;
|
|
|
|
content: ' ';
|
|
|
|
}
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/
|
|
|
|
.bi-inline-vertical-adapt-layout:after {
|
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
|
|
|
min-height: 100%;
|
|
|
|
vertical-align: middle;
|
|
|
|
content: ' ';
|
|
|
|
}
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/
|
|
|
|
.bi-theme-dark {
|
|
|
|
background-color: #191b2b;
|
|
|
|
color: #cccccc;
|
|
|
|
}
|
|
|
|
.bi-theme-dark .bi-input {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/
|
|
|
|
/****添加计算宽度的--运算符直接需要space****/
|
|
|
|
/****** common color(常用颜色,可用于普遍场景) *****/
|
|
|
|
/**** custom color(自定义颜色,用于特定场景) ****/
|