zarm-mobile
Version:
UI for react.js
792 lines (488 loc) • 93.8 kB
CSS
@charset "UTF-8";
/* $ratio: 750/640; @function r($px) { @if $px != 0 { @return $px / $ratio / $base-fontSize * 1rem; } @else { @return 0; } } */
/* 阿里flexible方案,详见 https://github.com/amfe/lib-flexible */
/* @function r($px) { @if $px != 0 { @return $px * 2 / 75 * 1rem; } @else { @return 0; } } */
/* base */
/* button */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }
/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }
/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }
/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }
/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ /* stylelint-disable-line */ font-size: 1em; /* 2 */ }
/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }
/** 1. Remove the bottom border in Chrome 57- and Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }
/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ /* stylelint-disable-line */ font-size: 1em; /* 2 */ }
/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }
/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }
/** Add the correct font size in all browsers. */
small { font-size: 80%; }
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }
/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }
/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }
/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }
/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }
/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }
/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }
/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }
/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }
/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }
/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }
/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }
/* Add the correct display in all browsers. */
summary { display: list-item; }
/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }
/** Add the correct display in IE. */
template { display: none; }
/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }
@-webkit-keyframes door-enter { from { -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); }
to { -webkit-transform: scale3d(1, 1, 0.1); transform: scale3d(1, 1, 0.1); } }
@keyframes door-enter { from { -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); }
to { -webkit-transform: scale3d(1, 1, 0.1); transform: scale3d(1, 1, 0.1); } }
.door-enter { -webkit-animation: door-enter both cubic-bezier(0.4, 0, 0, 1.5); animation: door-enter both cubic-bezier(0.4, 0, 0, 1.5); }
@-webkit-keyframes door-leave { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
60% { -webkit-transform: scale3d(0.01, 1, 1); transform: scale3d(0.01, 1, 1); }
to { -webkit-transform: scale3d(0, 1, 0.1); transform: scale3d(0, 1, 0.1); } }
@keyframes door-leave { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
60% { -webkit-transform: scale3d(0.01, 1, 1); transform: scale3d(0.01, 1, 1); }
to { -webkit-transform: scale3d(0, 1, 0.1); transform: scale3d(0, 1, 0.1); } }
.door-leave { -webkit-animation: door-leave both; animation: door-leave both; }
@-webkit-keyframes fade-enter { from { opacity: 0; }
to { opacity: 1; } }
@keyframes fade-enter { from { opacity: 0; }
to { opacity: 1; } }
.fade-enter { -webkit-animation: fade-enter both ease-in; animation: fade-enter both ease-in; }
@-webkit-keyframes fade-leave { from { opacity: 1; }
to { opacity: 0; } }
@keyframes fade-leave { from { opacity: 1; }
to { opacity: 0; } }
.fade-leave { -webkit-animation: fade-leave both ease-out; animation: fade-leave both ease-out; }
@-webkit-keyframes flip-enter { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 60deg); transform: perspective(400px) rotate3d(1, 0, 0, 60deg); }
70% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg); transform: perspective(400px) rotate3d(1, 0, 0, -15deg); }
to { -webkit-transform: perspective(400px); transform: perspective(400px); } }
@keyframes flip-enter { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 60deg); transform: perspective(400px) rotate3d(1, 0, 0, 60deg); }
70% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg); transform: perspective(400px) rotate3d(1, 0, 0, -15deg); }
to { -webkit-transform: perspective(400px); transform: perspective(400px); } }
.flip-enter { -webkit-animation: flip-enter both ease-in; animation: flip-enter both ease-in; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; }
@-webkit-keyframes flip-leave { from { -webkit-transform: perspective(400px); transform: perspective(400px); }
30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg); transform: perspective(400px) rotate3d(1, 0, 0, -15deg); }
to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 45deg); transform: perspective(400px) rotate3d(1, 0, 0, 45deg); } }
@keyframes flip-leave { from { -webkit-transform: perspective(400px); transform: perspective(400px); }
30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -15deg); transform: perspective(400px) rotate3d(1, 0, 0, -15deg); }
to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 45deg); transform: perspective(400px) rotate3d(1, 0, 0, 45deg); } }
.flip-leave { -webkit-animation: flip-leave both; animation: flip-leave both; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; }
@-webkit-keyframes rotate360 { from { -webkit-transform: rotate(0); transform: rotate(0); }
to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes rotate360 { from { -webkit-transform: rotate(0); transform: rotate(0); }
to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.rotate360 { -webkit-animation: rotate360 1s linear infinite; animation: rotate360 1s linear infinite; }
/* rotate */
@-webkit-keyframes rotate-enter { from { -webkit-transform-origin: center; transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3);
transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3); }
to { -webkit-transform-origin: center; transform-origin: center;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
@keyframes rotate-enter { from { -webkit-transform-origin: center; transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3);
transform: rotate3d(0, 0, 1, -180deg) scale3d(0.3, 0.3, 0.3); }
to { -webkit-transform-origin: center; transform-origin: center;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } }
.rotate-enter { -webkit-animation: rotate-enter both; animation: rotate-enter both; }
@-webkit-keyframes rotate-leave { from { -webkit-transform-origin: center; transform-origin: center; }
to { -webkit-transform-origin: center; transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3);
transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3); } }
@keyframes rotate-leave { from { -webkit-transform-origin: center; transform-origin: center; }
to { -webkit-transform-origin: center; transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3);
transform: rotate3d(0, 0, 1, 180deg) scale3d(0.3, 0.3, 0.3); } }
.rotate-leave { -webkit-animation: rotate-leave both; animation: rotate-leave both; }
/* slideUp */
@-webkit-keyframes slideUp-enter { from { -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideUp-enter { from { -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideUp-enter { -webkit-animation: slideUp-enter both cubic-bezier(0.4, 0, 0, 1.5); animation: slideUp-enter both cubic-bezier(0.4, 0, 0, 1.5); }
@-webkit-keyframes slideUp-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); } }
@keyframes slideUp-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); } }
.slideUp-leave { -webkit-animation: slideUp-leave both; animation: slideUp-leave both; }
/* slideDown */
@-webkit-keyframes slideDown-enter { from { -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideDown-enter { from { -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideDown-enter { -webkit-animation: slideDown-enter both cubic-bezier(0.4, 0, 0, 1.5); animation: slideDown-enter both cubic-bezier(0.4, 0, 0, 1.5); }
@-webkit-keyframes slideDown-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); } }
@keyframes slideDown-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); } }
.slideDown-leave { -webkit-animation: slideDown-leave both; animation: slideDown-leave both; }
/* slideLeft */
@-webkit-keyframes slideLeft-enter { from { -webkit-transform: translate3d(150px, 0, 0); transform: translate3d(150px, 0, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideLeft-enter { from { -webkit-transform: translate3d(150px, 0, 0); transform: translate3d(150px, 0, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideLeft-enter { -webkit-animation: slideLeft-enter both cubic-bezier(0.4, 0, 0, 1.5); animation: slideLeft-enter both cubic-bezier(0.4, 0, 0, 1.5); }
@-webkit-keyframes slideLeft-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(150px, 0, 0); transform: translate3d(150px, 0, 0); } }
@keyframes slideLeft-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(150px, 0, 0); transform: translate3d(150px, 0, 0); } }
.slideLeft-leave { -webkit-animation: slideLeft-leave both; animation: slideLeft-leave both; }
/* slideRight */
@-webkit-keyframes slideRight-enter { from { -webkit-transform: translate3d(-150px, 0, 0); transform: translate3d(-150px, 0, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideRight-enter { from { -webkit-transform: translate3d(-150px, 0, 0); transform: translate3d(-150px, 0, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideRight-enter { -webkit-animation: slideRight-enter both cubic-bezier(0.4, 0, 0, 1.5); animation: slideRight-enter both cubic-bezier(0.4, 0, 0, 1.5); }
@-webkit-keyframes slideRight-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(-150px, 0, 0); transform: translate3d(-150px, 0, 0); } }
@keyframes slideRight-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(-150px, 0, 0); transform: translate3d(-150px, 0, 0); } }
.slideRight-leave { -webkit-animation: slideRight-leave both; animation: slideRight-leave both; }
@-webkit-keyframes zoom-enter { from { -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes zoom-enter { from { -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
.zoom-enter { -webkit-animation: zoom-enter both cubic-bezier(0.4, 0, 0, 1.5); animation: zoom-enter both cubic-bezier(0.4, 0, 0, 1.5); }
@-webkit-keyframes zoom-leave { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
to { -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes zoom-leave { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
to { -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } }
.zoom-leave { -webkit-animation: zoom-leave both; animation: zoom-leave both; }
/* moveUp */
@-webkit-keyframes moveUp-enter { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes moveUp-enter { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.moveUp-enter { -webkit-animation: moveUp-enter both ease-in; animation: moveUp-enter both ease-in; }
@-webkit-keyframes moveUp-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } }
@keyframes moveUp-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } }
.moveUp-leave { -webkit-animation: moveUp-leave both ease-out; animation: moveUp-leave both ease-out; }
/* moveDown */
@-webkit-keyframes moveDown-enter { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes moveDown-enter { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.moveDown-enter { -webkit-animation: moveDown-enter both ease-in; animation: moveDown-enter both ease-in; }
@-webkit-keyframes moveDown-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } }
@keyframes moveDown-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } }
.moveDown-leave { -webkit-animation: moveDown-leave both ease-out; animation: moveDown-leave both ease-out; }
/* moveLeft */
@-webkit-keyframes moveLeft-enter { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes moveLeft-enter { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.moveLeft-enter { -webkit-animation: moveLeft-enter both ease-in; animation: moveLeft-enter both ease-in; }
@-webkit-keyframes moveLeft-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }
@keyframes moveLeft-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }
.moveLeft-leave { -webkit-animation: moveLeft-leave both ease-out; animation: moveLeft-leave both ease-out; }
/* moveRight */
@-webkit-keyframes moveRight-enter { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes moveRight-enter { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.moveRight-enter { -webkit-animation: moveRight-enter both ease-in; animation: moveRight-enter both ease-in; }
@-webkit-keyframes moveRight-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } }
@keyframes moveRight-leave { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
to { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } }
.moveRight-leave { -webkit-animation: moveRight-leave both ease-out; animation: moveRight-leave both ease-out; }
@-webkit-keyframes scaleDown-enter { from { opacity: 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.8);
transform: scaleY(0.8); }
to { opacity: 1;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(1);
transform: scaleY(1); } }
@keyframes scaleDown-enter { from { opacity: 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.8);
transform: scaleY(0.8); }
to { opacity: 1;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(1);
transform: scaleY(1); } }
.scaleDown-enter { -webkit-animation: scaleDown-enter both; animation: scaleDown-enter both; }
@-webkit-keyframes scaleDown-leave { from { opacity: 1;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(1);
transform: scaleY(1); }
to { opacity: 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.8);
transform: scaleY(0.8); } }
@keyframes scaleDown-leave { from { opacity: 1;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(1);
transform: scaleY(1); }
to { opacity: 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.8);
transform: scaleY(0.8); } }
.scaleDown-leave { -webkit-animation: scaleDown-leave both; animation: scaleDown-leave both; }
.za-actionsheet { margin: 0 10px 10px 10px; }
.za-actionsheet.shape-radius .za-actionsheet-actions, .za-actionsheet.shape-radius .za-actionsheet-cancel { overflow: hidden; border-radius: 4px; }
.za-actionsheet-actions, .za-actionsheet-cancel { background: #fff; }
.za-actionsheet-cancel { margin-top: 7px; }
.za-actionsheet-btn { display: block; height: 50px; line-height: 50px; text-align: center; font-size: 17px; }
.za-actionsheet-btn, .za-actionsheet-btn:hover, .za-actionsheet-btn:focus, .za-actionsheet-btn:visited { color: #333; }
.za-actionsheet-btn:active { background: #f1f1f1; }
.za-actionsheet-btn:not(:first-of-type) { position: relative; }
.za-actionsheet-btn:not(:first-of-type):after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-top: 1px solid #ddd; }
@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-actionsheet-btn:not(:first-of-type):after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }
.za-actionsheet-btn.theme-default, .za-actionsheet-btn.theme-default:hover, .za-actionsheet-btn.theme-default:focus, .za-actionsheet-btn.theme-default:visited { color: #333; }
.za-actionsheet-btn.theme-primary, .za-actionsheet-btn.theme-primary:hover, .za-actionsheet-btn.theme-primary:focus, .za-actionsheet-btn.theme-primary:visited { color: #12c287; }
.za-actionsheet-btn.theme-info, .za-actionsheet-btn.theme-info:hover, .za-actionsheet-btn.theme-info:focus, .za-actionsheet-btn.theme-info:visited { color: #347af6; }
.za-actionsheet-btn.theme-success, .za-actionsheet-btn.theme-success:hover, .za-actionsheet-btn.theme-success:focus, .za-actionsheet-btn.theme-success:visited { color: #69c964; }
.za-actionsheet-btn.theme-warning, .za-actionsheet-btn.theme-warning:hover, .za-actionsheet-btn.theme-warning:focus, .za-actionsheet-btn.theme-warning:visited { color: #eca632; }
.za-actionsheet-btn.theme-error, .za-actionsheet-btn.theme-error:hover, .za-actionsheet-btn.theme-error:focus, .za-actionsheet-btn.theme-error:visited { color: #e55546; }
.za-alert { text-align: center; }
.za-badge { position: relative; display: inline-block; vertical-align: middle; line-height: 1; }
.za-badge .za-badge-sup { background-color: #333; }
.za-badge.theme-primary .za-badge-sup { background-color: #12c287; }
.za-badge.theme-info .za-badge-sup { background-color: #347af6; }
.za-badge.theme-success .za-badge-sup { background-color: #69c964; }
.za-badge.theme-warning .za-badge-sup { background-color: #eca632; }
.za-badge.theme-error .za-badge-sup { background-color: #e55546; }
.za-badge-sup { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; top: auto; font-size: 12px; color: #fff; height: 19px; padding: 0 5px; white-space: nowrap; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
.za-badge-sup-up { position: absolute; top: 0; right: 0; -webkit-transform: translateX(50%) translateY(-50%); -ms-transform: translateX(50%) translateY(-50%); transform: translateX(50%) translateY(-50%); }
.za-badge.shape-dot .za-badge-sup { width: 8px; height: 8px; padding: 0; border-radius: 100%; }
.za-badge.shape-radius .za-badge-sup { border-radius: 4px; }
.za-badge.shape-round .za-badge-sup { min-width: 19px; border-radius: 19px; }
.za-badge.shape-circle .za-badge-sup { width: 19px; padding: 0; border-radius: 19px; }
.za-button { display: inline-block; padding: 0; font-weight: normal; text-align: center; border: 1px solid transparent; cursor: pointer; outline: 0 none; -webkit-appearance: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: background-color 200ms ease-out, border-color 200ms ease-out; transition: background-color 200ms ease-out, border-color 200ms ease-out; padding: 0 16px; font-size: 17px; height: 44px; line-height: 44px; background-color: #ddd; border-color: #ddd; color: #333; /* disabled Button */ /* block Button */ /* Button sizes */ /* Button themes */ }
.za-button.shape-radius { border-radius: 4px; }
.za-button.shape-round { border-radius: 1000px; }
.za-button.shape-circle { width: 44px; height: 44px; padding: 0; border-radius: 50%; }
.za-button .za-icon { font-size: 22px; }
.za-button .za-icon + span, .za-button span + .za-icon { margin-left: 5px; }
.za-button, .za-button:hover, .za-button:focus, .za-button:visited { color: #333; }
.za-button:active, .za-button.active { background-color: #c4c4c4; border-color: #c4c4c4; }
.za-button.disabled, .za-button:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }
.za-button.disabled:active, .za-button.disabled.active, .za-button.disabled:focus, .za-button.disabled.focus, .za-button.disabled:visited, .za-button.disabled.visited, .za-button:disabled:active, .za-button:disabled.active, .za-button:disabled:focus, .za-button:disabled.focus, .za-button:disabled:visited, .za-button:disabled.visited { background-color: #ddd; border-color: #ddd; box-shadow: none; }
.za-button.bordered { background-color: #fff; border-color: #ddd; color: #333; }
.za-button.bordered:active, .za-button.bordered.active { background-color: rgba(221, 221, 221, 0.5); color: #333; }
.za-button.bordered.disabled:active, .za-button.bordered.disabled.active, .za-button.bordered.disabled:focus, .za-button.bordered.disabled.focus, .za-button.bordered.disabled:visited, .za-button.bordered.disabled.visited, .za-button.bordered:disabled:active, .za-button.bordered:disabled.active, .za-button.bordered:disabled:focus, .za-button.bordered:disabled.focus, .za-button.bordered:disabled:visited, .za-button.bordered:disabled.visited { background-color: #fff; border-color: #ddd; box-shadow: none; }
.za-button, .za-button:hover, .za-button:focus, .za-button:visited { text-decoration: none; }
.za-button.disabled, .za-button:disabled { cursor: not-allowed; opacity: .65; box-shadow: none; }
.za-button.block { width: 100%; display: block; }
.za-button-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 100%; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.za-button.size-xl { padding: 0 25px; font-size: 18px; height: 52px; line-height: 52px; }
.za-button.size-xl.shape-radius { border-radius: 4px; }
.za-button.size-xl.shape-round { border-radius: 1000px; }
.za-button.size-xl.shape-circle { width: 52px; height: 52px; padding: 0; border-radius: 50%; }
.za-button.size-xl .za-icon { font-size: 26px; }
.za-button.size-xl .za-icon + span, .za-button.size-xl span + .za-icon { margin-left: 8px; }
.za-button.size-lg { padding: 0 20px; font-size: 18px; height: 48px; line-height: 48px; }
.za-button.size-lg.shape-radius { border-radius: 4px; }
.za-button.size-lg.shape-round { border-radius: 1000px; }
.za-button.size-lg.shape-circle { width: 48px; height: 48px; padding: 0; border-radius: 50%; }
.za-button.size-lg .za-icon { font-size: 24px; }
.za-button.size-lg .za-icon + span, .za-button.size-lg span + .za-icon { margin-left: 6px; }
.za-button.size-sm { padding: 0 15px; font-size: 14px; height: 34px; line-height: 34px; }
.za-button.size-sm.shape-radius { border-radius: 4px; }
.za-button.size-sm.shape-round { border-radius: 1000px; }
.za-button.size-sm.shape-circle { width: 34px; height: 34px; padding: 0; border-radius: 50%; }
.za-button.size-sm .za-icon { font-size: 20px; }
.za-button.size-sm .za-icon + span, .za-button.size-sm span + .za-icon { margin-left: 5px; }
.za-button.size-xs { padding: 0 10px; font-size: 14px; height: 27px; line-height: 27px; }
.za-button.size-xs.shape-radius { border-radius: 4px; }
.za-button.size-xs.shape-round { border-radius: 1000px; }
.za-button.size-xs.shape-circle { width: 27px; height: 27px; padding: 0; border-radius: 50%; }
.za-button.size-xs .za-icon { font-size: 18px; }
.za-button.size-xs .za-icon + span, .za-button.size-xs span + .za-icon { margin-left: 5px; }
.za-button.theme-primary { background-color: #12c287; border-color: #12c287; color: #fff; }
.za-button.theme-primary, .za-button.theme-primary:hover, .za-button.theme-primary:focus, .za-button.theme-primary:visited { color: #fff; }
.za-button.theme-primary:active, .za-button.theme-primary.active { background-color: #0e9367; border-color: #0e9367; }
.za-button.theme-primary.disabled, .za-button.theme-primary:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }
.za-button.theme-primary.disabled:active, .za-button.theme-primary.disabled.active, .za-button.theme-primary.disabled:focus, .za-button.theme-primary.disabled.focus, .za-button.theme-primary.disabled:visited, .za-button.theme-primary.disabled.visited, .za-button.theme-primary:disabled:active, .za-button.theme-primary:disabled.active, .za-button.theme-primary:disabled:focus, .za-button.theme-primary:disabled.focus, .za-button.theme-primary:disabled:visited, .za-button.theme-primary:disabled.visited { background-color: #12c287; border-color: #12c287; box-shadow: none; }
.za-button.theme-primary.bordered { background-color: #fff; border-color: #12c287; color: #12c287; }
.za-button.theme-primary.bordered:active, .za-button.theme-primary.bordered.active { background-color: rgba(18, 194, 135, 0.1); color: #12c287; }
.za-button.theme-primary.bordered.disabled:active, .za-button.theme-primary.bordered.disabled.active, .za-button.theme-primary.bordered.disabled:focus, .za-button.theme-primary.bordered.disabled.focus, .za-button.theme-primary.bordered.disabled:visited, .za-button.theme-primary.bordered.disabled.visited, .za-button.theme-primary.bordered:disabled:active, .za-button.theme-primary.bordered:disabled.active, .za-button.theme-primary.bordered:disabled:focus, .za-button.theme-primary.bordered:disabled.focus, .za-button.theme-primary.bordered:disabled:visited, .za-button.theme-primary.bordered:disabled.visited { background-color: #fff; border-color: #12c287; box-shadow: none; }
.za-button.theme-info { background-color: #347af6; border-color: #347af6; color: #fff; }
.za-button.theme-info, .za-button.theme-info:hover, .za-button.theme-info:focus, .za-button.theme-info:visited { color: #fff; }
.za-button.theme-info:active, .za-button.theme-info.active { background-color: #0a5ced; border-color: #0a5ced; }
.za-button.theme-info.disabled, .za-button.theme-info:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }
.za-button.theme-info.disabled:active, .za-button.theme-info.disabled.active, .za-button.theme-info.disabled:focus, .za-button.theme-info.disabled.focus, .za-button.theme-info.disabled:visited, .za-button.theme-info.disabled.visited, .za-button.theme-info:disabled:active, .za-button.theme-info:disabled.active, .za-button.theme-info:disabled:focus, .za-button.theme-info:disabled.focus, .za-button.theme-info:disabled:visited, .za-button.theme-info:disabled.visited { background-color: #347af6; border-color: #347af6; box-shadow: none; }
.za-button.theme-info.bordered { background-color: #fff; border-color: #347af6; color: #347af6; }
.za-button.theme-info.bordered:active, .za-button.theme-info.bordered.active { background-color: rgba(52, 122, 246, 0.1); color: #347af6; }
.za-button.theme-info.bordered.disabled:active, .za-button.theme-info.bordered.disabled.active, .za-button.theme-info.bordered.disabled:focus, .za-button.theme-info.bordered.disabled.focus, .za-button.theme-info.bordered.disabled:visited, .za-button.theme-info.bordered.disabled.visited, .za-button.theme-info.bordered:disabled:active, .za-button.theme-info.bordered:disabled.active, .za-button.theme-info.bordered:disabled:focus, .za-button.theme-info.bordered:disabled.focus, .za-button.theme-info.bordered:disabled:visited, .za-button.theme-info.bordered:disabled.visited { background-color: #fff; border-color: #347af6; box-shadow: none; }
.za-button.theme-success { background-color: #69c964; border-color: #69c964; color: #fff; }
.za-button.theme-success, .za-button.theme-success:hover, .za-button.theme-success:focus, .za-button.theme-success:visited { color: #fff; }
.za-button.theme-success:active, .za-button.theme-success.active { background-color: #47b941; border-color: #47b941; }
.za-button.theme-success.disabled, .za-button.theme-success:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }
.za-button.theme-success.disabled:active, .za-button.theme-success.disabled.active, .za-button.theme-success.disabled:focus, .za-button.theme-success.disabled.focus, .za-button.theme-success.disabled:visited, .za-button.theme-success.disabled.visited, .za-button.theme-success:disabled:active, .za-button.theme-success:disabled.active, .za-button.theme-success:disabled:focus, .za-button.theme-success:disabled.focus, .za-button.theme-success:disabled:visited, .za-button.theme-success:disabled.visited { background-color: #69c964; border-color: #69c964; box-shadow: none; }
.za-button.theme-success.bordered { background-color: #fff; border-color: #69c964; color: #69c964; }
.za-button.theme-success.bordered:active, .za-button.theme-success.bordered.active { background-color: rgba(105, 201, 100, 0.1); color: #69c964; }
.za-button.theme-success.bordered.disabled:active, .za-button.theme-success.bordered.disabled.active, .za-button.theme-success.bordered.disabled:focus, .za-button.theme-success.bordered.disabled.focus, .za-button.theme-success.bordered.disabled:visited, .za-button.theme-success.bordered.disabled.visited, .za-button.theme-success.bordered:disabled:active, .za-button.theme-success.bordered:disabled.active, .za-button.theme-success.bordered:disabled:focus, .za-button.theme-success.bordered:disabled.focus, .za-button.theme-success.bordered:disabled:visited, .za-button.theme-success.bordered:disabled.visited { background-color: #fff; border-color: #69c964; box-shadow: none; }
.za-button.theme-warning { background-color: #eca632; border-color: #eca632; color: #fff; }
.za-button.theme-warning, .za-button.theme-warning:hover, .za-button.theme-warning:focus, .za-button.theme-warning:visited { color: #fff; }
.za-button.theme-warning:active, .za-button.theme-warning.active { background-color: #d78e14; border-color: #d78e14; }
.za-button.theme-warning.disabled, .za-button.theme-warning:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }
.za-button.theme-warning.disabled:active, .za-button.theme-warning.disabled.active, .za-button.theme-warning.disabled:focus, .za-button.theme-warning.disabled.focus, .za-button.theme-warning.disabled:visited, .za-button.theme-warning.disabled.visited, .za-button.theme-warning:disabled:active, .za-button.theme-warning:disabled.active, .za-button.theme-warning:disabled:focus, .za-button.theme-warning:disabled.focus, .za-button.theme-warning:disabled:visited, .za-button.theme-warning:disabled.visited { background-color: #eca632; border-color: #eca632; box-shadow: none; }
.za-button.theme-warning.bordered { background-color: #fff; border-color: #eca632; color: #eca632; }
.za-button.theme-warning.bordered:active, .za-button.theme-warning.bordered.active { background-color: rgba(236, 166, 50, 0.1); color: #eca632; }
.za-button.theme-warning.bordered.disabled:active, .za-button.theme-warning.bordered.disabled.active, .za-button.theme-warning.bordered.disabled:focus, .za-button.theme-warning.bordered.disabled.focus, .za-button.theme-warning.bordered.disabled:visited, .za-button.theme-warning.bordered.disabled.visited, .za-button.theme-warning.bordered:disabled:active, .za-button.theme-warning.bordered:disabled.active, .za-button.theme-warning.bordered:disabled:focus, .za-button.theme-warning.bordered:disabled.focus, .za-button.theme-warning.bordered:disabled:visited, .za-button.theme-warning.bordered:disabled.visited { background-color: #fff; border-color: #eca632; box-shadow: none; }
.za-button.theme-error { background-color: #e55546; border-color: #e55546; color: #fff; }
.za-button.theme-error, .za-button.theme-error:hover, .za-button.theme-error:focus, .za-button.theme-error:visited { color: #fff; }
.za-button.theme-error:active, .za-button.theme-error.active { background-color: #d9301f; border-color: #d9301f; }
.za-button.theme-error.disabled, .za-button.theme-error:disabled { opacity: 0.5; color: rgba(255, 255, 255, 0.5); cursor: not-allowed; }
.za-button.theme-error.disabled:active, .za-button.theme-error.disabled.active, .za-button.theme-error.disabled:focus, .za-button.theme-error.disabled.focus, .za-button.theme-error.disabled:visited, .za-button.theme-error.disabled.visited, .za-button.theme-error:disabled:active, .za-button.theme-error:disabled.active, .za-button.theme-error:disabled:focus, .za-button.theme-error:disabled.focus, .za-button.theme-error:disabled:visited, .za-button.theme-error:disabled.visited { background-color: #e55546; border-color: #e55546; box-shadow: none; }
.za-button.theme-error.bordered { background-color: #fff; border-color: #e55546; color: #e55546; }
.za-button.theme-error.bordered:active, .za-button.theme-error.bordered.active { background-color: rgba(229, 85, 70, 0.1); color: #e55546; }
.za-button.theme-error.bordered.disabled:active, .za-button.theme-error.bordered.disabled.active, .za-button.theme-error.bordered.disabled:focus, .za-button.theme-error.bordered.disabled.focus, .za-button.theme-error.bordered.disabled:visited, .za-button.theme-error.bordered.disabled.visited, .za-button.theme-error.bordered:disabled:active, .za-button.theme-error.bordered:disabled.active, .za-button.theme-error.bordered:disabled:focus, .za-button.theme-error.bordered:disabled.focus, .za-button.theme-error.bordered:disabled:visited, .za-button.theme-error.bordered:disabled.visited { background-color: #fff; border-color: #e55546; box-shadow: none; }
.za-cell { position: relative; overflow: hidden; background: #fff; }
.za-cell .za-cell-footer { color: #999; }
.za-cell:after { content: ''; pointer-events: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 0; border-top: 1px solid #ddd; }
@media only screen and (-webkit-min-device-pixel-ratio: 2) { .za-cell:after { width: 200%; height: 200%; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } }
.za-cell:after { left: 15px; }
.za-cell.theme-primary .za-cell-footer { color: #12c287; }
.za-cell.theme-info .za-cell-footer { color: #347af6; }
.za-cell.theme-success .za-cell-footer { color: #69c964; }
.za-cell.theme-warning .za-cell-footer { color: #eca632; }
.za-cell.theme-error .za-cell-footer { color: #e55546; }
.za-cell.has-icon:after { left: 59px; }
.za-cell.is-link { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.za-cell.is-link .za-cell-inner:active { background-color: #d9d9d9; }
.za-cell.is-link .za-cell-title { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.za-cell.disabled .za-cell-body, .za-cell.disabled .za-cell-footer { opacity: 0.5; }
.za-cell-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 0 15px; font-size: 15px; min-height: 45px; }
.za-cell-inner a, .za-cell-inner a:hover { text-decoration: none; }
.za-cell-body { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; /* align-items: center; */ padding: 12px 0; }
.za-cell-footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: right; font-size: 14px; }
.za-cell-arrow { margin-left: 5px; }
.za-cell-arrow:after { display: inline-block; content: ''; border-right: 2px solid #c7c7cc; border-top: 2px solid #c7c7cc; width: 10px; height: 10px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.za-cell-icon { width: 28px; height: 28px; text-align: center; margin-right: 15px; }
.za-cell-icon img { max-width: 100%; max-height: 100%; }
.za-cell-title { width: 100px; overflow: hidden; color: #333; }
.za-cell-content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.za-cell-help { padding: 0 15px 10px 15px; }
.za-checkbox { display: inline-block; position: relative; margin-left: 10px; /* 选中状态 */ /* 禁用状态 */ }
.za-checkbox:first-child { margin-left: 0; }
.za-checkbox-input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; }
.za-checkbox-text { margin-left: 5px; }
.za-checkbox.checked .za-checkbox-inner:before { -webkit-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; }
.za-checkbox.disabled .za-checkbox-inner { border-color: #d9d9d9; background-color: #f3f3f3; cursor: not-allowed; }
.za-checkbox.disabled .za-checkbox-inner:before { border-color: #ccc; }
.za-checkbox-inner { position: relative; overflow: hidden; display: inline-block; width: 14px; height: 14px; background-color: #fff; -webkit-transition: border-color 0.1s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.1s cubic-bezier(0.71, -0.46, 0.29, 1.46); transition: border-color 0.1s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.1s cubic-bezier(0.71, -0.46, 0.29, 1.46); border: 1px solid #12c287; border-radius: 4px; }
.za-checkbox-inner:before { content: ' '; position: absolute; left: 4px; top: 1px; width: 4px; height: 8px; border: 1px solid #12c287; border-top: 0; border-left: 0; -webkit-transform: rotate(45deg) scale(0); -ms-transform: rotate(45deg) scale(0); transform: rotate(45deg) scale(0); -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6); transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6); }
.za-checkbox-group.block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; /* 通栏模式字体增大 */ }
.za-checkbox-group.block .za-checkbox { font-size: 15px; }
.za-checkbox-group.shape-radius .za-checkbox { border-radius: 4px; }
.za-checkbox-group.shape-round .za-checkbox { border-radius: 15px; }
.za-checkbox-group.is-gather .za-checkbox { margin-left: -1px; }
.za-checkbox-group.is-gather.shape-radius .za-checkbox { border-radius: 0; }
.za-checkbox-group.is-gather.shape-radius .za-checkbox:first-child { border-radius: 4px 0 0 4px; }
.za-checkbox-group.is-gather.shape-radius .za-checkbox:last-child { border-radius: 0 4px 4px 0; }
.za-checkbox-group.is-gather.shape-round .za-checkbox { border-radius: 0; }
.za-checkbox-group.is-gather.shape-round .za-checkbox:first-child { border-radius: 15px 0 0 15px; }
.za-checkbox-group.is-gather.shape-round .za-checkbox:last-child { border-radius: 0 15px 15px 0; }
.za-confirm { text-align: center; }
@font-face { font-family: "dragonicon"; src: url("//at.alicdn.com/t/font_1rke47h9f6r.eot"); src: url("//at.alicdn.com/t/font_1rke47h9f6r.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1rke47h9f6r.woff") format("woff"), url("//at.alicdn.com/t/font_1rke47h9f6r.ttf") format("truetype"), url("//at.alicdn.com/t/font_1rke47h9f6r.svg#dragonicon") format("svg"); }
.za-icon { font-family: "dragonicon" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.za-icon.theme-default { color: #333; }
.za-icon.theme-primary { color: #12c287; }
.za-icon.theme-info { color: #347af6; }
.za-icon.theme-success { color: #69c964; }
.za-icon.theme-warning { color: #eca632; }
.za-icon.theme-error { color: #e55546; }
.za-icon-arrow-top:before { content: "\E60E"; }
.za-icon-arrow-bottom:before { content: "\E60F"; }
.za-icon-arrow-left:before { content: "\E610"; }
.za-icon-arrow-right:before { content: "\E611"; }
.za-icon-warning-round-fill:before { content: "\E616"; }
.za-icon-warning-round:before { content: "\E617"; }
.za-icon-date:before { content: "\E618"; }
.za-icon-loading:before { content: "\E61A"; }
.za-icon-right-square-fill:before { content: "\E600"; }
.za-icon-right-square:before { content: "\E601"; }
.za-icon-wrong:before { content: "\E602"; }
.za-icon-wrong-round-fill:before { content: "\E603"; }
.za-icon-wrong-round:before { content: "\E604"; }
.za-icon-add-round:before { content: "\E605"; }
.za-icon-add:before { content: "\E606"; }
.za-icon-add-round-fill:before { content: "\E607"; }
.za-icon-minus:before { content: "\E608"; }
.za-icon-info-round-fill:before { content: "\E609