UNPKG

@tuoyuan/web

Version:
2,142 lines 78.3 kB
/*! normalize.css v8.0.1 | 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 iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -webkit-font-smoothing: antialiased; /* chrome、safari */ -moz-osx-font-smoothing: grayscale; /* firefox */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { margin: 0.67em 0; font-size: 2em; } /* Grouping content ========================================================================== */ /** * 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-size: 1em; /* 2 */ font-family: monospace, monospace; /* 1 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ border-bottom: none; /* 1 */ } /** * 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-size: 1em; /* 2 */ font-family: monospace, monospace; /* 1 */ } /** * 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 { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { margin: 0; /* 2 */ font-size: 100%; /* 1 */ font-family: inherit; /* 1 */ line-height: 1.15; /* 1 */ } /** * 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; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; } /** * 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 { padding: 0; border-style: none; } /** * 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 { display: table; /* 1 */ box-sizing: border-box; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ color: inherit; /* 2 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ 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'] { outline-offset: -2px; /* 2 */ -webkit-appearance: textfield; /* 1 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [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 { font: inherit; /* 2 */ -webkit-appearance: button; /* 1 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } .arco-icon { display: inline-block; width: 1em; height: 1em; color: inherit; font-style: normal; vertical-align: -2px; outline: none; stroke: currentColor; } .arco-icon-loading, .arco-icon-spin { animation: arco-loading-circle 1s infinite cubic-bezier(0, 0, 1, 1); } @keyframes arco-loading-circle { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } .arco-icon-hover { position: relative; display: inline-block; cursor: pointer; line-height: 12px; } .arco-icon-hover .arco-icon { position: relative; } .arco-icon-hover::before { position: absolute; display: block; box-sizing: border-box; background-color: transparent; border-radius: var(--border-radius-circle); transition: background-color 0.1s cubic-bezier(0, 0, 1, 1); content: ''; } .arco-icon-hover:hover::before { background-color: var(--color-fill-2); } .arco-icon-hover.arco-icon-hover-disabled::before { opacity: 0; } .arco-icon-hover::before { top: 50%; left: 50%; width: 20px; height: 20px; transform: translate(-50%, -50%); } .arco-icon-hover-size-mini { line-height: 12px; } .arco-icon-hover-size-mini::before { top: 50%; left: 50%; width: 20px; height: 20px; transform: translate(-50%, -50%); } .arco-icon-hover-size-small { line-height: 12px; } .arco-icon-hover-size-small::before { top: 50%; left: 50%; width: 20px; height: 20px; transform: translate(-50%, -50%); } .arco-icon-hover-size-large { line-height: 12px; } .arco-icon-hover-size-large::before { top: 50%; left: 50%; width: 24px; height: 24px; transform: translate(-50%, -50%); } .arco-icon-hover-size-huge { line-height: 12px; } .arco-icon-hover-size-huge::before { top: 50%; left: 50%; width: 24px; height: 24px; transform: translate(-50%, -50%); } .fade-in-standard-enter-from, .fade-in-standard-appear-from { opacity: 0; } .fade-in-standard-enter-to, .fade-in-standard-appear-to { opacity: 1; } .fade-in-standard-enter-active, .fade-in-standard-appear-active { transition: opacity 0.3s cubic-bezier(0.34, 0.69, 0.1, 1); } .fade-in-standard-leave-from { opacity: 1; } .fade-in-standard-leave-to { opacity: 0; } .fade-in-standard-leave-active { transition: opacity 0.3s cubic-bezier(0.34, 0.69, 0.1, 1); } .fade-in-enter-from, .fade-in-appear-from { opacity: 0; } .fade-in-enter-to, .fade-in-appear-to { opacity: 1; } .fade-in-enter-active, .fade-in-appear-active { transition: opacity 0.1s cubic-bezier(0, 0, 1, 1); } .fade-in-leave-from { opacity: 1; } .fade-in-leave-to { opacity: 0; } .fade-in-leave-active { transition: opacity 0.1s cubic-bezier(0, 0, 1, 1); } .zoom-in-enter-from, .zoom-in-appear-from { transform: scale(0.5, 0.5); opacity: 0; } .zoom-in-enter-to, .zoom-in-appear-to { transform: scale(1, 1); opacity: 1; } .zoom-in-enter-active, .zoom-in-appear-active { transition: opacity 0.3s cubic-bezier(0.34, 0.69, 0.1, 1), transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1); } .zoom-in-leave-from { transform: scale(1, 1); opacity: 1; } .zoom-in-leave-to { transform: scale(0.5, 0.5); opacity: 0; } .zoom-in-leave-active { transition: opacity 0.3s cubic-bezier(0.34, 0.69, 0.1, 1), transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1); } .zoom-in-fade-out-enter-from, .zoom-in-fade-out-appear-from { transform: scale(0.5, 0.5); opacity: 0; } .zoom-in-fade-out-enter-to, .zoom-in-fade-out-appear-to { transform: scale(1, 1); opacity: 1; } .zoom-in-fade-out-enter-active, .zoom-in-fade-out-appear-active { transition: opacity 0.3s cubic-bezier(0.3, 1.3, 0.3, 1), transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1); } .zoom-in-fade-out-leave-from { transform: scale(1, 1); opacity: 1; } .zoom-in-fade-out-leave-to { transform: scale(0.5, 0.5); opacity: 0; } .zoom-in-fade-out-leave-active { transition: opacity 0.3s cubic-bezier(0.3, 1.3, 0.3, 1), transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1); } .zoom-in-big-enter-from, .zoom-in-big-appear-from { transform: scale(0.5, 0.5); opacity: 0; } .zoom-in-big-enter-to, .zoom-in-big-appear-to { transform: scale(1, 1); opacity: 1; } .zoom-in-big-enter-active, .zoom-in-big-appear-active { transition: opacity 0.2s cubic-bezier(0, 0, 1, 1), transform 0.2s cubic-bezier(0, 0, 1, 1); } .zoom-in-big-leave-from { transform: scale(1, 1); opacity: 1; } .zoom-in-big-leave-to { transform: scale(0.2, 0.2); opacity: 0; } .zoom-in-big-leave-active { transition: opacity 0.2s cubic-bezier(0, 0, 1, 1), transform 0.2s cubic-bezier(0, 0, 1, 1); } .zoom-in-left-enter-from, .zoom-in-left-appear-from { transform: scale(0.1, 0.1); opacity: 0.1; } .zoom-in-left-enter-to, .zoom-in-left-appear-to { transform: scale(1, 1); opacity: 1; } .zoom-in-left-enter-active, .zoom-in-left-appear-active { transform-origin: 0 50%; transition: opacity 0.3s cubic-bezier(0, 0, 1, 1), transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1); } .zoom-in-left-leave-from { transform: scale(1, 1); opacity: 1; } .zoom-in-left-leave-to { transform: scale(0.1, 0.1); opacity: 0.1; } .zoom-in-left-leave-active { transform-origin: 0 50%; transition: opacity 0.3s cubic-bezier(0, 0, 1, 1), transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1); } .zoom-in-top-enter-from, .zoom-in-top-appear-from { transform: scaleY(0.8) translateZ(0); opacity: 0; } .zoom-in-top-enter-to, .zoom-in-top-appear-to { transform: scaleY(1) translateZ(0); opacity: 1; } .zoom-in-top-enter-active, .zoom-in-top-appear-active { transform-origin: 0 0; transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1), opacity 0.3s cubic-bezier(0.3, 1.3, 0.3, 1); } .zoom-in-top-leave-from { transform: scaleY(1) translateZ(0); opacity: 1; } .zoom-in-top-leave-to { transform: scaleY(0.8) translateZ(0); opacity: 0; } .zoom-in-top-leave-active { transform-origin: 0 0; transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1), opacity 0.3s cubic-bezier(0.3, 1.3, 0.3, 1); } .zoom-in-bottom-enter-from, .zoom-in-bottom-appear-from { transform: scaleY(0.8) translateZ(0); opacity: 0; } .zoom-in-bottom-enter-to, .zoom-in-bottom-appear-to { transform: scaleY(1) translateZ(0); opacity: 1; } .zoom-in-bottom-enter-active, .zoom-in-bottom-appear-active { transform-origin: 100% 100%; transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1), opacity 0.3s cubic-bezier(0.3, 1.3, 0.3, 1); } .zoom-in-bottom-leave-from { transform: scaleY(1) translateZ(0); opacity: 1; } .zoom-in-bottom-leave-to { transform: scaleY(0.8) translateZ(0); opacity: 0; } .zoom-in-bottom-leave-active { transform-origin: 100% 100%; transition: transform 0.3s cubic-bezier(0.3, 1.3, 0.3, 1), opacity 0.3s cubic-bezier(0.3, 1.3, 0.3, 1); } .slide-dynamic-origin-enter-from, .slide-dynamic-origin-appear-from { transform: scaleY(0.9); transform-origin: 0 0; opacity: 0; } .slide-dynamic-origin-enter-to, .slide-dynamic-origin-appear-to { transform: scaleY(1); transform-origin: 0 0; opacity: 1; } .slide-dynamic-origin-enter-active, .slide-dynamic-origin-appear-active { transition: transform 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), opacity 0.2s cubic-bezier(0.34, 0.69, 0.1, 1); } .slide-dynamic-origin-leave-from { transform: scaleY(1); transform-origin: 0 0; opacity: 1; } .slide-dynamic-origin-leave-to { transform: scaleY(0.9); transform-origin: 0 0; opacity: 0; } .slide-dynamic-origin-leave-active { transition: transform 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), opacity 0.2s cubic-bezier(0.34, 0.69, 0.1, 1); } .slide-left-enter-from, .slide-left-appear-from { transform: translateX(-100%); } .slide-left-enter-to, .slide-left-appear-to { transform: translateX(0); } .slide-left-enter-active, .slide-left-appear-active { transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1); } .slide-left-leave-from { transform: translateX(0); } .slide-left-leave-to { transform: translateX(-100%); } .slide-left-leave-active { transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1); } .slide-right-enter-from, .slide-right-appear-from { transform: translateX(100%); } .slide-right-enter-to, .slide-right-appear-to { transform: translateX(0); } .slide-right-enter-active, .slide-right-appear-active { transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1); } .slide-right-leave-from { transform: translateX(0); } .slide-right-leave-to { transform: translateX(100%); } .slide-right-leave-active { transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1); } .slide-top-enter-from, .slide-top-appear-from { transform: translateY(-100%); } .slide-top-enter-to, .slide-top-appear-to { transform: translateY(0); } .slide-top-enter-active, .slide-top-appear-active { transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1); } .slide-top-leave-from { transform: translateY(0); } .slide-top-leave-to { transform: translateY(-100%); } .slide-top-leave-active { transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1); } .slide-bottom-enter-from, .slide-bottom-appear-from { transform: translateY(100%); } .slide-bottom-enter-to, .slide-bottom-appear-to { transform: translateY(0); } .slide-bottom-enter-active, .slide-bottom-appear-active { transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1); } .slide-bottom-leave-from { transform: translateY(0); } .slide-bottom-leave-to { transform: translateY(100%); } .slide-bottom-leave-active { transition: transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1); } /******** borderSize *******/ /******** borderStyle *******/ /******** radius *******/ /******** shadow distance *******/ /******** size *******/ /******** spacing *******/ /******** shadow *******/ /******** opacity *******/ /******** fontSize *******/ /******** fontWeight ********/ /******** Primary *******/ /******** success *******/ /******** warning *******/ /******** danger *******/ /******** link *******/ /******** radius *******/ /********* icon hover *********/ body { --red-1: 255,235,232; --red-2: 254,201,195; --red-3: 253,165,158; --red-4: 252,126,122; --red-5: 251,86,86; --red-6: 250,50,57; --red-7: 207,31,43; --red-8: 163,16,31; --red-9: 120,6,21; --red-10: 77,0,13; --orangered-1: 255,243,232; --orangered-2: 253,221,195; --orangered-3: 252,197,159; --orangered-4: 250,172,123; --orangered-5: 249,144,87; --orangered-6: 247,114,52; --orangered-7: 204,81,32; --orangered-8: 162,53,17; --orangered-9: 119,31,6; --orangered-10: 77,14,0; --orange-1: 255,247,232; --orange-2: 255,233,194; --orange-3: 255,216,157; --orange-4: 255,196,119; --orange-5: 255,174,82; --orange-6: 255,149,44; --orange-7: 210,113,27; --orange-8: 166,80,14; --orange-9: 121,52,5; --orange-10: 77,28,0; --gold-1: 255,252,232; --gold-2: 253,244,191; --gold-3: 252,233,150; --gold-4: 250,220,109; --gold-5: 249,204,69; --gold-6: 247,186,30; --gold-7: 204,146,19; --gold-8: 162,109,10; --gold-9: 119,75,4; --gold-10: 77,45,0; --yellow-1: 254,255,232; --yellow-2: 254,254,190; --yellow-3: 253,250,148; --yellow-4: 252,242,107; --yellow-5: 251,232,66; --yellow-6: 250,220,25; --yellow-7: 207,175,15; --yellow-8: 163,132,8; --yellow-9: 120,93,3; --yellow-10: 77,56,0; --lime-1: 252,255,232; --lime-2: 237,248,187; --lime-3: 220,241,144; --lime-4: 201,233,104; --lime-5: 181,226,65; --lime-6: 159,219,29; --lime-7: 126,183,18; --lime-8: 95,148,10; --lime-9: 67,112,4; --lime-10: 42,77,0; --green-1: 234,255,232; --green-2: 181,242,177; --green-3: 130,229,126; --green-4: 80,217,80; --green-5: 39,204,44; --green-6: 2,191,15; --green-7: 1,162,17; --green-8: 1,134,18; --green-9: 0,105,18; --green-10: 0,77,15; --cyan-1: 232,255,251; --cyan-2: 183,244,236; --cyan-3: 137,233,224; --cyan-4: 94,223,214; --cyan-5: 55,212,207; --cyan-6: 20,201,201; --cyan-7: 13,165,170; --cyan-8: 7,130,139; --cyan-9: 3,97,108; --cyan-10: 0,66,77; --blue-1: 232,247,255; --blue-2: 195,231,254; --blue-3: 159,212,253; --blue-4: 123,192,252; --blue-5: 87,169,251; --blue-6: 52,145,250; --blue-7: 32,108,207; --blue-8: 17,75,163; --blue-9: 6,48,120; --blue-10: 0,26,77; --arcoblue-1: 232,255,243; --arcoblue-2: 186,240,213; --arcoblue-3: 144,225,188; --arcoblue-4: 107,211,166; --arcoblue-5: 73,196,147; --arcoblue-6: 43,181,131; --arcoblue-7: 28,155,112; --arcoblue-8: 15,129,95; --arcoblue-9: 6,103,77; --arcoblue-10: 0,77,59; --purple-1: 245,232,255; --purple-2: 221,190,246; --purple-3: 195,150,237; --purple-4: 168,113,227; --purple-5: 141,78,218; --purple-6: 114,46,209; --purple-7: 85,29,176; --purple-8: 60,16,143; --purple-9: 39,6,110; --purple-10: 22,0,77; --pinkpurple-1: 255,232,251; --pinkpurple-2: 247,186,239; --pinkpurple-3: 240,142,230; --pinkpurple-4: 232,101,223; --pinkpurple-5: 225,62,219; --pinkpurple-6: 217,26,217; --pinkpurple-7: 176,16,182; --pinkpurple-8: 138,9,147; --pinkpurple-9: 101,3,112; --pinkpurple-10: 66,0,77; --magenta-1: 255,232,241; --magenta-2: 253,194,219; --magenta-3: 251,157,199; --magenta-4: 249,121,183; --magenta-5: 247,84,168; --magenta-6: 245,49,157; --magenta-7: 203,30,131; --magenta-8: 161,16,105; --magenta-9: 119,6,79; --magenta-10: 77,0,52; --gray-1: 247,248,250; --gray-2: 242,243,245; --gray-3: 229,230,235; --gray-4: 201,205,212; --gray-5: 169,174,184; --gray-6: 134,144,156; --gray-7: 107,119,133; --gray-8: 78,89,105; --gray-9: 39,46,59; --gray-10: 29,33,41; --success-1: var(--green-1); --success-2: var(--green-2); --success-3: var(--green-3); --success-4: var(--green-4); --success-5: var(--green-5); --success-6: var(--green-6); --success-7: var(--green-7); --success-8: var(--green-8); --success-9: var(--green-9); --success-10: var(--green-10); --primary-1: var(--arcoblue-1); --primary-2: var(--arcoblue-2); --primary-3: var(--arcoblue-3); --primary-4: var(--arcoblue-4); --primary-5: var(--arcoblue-5); --primary-6: var(--arcoblue-6); --primary-7: var(--arcoblue-7); --primary-8: var(--arcoblue-8); --primary-9: var(--arcoblue-9); --primary-10: var(--arcoblue-10); --danger-1: var(--red-1); --danger-2: var(--red-2); --danger-3: var(--red-3); --danger-4: var(--red-4); --danger-5: var(--red-5); --danger-6: var(--red-6); --danger-7: var(--red-7); --danger-8: var(--red-8); --danger-9: var(--red-9); --danger-10: var(--red-10); --warning-1: var(--orange-1); --warning-2: var(--orange-2); --warning-3: var(--orange-3); --warning-4: var(--orange-4); --warning-5: var(--orange-5); --warning-6: var(--orange-6); --warning-7: var(--orange-7); --warning-8: var(--orange-8); --warning-9: var(--orange-9); --warning-10: var(--orange-10); --link-1: var(--arcoblue-1); --link-2: var(--arcoblue-2); --link-3: var(--arcoblue-3); --link-4: var(--arcoblue-4); --link-5: var(--arcoblue-5); --link-6: var(--arcoblue-6); --link-7: var(--arcoblue-7); --link-8: var(--arcoblue-8); --link-9: var(--arcoblue-9); --link-10: var(--arcoblue-10); } body[arco-theme='dark'] { --red-1: 77,0,13; --red-2: 120,8,23; --red-3: 163,23,37; --red-4: 207,43,55; --red-5: 250,70,76; --red-6: 251,88,88; --red-7: 252,127,123; --red-8: 253,166,159; --red-9: 254,202,196; --red-10: 255,235,232; --orangered-1: 77,14,0; --orangered-2: 119,30,5; --orangered-3: 162,55,20; --orangered-4: 204,87,41; --orangered-5: 247,126,69; --orangered-6: 249,146,90; --orangered-7: 250,173,125; --orangered-8: 252,198,161; --orangered-9: 253,222,197; --orangered-10: 255,244,235; --orange-1: 77,28,0; --orange-2: 121,52,5; --orange-3: 166,83,19; --orange-4: 210,119,38; --orange-5: 255,159,64; --orange-6: 255,174,82; --orange-7: 255,197,121; --orange-8: 255,217,159; --orange-9: 255,234,197; --orange-10: 255,248,235; --gold-1: 77,45,0; --gold-2: 119,75,4; --gold-3: 162,111,15; --gold-4: 204,150,31; --gold-5: 247,192,52; --gold-6: 249,204,68; --gold-7: 250,220,108; --gold-8: 252,233,149; --gold-9: 253,244,190; --gold-10: 255,252,232; --yellow-1: 77,56,0; --yellow-2: 120,94,7; --yellow-3: 163,134,20; --yellow-4: 207,179,37; --yellow-5: 250,225,60; --yellow-6: 251,233,75; --yellow-7: 252,243,116; --yellow-8: 253,250,157; --yellow-9: 254,254,198; --yellow-10: 254,255,240; --lime-1: 42,77,0; --lime-2: 68,112,6; --lime-3: 98,148,18; --lime-4: 132,183,35; --lime-5: 168,219,57; --lime-6: 184,226,75; --lime-7: 203,233,112; --lime-8: 222,241,152; --lime-9: 238,248,194; --lime-10: 253,255,238; --green-1: 0,77,15; --green-2: 1,105,19; --green-3: 8,134,24; --green-4: 18,162,32; --green-5: 31,191,42; --green-6: 43,204,48; --green-7: 85,217,85; --green-8: 134,229,131; --green-9: 185,242,182; --green-10: 239,255,237; --cyan-1: 0,66,77; --cyan-2: 6,97,108; --cyan-3: 17,131,139; --cyan-4: 31,166,170; --cyan-5: 48,201,201; --cyan-6: 63,212,207; --cyan-7: 102,223,215; --cyan-8: 144,233,225; --cyan-9: 190,244,237; --cyan-10: 240,255,252; --blue-1: 0,26,77; --blue-2: 5,47,120; --blue-3: 19,76,163; --blue-4: 41,113,207; --blue-5: 70,154,250; --blue-6: 90,170,251; --blue-7: 125,193,252; --blue-8: 161,213,253; --blue-9: 198,232,254; --blue-10: 234,248,255; --arcoblue-1: 0,77,59; --arcoblue-2: 8,103,78; --arcoblue-3: 22,129,97; --arcoblue-4: 40,155,116; --arcoblue-5: 63,181,138; --arcoblue-6: 86,196,152; --arcoblue-7: 118,211,171; --arcoblue-8: 152,225,192; --arcoblue-9: 191,240,216; --arcoblue-10: 234,255,244; --purple-1: 22,0,77; --purple-2: 39,6,110; --purple-3: 62,19,143; --purple-4: 90,37,176; --purple-5: 123,61,209; --purple-6: 142,81,218; --purple-7: 169,116,227; --purple-8: 197,154,237; --purple-9: 223,194,246; --purple-10: 247,237,255; --pinkpurple-1: 66,0,77; --pinkpurple-2: 101,3,112; --pinkpurple-3: 138,13,147; --pinkpurple-4: 176,27,182; --pinkpurple-5: 217,46,217; --pinkpurple-6: 225,61,219; --pinkpurple-7: 232,102,223; --pinkpurple-8: 240,146,230; --pinkpurple-9: 247,193,240; --pinkpurple-10: 255,242,253; --magenta-1: 77,0,52; --magenta-2: 119,8,80; --magenta-3: 161,23,108; --magenta-4: 203,43,136; --magenta-5: 245,69,166; --magenta-6: 247,86,169; --magenta-7: 249,122,184; --magenta-8: 251,158,200; --magenta-9: 253,195,219; --magenta-10: 255,232,241; --gray-1: 23,23,26; --gray-2: 46,46,48; --gray-3: 72,72,73; --gray-4: 95,95,96; --gray-5: 120,120,122; --gray-6: 146,146,147; --gray-7: 171,171,172; --gray-8: 197,197,197; --gray-9: 223,223,223; --gray-10: 246,246,246; --primary-1: var(--arcoblue-1); --primary-2: var(--arcoblue-2); --primary-3: var(--arcoblue-3); --primary-4: var(--arcoblue-4); --primary-5: var(--arcoblue-5); --primary-6: var(--arcoblue-6); --primary-7: var(--arcoblue-7); --primary-8: var(--arcoblue-8); --primary-9: var(--arcoblue-9); --primary-10: var(--arcoblue-10); --success-1: var(--green-1); --success-2: var(--green-2); --success-3: var(--green-3); --success-4: var(--green-4); --success-5: var(--green-5); --success-6: var(--green-6); --success-7: var(--green-7); --success-8: var(--green-8); --success-9: var(--green-9); --success-10: var(--green-10); --danger-1: var(--red-1); --danger-2: var(--red-2); --danger-3: var(--red-3); --danger-4: var(--red-4); --danger-5: var(--red-5); --danger-6: var(--red-6); --danger-7: var(--red-7); --danger-8: var(--red-8); --danger-9: var(--red-9); --danger-10: var(--red-10); --warning-1: var(--orange-1); --warning-2: var(--orange-2); --warning-3: var(--orange-3); --warning-4: var(--orange-4); --warning-5: var(--orange-5); --warning-6: var(--orange-6); --warning-7: var(--orange-7); --warning-8: var(--orange-8); --warning-9: var(--orange-9); --warning-10: var(--orange-10); --link-1: var(--arcoblue-1); --link-2: var(--arcoblue-2); --link-3: var(--arcoblue-3); --link-4: var(--arcoblue-4); --link-5: var(--arcoblue-5); --link-6: var(--arcoblue-6); --link-7: var(--arcoblue-7); --link-8: var(--arcoblue-8); --link-9: var(--arcoblue-9); --link-10: var(--arcoblue-10); } body { --color-white: #ffffff; --color-black: #000000; --color-border: rgb(var(--gray-3)); --color-bg-popup: var(--color-bg-5); --color-bg-1: #fff; --color-bg-2: #fff; --color-bg-3: #fff; --color-bg-4: #fff; --color-bg-5: #fff; --color-bg-white: #fff; --color-neutral-1: rgb(var(--gray-1)); --color-neutral-2: rgb(var(--gray-2)); --color-neutral-3: rgb(var(--gray-3)); --color-neutral-4: rgb(var(--gray-4)); --color-neutral-5: rgb(var(--gray-5)); --color-neutral-6: rgb(var(--gray-6)); --color-neutral-7: rgb(var(--gray-7)); --color-neutral-8: rgb(var(--gray-8)); --color-neutral-9: rgb(var(--gray-9)); --color-neutral-10: rgb(var(--gray-10)); --color-text-1: var(--color-neutral-10); --color-text-2: var(--color-neutral-8); --color-text-3: var(--color-neutral-6); --color-text-4: var(--color-neutral-4); --color-border-1: var(--color-neutral-2); --color-border-2: var(--color-neutral-3); --color-border-3: var(--color-neutral-4); --color-border-4: var(--color-neutral-6); --color-fill-1: var(--color-neutral-1); --color-fill-2: var(--color-neutral-2); --color-fill-3: var(--color-neutral-3); --color-fill-4: var(--color-neutral-4); --color-primary-light-1: rgb(var(--primary-1)); --color-primary-light-2: rgb(var(--primary-2)); --color-primary-light-3: rgb(var(--primary-3)); --color-primary-light-4: rgb(var(--primary-4)); --color-link-light-1: rgb(var(--link-1)); --color-link-light-2: rgb(var(--link-2)); --color-link-light-3: rgb(var(--link-3)); --color-link-light-4: rgb(var(--link-4)); --color-secondary: var(--color-neutral-2); --color-secondary-hover: var(--color-neutral-3); --color-secondary-active: var(--color-neutral-4); --color-secondary-disabled: var(--color-neutral-1); --color-danger-light-1: rgb(var(--danger-1)); --color-danger-light-2: rgb(var(--danger-2)); --color-danger-light-3: rgb(var(--danger-3)); --color-danger-light-4: rgb(var(--danger-4)); --color-success-light-1: rgb(var(--success-1)); --color-success-light-2: rgb(var(--success-2)); --color-success-light-3: rgb(var(--success-3)); --color-success-light-4: rgb(var(--success-4)); --color-warning-light-1: rgb(var(--warning-1)); --color-warning-light-2: rgb(var(--warning-2)); --color-warning-light-3: rgb(var(--warning-3)); --color-warning-light-4: rgb(var(--warning-4)); --border-radius-none: 0; --border-radius-small: 2px; --border-radius-medium: 4px; --border-radius-large: 8px; --border-radius-circle: 50%; --color-tooltip-bg: rgb(var(--gray-10)); --color-spin-layer-bg: rgba(255, 255, 255, 0.6); --color-menu-dark-bg: #232324; --color-menu-light-bg: #ffffff; --color-menu-dark-hover: rgba(255, 255, 255, 0.04); --color-mask-bg: rgba(29, 33, 41, 0.6); } body[arco-theme='dark'] { --color-white: rgba(255, 255, 255, 0.9); --color-black: #000000; --color-border: #333335; --color-bg-1: #17171a; --color-bg-2: #232324; --color-bg-3: #2a2a2b; --color-bg-4: #313132; --color-bg-5: #373739; --color-bg-white: #f6f6f6; --color-text-1: rgba(255, 255, 255, 0.9); --color-text-2: rgba(255, 255, 255, 0.7); --color-text-3: rgba(255, 255, 255, 0.5); --color-text-4: rgba(255, 255, 255, 0.3); --color-fill-1: rgba(255, 255, 255, 0.04); --color-fill-2: rgba(255, 255, 255, 0.08); --color-fill-3: rgba(255, 255, 255, 0.12); --color-fill-4: rgba(255, 255, 255, 0.16); --color-primary-light-1: rgba(var(--primary-6), 0.2); --color-primary-light-2: rgba(var(--primary-6), 0.35); --color-primary-light-3: rgba(var(--primary-6), 0.5); --color-primary-light-4: rgba(var(--primary-6), 0.65); --color-secondary: rgba(var(--gray-9), 0.08); --color-secondary-hover: rgba(var(--gray-8), 0.16); --color-secondary-active: rgba(var(--gray-7), 0.24); --color-secondary-disabled: rgba(var(--gray-9), 0.08); --color-danger-light-1: rgba(var(--danger-6), 0.2); --color-danger-light-2: rgba(var(--danger-6), 0.35); --color-danger-light-3: rgba(var(--danger-6), 0.5); --color-danger-light-4: rgba(var(--danger-6), 0.65); --color-success-light-1: rgb(var(--success-6), 0.2); --color-success-light-2: rgb(var(--success-6), 0.35); --color-success-light-3: rgb(var(--success-6), 0.5); --color-success-light-4: rgb(var(--success-6), 0.65); --color-warning-light-1: rgb(var(--warning-6), 0.2); --color-warning-light-2: rgb(var(--warning-6), 0.35); --color-warning-light-3: rgb(var(--warning-6), 0.5); --color-warning-light-4: rgb(var(--warning-6), 0.65); --color-link-light-1: rgb(var(--link-6), 0.2); --color-link-light-2: rgb(var(--link-6), 0.35); --color-link-light-3: rgb(var(--link-6), 0.5); --color-link-light-4: rgb(var(--link-6), 0.65); --color-tooltip-bg: #373739; --color-spin-layer-bg: rgba(51, 51, 51, 0.6); --color-menu-dark-bg: #232324; --color-menu-light-bg: #232324; --color-menu-dark-hover: var(--color-fill-2); --color-mask-bg: rgba(23, 23, 26, 0.6); } body { font-size: 14px; font-family: 'PingFang SC', 'Microsoft YaHei UI', 'Microsoft YaHei'; } .arco-pagination { display: flex; align-items: center; font-size: 14px; /*** 快速跳转 ***/ } .arco-pagination-list { display: inline-block; margin: 0; padding: 0; white-space: nowrap; list-style: none; } .arco-pagination-item { display: inline-block; box-sizing: border-box; padding: 0 8px; color: var(--color-text-2); text-align: center; vertical-align: middle; list-style: none; background-color: transparent; border: 0 solid transparent; border-radius: var(--border-radius-small); outline: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; min-width: 32px; height: 32px; font-size: 14px; line-height: 32px; } .arco-pagination-item-previous, .arco-pagination-item-next { font-size: 12px; } .arco-pagination-item:hover { color: var(--color-text-2); background-color: var(--color-fill-1); border-color: transparent; } .arco-pagination-item-active, .arco-pagination-item-active:hover { color: rgb(var(--primary-6)); background-color: var(--color-primary-light-1); border-color: transparent; transition: color 0.2s cubic-bezier(0, 0, 1, 1), background-color 0.2s cubic-bezier(0, 0, 1, 1); } .arco-pagination-item-disabled, .arco-pagination-item-disabled:hover { color: var(--color-text-4); background-color: transparent; border-color: transparent; cursor: not-allowed; } .arco-pagination-item:not(:last-child) { margin-right: 8px; } .arco-pagination-item-previous, .arco-pagination-item-next { color: var(--color-text-2); font-size: 12px; background-color: transparent; } .arco-pagination-item-previous:not(.arco-pagination-item-disabled):hover, .arco-pagination-item-next:not(.arco-pagination-item-disabled):hover { color: rgb(var(--primary-6)); background-color: var(--color-fill-1); } .arco-pagination-item-previous::after, .arco-pagination-item-next::after { display: inline-block; font-size: 0; vertical-align: middle; content: '.'; } .arco-pagination .arco-pagination-item-previous.arco-pagination-item-disabled, .arco-pagination .arco-pagination-item-next.arco-pagination-item-disabled { color: var(--color-text-4); background-color: transparent; } .arco-pagination-item-jumper { font-size: 16px; } .arco-pagination-jumper { display: flex; align-items: center; margin-left: 8px; } .arco-pagination-jumper > span { font-size: 14px; } .arco-pagination-jumper-text-goto, .arco-pagination-jumper-prepend, .arco-pagination-jumper-append { color: var(--color-text-3); white-space: nowrap; } .arco-pagination-jumper-prepend { margin-right: 8px; } .arco-pagination-jumper-append { margin-left: 8px; } .arco-pagination-jumper .arco-pagination-jumper-input { width: 40px; padding-right: 2px; padding-left: 2px; } .arco-pagination-jumper .arco-pagination-jumper-input input { text-align: center; } .arco-pagination-options { position: relative; display: inline-block; flex: 0 0 auto; min-width: 0; margin-left: 8px; text-align: center; vertical-align: middle; } .arco-pagination-options .arco-select { width: auto; } .arco-pagination-options .arco-select-view-value { padding-right: 6px; overflow: inherit; } .arco-pagination-total { display: inline-block; height: 100%; margin-right: 8px; color: var(--color-text-1); font-size: 14px; line-height: 32px; white-space: nowrap; } .arco-pagination-jumper { flex: 0 0 auto; } .arco-pagination-jumper-separator { padding: 0 12px 0 12px; } .arco-pagination-jumper-total-page { margin-right: 8px; } .arco-pagination-simple { display: flex; align-items: center; } .arco-pagination-simple .arco-pagination-item { margin-right: 0; } .arco-pagination-simple .arco-pagination-jumper { margin: 0 4px; color: var(--color-text-1); } .arco-pagination-simple .arco-pagination-jumper .arco-pagination-jumper-input { width: 40px; margin-left: 0; } .arco-pagination-simple .arco-pagination-item-previous, .arco-pagination-simple .arco-pagination-item-next { color: var(--color-text-2); background-color: transparent; } .arco-pagination-simple .arco-pagination-item-previous:not(.arco-pagination-item-disabled):hover, .arco-pagination-simple .arco-pagination-item-next:not(.arco-pagination-item-disabled):hover { color: rgb(var(--primary-6)); background-color: var(--color-fill-1); } .arco-pagination-simple .arco-pagination-item-previous.arco-pagination-item-disabled, .arco-pagination-simple .arco-pagination-item-next.arco-pagination-item-disabled { color: var(--color-text-4); background-color: transparent; } .arco-pagination-disabled { cursor: not-allowed; } .arco-pagination-disabled .arco-pagination-item, .arco-pagination-disabled .arco-pagination-item:not(.arco-pagination-item-disabled):not(.arco-pagination-item-active):hover { color: var(--color-text-4); background-color: transparent; border-color: transparent; cursor: not-allowed; } .arco-pagination.arco-pagination-disabled .arco-pagination-item-active { color: var(--color-primary-light-3); background-color: var(--color-fill-1); border-color: transparent; } .arco-pagination-size-mini .arco-pagination-item { min-width: 24px; height: 24px; font-size: 12px; line-height: 24px; } .arco-pagination-size-mini .arco-pagination-item-previous, .arco-pagination-size-mini .arco-pagination-item-next { font-size: 12px; } .arco-pagination-size-mini .arco-pagination-total { font-size: 12px; line-height: 24px; } .arco-pagination-size-mini .arco-pagination-option { height: 24px; font-size: 12px; line-height: 0; } .arco-pagination-size-mini .arco-pagination-jumper > span { font-size: 12px; } .arco-pagination-size-small .arco-pagination-item { min-width: 28px; height: 28px; font-size: 14px; line-height: 28px; } .arco-pagination-size-small .arco-pagination-item-previous, .arco-pagination-size-small .arco-pagination-item-next { font-size: 12px; } .arco-pagination-size-small .arco-pagination-total { font-size: 14px; line-height: 28px; } .arco-pagination-size-small .arco-pagination-option { height: 28px; font-size: 14px; line-height: 0; } .arco-pagination-size-small .arco-pagination-jumper > span { font-size: 14px; } .arco-pagination-size-large .arco-pagination-item { min-width: 36px; height: 36px; font-size: 14px; line-height: 36px; } .arco-pagination-size-large .arco-pagination-item-previous, .arco-pagination-size-large .arco-pagination-item-next { font-size: 14px; } .arco-pagination-size-large .arco-pagination-total { font-size: 14px; line-height: 36px; } .arco-pagination-size-large .arco-pagination-option { height: 36px; font-size: 14px; line-height: 0; } .arco-pagination-size-large .arco-pagination-jumper > span { font-size: 14px; } .arco-dot-loading { position: relative; display: inline-block; width: 56px; height: 8px; transform-style: preserve-3d; perspective: 200px; } .arco-dot-loading-item { position: absolute; top: 0; left: 50%; width: 8px; height: 8px; background-color: rgb(var(--primary-6)); border-radius: var(--border-radius-circle); transform: translateX(-50%) scale(0); animation: arco-dot-loading 2s cubic-bezier(0, 0, 1, 1) infinite forwards; } .arco-dot-loading-item:nth-child(2) { background-color: rgb(var(--primary-5)); animation-delay: 400ms; } .arco-dot-loading-item:nth-child(3) { background-color: rgb(var(--primary-4)); animation-delay: 800ms; } .arco-dot-loading-item:nth-child(4) { background-color: rgb(var(--primary-4)); animation-delay: 1200ms; } .arco-dot-loading-item:nth-child(5) { background-color: rgb(var(--primary-2)); animation-delay: 1600ms; } /* prettier-ignore */ @keyframes arco-dot-loading { /* prettier-ignore */ 0% { transform: translate3D(-48.621%, 0, -0.985px) scale(0.511); } 2.778% { transform: translate3D(-95.766%, 0, -0.94px) scale(0.545); } 5.556% { transform: translate3D(-140%, 0, -0.866px) scale(0.6); } 8.333% { transform: translate3D(-179.981%, 0, -0.766px) scale(0.675); } 11.111% { transform: translate3D(-214.492%, 0, -0.643px) scale(0.768); } 13.889% { transform: translate3D(-242.487%, 0, -0.5px) scale(0.875); } 16.667% { transform: translate3D(-263.114%, 0, -0.342px) scale(0.993); } 19.444% { transform: translate3D(-275.746%, 0, -0.174px) scale(1.12); } 22.222% { transform: translate3D(-280%, 0, 0px) scale(1.25); } 25% { transform: translate3D(-275.746%, 0, 0.174px) scale(1.38); } 27.778% { transform: translate3D(-263.114%, 0, 0.342px) scale(1.507); } 30.556% { transform: translate3D(-242.487%, 0, 0.5px) scale(1.625); } 33.333% { transform: translate3D(-214.492%, 0, 0.643px) scale(1.732); } 36.111% { transform: translate3D(-179.981%, 0, 0.766px) scale(1.825); } 38.889% { transform: translate3D(-140%, 0, 0.866px) scale(1.9); } 41.667% { transform: translate3D(-95.766%, 0, 0.94px) scale(1.955); } 44.444% { transform: translate3D(-48.621%, 0, 0.985px) scale(1.989); } 47.222% { transform: translate3D(0%, 0, 1px) scale(2); } 50% { transform: translate3D(48.621%, 0, 0.985px) scale(1.989); } 52.778% { transform: translate3D(95.766%, 0, 0.94px) scale(1.955); } 55.556% { transform: translate3D(140%, 0, 0.866px) scale(1.9); } 58.333% { transform: translate3D(179.981%, 0, 0.766px) scale(1.825); } 61.111% { transform: translate3D(214.492%, 0, 0.643px) scale(1.732); } 63.889% { transform: translate3D(242.487%, 0, 0.5px) scale(1.625); } 66.667% { transform: translate3D(263.114%, 0, 0.342px) scale(1.507); } 69.444% { transform: translate3D(275.746%, 0, 0.174px) scale(1.38); } 72.222% { transform: translate3D(280%, 0, 0px) scale(1.25); } 75% { transform: translate3D(275.746%, 0, -0.174px) scale(1.12); } 77.778% { transform: translate3D(263.114%, 0, -0.342px) scale(0.993); } 80.556% { transform: translate3D(242.487%, 0, -0.5px) scale(0.875); } 83.333% { transform: translate3D(214.492%, 0, -0.643px) scale(0.768); } 86.111% { transform: translate3D(179.981%, 0, -0.766px) scale(0.675); } 88.889% { transform: translate3D(140%, 0, -0.866px) scale(0.6); } 91.667% { transform: translate3D(95.766%, 0, -0.94px) scale(0.545); } 94.444% { transform: translate3D(48.621%, 0, -0.985px) scale(0.511); } 97.222% { transform: translate3D(0%, 0, -1px) scale(0.5); } } .arco-spin { display: inline-block; } .arco-spin-with-tip { text-align: center; } .arco-spin-icon { color: rgb(var(--primary-6)); font-size: 20px; } .arco-spin-tip { margin-top: 6px; color: rgb(var(--primary-6)); font-weight: 500; font-size: 14px; } .arco-spin-mask { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 11; text-align: center; background-color: var(--color-spin-layer-bg); transition: opacity 0.1s cubic-bezier(0, 0, 1, 1); -webkit-user-select: none; -moz-user-select: none; user-select: none; } .arco-spin-loading { position: relative; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .arco-spin-loading .arco-spin-mask-icon { position: absolute; top: 50%; left: 50%; z-index: 12; transform: translate(-50%, -50%); } .arco-spin-loading .arco-spin-children::after { opacity: 1; pointer-events: auto; } .arco-row { display: flex; flex-flow: row wrap; } .arco-row-nowrap { flex-wrap: nowrap; } .arco-row-align-start { align-items: flex-start; } .arco-row-align-center { align-items: center; } .arco-row-align-end { align-items: flex-end; } .arco-row-justify-start { justify-content: flex-start; } .arco-row-justify-center { justify-content: center; } .arco-row-justify-end { justify-content: flex-end; } .arco-row-justify-space-around { justify-content: space-around; } .arco-row-justify-space-between { justify-content: space-between; } .arco-col { box-sizing: border-box; } .arco-col-1 { flex: 0 0 4.16666667%; width: 4.16666667%; } .arco-col-2 { flex: 0 0 8.33333333%; width: 8.33333333%; } .arco-col-3 { flex: 0 0 12.5%; width: 12.5%; } .arco-col-4 { flex: 0 0 16.66666667%; width: 16.66666667%; } .arco-col-5 { flex: 0 0 20.83333333%; width: 20.83333333%; } .arco-col-6 { flex: 0 0 25%; width: 25%; } .arco-col-7 { flex: 0 0 29.16666667%; width: 29.16666667%; } .arco-col-8 { flex: 0 0 33.33333333%; width: 33.33333333%; } .arco-col-9 { flex: 0 0 37.5%; width: 37.5%; } .arco-col-10 { flex: 0 0 41.66666667%; width: 41.66666667%; } .arco-col-11 { flex: 0 0 45.83333333%; width: 45.83333333%; } .arco-col-12 { flex: 0 0 50%; width: 50%; } .arco-col-13 { flex: 0 0 54.16666667%; width: 54.16666667%; } .arco-col-14 { flex: 0 0 58.33333333%; width: 58.33333333%; } .arco-col-15 { flex: 0 0 62.5%; width: 62.5%; } .arco-col-16 { flex: 0 0 66.66666667%; width: 66.66666667%; } .arco-col-17 { flex: 0 0 70.83333333%; width: 70.83333333%; } .arco-col-18 { flex: 0 0 75%; width: 75%; } .arco-col-19 { flex: 0 0 79.16666667%; width: 79.16666667%; } .arco-col-20 { flex: 0 0 83.33333333%; width: 83.33333333%; } .arco-col-21 { flex: 0 0 87.5%; width: 87.5%; } .arco-col-22 { flex: 0 0 91.66666667%; width: 91.66666667%; } .arco-col-23 { flex: 0 0 95.83333333%; width: 95.83333333%; } .arco-col-24 { flex: 0 0 100%; width: 100%; } .arco-col-offset-1 { margin-left: 4.16666667%; } .arco-col-offset-2 { margin-left: 8.33333333%; } .arco-col-offset-3 { margin-left: 12.5%; } .arco-col-offset-4 { margin-left: 16.66666667%; } .arco-col-offset-5 { margin-left: 20.83333333%; } .arco-col-offset-6 { margin-left: 25%; } .arco-col-offset-7 { margin-left: 29.16666667%; } .arco-col-offset-8 { margin-left: 33.33333333%; } .arco-col-offset-9 { margin-left: 37.5%; } .arco-col-offset-10 { margin-left: 41.66666667%; } .arco-col-offset-11 { margin-left: 45.83333333%; } .arco-col-offset-12 { margin-left: 50%; } .arco-col-offset-13 { margin-left: 54.16666667%; } .arco-col-offset-14 { margin-left: 58.33333333%; } .arco-col-offset-15 { margin-left: 62.5%; } .arco-col-offset-16 { margin-left: 66.66666667%; } .arco-col-offset-17 { margin-left: 70.83333333%; } .arco-col-offset-18 { margin-left: 75%; } .arco-col-offset-19 { margin-left: 79.16666667%; } .arco-col-offset-20 { margin-left: 83.33333333%; } .arco-col-offset-21 { margin-left: 87.5%; } .arco-col-offset-22 { margin-left: 91.66666667%; } .arco-col-offset-23 { margin-left: 95.83333333%; } .arco-col-order-1 { order: 1; } .arco-col-order-2 { order: 2; } .arco-col-order-3 { order: 3; } .arco-col-order-4 { order: 4; } .arco-col-order-5 { order: 5; } .arco-col-order-6 { order: 6; } .arco-col-order-7 { order: 7; } .arco-col-order-8 { order: 8; } .arco-col-order-9 { order: 9; } .arco-col-order-10 { order: 10; } .arco-col-order-11 { order: 11; } .arco-col-order-12 { order: 12; } .arco-col-order-13 { order: 13; } .arco-col-order-14 { order: 14; } .arco-col-order-15 { order: 15; } .arco-col-order-16 { order: 16; } .arco-col-order-17 { order: 17; } .arco-col-order-18 { order: 18; } .arco-col-order-19 { order: 19; } .arco-col-order-20 { order: 20; } .arco-col-order-21 { order: 21; } .arco-col-order-22 { order: 22; } .arco-col-order-23 { order: 23; } .arco-col-order-24 { order: 24; } .arco-col-xs-1 { flex: 0 0 4.16666667%; width: 4.16666667%; } .arco-col-xs-2 { flex: 0 0 8.33333333%; width: 8.33333333%; } .arco-col-xs-3 { flex: 0 0 12.5%; width: 12.5%; } .arco-col-xs-4 { flex: 0 0 16.66666667%; width: 16.66666667%; } .arco-col-xs-5 { flex: 0 0 20.83333333%; width: 20.83333333%; } .arco-col-xs-6 { flex: 0 0 25%; width: 25%; } .arco-col-xs-7 { flex: 0 0 29.16666667%; width: 29.16666667%; } .arco-col-xs-8 { flex: 0 0 33.33333333%; width: 33.33333333%; } .arco-col-xs-9 { flex: 0 0 37.5%; width: 37.5%; } .arco-col-xs-10 { flex: 0 0 41.66666667%; width: 41.66666667%; } .arco-col-xs-11 { flex: 0 0 45.83333333%; width: 45.83333333%; } .arco-col-xs-12 { flex: 0 0 50%; width: 50%; } .arco-col-xs-13 { flex: 0 0 54.16666667%; width: 54.16666667%; } .arco-col-xs-14 { flex: 0 0 58.33333333%; width: 58.33333333%; } .arco-col-xs-15 { flex: 0 0 62.5%; width: 62.5%; } .arco-col-xs-16 { flex: 0 0 66.66666667%; width: 66.66666667%; } .arco-col-xs-17 { flex: 0 0 70.83333333%; width: 70.83333333%; } .arco-col-xs-18 { flex: 0 0 75%; width: 75%; } .arco-col-xs-19 { flex: 0 0 79.16666667%; width: 79.16666667%; } .arco-col-xs-20 { flex: 0 0 83.33333333%; width: 83.33333333%; } .arco-col-xs-21 { flex: 0 0 87.5%; width: 87.5%; } .arco-col-xs-22 { flex: 0 0 91.66666667%; width: 91.66666667%; } .arco-col-xs-23 { flex: 0 0 95.83333333%; width: 95.83333333%; } .arco-col-xs-24 { flex: 0 0 100%; width: 100%; } .arco-col-xs-offset-1 { margin-left: 4.16666667%; } .arco-col-xs-offset-2 { margin-left: 8.33333333%; } .arco-col-xs-offset-3 { margin-left: 12.5%; } .arco-col-xs-offset-4 { margin-left: 16.66666667%; } .arco-col-xs-offset-5 { margin-left: 20.83333333%; } .arco-col-xs-offset-6 { margin-left: 25%; } .arco-col-xs-offset-7 { margin-left: 29.16666667%; } .arco-col-xs-offset-8 { margin-left: 33.33333333%; } .arco-col-xs-offset-9 { margin-left: 37.5%; } .arco-col-xs-offset-10 { margin-left: 41.66666667%; } .arco-col-xs-offset-11 { margin-left: 45.83333333%; } .arco-col-xs-offset-12 { margin-left: 50%; } .arco-col-xs-offset-13 { margin-left: 54.16666667%; } .arco-col-xs-offset-14 { margin-left: 58.33333333%; } .arco-col-xs-offset-15 { margin-left: 62.5%; } .arco-col-xs-offset-16 { margin-left: 66.66666667%; } .arco-col-xs-offset-17 { margin-left: 70.83333333%; } .arco-col-xs-offset-18 { margin-left: 75%; } .arco-col-xs-offset-19 { margin-left: 79.16666667%; } .arco-col-xs-offset-20 { margin-left: 83.33333333%; } .arco-col-xs-offset-21 { margin-left: 87.5%; } .arco-col-xs-offset-22 { margin-left: 91.66666667%; } .arco-col-xs-offset-23 { margin-left: 95.83333333%; } .arco-col-xs-order-1 { order: 1; } .arco-col-xs-order-2 { order: 2; } .arco-col-xs-order-3 { order: 3; } .arco-col-xs-order-4 { order: 4; } .arco-col-xs-order-5 { order: 5; } .arco-co