2px; background-repeat: no-repeat; }
.am-picker-col-indicator, .am-picker-col-mask { position: absolute; left: 0=
px; width: 100%; z-index: 3; }
.am-picker-col-indicator { box-sizing: border-box; height: 34px; top: 102px=
; border-top: 1px solid rgb(221, 221, 221); border-bottom: 1px solid rgb(22=
1, 221, 221); }
@media not all, (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx=
) {
html:not([data-scale]) .am-picker-col-indicator { border-top: none; }
html:not([data-scale]) .am-picker-col-indicator::before { content: ""; po=
sition: absolute; background-color: rgb(221, 221, 221); display: block; z-i=
ndex: 1; inset: 0px auto auto 0px; width: 100%; height: 1px; transform-orig=
in: 50% 50%; 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-col-indicator::before { transform: scal=
eY(0.33); }
}
@media not all, (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx=
) {
html:not([data-scale]) .am-picker-col-indicator { border-bottom: none; }
html:not([data-scale]) .am-picker-col-indicator::after { content: ""; pos=
ition: absolute; background-color: rgb(221, 221, 221); display: block; z-in=
dex: 1; inset: auto auto 0px 0px; width: 100%; height: 1px; transform-origi=
n: 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-col-indicator::after { transform: scale=
Y(0.33); }
}
.am-picker { display: flex; align-items: center; }
.am-picker-item { flex: 1 1 0%; text-align: center; }
.am-checkbox { position: relative; display: inline-block; vertical-align: m=
iddle; width: 21px; height: 21px; }
.am-checkbox-inner { position: absolute; right: 0px; width: 21px; height: 2=
1px; border: 1px solid rgb(204, 204, 204); border-radius: 50%; transform: r=
otate(0deg); box-sizing: border-box; }
.am-checkbox-inner::after { position: absolute; display: none; top: 1.5px; =
right: 6px; z-index: 999; width: 5px; height: 11px; border-style: solid; bo=
rder-width: 0px 1px 1px 0px; content: " "; transform: rotate(45deg); }
.am-checkbox-input { position: absolute; top: 0px; left: 0px; opacity: 0; w=
idth: 100%; height: 100%; z-index: 2; border: 0px none; appearance: none; }
.am-checkbox.am-checkbox-checked .am-checkbox-inner { border-color: rgb(16,=
142, 233); background: rgb(16, 142, 233); }
.am-checkbox.am-checkbox-checked .am-checkbox-inner::after { display: block=
; border-color: rgb(255, 255, 255); }
.am-checkbox.am-checkbox-disabled { opacity: 0.3; }
.am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner { =
border-color: rgb(136, 136, 136); background: none; }
.am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner::a=
fter { border-color: rgb(136, 136, 136); }
.am-list .am-list-item.am-checkbox-item .am-list-thumb { width: 21px; heigh=
t: 21px; }
.am-list .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox { posit=
ion: absolute; inset: 0px; width: 100%; height: 44px; }
.am-list .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox-inner {=
left: 15px; top: 12px; }
.am-list .am-list-item.am-checkbox-item.am-checkbox-item-disabled .am-list-=
content { color: rgb(187, 187, 187); }
.am-checkbox-agree { position: relative; display: flex; align-items: stretc=
h; margin-left: 15px; padding-top: 9px; padding-bottom: 9px; }
.am-checkbox-agree .am-checkbox { position: absolute; left: 0px; top: 0px; =
width: 30px; height: 100%; }
.am-checkbox-agree .am-checkbox-inner { left: 0px; top: 12px; }
.am-checkbox-agree .am-checkbox-agree-label { display: inline-block; font-s=
ize: 15px; color: rgb(0, 0, 0); line-height: 1.5; margin-left: 30px; margin=
-top: 1px; }
.am-navbar { display: flex; align-items: center; height: 45px; background-c=
olor: rgb(16, 142, 233); color: rgb(255, 255, 255); }
.am-navbar-left, .am-navbar-right, .am-navbar-title { flex: 1 1 0%; height:=
100%; display: flex; align-items: center; }
.am-navbar-left { padding-left: 15px; font-size: 16px; }
.am-navbar-left-icon { margin-right: 5px; display: inherit; }
.am-navbar-title { justify-content: center; font-size: 18px; white-space: n=
owrap; }
.am-navbar-right { justify-content: flex-end; font-size: 16px; margin-right=
: 15px; }
.am-navbar-light { background-color: rgb(255, 255, 255); color: rgb(16, 142=
, 233); }
.am-navbar-light .am-navbar-title { color: rgb(0, 0, 0); }
.am-switch { display: inline-block; vertical-align: middle; align-self: cen=
ter; }
.am-switch, .am-switch .checkbox { box-sizing: border-box; position: relati=
ve; cursor: pointer; }
.am-switch .checkbox { width: 51px; height: 31px; border-radius: 31px; back=
ground: rgb(229, 229, 229); z-index: 0; margin: 0px; padding: 0px; appearan=
ce: none; border: 0px; transition: all 0.3s ease 0s; }
.am-switch .checkbox::before { width: 48px; box-sizing: border-box; z-index=
: 1; transform: scale(1); }
.am-switch .checkbox::after, .am-switch .checkbox::before { content: " "; p=
osition: absolute; left: 1.5px; top: 1.5px; height: 28px; border-radius: 28=
px; background: rgb(255, 255, 255); transition: all 0.2s ease 0s; }
.am-switch .checkbox::after { width: 28px; z-index: 2; transform: translate=
X(0px); box-shadow: rgba(0, 0, 0, 0.21) 2px 2px 4px; }
.am-switch .checkbox.checkbox-disabled { z-index: 3; }
.am-switch input[type=3D"checkbox"] { position: absolute; top: 0px; left: 0=
px; opacity: 0; width: 100%; height: 100%; z-index: 2; border: 0px none; ap=
pearance: none; }
.am-switch input[type=3D"checkbox"]:checked + .checkbox { background: rgb(7=
7, 216, 101); }
.am-switch input[type=3D"checkbox"]:checked + .checkbox::before { transform=
: scale(0); }
.am-switch input[type=3D"checkbox"]:checked + .checkbox::after { transform:=
translateX(20px); }
.am-switch input[type=3D"checkbox"]:disabled + .
Back to home |
File page
Subscribe |
Register |
Login
| N