100% { transform: translateY(100%); }
}
@keyframes amSlideUpOut {=20
0% { transform: translate(0px); }
100% { transform: translateY(100%); }
}
.am.am-zoom-enter, .am.am-zoom-leave { display: block; }
.am-zoom-appear, .am-zoom-enter { opacity: 0; animation-duration: 0.2s; ani=
mation-fill-mode: both; animation-timing-function: cubic-bezier(0.18, 0.89,=
0.32, 1.28); animation-play-state: paused; }
.am-zoom-leave { animation-duration: 0.2s; animation-fill-mode: both; anima=
tion-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05); animation-play-s=
tate: paused; }
.am-zoom-appear.am-zoom-appear-active, .am-zoom-enter.am-zoom-enter-active =
{ animation-name: amZoomIn; animation-play-state: running; }
.am-zoom-leave.am-zoom-leave-active { animation-name: amZoomOut; animation-=
play-state: running; }
@-webkit-keyframes amZoomIn {=20
0% { opacity: 0; transform-origin: 50% 50%; transform: scale(0); }
100% { opacity: 1; transform-origin: 50% 50%; transform: scale(1); }
}
@keyframes amZoomIn {=20
0% { opacity: 0; transform-origin: 50% 50%; transform: scale(0); }
100% { opacity: 1; transform-origin: 50% 50%; transform: scale(1); }
}
@-webkit-keyframes amZoomOut {=20
0% { opacity: 1; transform-origin: 50% 50%; transform: scale(1); }
100% { opacity: 0; transform-origin: 50% 50%; transform: scale(0); }
}
@keyframes amZoomOut {=20
0% { opacity: 1; transform-origin: 50% 50%; transform: scale(1); }
100% { opacity: 0; transform-origin: 50% 50%; transform: scale(0); }
}
.am-slide-down-appear, .am-slide-down-enter { transform: translateY(-100%);=
}
.am-slide-down-appear, .am-slide-down-enter, .am-slide-down-leave { animati=
on-duration: 0.2s; animation-fill-mode: both; animation-timing-function: cu=
bic-bezier(0.55, 0, 0.55, 0.2); animation-play-state: paused; }
.am-slide-down-appear.am-slide-down-appear-active, .am-slide-down-enter.am-=
slide-down-enter-active { animation-name: amSlideDownIn; animation-play-sta=
te: running; }
.am-slide-down-leave.am-slide-down-leave-active { animation-name: amSlideDo=
wnOut; animation-play-state: running; }
@-webkit-keyframes amSlideDownIn {=20
0% { transform: translateY(-100%); }
100% { transform: translate(0px); }
}
@keyframes amSlideDownIn {=20
0% { transform: translateY(-100%); }
100% { transform: translate(0px); }
}
@-webkit-keyframes amSlideDownOut {=20
0% { transform: translate(0px); }
100% { transform: translateY(-100%); }
}
@keyframes amSlideDownOut {=20
0% { transform: translate(0px); }
100% { transform: translateY(-100%); }
}
*, ::after, ::before { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body { background-color: rgb(245, 245, 249); font-size: 14px; }
[contenteditable] { user-select: auto !important; }
:focus, a { outline: none; }
a { background: transparent; text-decoration: none; }
.am-toast { position: fixed; width: 100%; z-index: 1999; font-size: 14px; t=
ext-align: center; }
.am-toast > span { max-width: 50%; }
.am-toast.am-toast-mask { height: 100%; display: flex; justify-content: cen=
ter; align-items: center; left: 0px; top: 0px; }
.am-toast.am-toast-mask, .am-toast.am-toast-nomask { transform: translateZ(=
1px); }
.am-toast.am-toast-nomask { position: fixed; max-width: 50%; width: auto; l=
eft: 50%; top: 50%; }
.am-toast.am-toast-nomask .am-toast-notice { transform: translateX(-50%) tr=
anslateY(-50%); }
.am-toast-notice-content .am-toast-text { min-width: 60px; border-radius: 3=
px; color: rgb(255, 255, 255); background-color: rgba(58, 58, 58, 0.9); lin=
e-height: 1.5; padding: 9px 15px; }
.am-toast-notice-content .am-toast-text.am-toast-text-icon { border-radius:=
5px; padding: 15px; }
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-i=
nfo { margin-top: 6px; }
.am-icon { fill: currentcolor; background-size: cover; width: 22px; height:=
22px; }
.am-icon-xxs { width: 15px; height: 15px; }
.am-icon-xs { width: 18px; height: 18px; }
.am-icon-sm { width: 21px; height: 21px; }
.am-icon-md { width: 22px; height: 22px; }
.am-icon-lg { width: 36px; height: 36px; }
.am-icon-loading { animation: 1s linear 0s infinite normal none running cir=
le-anim; }
@-webkit-keyframes cirle-anim {=20
100% { transform: rotate(1turn); }
}
@keyframes cirle-anim {=20
100% { transform: rotate(1turn); }
}
.am-button { display: block; outline: none 0px; appearance: none; box-sizin=
g: border-box; padding: 0px; text-align: center; font-size: 18px; height: 4=
7px; line-height: 47px; overflow: hidden; text-overflow: ellipsis; word-bre=
ak: break-word; white-space: nowrap; color: rgb(0, 0, 0); background-color:=
rgb(255, 255, 255); border: 1px solid rgb(221, 221, 221); border-radius: 5=
px; }
@media not all, (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx=
) {
html:not([data-scale]) .am-button { position: relative; border: none; }
html:not([data-scale]) .am-button::before { content: ""; position: absolu=
te; left: 0px; top: 0px; width: 200%; height: 200%; border: 1px solid rgb(2=
21, 221, 221); border-radius: 10px; transform-origin: 0px 0px; transform: s=
cale(0.5); box-sizing: border-box; pointer-events: none; }
}
.am-button-borderfix::before { transform: scale(0.49) !important; }
.am-button.am-button-active { background-color: rgb(221, 221, 221); }
.am-button.am-button-disabled { color: rgba(0, 0, 0, 0.3); opacity: 0.6; }
.am-button-primary { color: rgb(255, 255, 255); background-color: rgb(16, 1=
42, 233); border: 1px solid rgb(16, 142, 233); border-radius: 5px; }
@media not all, (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx=
) {
html:not([data-scale]) .am-button-primary { position: relative; border: n=
one; }
html:not([data-scale]) .am-button-primary::before { content: ""; position=
: absolute; left: 0px; top: 0px; width: 200%; height: 200%; border: 1px sol=
id rgb(16, 142, 233); border-radius: 10px; transform-origin: 0px 0px; trans=
form: scale(0.5); box-sizing: border-box; pointer-events: none; }
Back to home |
File page
Subscribe |
Register |
Login
| N