) {
html:not([data-scale]) .am-result { border-bottom: none; }
html:not([data-scale]) .am-result::after { content: ""; position: absolut=
e; background-color: rgb(221, 221, 221); display: block; z-index: 1; inset:=
auto auto 0px 0px; width: 100%; height: 1px; transform-origin: 50% 100%; t=
ransform: 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-result::after { transform: scaleY(0.33); }
}

.am-result .am-result-pic { width: 60px; height: 60px; margin: 0px auto; li=
ne-height: 60px; background-size: 60px 60px; }

.am-result .am-result-message, .am-result .am-result-title { font-size: 21p=
x; color: rgb(0, 0, 0); padding-left: 15px; padding-right: 15px; }

.am-result .am-result-title { margin-top: 15px; line-height: 1; }

.am-result .am-result-message { margin-top: 9px; line-height: 1.5; font-siz=
e: 16px; color: rgb(136, 136, 136); }

.am-result .am-result-button { padding: 0px 15px; margin-top: 15px; }

.am-carousel { position: relative; }

.am-carousel-wrap { font-size: 18px; color: rgb(0, 0, 0); background: none;=
text-align: center; zoom: 1; width: 100%; }

.am-carousel-wrap-dot { display: inline-block; zoom: 1; }

.am-carousel-wrap-dot > span { display: block; width: 8px; height: 8px; mar=
gin: 0px 3px; border-radius: 50%; background: rgb(204, 204, 204); }

.am-carousel-wrap-dot-active > span { background: rgb(136, 136, 136); }

.am-list-header { padding: 15px 15px 9px; font-size: 14px; color: rgb(136, =
136, 136); width: 100%; box-sizing: border-box; }

.am-list-footer { padding: 9px 15px 15px; font-size: 14px; color: rgb(136, =
136, 136); }

.am-list-body { position: relative; background-color: rgb(255, 255, 255); b=
order-top: 1px solid rgb(221, 221, 221); 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-list-body { border-top: none; }
html:not([data-scale]) .am-list-body::before { content: ""; position: abs=
olute; background-color: rgb(221, 221, 221); display: block; z-index: 1; in=
set: 0px auto auto 0px; width: 100%; height: 1px; transform-origin: 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-list-body::before { transform: scaleY(0.33); }
}

@media not all, (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx=
) {
html:not([data-scale]) .am-list-body { border-bottom: none; }
html:not([data-scale]) .am-list-body::after { content: ""; position: abso=
lute; background-color: rgb(221, 221, 221); display: block; z-index: 1; ins=
et: 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-list-body::after { transform: scaleY(0.33); }
}

.am-list-body div:not(:last-child) .am-list-line { 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-list-body div:not(:last-child) .am-list-line {=
border-bottom: none; }
html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line::=
after { content: ""; position: absolute; background-color: rgb(221, 221, 22=
1); display: block; z-index: 1; inset: auto auto 0px 0px; width: 100%; heig=
ht: 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-list-body div:not(:last-child) .am-list-line::=
after { transform: scaleY(0.33); }
}

.am-list-item { position: relative; display: flex; padding-left: 15px; min-=
height: 44px; background-color: rgb(255, 255, 255); vertical-align: middle;=
overflow: hidden; transition: background-color 0.2s ease 0s; align-items: =
center; }

.am-list-item .am-list-ripple { position: absolute; background: transparent=
; display: inline-block; overflow: hidden; will-change: box-shadow, transfo=
rm; transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1) 0s, background-c=
olor 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.2s cubic-bezier(0.4, 0, =
0.2, 1) 0s, -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1) 0s; outline:=
none; cursor: pointer; border-radius: 100%; transform: scale(0); }

.am-list-item .am-list-ripple.am-list-ripple-animate { background-color: rg=
ba(158, 158, 158, 0.2); animation: 1s linear 0s 1 normal none running rippl=
e; }

.am-list-item.am-list-item-top .am-list-line { align-items: flex-start; }

.am-list-item.am-list-item-top .am-list-line .am-list-arrow { margin-top: 2=
px; }

.am-list-item.am-list-item-middle .am-list-line { align-items: center; }

.am-list-item.am-list-item-bottom .am-list-line { align-items: flex-end; }

.am-list-item.am-list-item-error .am-list-line .am-list-extra, .am-list-ite=
m.am-list-item-error .am-list-line .am-list-extra .am-list-brief { color: r=
gb(255, 85, 0); }

.am-list-item.am-list-item-active { background-color: rgb(221, 221, 221); }

.am-list-item.am-list-item-disabled .am-list-line .am-list-content, .am-lis=
t-item.am-list-item-disabled .am-list-line .am-list-extra { color: rgb(187,=
187, 187); }

.am-list-item img { width: 22px; height: 22px; vertical-align: middle; }

.am-list-item .am-list-thumb:first-child { margin-right: 15px; }

.am-list-item .am-list-thumb:last-child { margin-left: 8px; }

.am-list-item .am-list-line { position: relative; display: flex; flex: 1 1 =
0%; align-self: stretch; padding-right: 15px; overflow: hidden; }

.am-list-item .am-list-line .am-list-content { flex: 1 1 0%; color: rgb(0, =

Prev | Next
Pg.: 1 ... 65 66 67 68 69 70 71 72 73 74 75 ... 84


Back to home | File page

Subscribe | Register | Login | N