html:not([data-scale]) .am-card-body::before { transform: scaleY(0.33); }
}
.am-card-footer { font-size: 14px; color: rgb(136, 136, 136); padding: 0px =
15px; display: flex; }
.am-card-footer-content { flex: 1 1 0%; }
.am-card-footer-extra { flex: 1 1 0%; text-align: right; }
.am-wingblank { margin-left: 8px; margin-right: 8px; }
.am-wingblank.am-wingblank-sm { margin-left: 5px; margin-right: 5px; }
.am-wingblank.am-wingblank-md { margin-left: 8px; margin-right: 8px; }
.am-wingblank.am-wingblank-lg { margin-left: 15px; margin-right: 15px; }
.am-whitespace.am-whitespace-xs { height: 3px; }
.am-whitespace.am-whitespace-sm { height: 6px; }
.am-whitespace.am-whitespace-md { height: 9px; }
.am-whitespace.am-whitespace-lg { height: 15px; }
.am-whitespace.am-whitespace-xl { height: 21px; }
.am-drawer { position: absolute; inset: 0px; overflow: hidden; }
.am-drawer-sidebar { z-index: 4; position: absolute; transition: transform =
0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s; will-change: transfor=
m; overflow-y: auto; }
.am-drawer-draghandle { z-index: 1; position: absolute; background-color: r=
gba(50, 50, 50, 0.1); }
.am-drawer-overlay { z-index: 3; opacity: 0; visibility: hidden; transition=
: opacity 0.5s ease-out 0s; background-color: rgba(0, 0, 0, 0.4); }
.am-drawer-content, .am-drawer-overlay { position: absolute; inset: 0px; }
.am-drawer-content { overflow: auto; transition: left 0.3s ease-out 0s, rig=
ht 0.3s ease-out 0s; }
.am-drawer.am-drawer-left .am-drawer-draghandle, .am-drawer.am-drawer-left =
.am-drawer-sidebar, .am-drawer.am-drawer-right .am-drawer-draghandle, .am-d=
rawer.am-drawer-right .am-drawer-sidebar { top: 0px; bottom: 0px; }
.am-drawer.am-drawer-left .am-drawer-draghandle, .am-drawer.am-drawer-right=
.am-drawer-draghandle { width: 10px; height: 100%; }
.am-drawer.am-drawer-bottom .am-drawer-draghandle, .am-drawer.am-drawer-bot=
tom .am-drawer-sidebar, .am-drawer.am-drawer-top .am-drawer-draghandle, .am=
-drawer.am-drawer-top .am-drawer-sidebar { left: 0px; right: 0px; }
.am-drawer.am-drawer-bottom .am-drawer-draghandle, .am-drawer.am-drawer-top=
.am-drawer-draghandle { width: 100%; height: 10px; }
.am-drawer.am-drawer-left .am-drawer-sidebar { left: 0px; transform: transl=
ateX(-100%); }
.am-drawer-open.am-drawer.am-drawer-left .am-drawer-sidebar { box-shadow: r=
gba(0, 0, 0, 0.15) 1px 1px 2px; }
.am-drawer.am-drawer-left .am-drawer-draghandle { left: 0px; }
.am-drawer.am-drawer-right .am-drawer-sidebar { right: 0px; transform: tran=
slateX(100%); }
.am-drawer-open.am-drawer.am-drawer-right .am-drawer-sidebar { box-shadow: =
rgba(0, 0, 0, 0.15) -1px 1px 2px; }
.am-drawer.am-drawer-right .am-drawer-draghandle { right: 0px; }
.am-drawer.am-drawer-top .am-drawer-sidebar { top: 0px; transform: translat=
eY(-100%); }
.am-drawer-open.am-drawer.am-drawer-top .am-drawer-sidebar { box-shadow: rg=
ba(0, 0, 0, 0.15) 1px 1px 2px; }
.am-drawer.am-drawer-top .am-drawer-draghandle { top: 0px; }
.am-drawer.am-drawer-bottom .am-drawer-sidebar { bottom: 0px; transform: tr=
anslateY(100%); }
.am-drawer-open.am-drawer.am-drawer-bottom .am-drawer-sidebar { box-shadow:=
rgba(0, 0, 0, 0.15) 1px -1px 2px; }
.am-drawer.am-drawer-bottom .am-drawer-draghandle { bottom: 0px; }
.am-picker-popup { left: 0px; bottom: 0px; position: fixed; width: 100%; ba=
ckground-color: rgb(255, 255, 255); padding-bottom: env(safe-area-inset-bot=
tom); }
.am-picker-popup-wrap { overflow: auto; outline: 0px; }
.am-picker-popup-mask, .am-picker-popup-wrap { position: fixed; inset: 0px;=
z-index: 1000; transform: translateZ(1px); }
.am-picker-popup-mask { background-color: rgba(0, 0, 0, 0.4); height: 100%;=
}
.am-picker-popup-mask-hidden { display: none; }
.am-picker-popup-header { background-image: linear-gradient(rgb(231, 231, 2=
31), rgb(231, 231, 231), transparent, transparent); background-position: ce=
nter bottom; background-size: 100% 1px; background-repeat: no-repeat; displ=
ay: flex; align-items: center; position: relative; border-bottom: 1px solid=
rgb(221, 221, 221); }
@media not all, (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx=
) {
html:not([data-scale]) .am-picker-popup-header { border-bottom: none; }
html:not([data-scale]) .am-picker-popup-header::after { content: ""; posi=
tion: absolute; background-color: rgb(221, 221, 221); display: block; z-ind=
ex: 1; inset: auto auto 0px 0px; width: 100%; height: 1px; transform-origin=
: 50% 100%; transform: scaleY(0.5); }
}
@media not all, (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device=
-pixel-ratio: 3), (min-resolution: 2dppx) and (min-resolution: 3dppx) {
html:not([data-scale]) .am-picker-popup-header::after { transform: scaleY=
(0.33); }
}
.am-picker-popup-header .am-picker-popup-header-right { text-align: right; =
}
.am-picker-popup-item { color: rgb(16, 142, 233); font-size: 17px; padding:=
9px 15px; height: 42px; box-sizing: border-box; display: flex; align-items=
: center; justify-content: center; }
.am-picker-popup-item-active { background-color: rgb(221, 221, 221); }
.am-picker-popup-title { flex: 1 1 0%; text-align: center; color: rgb(0, 0,=
0); }
.am-picker-popup .am-picker-popup-close { display: none; }
.am-picker-col { flex: 1 1 0%; }
.am-picker-col { display: block; position: relative; height: 238px; overflo=
w: hidden; width: 100%; }
.am-picker-col-content { position: absolute; left: 0px; top: 0px; width: 10=
0%; z-index: 1; padding: 102px 0px; }
.am-picker-col-item { touch-action: manipulation; text-align: center; font-=
size: 16px; height: 34px; line-height: 34px; color: rgb(0, 0, 0); white-spa=
ce: nowrap; text-overflow: ellipsis; }
.am-picker-col-item-selected { font-size: 17px; }
.am-picker-col-mask { top: 0px; height: 100%; margin: 0px auto; background-=
image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6))=
, linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)=
); background-position: center top, center bottom; background-size: 100% 10=
Back to home |
File page
Subscribe |
Register |
Login
| N