ten-design-vue
Version:
ten-vue
6,471 lines • 149 kB
CSS
/**
* 文字部分
* size 大小,line 行高, color 颜色
*/
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
/*! 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 {
white-space: pre-wrap;
}
/* 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 */
-webkit-text-decoration: underline dotted;
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 */
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;
}
body {
font-family: "PingFang SC", -apple-system, "Helvetica Neue", Helvetica, BlinkMacSystemFont, "Microsoft YaHei", tahoma, Arial, "Open Sans", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
font-size: 14px;
color: #333;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
ul,
dl,
li,
dd,
dt {
margin: 0;
padding: 0;
list-style: none;
}
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0;
}
[class^='ten'] a,
a[class^='ten'] {
text-decoration: none;
}
[class^='ten'] a:hover,
a[class^='ten']:hover,
[class^='ten'] a:active,
a[class^='ten']:active,
[class^='ten'] a:focus,
a[class^='ten']:focus {
text-decoration: none;
}
[class^='ten'],
[class^='ten'] * {
box-sizing: border-box;
font-family: "PingFang SC", -apple-system, "Helvetica Neue", Helvetica, BlinkMacSystemFont, "Microsoft YaHei", tahoma, Arial, "Open Sans", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
a.ten-primary-link {
color: #0052d9;
}
a.ten-primary-link:hover,
a.ten-primary-link:focus {
color: #4088ff;
}
a.ten-primary-link:active {
color: #002b73;
}
.ten-flow-in-enter,
.ten-flow-in-exiting,
.ten-flow-in-leave-to {
-webkit-transform: translateY(10px) scale(0.95);
transform: translateY(10px) scale(0.95);
opacity: 0;
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-flow-in-enter-to,
.ten-flow-in-entering,
.ten-flow-in-leave {
opacity: 1;
-webkit-transform: none;
transform: none;
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-flow-in-enter-active {
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-flow-in-leave-active {
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-fade-in-enter,
.ten-fade-in-exiting,
.ten-fade-in-leave-to {
opacity: 0;
transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-fade-in-enter-to,
.ten-fade-in-entering,
.ten-fade-in-leave {
opacity: 1;
transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-fade-in-enter-active {
transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-fade-in-leave-active {
transition: all 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-slide-down-enter-active,
.ten-slide-down-enter-active * {
transition: all 0.3s;
}
.ten-slide-down-leave-active,
.ten-slide-down-enter-active * {
transition: all 0.3s;
}
.ten-popup {
position: absolute;
z-index: 10001;
top: -1000px;
box-shadow: 6px 6px 12px 6px rgba(0, 0, 0, 0.08);
background: #fff;
padding: 0;
overflow: hidden;
border-radius: 0px;
}
.ten-popup--type-bubble {
background: none;
box-shadow: none;
overflow: visible;
}
.ten-popup--type-bubble > div {
position: relative;
z-index: 1;
padding: 16px;
color: #666;
background: #fff;
box-shadow: 6px 6px 12px 6px rgba(0, 0, 0, 0.08);
border-radius: 0px;
}
.ten-popup--type-bubble::after {
display: block;
content: '';
position: absolute;
z-index: 1;
border-color: #fff;
border-top: none;
border-right: none;
width: 16px;
height: 16px;
background-color: #fff;
}
.ten-popup--type-bubble[class*='--p-top-'] {
padding-bottom: 16px;
}
.ten-popup--type-bubble[class*='--p-top-']::after {
bottom: 8px;
}
.ten-popup--type-bubble[class*='--p-bottom-'] {
padding-top: 16px;
}
.ten-popup--type-bubble[class*='--p-bottom-']::after {
top: 8px;
}
.ten-popup--type-bubble[class*='--p-left-'] {
padding-right: 16px;
}
.ten-popup--type-bubble[class*='--p-left-']::after {
right: 8px;
}
.ten-popup--type-bubble[class*='--p-right-'] {
padding-left: 16px;
}
.ten-popup--type-bubble[class*='--p-right-']::after {
left: 8px;
}
.ten-popup--type-bubble[class*='--p-top-left']::after {
left: 24px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.ten-popup--type-bubble[class*='--p-top-center']::after {
left: 50%;
-webkit-transform: translateX(-50%) rotate(135deg);
transform: translateX(-50%) rotate(135deg);
}
.ten-popup--type-bubble[class*='--p-top-right']::after {
right: 24px;
-webkit-transform: translateX(-50%) rotate(135deg);
transform: translateX(-50%) rotate(135deg);
}
.ten-popup--type-bubble[class*='--p-left-top']::after {
top: 24px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.ten-popup--type-bubble[class*='--p-left-center']::after {
top: 50%;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
.ten-popup--type-bubble[class*='--p-left-bottom']::after {
bottom: 24px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.ten-popup--type-bubble[class*='--p-right-top']::after {
top: 24px;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.ten-popup--type-bubble[class*='--p-right-center']::after {
top: 50%;
-webkit-transform: translateY(-50%) rotate(-135deg);
transform: translateY(-50%) rotate(-135deg);
}
.ten-popup--type-bubble[class*='--p-right-bottom']::after {
bottom: 24px;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.ten-popup--type-bubble[class*='--p-bottom-left']::after {
left: 16px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ten-popup--type-bubble[class*='--p-bottom-center']::after {
left: 50%;
-webkit-transform: translateX(-50%) rotate(-45deg);
transform: translateX(-50%) rotate(-45deg);
}
.ten-popup--type-bubble[class*='--p-bottom-right']::after {
right: 16px;
-webkit-transform: translateX(-50%) rotate(-45deg);
transform: translateX(-50%) rotate(-45deg);
}
.ten-flow-in__popup-enter,
.ten-flow-in__popup-exiting,
.ten-flow-in__popup-leave-to {
opacity: 0;
}
.ten-flow-in__popup-enter-to,
.ten-flow-in__popup-entering,
.ten-flow-in__popup-leave {
opacity: 1;
-webkit-transform: none;
transform: none;
}
.ten-flow-in__popup-enter-active {
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-flow-in__popup-leave-active {
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
[class*='ten-popup--p'].ten-flow-in__popup-entering,
[class*='ten-popup--p'].ten-flow-in__popup-exit,
[class*='ten-popup--p'].ten-flow-in__popup-exiting {
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
transition: opacity 0.3s cubic-bezier(0, 0.48, 0.33, 1), transform 0.3s cubic-bezier(0, 0.48, 0.33, 1), -webkit-transform 0.3s cubic-bezier(0, 0.48, 0.33, 1);
}
.ten-flow-in__popup-enter[class*='ten-popup--p-top-'],
.ten-flow-in__popup-exiting[class*='ten-popup--p-top-'],
.ten-flow-in__popup-leave-to[class*='ten-popup--p-top-'] {
-webkit-transform: translateY(10px);
transform: translateY(10px);
opacity: 0;
}
.ten-flow-in__popup-enter[class*='ten-popup--p-left-'],
.ten-flow-in__popup-exiting[class*='ten-popup--p-left-'],
.ten-flow-in__popup-leave-to[class*='ten-popup--p-left-'] {
-webkit-transform: translateX(10px);
transform: translateX(10px);
opacity: 0;
}
.ten-flow-in__popup-enter[class*='ten-popup--p-right-'],
.ten-flow-in__popup-exiting[class*='ten-popup--p-right-'],
.ten-flow-in__popup-leave-to[class*='ten-popup--p-right-'] {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
opacity: 0;
}
.ten-flow-in__popup-enter[class*='ten-popup--p-bottom-'],
.ten-flow-in__popup-exiting[class*='ten-popup--p-bottom-'],
.ten-flow-in__popup-leave-to[class*='ten-popup--p-bottom-'] {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0;
}
/* dependencies icon */
.ten-alert {
min-width: 630px;
display: block;
padding: 8px;
font-size: 14px;
line-height: 20px;
z-index: 999;
text-align: center;
color: #FFFFFF;
outline: none;
border: none;
position: relative;
border-radius: 0px;
}
.ten-alert .ten-icon {
vertical-align: middle;
margin-right: 12px;
font-size: 18px;
position: relative;
bottom: 1px;
}
.ten-alert .ten-alert__closeable__icon,
.ten-alert .ten-alert__closeable__content {
font-size: 14px;
float: right;
margin-top: 4px;
margin-right: 4px;
cursor: pointer;
z-index: 10;
}
.ten-alert .ten-alert__closeable__content {
font-size: 14px;
}
.ten-alert .ten-alert__closeable__content .ten-icon {
margin-right: 0;
}
.ten-alert .ten-alert__description {
opacity: 0.8;
font-size: 12px;
color: #FFFFFF;
line-height: 14px;
margin-top: 5px;
padding-left: 32px;
}
.ten-alert .ten-alert__message {
display: inline-block;
}
.ten-alert .ten-alert__message--noicon {
display: inline-block;
line-height: 24px;
}
.ten-alert .ten-alert__description--noicon {
padding-left: 0;
}
.ten-alert--info {
background: #c7ddf3;
color: #102C53;
}
.ten-alert--info .ten-icon {
color: #344f73;
}
.ten-alert--info .closeBtn {
color: rgba(16, 44, 83, 0.8);
}
.ten-alert--success {
background: #3ecc36;
}
.ten-alert--success .closeBtn {
opacity: 0.72;
}
.ten-alert--error {
background: #ff3e00;
}
.ten-alert--error .closeBtn {
opacity: 0.72;
}
.ten-alert--warn {
background: #FFF0CE;
color: #ffa700;
}
.ten-alert--warn .ten-icon {
color: #ffa700;
}
.ten-alert--warn .closeBtn {
color: #333;
opacity: 0.72;
}
.ten-alert--warn .ten-alert__description {
opacity: 0.6;
color: #010101;
}
.ten-alert--disabled {
background: #D8D8D8;
color: #102C53;
}
.ten-alert--disabled .ten-icon {
color: #6b6b6b;
}
.ten-alert--disabled .closeBtn {
color: #333;
opacity: 0.72;
}
.ten-alert--disabled .ten-alert__description {
opacity: 0.6;
color: #010101;
}
.ten-alert--hasclose {
text-align: left;
}
.ten-alert--noicon .ten-alert__message {
display: inline-block;
line-height: 24px;
}
.ten-alert--noicon .ten-alert__description {
padding-left: 0;
}
.ten-alert--fade-leave-active {
transition: opacity 0.3s;
}
.ten-alert--fade-leave-to {
opacity: 0;
}
/* dependencies icon */
.ten-badge {
display: inline-block;
}
.ten-badge .ten-badge__badge {
padding: 0px 5px;
line-height: 20px;
min-width: 20px;
font-size: 12px;
border-radius: 0px;
height: 20px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
white-space: nowrap;
text-align: center;
}
.ten-badge .ten-badge__badge--dot {
padding: 0;
width: 6px;
height: 6px;
min-width: auto;
border-radius: 100%;
font-size: 0;
}
.ten-badge .ten-badge__badge--round {
border-radius: 10px;
}
.ten-badge--pos-corner {
position: relative;
}
.ten-badge--pos-corner .ten-badge__badge {
position: absolute;
left: 100%;
top: 0;
-webkit-transform: translate(-8px, -50%);
transform: translate(-8px, -50%);
}
.ten-badge--pos-corner .ten-badge__badge--dot {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ten-badge--pos-normal {
display: inline-flex;
align-items: center;
}
.ten-badge--pos-normal .ten-badge__badge {
margin-left: 16px;
}
.ten-badge--theme-error .ten-badge__badge {
background: #ff3e00;
}
.ten-badge--theme-info .ten-badge__badge {
background: #0052d9;
}
.ten-badge--theme-success .ten-badge__badge {
background: #3ecc36;
}
.ten-badge--theme-warning .ten-badge__badge {
background: #ffa700;
}
.ten-badge--theme-disabled .ten-badge__badge {
background: #c0c0c0;
}
.ten-breadcrumb {
font-size: 14px;
line-height: 17px;
}
.ten-breadcrumb .ten-breadcrumb__separator {
display: inline-flex;
font-size: 18px;
margin: 0 5px;
color: #999;
}
.ten-breadcrumb .ten-breadcrumb__item {
display: inline-flex;
align-items: center;
}
.ten-breadcrumb .ten-breadcrumb__item .ten-breadcrumb__item__text {
cursor: pointer;
color: #999;
}
.ten-breadcrumb .ten-breadcrumb__item .ten-breadcrumb__item__text a {
color: #999;
}
.ten-breadcrumb .ten-breadcrumb__item .ten-breadcrumb__item__text:hover {
color: #0052d9;
}
.ten-breadcrumb .ten-breadcrumb__item .ten-breadcrumb__item__text:hover a {
color: #0052d9;
}
.ten-breadcrumb .ten-breadcrumb__item:last-child .ten-breadcrumb__item__text {
color: #333;
}
.ten-breadcrumb .ten-breadcrumb__item:last-child .ten-breadcrumb__separator {
display: none;
}
.ten-breadcrumb .ten-breadcrumb__last .ten-breadcrumb__item__text {
color: #333;
}
.ten-breadcrumb .ten-breadcrumb__last .ten-icon--carret_down {
display: inline-block;
}
.ten-breadcrumb .ten-breadcrumb__last:hover {
color: #0052d9;
}
.ten-breadcrumb .ten-breadcrumb__last:hover .ten-icon--carret_down {
color: #0052d9;
}
/* dependencies icon */
.ten-button {
display: inline-block;
position: relative;
white-space: nowrap;
text-align: center;
background-image: none;
border: 1px solid transparent;
cursor: pointer;
transition: all 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: manipulation;
font-size: 14px;
line-height: 30px;
height: 32px;
border-radius: 0px;
color: #333;
border-color: #d9d9d9;
background-color: #fff;
outline: none;
-webkit-appearance: none;
}
.ten-button .ten-icon {
vertical-align: middle;
margin-top: -2px;
}
.ten-button > .ten-icon + span {
margin-left: 4px;
}
.ten-button > span + .ten-icon {
margin-left: 8px;
}
.ten-button + .ten-button {
margin-left: 10px;
}
.ten-button--size-default {
min-width: 64px;
padding: 0 16px;
line-height: 30px;
height: 32px;
border-radius: 0px;
font-size: 14px;
}
.ten-button--size-default .ten-icon {
font-size: 14px;
}
.ten-button--size-large {
min-width: 80px;
padding: 0 24px;
line-height: 38px;
height: 40px;
border-radius: 0px;
font-size: 16px;
}
.ten-button--size-large .ten-icon {
font-size: 16px;
}
.ten-button--size-small {
min-width: 64px;
padding: 0 16px;
line-height: 30px;
height: 32px;
border-radius: 0px;
font-size: 14px;
}
.ten-button--size-small .ten-icon {
font-size: 14px;
}
.ten-button--autowidth[class*='ten-button--size'] {
min-width: auto;
}
.ten-button--round.ten-button--size-default {
height: 32px;
border-radius: 16px;
}
.ten-button--round.ten-button--size-large {
height: 40px;
border-radius: 20px;
}
.ten-button--round.ten-button--size-small {
height: 32px;
border-radius: 16px;
}
.ten-button--notext {
min-width: initial;
padding-left: 0;
padding-right: 0;
}
.ten-button--notext.ten-button--size-default {
width: 32px;
}
.ten-button--notext.ten-button--size-large {
width: 40px;
}
.ten-button--notext.ten-button--size-small {
width: 32px;
}
.ten-button--type-primary {
color: #fff;
background-color: #0052d9;
border-color: #0052d9;
}
.ten-button--type-primary:hover,
.ten-button--type-primary:focus {
background-color: #4088ff;
border-color: #4088ff;
}
.ten-button--type-primary:active {
background-color: #002b73;
border-color: #002b73;
color: #cccccc;
}
.ten-button--type-primary.ten-button--disabled {
color: #fff;
background-color: #c0c0c0;
border-color: #c0c0c0;
}
.ten-button--type-default {
color: #666;
background-color: none;
border-color: #d9d9d9;
}
.ten-button--type-default:hover,
.ten-button--type-default:focus {
color: #0052d9;
border-color: #0052d9;
}
.ten-button--type-default:active {
color: #002b73;
border-color: #002b73;
}
.ten-button--type-default.ten-button--disabled {
color: #c0c0c0;
background-color: #f5f5f5;
border-color: #c0c0c0;
}
.ten-button--type-text {
background: transparent;
border-color: transparent;
min-width: auto;
color: #0052d9;
}
.ten-button--type-text:hover,
.ten-button--type-text:focus {
color: #4088ff;
}
.ten-button--type-text:active {
color: #002b73;
}
.ten-button--type-text.ten-button--disabled {
color: #c0c0c0;
}
.ten-button--type-defaulttext {
background: transparent;
border-color: transparent;
min-width: auto;
color: #666;
}
.ten-button--type-defaulttext:hover,
.ten-button--type-defaulttext:focus {
color: #333;
}
.ten-button--type-defaulttext:active {
color: #333;
}
.ten-button--type-defaulttext.ten-button--disabled {
color: #c0c0c0;
}
.ten-button--block.ten-button {
display: block;
width: 100%;
margin: 0;
}
.ten-button--block + .ten-button--block {
margin-top: 10px;
}
.ten-button--disabled {
text-shadow: none;
box-shadow: none;
cursor: not-allowed;
}
.ten-button-group {
display: inline-block;
font-size: 0;
}
.ten-button-group + .ten-button-group {
margin-left: 10px;
}
.ten-button-group .ten-button {
position: relative;
margin: 0;
min-width: initial;
border-radius: 0;
}
.ten-button-group .ten-button:hover,
.ten-button-group .ten-button:active,
.ten-button-group .ten-button:focus {
z-index: 2;
}
.ten-button-group .ten-button--type-primary {
z-index: 3;
}
.ten-button-group .ten-button:first-child.ten-button--size-default {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.ten-button-group .ten-button:first-child.ten-button--size-large {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.ten-button-group .ten-button:first-child.ten-button--size-small {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.ten-button-group .ten-button:last-child.ten-button--size-default {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.ten-button-group .ten-button:last-child.ten-button--size-large {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.ten-button-group .ten-button:last-child.ten-button--size-small {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.ten-button-group .ten-button + .ten-button {
margin-left: -1px;
}
.ten-button-group .ten-button--block:first-child.ten-button--size-default {
border-radius: 0px 0px 0 0;
}
.ten-button-group .ten-button--block:first-child.ten-button--size-large {
border-radius: 0px 0px 0 0;
}
.ten-button-group .ten-button--block:first-child.ten-button--size-small {
border-radius: 0px 0px 0 0;
}
.ten-button-group .ten-button--block:last-child.ten-button--size-default {
border-radius: 0 0 0px 0px;
}
.ten-button-group .ten-button--block:last-child.ten-button--size-large {
border-radius: 0 0 0px 0px;
}
.ten-button-group .ten-button--block:last-child.ten-button--size-small {
border-radius: 0 0 0px 0px;
}
.ten-button-group .ten-button--block + .ten-button--block {
margin-left: 0px;
margin-top: -1px;
}
.ten-checkbox + .ten-checkbox {
margin-left: 8px;
}
.ten-checkbox {
font-family: "PingFang SC", -apple-system, "Helvetica Neue", Helvetica, BlinkMacSystemFont, "Microsoft YaHei", tahoma, Arial, "Open Sans", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
line-height: 16px;
cursor: pointer;
}
.ten-checkbox * {
box-sizing: border-box;
}
.ten-checkbox__checkbox {
position: relative;
top: -0.09em;
display: inline-block;
width: 16px;
height: 16px;
transition: border-color 0.3s;
vertical-align: middle;
color: #333;
}
.ten-checkbox__checkbox input {
cursor: pointer;
position: absolute;
z-index: 9999;
left: 0;
top: 0;
margin: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.ten-checkbox__checkbox-inner {
position: relative;
top: 0;
left: 0;
display: block;
width: inherit;
height: inherit;
background-color: #fff;
border: 1px solid #d9d9d9;
border-collapse: separate;
transition: all 0.3s;
}
.ten-checkbox__checkbox-inner::after {
opacity: 0;
top: 50%;
left: 18.5%;
width: 4px;
height: 8px;
position: absolute;
display: inline-block;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
-webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
transform: rotate(45deg) scale(1) translate(-50%, -50%);
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
transition: all 0.2s 0.1s;
content: ' ';
}
.ten-checkbox__checkbox + span {
padding-right: 6px;
padding-left: 8px;
}
.ten-checkbox__checkbox input:checked + span {
border-color: #0052d9;
background: #0052d9;
}
.ten-checkbox__checkbox input:checked + span::after {
opacity: 1;
}
.ten-checkbox__checkbox input[indeterminate] + span,
.ten-checkbox__checkbox input[indeterminate] + span {
border-color: #0052d9;
background: #0052d9;
}
.ten-checkbox__checkbox input[indeterminate] + span::after,
.ten-checkbox__checkbox input[indeterminate] + span::after {
width: 8px;
height: 0px;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
background: #fff;
opacity: 1;
transition: all 0.2s 0.1s;
}
.ten-checkbox--checked .ten-checkbox__checkbox-inner {
border-color: #0052d9;
background: #0052d9;
}
.ten-checkbox--checked .ten-checkbox__checkbox-inner::after {
opacity: 1;
}
.ten-checkbox--indeterminate .ten-checkbox__checkbox-inner {
border-color: #0052d9;
background: #0052d9;
}
.ten-checkbox--indeterminate .ten-checkbox__checkbox-inner::after {
width: 8px;
height: 0px;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
background: #fff;
opacity: 1;
transition: all 0.2s 0.1s;
}
.ten-checkbox--focus .ten-checkbox__checkbox-inner,
.ten-checkbox:hover .ten-checkbox__checkbox-inner {
border-color: #6697e8;
}
.ten-checkbox--disabled {
color: #c0c0c0;
}
.ten-checkbox--disabled .ten-checkbox__checkbox-inner {
border-color: #c0c0c0 !important;
background-color: #f5f5f5;
}
.ten-checkbox--disabled .ten-checkbox__checkbox-inner::after {
border-color: rgba(0, 0, 0, 0.25);
}
.ten-checkbox--disabled .ten-checkbox__checkbox input,
.ten-checkbox--disabled .ten-checkbox__checkbox + span {
cursor: not-allowed;
}
.ten-checkbox--disabled input:checked + span,
.ten-checkbox--disabled input[indeterminate] + span {
border-color: #c0c0c0 !important;
background-color: #f5f5f5;
}
.ten-checkbox--disabled input:checked + span::after,
.ten-checkbox--disabled input[indeterminate] + span::after {
border-color: rgba(0, 0, 0, 0.25);
}
/* dependencies input,icon,loading,radio,checkbox */
.ten-cascader-panel {
display: flex;
}
.ten-cascader-menu {
min-width: 150px;
}
.ten-cascader-menu + .ten-cascader-menu {
border-left: 1px solid #e8e8e8;
}
.ten-cascader-menu__title {
color: #999;
font-size: 14px;
font-weight: normal;
padding: 6px 8px;
padding-top: 16px;
}
.ten-options {
position: relative;
max-height: 400px;
overflow-y: auto;
outline: none;
}
.ten-options--loading {
min-height: 100px;
}
.ten-options__empty {
text-align: center;
color: #999;
line-height: 48px;
}
.ten-option {
display: flex;
align-items: center;
padding: 14px 10px;
line-height: 20px;
cursor: pointer;
}
.ten-option__check {
margin-left: 0;
margin-right: 8px;
}
.ten-option__content {
flex: 1;
}
.ten-option__suffix-icon.ten-icon {
color: #999;
}
.ten-option--selected,
.ten-option--selected .ten-option__suffix-icon.ten-icon {
color: #0052d9;
}
.ten-option--active,
.ten-option--active .ten-option__suffix-icon.ten-icon {
color: #0052d9;
}
.ten-option:hover:not(.ten-option--disabled),
.ten-option:focus:not(.ten-option--disabled),
.ten-option.ten-option--focused:not(.ten-option--disabled) {
background: #e8f1ff;
}
.ten-option--disabled,
.ten-option--disabled,
.ten-option--disabled .ten-option__suffix-icon.ten-icon {
color: #c0c0c0;
cursor: not-allowed;
}
/* dependencies button,icon,select */
.ten-picker {
padding: 0;
}
.ten-picker__input {
min-width: 304px;
display: inline-flex;
border: 1px solid #d9d9d9;
background: #fff;
border-radius: 0px;
width: 100%;
}
.ten-picker__input:hover:not(.ten-picker__input--disabled),
.ten-picker__input--focused:not(.ten-picker__input--disabled) {
z-index: 1;
border-color: #0052d9;
}
.ten-picker__input:hover:not(.ten-picker__input--disabled) .ten-picker__input-icon:not(.ten-picker__input-icon--clear),
.ten-picker__input--focused:not(.ten-picker__input--disabled) .ten-picker__input-icon:not(.ten-picker__input-icon--clear) {
color: #0052d9;
}
.ten-picker__input--disabled {
background: #fbfbfb;
border-color: #c0c0c0;
cursor: not-allowed;
}
.ten-picker__input--readonly {
cursor: default;
}
.ten-picker__input--readonly:focus {
z-index: 1;
border-color: #0052d9;
}
.ten-picker__input--error {
border-color: #ff3e00;
}
.ten-picker__input:not(.ten-picker__input--empty):hover.ten-picker__input:not(.ten-picker__input--disabled):hover.ten-picker__input:not(.ten-picker__input--readonly):hover:not(.ten-picker__input--no-clear):hover .ten-picker__input-icon--suffix {
visibility: hidden;
}
.ten-picker__input:not(.ten-picker__input--empty):hover.ten-picker__input:not(.ten-picker__input--disabled):hover.ten-picker__input:not(.ten-picker__input--readonly):hover:not(.ten-picker__input--no-clear):hover .ten-picker__input-icon--clear {
visibility: visible;
}
.ten-picker__input .ten-input__input {
border: none;
}
.ten-picker__input-separator {
padding: 0 10px;
line-height: 30px;
}
.ten-picker__input-suffixicon {
position: relative;
min-width: 24px;
margin: 0 8px;
}
.ten-picker__input-icon {
position: absolute;
height: 30px;
line-height: 30px;
font-size: 0;
color: #bfbfbf;
}
.ten-picker__input-icon .ten-icon {
font-size: 20px;
vertical-align: middle;
}
.ten-picker__input-icon--suffix .ten-icon {
font-size: 20px;
}
.ten-picker__input-icon--clear {
visibility: hidden;
cursor: pointer;
}
.ten-picker__input-icon--clear:hover {
color: #0052d9;
}
.ten-picker__input--size-small {
border-radius: 0px;
}
.ten-picker__input--size-small .ten-picker__input-icon,
.ten-picker__input--size-small .ten-picker__input-separator {
height: 30px;
line-height: 30px;
}
.ten-picker__popup {
display: flex;
}
.ten-picker__popup-shortcut {
width: 101px;
padding: 6px 0 6px 16px ;
border-right: 1px solid #e8e8e8;
}
.ten-picker__popup-shortcut-btn {
display: block;
color: #000;
padding: 0;
}
.ten-picker__popup-shortcut-btn + .ten-button {
margin-left: 0;
}
.ten-picker__popup-shortcut-btn:hover {
color: #4088ff;
}
.ten-picker-datetime-range {
min-width: 408px;
}
.ten-time-options {
height: 240px;
padding-bottom: 201px;
overflow-y: hidden;
overflow-x: hidden;
font-size: 14px;
}
.ten-time-options:hover {
overflow-y: auto;
}
.ten-time-options--scrolling {
overflow-y: hidden;
}
.ten-time-options__item {
display: block;
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
}
.ten-time-options__item:hover {
background: #e8f1ff;
}
.ten-time-options__item--selected {
font-weight: bold;
background: #FBFBFB;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}
.ten-time-options__item--selected:hover {
background: #FBFBFB;
}
.ten-time-options__item--disabled,
.ten-time-options__item--disabled:hover {
background: transparent;
color: #c0c0c0;
cursor: not-allowed;
}
.ten-date-item {
color: #000;
}
.ten-date-item__wrapper {
display: inline-block;
height: 24px;
width: 24px;
line-height: 24px;
box-sizing: content-box;
border-left: 6px solid #fff;
border-right: 6px solid #fff;
text-align: center;
cursor: pointer;
}
.ten-date-item__wrapper:hover {
background-color: #e8f1ff;
}
.ten-date-item__text {
font-size: 14px;
}
.ten-date-item--now .ten-date-item__wrapper {
box-shadow: inset 0px 0px 0px 1px #0052d9;
color: #0052d9;
}
.ten-date-item--highlight .ten-date-item__wrapper {
background-color: #e8f1ff;
border-color: #e8f1ff;
}
.ten-date-item--active .ten-date-item__wrapper {
color: #fff;
background-color: #0052d9;
}
.ten-date-item--active-start .ten-date-item__wrapper {
border-left-color: #fff;
}
.ten-date-item--active-end .ten-date-item__wrapper {
border-right-color: #fff;
}
.ten-date-item--last-day-of-month .ten-date-item__wrapper {
border-right-color: #fff;
}
.ten-date-item--first-day-of-month .ten-date-item__wrapper {
border-left-color: #fff;
}
.ten-date-item--additional .ten-date-item__wrapper {
color: #BFBFBF;
background: #fff;
border-color: #fff;
}
.ten-date-item--disabled .ten-date-item__wrapper {
cursor: not-allowed;
background: #f5f5f5;
border-color: #f5f5f5;
color: #c0c0c0;
}
.ten-date-day tbody tr .ten-date-item__wrapper,
.ten-date-date tbody tr .ten-date-item__wrapper {
margin-top: 8px;
}
.ten-date-day tbody tr:first-child .ten-date-item__wrapper,
.ten-date-date tbody tr:first-child .ten-date-item__wrapper {
margin-top: 6px;
}
.ten-date-year tbody tr .ten-date-item__wrapper,
.ten-date-month tbody tr .ten-date-item__wrapper {
margin-top: 28px;
width: 38px;
border-left-width: 22px;
border-right-width: 22px;
}
.ten-date-year tbody tr:first-child .ten-date-item__wrapper,
.ten-date-month tbody tr:first-child .ten-date-item__wrapper {
margin-top: 24px;
}
.ten-date-year tbody tr:last-child .ten-date-item,
.ten-date-month tbody tr:last-child .ten-date-item {
text-align: left;
}
.ten-time {
display: flex;
}
.ten-time__item {
min-width: 56px;
border-right: 1px solid #e8e8e8;
}
.ten-time__item:last-child {
border-right: none;
}
.ten-time-range {
display: flex;
}
.ten-time-range .ten-time:first-child {
border-right: 1px solid #e8e8e8;
}
.ten-date {
width: 304px;
padding: 11px 16px 22px;
}
.ten-date table {
border-collapse: collapse;
border: none;
margin: auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ten-date tbody {
margin-top: 2px;
}
.ten-date th {
border-bottom: 1px solid #d9d9d9;
padding: 7px 0;
margin-bottom: 5px;
font-weight: 500;
}
.ten-date td {
padding: 0;
text-align: center;
border: none;
}
.ten-date td:first-child .ten-date-item__wrapper {
border-left: none;
}
.ten-date td:last-child .ten-date-item__wrapper {
border-right: none;
}
.ten-date__sub-panel--hide {
display: none;
}
.ten-date .ten-date-header {
display: flex;
}
.ten-date .ten-date-header__text {
flex: 1;
justify-content: center;
display: flex;
align-items: center;
}
.ten-date .ten-date-header__text .ten-date-header__btn {
color: #000;
}
.ten-date .ten-date-header__text .ten-date-header__btn:hover {
color: #4088ff;
}
.ten-date .ten-date-header__btn {
padding: 0;
color: #bfbfbf;
}
.ten-date .ten-date-header__btn--prev-month,
.ten-date .ten-date-header__btn--next-year {
margin-left: 4px!important;
}
.ten-date .ten-date-header__btn--next-year {
-webkit-transform-origin: center 17px;
transform-origin: center 17px;
}
.ten-date .ten-date-header__btn--disabled {
display: none;
}
.ten-date-range {
width: 608px;
overflow: hidden;
display: flex;
}
.ten-date-range .ten-date:first-child {
border-right: 1px solid #e8e8e8;
}
.ten-date-time {
width: 304px;
}
.ten-date-time .ten-time,
.ten-date-time .ten-time__item {
flex: 1;
}
.ten-date-time .ten-time__item:hover {
flex: none;
}
.ten-date-time__time-header {
display: flex;
height: 51px;
line-height: 50px;
border-bottom: 1px solid #e8e8e8;
}
.ten-date-time__time-header-date {
flex: 1;
text-align: center;
}
.ten-date-time__time-header-date:first-child {
border-right: 1px solid #e8e8e8;
}
.ten-date-time__footer {
border-top: 1px solid #e8e8e8;
zoom: 1;
}
.ten-date-time__footer:before,
.ten-date-time__footer:after {
content: " ";
display: table;
}
.ten-date-time__footer:after {
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
.ten-date-time__footer-btn {
float: right;
}
.ten-date-time-range {
width: 608px;
}
/* dependencies popup */
.ten-dropdown {
box-shadow: 6px 6px 12px 6px rgba(0, 0, 0, 0.08);
max-height: 400px;
overflow-y: auto;
background: #fff;
}
.ten-dropdown.ten-popup {
padding: 0;
}
.ten-dropdown__content--align-center {
text-align: center;
}
.ten-dropdown__content--align-right {
text-align: right;
}
.ten-dropdown__content-item {
padding: 13px 10px;
line-height: 22px;
cursor: pointer;
outline: none;
}
.ten-dropdown__content-item--selected {
color: #0052d9;
}
.ten-dropdown__content-item--divided {
border-top: 1px solid #e8e8e8;
}
.ten-dropdown__content-item--disabled {
color: #c0c0c0;
cursor: not-allowed;
}
.ten-dropdown__content-item:hover:not(.ten-dropdown__content-item--disabled),
.ten-dropdown__content-item:focus:not(.ten-dropdown__content-item--disabled) {
background: #e8f1ff;
}
.ten-icon {
display: inline-block;
color: inherit;
font-size: inherit;
text-align: center;
}
.ten-icon svg {
display: block;
width: 1em;
height: 1em;
}
.ten-icon[class*='loading_gradient'] {
-webkit-animation: icon-loading-rotate 1.5s linear infinite;
animation: icon-loading-rotate 1.5s linear infinite;
}
@-webkit-keyframes icon-loading-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes icon-loading-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* dependencies icon */
.ten-input {
position: relative;
display: inline-flex;
align-items: center;
vertical-align: middle;
width: 100%;
}
.ten-input__input {
flex: 1;
display: flex;
border: 1px solid #d9d9d9;
background: #fff;
overflow: hidden;
}
.ten-input__input-icon,
.ten-input__input-prefix,
.ten-input__input-suffix {
display: inline-block;
flex: none;
max-width: 100%;
}
.ten-input__input-input {
flex: 1;
width: 0;
display: inline-block;
max-width: 100%;
background-color: transparent;
color: #333;
border: none;
outline: none;
}
.ten-input__input-input::-webkit-outer-spin-button,
.ten-input__input-input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0;
/* <-- Apparently some margin are still there even though it's hidden */
}
.ten-input__input-input[type='number'] {
-moz-appearance: textfield;
/* Firefox */
}
.ten-input__input-input::-moz-placeholder {
color: #999;
opacity: 1;
}
.ten-input__input-input:-ms-input-placeholder {
color: #999;
}
.ten-input__input-input::-webkit-input-placeholder {
color: #999;
}
.ten-input__input-input[readonly] {
cursor: default;
}
.ten-input__input-input[disabled],
.ten-input__input-input[disabled]:hover,
.ten-input__input-input[disabled]:focus,
.ten-input__input-input[disabled]:active {
background: #fbfbfb;
color: #c0c0c0;
cursor: not-allowed;
}
.ten-input:not(.ten-input-tag) .ten-input__input--suffixicon .ten-input__input-input {
padding-right: 0 !important;
}
.ten-input__input-icon {
box-sizing: content-box;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
color: #bfbfbf;
}
.ten-input__input-icon .ten-icon {
display: block;
}
.ten-input__input-close {
cursor: pointer;
outline: none;
color: #bfbfbf;
}
.ten-input__prefix,
.ten-input__suffix {
flex: none;
padding: 0px 18px;
height: 32px;
font-size: 14px;
line-height: 32px;
background: #f7f7f7;
border: 1px solid #d9d9d9;
text-align: center;
}
.ten-input__prefix {
border-right: none;
}
.ten-input__suffix {
border-left: none;
}
.ten-input--size-default .ten-input__input {
min-height: 30px;
line-height: 30px;
border-radius: 0px;
}
.ten-input--size-default .ten-input__input-input {
padding: 5px 8px;
font-size: 14px;
line-height: 20px;
}
.ten-input--size-default .ten-input__input-icon {
text-align: center;
font-size: 18px;
line-height: 30px;
height: 30px;
}
.ten-input--size-default .ten-input__input-icon--prefix {
padding-right: 3px;
padding-left: 11px;
}
.ten-input--size-default .ten-input__input-icon--suffix {
padding-left: 3px;
padding-right: 11px;
}
.ten-input--size-default .ten-input__prefix,
.ten-input--size-default .ten-input__suffix {
height: 32px;
line-height: 32px;
}
.ten-input--size-small .ten-input__input {
line-height: 30px;
border-radius: 0px;
}
.ten-input--size-small .ten-input__input-input {
padding: 5px 8px;
font-size: 14px;
line-height: 20px;
}
.ten-input--size-small .ten-input__input-icon {
text-align: center;
font-size: 18px;
line-height: 30px;
height: 30px;
}
.ten-input--size-small .ten-input__input-icon--prefix {
padding-right: 3px;
padding-left: 10px;
}
.ten-input--size-small .ten-input__input-icon--suffix {
padding-left: 3px;
padding-right: 10px;
}
.ten-input--size-small .ten-input__prefix,
.ten-input--size-small .ten-input__suffix {
height: 32px;
line-height: 32px;
}
.ten-input .ten-input__input--focused:not(.ten-input__input--disabled),
.ten-input .ten-input__input:not(.ten-input__input--disabled):hover {
z-index: 1;
border-color: #0052d9;
}
.ten-input .ten-input__input--focused:not(.ten-input__input--disabled) .ten-input .ten-input__input-icon,
.ten-input .ten-input__input:not(.ten-input__input--disabled):hover .ten-input .ten-input__input-icon {
color: #0052d9;
}
.ten-input--disabled {
cursor: not-allowed;
}
.ten-input--disabled .ten-input__input {
background: #fbfbfb;
border-color: #c0c0c0;
color: #c0c0c0;
cursor: not-allowed;
}
.ten-input--disabled .ten-input__prefix,
.ten-input--disabled .ten-input__suffix {
border-color: #c0c0c0;
}
.ten-input--status-error .ten-input__input {
border-color: #ff3e00;
}
.ten-input--with-suffix .ten-input__input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ten-input--with-suffix .ten-input__suffix {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.ten-input--with-suffix.ten-input--size-small .ten-input__suffix {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.ten-input--with-prefix .ten-input__input {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ten-input--with-prefix .ten-input__prefix {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.ten-input--with-prefix.ten-input--size-small .ten-input__prefix {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.ten-input-number__action {
height: 100%;
top: 1px;
right: 1px;
width: 24px;
}
.ten-input-number__action-up,
.ten-input-number__action-down {
position: relative;
display: block;
-webkit-appearance: none;
border: 1px solid #d9d9d9;
border-right: none;
background: #fff;
width: 100%;
height: 15px;
overflow: hidden;
outline: none;
color: transparent;
cursor: pointer;
}
.ten-input-number__action-up:after,
.ten-input-number__action-down:after {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ten-input-number__action-up {
border-top-color: transparent;
border-bottom: none;
}
.ten-input-number__action-up:after {
content: '';
display: block;
width: 0;
height: 0;
-moz-transform: scale(0.9999);
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 6px solid #9d9d9d;
}
.ten-input-number__action .ten-input-number__action-up:hover:not(.ten-input-number__action--disabled)::after,
.ten-input-number__action .ten-input-number__action-up:active:after {
border-bottom-color: #0052d9;
}
.ten-input-number__action-down {
border-bottom-color: transparent;
}
.ten-input-number__action-down:after {
content: '';
display: block;
width: 0;
height: 0;
-moz-transform: scale(0.9999);
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px solid #9d9d9d;
}
.ten-input-number__action .ten-input-number__action-down:hover:not(.ten-input-number__action--disabled)::after,
.ten-input-number__action .ten-input-number__action-down:active:after {
border-top-color: #0052d9;
}
.ten-input-number__action .ten-input-number__action--disabled.ten-input-number__action-up:after {
border-bottom-color: #c0c0c0;
}
.ten-input-number__action .ten-input-number__action--disabled.ten-input-number__action-bottom:after {
border-top-color: #c0c0c0;
}
span.ten-input-number__action--disabled {
background-color: #f5f5f5;
cursor: not-allowed;
pointer-events: none;
}
.ten-input-number.ten-input--disabled .ten-input-number__action {
opacity: 0;
pointer-events: none;
}
.ten-input-number.ten-input--size-small .ten-input-number__action span {
height: 15px;
}
.ten-input-tag .ten-input__input {
display: block;
position: relative;
padding-right: 15px;
}
.ten-input-tag .ten-input__input-input {
max-width: 100%;
}
.ten-input-tag .ten-input__input-icon--suffix {
position: absolute;
right: 0px;
margin: 0;
bottom: 50%;
-webkit-transform: translateY(50%);
transform: translateY(50%);
}
.ten-input-tag .ten-input__input--suffixicon > input {
padding-right: 20px;
}
.ten-input-tag .ten-input__input-suffix {
position: relative;
}
.ten-input-tag .ten-tag {
margin-top: 3px;
margin-bottom: 3px;
}
.ten-input-tag.ten-input--size-small .ten-tag {
margin-top: 3px;
margin-bottom: 3px;
}
.ten-input-tag--empty .ten-input__input-input {
width: 100%;
}
.ten-input-tag__input-mirror {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
white-space: pre;
opacity: 0;
pointer-events: none;
font-size: 14px;
line-height: 1.42857143;
font-family: sans-serif;
}
.ten-input-tag .ten-tag:first-child {
margin-left: 9px;
}
.ten-input-tag.ten-input--disabled.ten-input-tag .ten-tag {
opacity: 0.7;
cursor: not-allowed;
pointer-events: none;
}
.ten-input-textarea .ten-input__input-input {
height: auto;
resize: vertical;
min-height: 36px;
padding: 5px 8px;
}
.ten-input-textarea .ten-input-textarea__limit {
position: absolute;
right: 8px;
bottom: 10px;
}
.ten-input-search .ten-input__input-icon {
font-size: 24px;
}
.ten-input-search .ten-input-textarea__limit {
position: absolute;
right: 8px;
bottom: 10px;
}
.ten-input-group {
display: inline-block;
position: relative;
}
.ten-input-group > .ten-input {
width: auto;
}
.ten-input-group .ten-input + .ten-input {
margin-left: 4px;
}
.ten-input-group .ten-button,
.ten-input-group .ten-input,
.ten-input-group .ten-input-groupable {
vertical-align: middle;
}
.ten-input-group__collapse .ten-input + .ten-input,
.ten-input-group__collapse .ten-input + .ten-button,
.ten-input-group__collapse .ten-button + .ten-input,
.ten-input-group__collapse .ten-button + .ten-button,
.ten-input-group__collapse .ten-button + .ten-input-groupable,
.ten-input-group__collapse .ten-input-groupable + .ten-button,
.ten-input-group__collapse .ten-input + .ten-input-groupable,
.ten-input-group__collapse .ten-input-groupable + .ten-input-groupable {
margin-left: -1px;
}
.ten-input-group__collapse .ten-input__input {
border-radius: 0;
}
.ten-input-group__collapse .ten-input:first-child:not(.ten-input--with-prefix) .ten-input__input {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.ten-input-group__collapse .ten-input:last-child:not(.ten-input--with-suffix) .ten-input__input {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.ten-input-group__collapse .ten-input--size-small.ten-input:first-child .ten-input__input {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.ten-input-group__collapse .ten-input--size-small.ten-input:last-child .ten-input__input {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.ten-input-select .ten-input__input-icon .ten-icon--carret_down {
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
}
.ten-input-select--opened .ten-input__input-icon .ten-icon--carret_down {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.ten-input-select:not(.ten-input--disabled) {
cursor: pointer;
}
.ten-input-select:not(.ten-input--disabled) .ten-input__input-input:not(:disabled):-moz-read-only {
cursor: pointer;
}
.ten-input-select:not(.ten-input--disabled) .ten-input__input-input:not(:disabled):read-only {
cursor: pointer;
}
/* dependencies icon */
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes stretchdelay {
0%,
40%,
100% {
transform: scaleY(0.33);
-webkit-transform: scaleY(0.33);
}
20% {
transform: scaleY(1);
-webkit-transform: scaleY(1);
}
}
@keyframes stretchdelay {
0%,
40%,
100% {
transform: scaleY(0.33);
-webkit-transform: scaleY(0.33);
}
20% {
transform: scaleY(1);
-webkit-transform: scaleY(1);
}
}
.ten-loading {
position: relative;
height: 100%;
}
.ten-loading--block {
width: 100%;
position: absolute;
left: 0;
top: 0;
}
.ten-loading__wrapper {
text-align: center;
position: absolute;
left: 0;
right: 0;
top: 50%;
margin-top: -12px;
z-index: 2;
}
.ten-loading__wrapper--hasText {
margin-top: -24px;
}
.ten-loading__wrapper--closed {
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.ten-loading__icon-default {
height: 24px;
}
.ten-loading__icon-default > span {
width: 8px;
height: 100%;
display: inline-block;
background-color: #0052d9;
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out;
margin: 0 2px;
border-radius: 0px;
}
.ten-loading__icon-default > span:nth-child(2) {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.ten-loading__icon-default > span:nth-child(3) {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.ten-loading__icon-default > span:nth-child(4) {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.ten-loading__text {
font-size: 14px;
color: #333;
margin-top: 14px;
}
.ten-loading--blur {
opacity: 0.6;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.ten-loading__indicator {
display: flex;
align-items: center;
justify-content: center;
-webkit-transform-origin: center;
transform-origin: center;
-webkit-animation: rotate 1.2s infinite ease-in-out;
animation: rotate 1.2s infinite ease-in-out;
}
/* dependencies icon */
.ten-menu {
position: relative;
font-size: 14px;
background-color: #fff;
}
.ten-menu-nav {
zoom: 1;
}
.ten-menu-nav:before,
.ten-menu-nav:after {
content: " ";
display: table;
}
.ten-menu-nav:after {
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
.ten-menu-item {
position: relative;
cursor: pointer;
white-space: nowrap;
width: 100%;
float: left;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ten-menu-item__content {
display: flex;
align-items: center;
position: relative;
transition: background-color 0.2s;
padding: 4px 0;
}
.ten-menu-item__content .ten-menu-item__contentinner {
width: 100%;
padding: 0 8px;
line-height: 40px;
height: 40px;
color: #666;
}
.ten-menu-item__content .ten-menu-item__contentinner:hover {
color: #0052d9;
background: #fff;
}
.ten-menu-item__content .ten-menu-item__contentinner:hover .ten-menu-item__content-icon {
color: #0052d9;
}
.ten-menu-item__content-icon {
font-size: 20px;
line-height: 20px;
color: #bfbfbf;
}
.ten-menu-item__content-icon .ten-icon {
margin-left: 2px;
margin-right: 14px;
vertical-align: middle;
}
.ten-menu-item__content-carret {
display: block;
position: absolute;
right: 0px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
color: #bfbfbf;
}
.ten-menu-item__content--expanded .ten-menu-item__content-carret {
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.ten-menu-item__content.ten-menu-item__content--selected .ten-menu-item__contentinner {
background: #0052d9;
color: #fff;
}
.ten-menu-item__content.ten-menu-item__content--selected .ten-menu-item__contentinner .ten-menu-item__content-icon {
color: #fff;
}
.ten-menu-item--paddingdeep-1 .ten-menu-item__contentinner {
padding-left: 56px;
}
.ten-menu-item--paddingdeep-2 .ten-menu-item__contentinner {
padding-left: 72px;
}
.ten-menu-item--paddingdeep-3 .ten-menu-item__contentinner {
padding-left: 92px;
}
.ten-menu--vertical {
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
width: 232px;
}
.ten-menu--vertical--collapsable {
padding-bottom: 48px;
transition: width 0.2s;
}
.ten-menu--vertical .ten-menu-header {
flex: none;
}
.ten-menu--vertical .ten-menu-nav {
flex: 1;
padding: 12px 16px 0;
height: 100%;
overflow-y: auto;
}
.ten-menu--vertical .ten-menu-item__content .ten-menu-item__content-content,
.ten-menu--vertical .ten-menu-item__content-carret {
transition: opacity 0.2s;
}
.ten-menu--vertical .ten-menu-item__content--childrenselected .ten-menu-item__contentinner {
color: #0052d9;
background: #fff;
}
.ten-menu--vertical .ten-menu-item__content--childrenselected .ten-menu-item__contentinner .ten-menu-item__content-icon {
color: #0052d9;
}
.ten-menu--vertical--collapsed {
width: 72px !important;
overflow: hidden;
}
.ten-menu--vertical--collapsed .ten-menu-nav {
padding: 0;
overflow: visible;
}
.ten-menu--vertical--collapsed .ten-menu-item--deep-0 {
z-index: 1;
}
.ten-menu--vertical--collapsed .ten-menu-item--deep-0.ten-menu-item--hoverexpanded {
z-index: 2;
box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
}
.ten-menu--vertical--collapsed .ten-menu-item--deep-0 > .ten-menu-item__content {
padding: 4px 16px;
z-index: 1;
}
.ten-menu--vertical--collapsed .ten-menu-item--deep-0 > .ten-menu-item__content--childrenselected .ten-menu-item__contentinner,
.ten-menu--vertical--collapsed .ten-menu-item--deep-0 > .ten-menu-item__content--selected .ten-menu-item__contentinner {
color: #0052d9;
background: #fff;
}
.ten-menu--vertical--collapsed .ten-menu-item--deep-0 > .ten-menu-item__content--childrenselected .ten-menu-item__contentinner .ten-menu-item__content-icon,
.ten-menu--vertical--collapsed .ten-menu-item--deep-0 > .ten-menu-item__content--selected .ten-menu-item__contentinner .ten-menu-item__content-icon {
color: #0052d9;
}
.ten-menu--vertical--collapsed .ten-menu-item--deep-0 > .ten-menu-item__content .ten-menu-item__content-content,
.ten-menu--vertical--collapsed .ten-menu-item--deep-0 > .ten-menu-item__content .ten-menu-item__content-carret {
opacity: 0;
}
.ten-menu--vertical--collapsed .ten-menu-item--deep-0 > .ten-menu-item__submenu {
position: absolute;
z-index: 0;
top: 0;
left: 72px;
width: 256px;
padding: 3px 16px;
background: #fff;
box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
}
.ten-menu--vertical--collapsed.ten-menu--vertical--collapse-all {
width: 0;
}
.ten-menu--vertical--aftercollapsed {
overflow: visible;
}
.ten-menu--vertical--aftercollapsed .ten-menu-item--deep-0 > .ten-menu-item__content .ten-menu-item__content-content,
.ten-menu--vertical--aftercollapsed .ten-menu-item--deep-0 > .ten-menu-item__content .ten-menu-item__content-carret {
display: none;
}
.ten-menu--vertical--aftercollapsed.ten-menu--vertical--collapse-all .ten-menu-header {
display: none;
}
.ten-menu--vertical--aftercollapsed.ten-menu--vertical--collapse-all .ten-menu-item--deep-0 > .ten-menu-item__content,
.ten-menu--vertical--aftercollapsed.ten-menu--vertical--collapse-all .ten-menu-item--deep-0 > .ten-menu-item__content {
display: none;
}
.ten-menu--vertical--aftercollapsed.ten-menu--vertical--collapse-all .ten-menu__footer {
width: 56px;
right: 0;
}
.ten-menu--vertical--aftercollapsed.ten-menu--vertical--collapse-all .ten-menu__footer .ten-menu__footer-carret {
right: 21px;
transition: none;
}
.ten-menu--vertical--collapsing {
overflow: hidden;
}
.ten-menu--vertical--collapsing .ten-menu-nav {
overflow: hidden;
}
.ten-menu__footer {
flex: none;
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
width: 100%;
height: 40px;
border-top: #F0F0F0 1px dashed;
overflow: hidden;
cursor: pointer;
}
.ten-menu__footer-carret {
display: block;
font-size: 16px;
position: absolute;
top: 12px;
right: 16px;
transition: all 0.4s ease-in-out;
color: #bfbfbf;
}
.ten-menu__footer--collapsed {
width: 100%;
}
.ten-menu__footer--collapsed .ten-menu__footer-carret {
right: 28px;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.ten-menu--horizontal .ten-menu-header {
float: left;
height: 64px;
line-height: 62px;
width: auto;
}
.ten-menu--horizontal .ten-menu-item--deep-0 {
float: left;
margin: 0;
width: auto;
}
.ten-menu--horizontal .ten-menu-item--deep-0 > .ten-menu-item__content {
padding: 0;
}
.ten-menu--horizontal .ten-menu-item--deep-0 > .ten-menu-item__content .ten-menu-item__contentinner {
padding: 0 24px;
line-height: 64px;
height: 64px;
border-bottom: 2px solid transparent;
}
.ten-menu--horizontal .ten-menu-item--deep-0 > .ten-menu-item__content .ten-menu-item__content-carret {
right: 24px;
}
.ten-menu--horizontal .ten-menu-item--deep-0.ten-menu-item--ismenu > .ten-menu-item__content .ten-menu-item__contentinner {
padding-right: 50px;
}
.ten-menu--horizontal .ten-menu-item--deep-0 > .ten-menu-item__content--childrenselected .ten-menu-item__contentinner,
.ten-menu--horizontal .ten-menu-item--deep-0 > .ten-menu-item__content--selected > .ten-menu-item__contentinner {
color: #0052d9;
background: #fff;
border-bottom: 2px solid #0052d9;
}
.ten-menu--horizontal .ten-menu-item--deep-0 > .ten-menu-item__content--childrenselected .ten-menu-item__contentinner .ten-menu-item__content-icon,
.ten-menu--horizontal .ten-menu-item--deep-0 > .ten-menu-item__content--selected > .ten-menu-item__contentinner .ten-menu-item__content-icon {
color: #0052d9;
}
.ten-menu--horizontal .ten-menu-item--deep-0 > .ten-menu-item__submenu {
position: absolute;
z-index: 0;
top: 100%;
left: 0;
width: 256px;
padding: 3px 16px;
background: #fff;
box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
}
.ten-menu--theme-ghost.ten-menu {
background: none;
}
.ten-menu--theme-ghost.ten-menu .ten-menu-item--deep-0 > .ten-menu-item__content .ten-menu-item__contentinner {
color: rgba(255, 255, 255, 0.6);
background: none;
}
.ten-menu--theme-ghost.ten-menu .ten-menu-item--deep-0 > .ten-menu-item__content .ten-menu-item__contentinner:hover {
color: #fff;
background: none;
}
.ten-menu--theme-ghost.ten-menu .ten-menu-item--deep-0 > .ten-menu-item__content--selected .ten-menu-item__contentinner,
.ten-menu--theme-ghost.ten-menu .ten-menu-item--deep-0 > .ten-menu-item__content--childrenselected .ten-menu-item__contentinner {
background: none;
}
.ten-menu--theme-ghost.ten-menu .ten-menu-item--deep-0 .ten-menu-item--deep-1 > .ten-menu-item__content--childrenselected .ten-menu-item__contentinner {
color: #0052d9;
background: none;
}
.ten-menu--theme-ghost.ten-menu.ten-menu--horizontal .ten-menu-item--deep-0 > .ten-menu-item__content--childrenselected .ten-menu-item__contentinner,
.ten-menu--theme-ghost.ten-menu.ten-menu--horizontal .ten-menu-item--deep-0 > .ten-menu-item__content--selected > .ten-menu-item__contentinner {
border-bottom: 2px solid #fff;
}
/* dependencies input,icon,loading */
.ten-mention {
position: relative;
cursor: pointer;
}
.ten-mention .ten-input-textarea textarea {
resize: none;
}
.ten-mention-options {
max-height: 400px;
overflow-y: auto;
outline: none;
}
.ten-mention-option {
padding: 0 10px;
line-height: 48px;
cursor: pointer;
}
.ten-mention-option .ten-checkbox {
margin-right: 8px;
}
.ten-mention-option--mentioned {
color: #0052d9;
}
.ten-mention-option:hover:not(.ten-mention-option--disabled),
.ten-mention-option:focus:not(.ten-mention-option--disabled),
.ten-mention-option.ten-mention-option--focused:not(.ten-mention-option--disabled) {
background: #e8f1ff;
}
.ten-mention-option--disabled {
color: #c0c0c0;
cursor: not-allowed;
}
.ten-mention__spy,
.ten-mention__textarea {
overflow-x: hidden;
overflow-y: auto;
word-wrap: break-word;
white-space: pre-wrap;
}
.ten-mention__spy {
min-height: 34px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 9px 8px;
line-height: 16.1px;
z-index: -1;
color: transparent;
text-align: left;
pointer-events: none;
}
.ten-mention__popup-content {
position: relative;
}
.ten-mention__popup.ten-popup {
padding: 0;
}
.ten-mention__popup--size-small .ten-mention-option {
line-height: 40px;
}
.ten-mention__popup--loading .ten-mention__popup-content {
min-height: 48px;
}
.ten-mention__popup .ten-mention__empty {
padding: 0 10px;
text-align: center;
color: #999;
line-height: 48px;
}
.ten-mention__popup .ten-mention__loading {
position: relative;
width: 80px;
height: 48px;
}
/* dependencies button */
.ten-modal {
width: 50%;
background: #ffffff;
margin: 0 auto;
position: relative;
top: 20vh;
border-radius: 0px;
box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
}
.ten-modal--center {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ten-modal__wrapper {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 10001;
overflow: auto;
}
.ten-modal__mask {
background: rgba(0, 0, 0, 0.5);
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.ten-modal__header {
position: relative;
display: flex;
padding: 20px 24px;
}
.ten-modal__header-title {
font-size: 16px;
color: #333;
font-weight: bold;
}
.ten-modal__header-close {
position: absolute;
top: 19px;
right: 20px;
font-size: 14px;
padding: 5px;
color: #999;
cursor: pointer;
}
.ten-modal__header-icon {
font-size: 24px;
margin-right: 14px;
}
.ten-modal__header-icon--error {
color: #ff3e00;
}
.ten-modal__header-icon--warning {
color: #ffa700;
}
.ten-modal__header-icon--success {
color: #3ecc36;
}
.ten-modal__header-icon--info {
color: #c7ddf3;
}
.ten-modal__content {
padding: 18px 24px 30px;
position: relative;
color: #666;
}
.ten-modal__footer {
position: relative;
padding: 15px 24px;
text-align: right;
}
.ten-modal__footer::before {
content: '';
width: 100%;
height: 1px;
position: absolute;
left: 0;
right: 0;
top: 0;
background: #F0F0F0;
}
.ten-modal__footer-btn {
min-width: auto;
}
.ten-modal__footer .ten-button + .ten-button {
margin-left: 8px;
}
/* dependencies button,icon */
.ten-pagination__btn,
.ten-pagination__page-item {
min-width: 32px;
padding: 0;
font-size: 14px;
vertical-align: top;
transition: none;
}
.ten-pagination__btn--active,
.ten-pagination__page-item--active {
border-color: #0052d9;
background-color: #0052d9;
color: #fff;
}
.ten-pagination__btn--active:hover,
.ten-pagination__page-item--active:hover {
color: #fff;
}
.ten-pagination__btn--active:focus,
.ten-pagination__page-item--active:focus {
color: #fff;
}
.ten-pagination__btn + .ten-pagination__page-item,
.ten-pagination__page-item + .ten-pagination__page-item {
margin-left: 8px;
}
.ten-pagination__btn-wrapper {
display: inline-block;
vertical-align: middle;
font-size: 0;
}
.ten-pagination__btn-prev-more,
.ten-pagination__btn-next-more {
border: none;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
background-color: transparent!important;
}
.ten-pagination__btn-prev-more,
.ten-pagination__btn-next-more,
.ten-pagination__btn-next,
.ten-pagination__btn-prev {
color: #bfbfbf;
}
.ten-pagination__page-size-selector {
width: 98px;
margin-left: 16px;
}
.ten-pagination__jumper {
display: inline-block;
margin-left: 8px;
vertical-align: middle;
}
.ten-pagination__jumper-input {
width: 48px;
margin: 0 4px;
margin-top: -2px;
}
.ten-pagination__simple {
display: inline-block;
margin: 0 4px;
font-size: 0;
}
.ten-pagination__simple-input {
width: 48px;
text-align: center;
vertical-align: top;
}
.ten-pagination__simple-total {
margin: 0 4px;
font-size: 14px;
line-height: 32px;
vertical-align: middle;
}
.ten-pagination__total {
margin-right: 10px;
}
/* dependencies popup,button */
div.ten-popconfirm__content {
min-width: 200px;
padding: 24px;
}
.ten-popconfirm__title {
margin-bottom: 20px;
}
.ten-popconfirm__title-icon {
font-size: 20px;
color: #ffa700;
vertical-align: middle;
margin-right: 8px;
}
.ten-popconfirm__buttons {
text-align: right;
margin-bottom: -12px;
}
.ten-popconfirm__buttons .ten-button {
min-width: auto;
}
.ten-progress__message {
color: #666;
}
.ten-progress--type-bar {
width: 210px;
}
.ten-progress--type-bar > div {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 20px;
}
.ten-progress--type-bar .ten-progress__bar {
flex: 1;
background: #E9E9E9;
height: 4px;
border-radius: 0px;
}
.ten-progress--type-bar .ten-progress__bar-inner {
background: #0052d9;
transition: width 0.3s;
height: 100%;
border-radius: inherit;
}
.ten-progress--type-bar .ten-progress__valuetext {
flex: none;
padding-left: 8px;
font-size: 14px;
}
.ten-progress--type-circle > div {
display: inline-block;
position: relative;
}
.ten-progress--type-circle svg {
display: block;
}
.ten-progress--type-circle svg path {
transition: all 0.3s;
}
.ten-progress--type-circle svg path:first-child {
stroke: #E9E9E9;
}
.ten-progress--type-circle svg path:last-child {
stroke: #0052d9;
}
.ten-progress--type-circle .ten-progress__valuetext {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
white-space: nowrap;
font-size: 20px;
}
.ten-progress--type-circle .ten-progress__message {
text-align: center;
}
.ten-progress--size-small.ten-progress--type-circle svg {
width: 48px;
}
.ten-progress--size-small.ten-progress--type-circle .ten-progress__valuetext {
font-size: 12px;
}
.ten-progress--size-default.ten-progress--type-circle svg {
width: 90px;
}
.ten-progress--size-large.ten-progress--type-circle svg {
width: 146px;
}
.ten-progress--size-large.ten-progress--type-circle .ten-progress__valuetext {
font-size: 32px;
}
.ten-progress--size-large.ten-progress--type-bar {
width: 300px;
}
.ten-progress--size-large.ten-progress--type-bar .ten-progress__bar {
height: 8px;
border-radius: 0px;
}
.ten-progress--inline {
display: inline-block;
}
.ten-progress--block.ten-progress--type-bar {
width: 100%;
}
/* dependencies button */
.ten-radio + .ten-radio {
margin-left: 8px;
}
.ten-radio {
font-family: "PingFang SC", -apple-system, "Helvetica Neue", Helvetica, BlinkMacSystemFont, "Microsoft YaHei", tahoma, Arial, "Open Sans", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
cursor: pointer;
}
.ten-radio__radio {
position: relative;
display: inline-block;
margin-right: 8px;
width: 16px;
height: 16px;
border: 1px solid #d9d9d9;
border-radius: 50%;
background-color: #fff;
transition: border-color 0.3s;
vertical-align: middle;
}
.ten-radio__radio input {
position: absolute;
z-index: 9999;
left: 0;
top: 0;
margin: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
}
.ten-radio__radio-inner {
display: block;
position: absolute;
width: 8px;
height: 8px;
left: 50%;
top: 50%;
border-radius: 100%;
background-color: #0052d9;
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
opacity: 0;
transition: all 0.3s;
}
.ten-radio--focus .ten-radio__radio,
.ten-radio:hover .ten-radio__radio {
border-color: #6697E8;
}
.ten-radio--checked .ten-radio__radio {
border-color: #0052d9;
}
.ten-radio--checked .ten-radio__radio-inner {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
.ten-radio--disabled {
cursor: not-allowed;
}
.ten-radio--disabled .ten-radio__radio {
cursor: not-allowed;
background-color: #f5f5f5;
border-color: #d9d9d9;
}
.ten-radio--disabled .ten-radio__radio input {
pointer-events: none;
cursor: not-allowed;
}
.ten-radio--disabled .ten-radio__radio-inner {
background-color: #d9d9d9;
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
}
.ten-radio--disabled:hover .ten-radio__radio {
border-color: #d9d9d9;
}
.ten-radio--disabled .ten-radio__child {
color: #c0c0c0;
}
.ten-radio-group {
display: inline-block;
}
.ten-button-radio {
position: relative;
}
.ten-button-radio--checked {
z-index: 2;
}
.ten-button-radio .ten-radio__radio {
position: absolute;
width: 0;
height: 0;
margin: 0;
opacity: 0;
}
.ten-row {
zoom: 1;
}
.ten-row:before,
.ten-row:after {
content: " ";
display: table;
}
.ten-row:after {
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
.ten-col {
position: relative;
float: left;
}
/* dependencies input,icon,loading,popup */
.vue-recycle-scroller {
position: relative;
}
.vue-recycle-scroller.direction-vertical:not(.page-mode) {
overflow-y: auto;
}
.vue-recycle-scroller.direction-horizontal:not(.page-mode) {
overflow-x: auto;
}
.vue-recycle-scroller.direction-horizontal {
display: flex;
}
.vue-recycle-scroller__slot {
flex: auto 0 0;
}
.vue-recycle-scroller__item-wrapper {
flex: 1;
box-sizing: border-box;
overflow: hidden;
position: relative;
}
.vue-recycle-scroller.ready .vue-recycle-scroller__item-view {
position: absolute;
top: 0;
left: 0;
will-change: transform;
}
.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper {
width: 100%;
}
.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper {
height: 100%;
}
.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view {
width: 100%;
}
.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view {
height: 100%;
}
.resize-observer[data-v-b329ee4c] {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
border: none;
background-color: transparent;
pointer-events: none;
display: block;
overflow: hidden;
opacity: 0;
}
.resize-observer[data-v-b329ee4c] object {
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
overflow: hidden;
pointer-events: none;
z-index: -1;
}
.ten-select {
cursor: pointer;
}
.ten-select-input {
cursor: pointer;
}
.ten-select-input .ten-input__input-input:not(:disabled):-moz-read-only {
cursor: pointer;
}
.ten-select-input .ten-input__input-input:not(:disabled):read-only {
cursor: pointer;
}
.ten-select-input .ten-input__input-icon {
font-size: 14px;
}
.ten-select-input .ten-input__input-icon .ten-icon--carret_down {
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
}
.ten-select-input--popupshow .ten-input__input-icon .ten-icon--carret_down {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.ten-select-options {
max-height: 400px;
overflow-y: auto;
outline: none;
}
.ten-select-option {
padding: 13px 10px;
line-height: 22px;
cursor: pointer;
word-break: break-all;
}
.ten-select-option .ten-checkbox {
margin-right: 8px;
}
.ten-select-option--selected {
color: #0052d9;
}
.ten-select-option:hover:not(.ten-select-option--disabled),
.ten-select-option:focus:not(.ten-select-option--disabled),
.ten-select-option.ten-select-option--focused:not(.ten-select-option--disabled) {
background: #e8f1ff;
}
.ten-select-option--disabled {
color: #c0c0c0;
cursor: not-allowed;
}
.ten-select__popup-content {
position: relative;
}
.ten-select__popup.ten-popup {
padding: 0;
}
.ten-select__popup--size-small .ten-select-option {
min-height: 40px;
line-height: 40px;
}
.ten-select__popup--loading .ten-select__popup-content {
min-height: 48px;
}
.ten-select__popup .ten-select__empty {
text-align: center;
color: #999;
line-height: 48px;
}
.ten-select-group__title {
font-size: 14px;
padding: 13px 10px;
line-height: 22px;
color: #999;
}
/* dependencies tooltip */
.ten-slider {
position: relative;
padding: 20px 0px;
margin: 0 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: border-box;
cursor: pointer;
}
.ten-slider .ten-slider__background {
width: 100%;
height: 2px;
background: #E9E9E9;
}
.ten-slider .ten-slider__container {
width: 100%;
height: 2px;
background: #0052d9;
position: absolute;
left: 0;
top: 20px;
}
.ten-slider .ten-slider__container .ten-slider__bar {
height: 100%;
background: #E9E9E9;
position: absolute;
top: 0;
}
.ten-slider .ten-slider__container .ten-slider__bar .ten-slider__indicator {
width: 8px;
height: 8px;
background: #0052d9;
border-radius: 100%;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 998;
cursor: pointer;
}
.ten-slider .ten-slider__container .ten-slider__bar .ten-slider__indicator:after,
.ten-slider .ten-slider__container .ten-slider__bar .ten-slider__indicator:before {
display: inline-block;
content: "";
position: absolute;
width: 4px;
height: 4px;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 100%;
background: #ffffff;
}
.ten-slider .ten-slider__container .ten-slider__bar .ten-slider__indicator:before {
width: 20px;
height: 20px;
background: transparent;
}
.ten-slider .ten-slider__container .ten-slider__bar .ten-slider__indicator--toplevel {
z-index: 10002;
}
.ten-slider .ten-slider__container .ten-slider__leftbar {
left: 0;
}
.ten-slider .ten-slider__container .ten-slider__leftbar .ten-slider__indicator {
left: 100%;
}
.ten-slider .ten-slider__container .ten-slider__rightbar {
right: 0;
}
.ten-slider .ten-slider__container .ten-slider__rightbar .ten-slider__indicator {
left: 0%;
}
.ten-slider .ten-slider__mark {
position: relative;
width: 100%;
padding-top: 1px;
box-sizing: border-box;
}
.ten-slider .ten-slider__mark .ten-slider__mark_i {
z-index: 997;
position: absolute;
padding-top: 10px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.ten-slider .ten-slider__mark .ten-slider__mark_i:after,
.ten-slider .ten-slider__mark .ten-slider__mark_i:before {
content: "";
display: inline-block;
width: 6px;
height: 6px;
background: #E9E9E9;
border-radius: 100%;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ten-slider .ten-slider__mark .ten-slider__mark_i:after {
width: 3px;
height: 3px;
background: #FFFFFF;
}
.ten-slider .ten-slider__mark .ten-slider__mark_i--focus:before {
background: #0052d9;
}
.ten-slider--disabled {
cursor: not-allowed;
}
.ten-slider--disabled .ten-slider__container {
background: #C0C0C0;
}
.ten-slider--disabled .ten-slider__container .ten-slider__bar .ten-slider__indicator {
background: #C0C0C0;
cursor: not-allowed;
}
.ten-slider--disabled .ten-slider__container .ten-slider__mark_i--focus:before {
background: #C0C0C0;
}
/* dependencies icon */
.ten-steps {
display: flex;
}
.ten-steps--vertical {
display: block;
}
.ten-steps--reverse .ten-steps__item--vertical:after {
content: '';
position: absolute;
top: 27px;
left: 5px;
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #C0C0C0 transparent;
}
.ten-steps--reverse .ten-steps__item--vertical--next--wait:after {
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #C0C0C0 transparent;
}
.ten-steps--reverse .ten-steps__item--vertical--next--skip:after {
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #C0C0C0 transparent;
}
.ten-steps--reverse .ten-steps__item--vertical--next--finish:after,
.ten-steps--reverse .ten-steps__item--vertical--next--process:after {
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #0052d9 transparent;
}
.ten-steps--reverse .ten-steps__item--vertical--next--error:after {
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #F00 transparent;
}
.ten-steps__item {
display: inline-block;
overflow: hidden;
position: relative;
}
.ten-steps__item:not(:last-child) {
flex: 1;
display: flex;
margin-right: 44px;
}
.ten-steps__item:after {
content: '';
position: absolute;
right: 0px;
top: 5px;
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent transparent transparent #C0C0C0;
}
.ten-steps__item:last-child:after {
content: none;
}
.ten-steps__item--next--wait:after {
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent transparent transparent #C0C0C0;
}
.ten-steps__item--next--skip:after {
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent transparent transparent #C0C0C0;
}
.ten-steps__item--next--finish:after,
.ten-steps__item--next--process:after {
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent transparent transparent #0052d9;
}
.ten-steps__item--next--error:after {
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent transparent transparent #F00;
}
.ten-steps__item--vertical {
display: block;
min-height: 70px;
}
.ten-steps__item--vertical:not(:last-child) {
margin-right: 0;
margin-bottom: 10px;
}
.ten-steps__item--vertical:after {
content: '';
width: 0;
position: absolute;
top: calc(100% - 5px);
left: 5px;
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #C0C0C0 transparent transparent transparent;
}
.ten-steps__item--vertical--next--wait:after {
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #C0C0C0 transparent transparent transparent;
}
.ten-steps__item--vertical--next--skip:after {
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #C0C0C0 transparent transparent transparent;
}
.ten-steps__item--vertical--next--finish:after,
.ten-steps__item--vertical--next--process:after {
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #0052d9 transparent transparent transparent;
}
.ten-steps__item--vertical--next--error:after {
width: 0px;
height: 0px;
overflow: hidden;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #F00 transparent transparent transparent;
}
.ten-steps__tail--vertical {
height: 999px;
border-right: 2px solid #C0C0C0;
position: absolute;
top: 28px;
left: 9px;
}
.ten-steps__tail--vertical--reverse {
top: 32px;
}
.ten-steps__tail--next--finish,
.ten-steps__tail--next--process {
border-color: #0052d9;
}
.ten-steps__tail--next--finish:after,
.ten-steps__tail--next--process:after {
border-color: #0052d9;
}
.ten-steps__tail--next--error {
border-right: 2px dashed #F00;
}
.ten-steps__tail--next--error:after {
border-right: 2px dashed #F00;
}
.ten-steps__tail--next--skip {
border-right: 2px dashed #C0C0C0;
}
.ten-steps__tail--next--skip:after {
border-right: 2px dashed #C0C0C0;
}
.ten-steps__icon {
display: flex;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 14px;
background-repeat: no-repeat;
background-position: center;
box-sizing: border-box;
border-radius: 50%;
border-width: 2px;
border-style: solid;
text-align: center;
display: inline-block;
vertical-align: top;
color: #fff;
flex-shrink: 0;
}
.ten-steps__icon--finish,
.ten-steps__icon--error {
font-size: 14px;
}
.ten-steps__icon--finish {
color: #0052d9;
}
.ten-steps__icon--error {
background-color: #FF3E00;
border-color: #FF3E00;
}
.ten-steps__icon--process {
background: #0052d9;
border: none;
}
.ten-steps__icon--wait,
.ten-steps__icon--skip {
border-color: #C0C0C0;
color: #C0C0C0;
line-height: 16px;
}
.ten-steps__content {
display: inline-block;
vertical-align: top;
margin-left: 8px;
color: #000;
}
.ten-steps__title {
font-size: 14px;
margin-bottom: 10px;
position: relative;
display: inline-flex;
}
.ten-steps__title:after {
content: '';
width: 999px;
border: none;
border-bottom: 2px solid #C0C0C0;
position: absolute;
top: 9px;
left: calc(100% + 16px);
}
.ten-steps__title--vertical:after {
display: none;
}
.ten-steps__title--finish {
color: #000;
}
.ten-steps__title--error,
.ten-steps__title--process {
color: #0052d9;
font-weight: bold;
}
.ten-steps__title--wait,
.ten-steps__title--skip {
color: #C0C0C0;
}
.ten-steps__title--next--finish:after,
.ten-steps__title--next--process:after {
border-color: #0052d9;
}
.ten-steps__title--next--error:after {
border-bottom: 2px dashed #F00;
}
.ten-steps__title--next--skip:after {
border-bottom: 2px dashed #C0C0C0;
}
.ten-steps__description {
font-size: 12px;
position: relative;
margin-bottom: 10px;
}
.ten-steps__description--finish {
color: #333;
}
.ten-steps__description--process {
color: #010101;
}
.ten-steps__description--wait,
.ten-steps__description--skip {
color: #C0C0C0;
}
.ten-steps__description--error {
color: #010101;
}
.ten-steps__extraContent {
margin-bottom: 10px;
}
.ten-status {
text-align: center;
}
.ten-status__message {
color: #999;
}
/* dependencies icon */
.ten-switch {
display: inline-flex;
align-items: center;
border-radius: 24px;
outline: none;
border: 0;
line-height: 24px;
height: 24px;
min-width: 48px;
position: relative;
transition: all 0.3s ease-in-out;
}
.ten-switch .ten-icon {
line-height: 24px;
font-size: 14px;
color: #ffffff;
}
.ten-switch .ten-switch__text {
min-height: 22px;
line-height: 22px;
display: inline-flex;
height: 100%;
align-items: center;
color: #ffffff;
padding-left: 2px;
padding-right: 22px;
}
.ten-switch:after {
content: "";
display: inline-block;
width: 22px;
height: 22px;
border-radius: 100%;
background: #ffffff;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
}
.ten-switch .ten-switch__checkinput {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 999;
opacity: 0;
cursor: pointer;
}
.ten-switch--ischecked {
background: #0052d9;
}
.ten-switch--ischecked:after {
left: calc(100% - 1px);
-webkit-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
box-shadow: 3px 3px 5px 0 rgba(0, 67, 177, 0.15);
}
.ten-switch--ischecked .ten-switch__text {
padding-left: 2px;
padding-right: 22px;
}
.ten-switch--unchecked {
background: #F0F0F0;
}
.ten-switch--unchecked:after {
left: 1px;
box-shadow: -3px 3px 5px 0 rgba(153, 153, 153, 0.14);
}
.ten-switch--unchecked .ten-switch__text {
padding-right: 2px;
padding-left: 22px;
}
.ten-switch--disabled {
background: #F0F0F0;
}
.ten-switch--disabled .ten-switch__checkinput {
cursor: not-allowed;
}
.ten-switch--disabled:after {
background: rgba(192, 192, 192, 0.6);
box-shadow: -3px 3px 5px 0 rgba(153, 153, 153, 0.14);
}
/* dependencies icon,loading,checkbox,button */
.ten-table table {
width: 100%;
border-bottom: 1px solid #f0f0f0;
border-top: 1px solid #f0f0f0;
border-collapse: collapse;
}
.ten-table table td,
.ten-table table th {
padding: 10px 18px;
line-height: 19px;
text-align: left;
font-weight: 400;
}
.ten-table table td:first-child,
.ten-table table th:first-child {
padding-left: 28px;
}
.ten-table table .ten-table__table-cell--empty-text {
text-align: center;
color: #999;
}
.ten-table table .ten-table__table-cell--invisible {
visibility: hidden;
}
.ten-table table tbody {
background: #fff;
}
.ten-table table tbody tr {
border-top: 1px solid #f0f0f0;
font-size: 12px;
color: #333;
}
.ten-table table .ten-table-td-expand {
padding: 0;
box-shadow: inset 0px 15px 10px -15px #f0f0f0;
background-color: #FBFBFB;
}
.ten-table table .resizable {
position: relative;
}
.ten-table table .resizable .resizable-handle {
border: 1px;
position: absolute;
width: 10px;
top: 0;
bottom: 0;
right: -5px;
cursor: col-resize;
z-index: 1;
}
.ten-table-fixed {
overflow-y: auto;
overflow-x: hidden;
position: relative;
}
.ten-table-fixed table {
table-layout: fixed;
}
.ten-table-fixed-head {
margin-bottom: -20px;
overflow: scroll hidden;
}
.ten-table-fixed-body {
overflow-y: auto;
overflow-x: scroll;
position: relative;
background: #fff;
}
.ten-table-fixed-body table {
border-top: none;
}
.ten-table-fixed-body tr:first-child {
border-top: none;
}
.ten-table-fixed-left {
position: absolute;
left: 0;
top: 0;
z-index: 5;
overflow: hidden;
}
.ten-table-fixed-left .ten-table-fixed-body,
.ten-table-fixed-right .ten-table-fixed-body {
overflow: hidden auto;
}
.ten-table-fixed-left-shadow {
box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.1);
}
.ten-table-fixed-right {
position: absolute;
right: 0;
top: 0;
z-index: 5;
overflow: hidden;
}
.ten-table-fixed-right-shadow {
box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ten-table-thead {
background: #fbfbfb;
}
.ten-table-thead th {
font-size: 14px;
color: #333;
padding: 18px 18px;
}
.ten-table-thead th + th {
border-left: 1px solid #f0f0f0;
}
.ten-table-thead-title {
display: block;
}
.ten-table-thead-sorter {
display: table-cell;
vertical-align: middle;
}
.ten-table-thead-sorter-inner {
height: 1em;
margin-left: 12px;
color: #bfbfbf;
line-height: 1em;
text-align: center;
transition: all 0.3s;
position: relative;
}
.ten-table-thead-sorter-up,
.ten-table-thead-sorter-down {
position: absolute;
left: 0;
border-style: solid;
height: 0;
width: 0;
border: solid transparent;
transition: all 0.3s;
}
.ten-table-thead-sorter-up {
border-width: 0 4px 6px;
border-bottom-color: #999;
bottom: 55%;
}
.ten-table-thead-sorter-down {
top: 2px;
border-width: 6px 4px 0;
border-top-color: #999;
top: 55%;
}
.ten-table-thead-sorter--asc .ten-table-thead-sorter-up {
border-bottom-color: #0052d9;
}
.ten-table-thead-sorter--desc .ten-table-thead-sorter-down {
border-top-color: #0052d9;
}
.ten-table-thead-th-sorter {
cursor: pointer;
transition: all 0.3s;
}
.ten-table-thead-th-sorter:hover {
background: #d9d9d9;
}
.ten-table-expand {
vertical-align: middle;
font-size: 14px;
margin-right: 8px;
cursor: pointer;
}
.ten-table-expand i {
color: #666;
}
.ten-table .ten-checkbox {
margin-left: 0;
}
.ten-table a {
font-size: 12px;
color: #0052d9;
letter-spacing: 0.1px;
cursor: pointer;
}
.ten-table_page {
height: 56px;
background: #fbfbfb;
text-align: right;
padding-top: 12px;
padding-right: 24px;
}
.ten-table--vue {
position: relative;
}
.ten-table--vue.ten-table .ten-table__table {
overflow: hidden;
}
.ten-table--vue.ten-table .ten-table__table-head {
overflow-x: hidden;
border-top: 1px solid #f0f0f0;
background: #fbfbfb;
}
.ten-table--vue.ten-table .ten-table__table-body {
overflow-x: scroll;
overflow-y: auto;
border-bottom: 1px solid #f0f0f0;
background: #fff;
}
.ten-table--vue.ten-table .ten-table__table-row--expand {
background: #fbfbfb;
box-shadow: inset 0px 15px 10px -15px #f0f0f0;
}
.ten-table--vue.ten-table .ten-table__table-row--hover,
.ten-table--vue.ten-table .ten-table__table-row--selected {
background: #e8f1ff;
}
.ten-table--vue.ten-table .ten-table__table-cell {
box-sizing: border-box;
padding: 10px 18px;
word-break: break-all;
}
.ten-table--vue.ten-table .ten-table__table-cell--align-left {
text-align: left;
}
.ten-table--vue.ten-table .ten-table__table-cell--align-center {
text-align: center;
}
.ten-table--vue.ten-table .ten-table__table-cell--align-right {
text-align: right;
}
.ten-table--vue.ten-table .ten-table__table-cell .sorter-wrapper {
position: relative;
margin-left: 12px;
}
.ten-table--vue.ten-table .ten-table__table-cell .sorter-asc,
.ten-table--vue.ten-table .ten-table__table-cell .sorter-desc {
position: absolute;
left: 0;
border-style: solid;
height: 0;
width: 0;
border-color: transparent;
transition: all 0.3s;
}
.ten-table--vue.ten-table .ten-table__table-cell .sorter-asc {
border-width: 0 4px 6px;
border-bottom-color: #999;
bottom: 55%;
}
.ten-table--vue.ten-table .ten-table__table-cell .sorter-desc {
top: 2px;
border-width: 6px 4px 0;
border-top-color: #999;
top: 55%;
}
.ten-table--vue.ten-table .ten-table__table-cell--sortable-asc .sorter-asc {
border-bottom-color: #0052d9;
}
.ten-table--vue.ten-table .ten-table__table-cell--sortable-desc .sorter-desc {
border-top-color: #0052d9;
}
.ten-table--vue.ten-table .ten-table__table-cell .expand {
color: #bfbfbf;
}
.ten-table--vue.ten-table .ten-table__table-cell--empty-text {
text-align: center;
color: #999;
}
.ten-table--vue.ten-table .ten-table__table--fixed {
position: absolute;
top: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
.ten-table--vue.ten-table .ten-table__table--fixed .ten-table__table-body {
overflow-x: hidden;
}
.ten-table--vue.ten-table .ten-table__table--fixed-right {
left: auto;
right: 0;
box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ten-table--vue.ten-table .ten-table__table--fixed-right .ten-table__table-head,
.ten-table--vue.ten-table .ten-table__table--fixed-right .ten-table__table-body {
position: absolute;
left: auto;
right: 0;
top: 0;
}
.ten-table--vue.ten-table .ten-table__table--fixed-right.is-scrolling--right {
box-shadow: none;
}
.ten-table--vue.ten-table .ten-table__table--fixed-left {
box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.1);
}
.ten-table--vue.ten-table .ten-table__table--fixed-left.is-scrolling--left {
box-shadow: none;
}
.ten-table--vue.ten-table table {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
border: none;
}
.ten-table--vue.ten-table table td,
.ten-table--vue.ten-table table th {
padding: 0;
}
.ten-table--vue.ten-table table td.is-center,
.ten-table--vue.ten-table table th.is-center {
text-align: center;
}
.ten-table--vue.ten-table table td.is-left,
.ten-table--vue.ten-table table th.is-left {
text-align: left;
}
.ten-table--vue.ten-table table td.is-right,
.ten-table--vue.ten-table table th.is-right {
text-align: right;
}
.ten-table--vue.ten-table table th {
background: #fbfbfb;
border-bottom: 1px solid #f0f0f0;
font-size: 14px;
color: #333;
}
.ten-table--vue.ten-table table th.sortable {
cursor: pointer;
transition: all 0.3s;
}
.ten-table--vue.ten-table table th.sortable:hover {
background: #d9d9d9;
}
.ten-table--vue.ten-table table th + th {
border-left: 1px solid #f0f0f0;
}
.ten-table--vue.ten-table table tr:first-child {
border-top: none;
}
.ten-table--vue.ten-table table td.first-child,
.ten-table--vue.ten-table table th:first-child {
padding-left: 28px;
}
.ten-table--vue + .ten-pagination {
margin-top: 16px;
text-align: right;
}
/* dependencies icon */
.ten-tabs {
background: #FFFFFF;
box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
border-radius: 0px;
overflow: hidden;
}
.ten-tabs .ten-tabs-nav-container {
position: relative;
height: 48px;
transition: all 0.35s;
}
.ten-tabs .ten-tabs-nav {
display: block;
width: 100%;
position: relative;
background: #FBFBFB;
overflow: hidden;
white-space: nowrap;
height: 48px;
line-height: 48px;
}
.ten-tabs .ten-tabs-nav .ten-tabs-nav-scroll {
display: inline-block;
font-size: 0px;
transition: all 0.35s;
position: relative;
z-index: 2;
}
.ten-tabs .ten-tabs-nav .ten-tabs-scroll__next {
right: 0px;
color: rgba(0, 0, 0, 0.6);
border-left: 1px rgba(218, 218, 218, 0.5) solid;
}
.ten-tabs .ten-tabs-nav .ten-tabs-scroll__prev {
left: 0px;
color: rgba(0, 0, 0, 0.6);
border-right: 1px rgba(218, 218, 218, 0.5) solid;
}
.ten-tabs .ten-tabs-nav .ten-tabs-scroll__next,
.ten-tabs .ten-tabs-nav .ten-tabs-scroll__prev {
position: absolute;
top: 0%;
bottom: 0%;
font-size: 16px;
z-index: 3;
background: #FBFBFB;
display: table;
height: 100%;
width: 41px;
cursor: pointer;
}
.ten-tabs .ten-tabs-nav .ten-tabs-scroll__next .ten-tabs-scroll-btn,
.ten-tabs .ten-tabs-nav .ten-tabs-scroll__prev .ten-tabs-scroll-btn {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.ten-tabs .ten-tabs-nav .ten-tabs-scroll__next .ten-icon--right,
.ten-tabs .ten-tabs-nav .ten-tabs-scroll__prev .ten-icon--right,
.ten-tabs .ten-tabs-nav .ten-tabs-scroll__next .ten-icon--left,
.ten-tabs .ten-tabs-nav .ten-tabs-scroll__prev .ten-icon--left {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ten-tabs .ten-tabs-nav .ten-tabs-scroll__next::after,
.ten-tabs .ten-tabs-nav .ten-tabs-scroll__prev::after {
content: ' ';
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: rgba(218, 218, 218, 0.5);
z-index: 2;
}
.ten-tabs .ten-tabs-nav::after {
content: ' ';
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: rgba(218, 218, 218, 0.5);
z-index: 1;
}
.ten-tabs .ten-tabs-nav .ten-tabs-tab {
position: relative;
cursor: pointer;
display: inline-block;
color: rgba(0, 0, 0, 0.6);
text-align: center;
padding: 0px 40px;
font-size: 14px;
border-right: 1px rgba(218, 218, 218, 0.5) solid;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ten-tabs .ten-tabs-nav .ten-tabs-tab:hover {
color: rgba(0, 0, 0, 0.8);
}
.ten-tabs .ten-tabs-nav .ten-tabs-tab__icon {
line-height: 1;
color: #999;
position: absolute;
right: 13px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ten-tabs .ten-tabs-nav .ten-tabs-tab.ten-tabs-tab--info::before {
content: ' ';
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #0052d9;
position: absolute;
left: 16px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ten-tabs .ten-tabs-nav .ten-tabs-tab--active {
background-color: #FFFFFF;
color: rgba(0, 0, 0, 0.8);
z-index: 3;
}
.ten-tabs .ten-tabs-nav .ten-tabs-tab--active.ten-tabs-tab--close {
padding: 0px 40px;
}
.ten-tabs .ten-tabs-nav .ten-tabs-tab--active::after {
content: ' ';
position: absolute;
left: 0;
right: 0;
bottom: -1px;
width: 100%;
height: 2px;
background-color: #FFFFFF;
z-index: 1;
}
.ten-tabs .ten-tabs-content .ten-tabs-tabpane {
padding: 20px;
display: none;
}
.ten-tabs .ten-tabs-content .ten-tabs-tabpane--active {
display: block;
}
.ten-tabs.ten-tabs--primary .ten-tabs-tab,
.ten-tabs.ten-tabs--normal .ten-tabs-tab,
.ten-tabs.ten-tabs--primary .ten-tabs-tab--active,
.ten-tabs.ten-tabs--normal .ten-tabs-tab--active {
font-size: 14px;
}
.ten-tabs.ten-tabs--primary .ten-tabs-nav::after,
.ten-tabs.ten-tabs--normal .ten-tabs-nav::after {
display: none;
}
.ten-tabs.ten-tabs--primary .ten-tabs-nav,
.ten-tabs.ten-tabs--normal .ten-tabs-nav {
height: 48px;
line-height: 48px;
}
.ten-tabs.ten-tabs--primary .ten-tabs-nav .ten-tabs-scroll__next,
.ten-tabs.ten-tabs--normal .ten-tabs-nav .ten-tabs-scroll__next,
.ten-tabs.ten-tabs--primary .ten-tabs-nav .ten-tabs-scroll__prev,
.ten-tabs.ten-tabs--normal .ten-tabs-nav .ten-tabs-scroll__prev {
width: 72px;
background: #FFFFFF;
border: none;
font-size: 16px;
color: #999;
}
.ten-tabs.ten-tabs--primary .ten-tabs-nav .ten-tabs-scroll__next::after,
.ten-tabs.ten-tabs--normal .ten-tabs-nav .ten-tabs-scroll__next::after,
.ten-tabs.ten-tabs--primary .ten-tabs-nav .ten-tabs-scroll__prev::after,
.ten-tabs.ten-tabs--normal .ten-tabs-nav .ten-tabs-scroll__prev::after {
display: none;
}
.ten-tabs.ten-tabs--primary .ten-tabs-nav .ten-tabs-scroll__next::before,
.ten-tabs.ten-tabs--normal .ten-tabs-nav .ten-tabs-scroll__next::before {
content: ' ';
width: 60px;
height: 100%;
position: absolute;
right: 100%;
top: 0;
background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}
.ten-tabs.ten-tabs--primary .ten-tabs-nav .ten-tabs-scroll__prev::before,
.ten-tabs.ten-tabs--normal .ten-tabs-nav .ten-tabs-scroll__prev::before {
content: ' ';
width: 60px;
height: 100%;
position: absolute;
left: 100%;
top: 0;
background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.ten-tabs.ten-tabs--primary .ten-tabs-tab::after,
.ten-tabs.ten-tabs--normal .ten-tabs-tab::after {
content: ' ';
position: absolute;
left: 50%;
right: 0;
bottom: 0;
height: 2px;
background-color: #0052d9;
width: 0%;
}
.ten-tabs.ten-tabs--primary .ten-tabs-tab:hover::after,
.ten-tabs.ten-tabs--normal .ten-tabs-tab:hover::after {
width: 100%;
left: 0%;
}
.ten-tabs.ten-tabs--primary .ten-tabs-tab .ten-icon--clear,
.ten-tabs.ten-tabs--normal .ten-tabs-tab .ten-icon--clear {
color: #FFFFFF;
}
.ten-tabs.ten-tabs--primary .ten-tabs-tab.ten-tabs-tab--info::before,
.ten-tabs.ten-tabs--normal .ten-tabs-tab.ten-tabs-tab--info::before {
width: 6px;
height: 6px;
left: 11px;
}
.ten-tabs.ten-tabs--primary .ten-tabs-tab--active::after,
.ten-tabs.ten-tabs--normal .ten-tabs-tab--active::after {
width: 100%;
left: 0%;
}
.ten-tabs.ten-tabs--primary .ten-tabs-tab--active.ten-tabs-tab--close,
.ten-tabs.ten-tabs--normal .ten-tabs-tab--active.ten-tabs-tab--close {
padding: 0px 40px;
}
.ten-tabs.ten-tabs--primary {
background: #0052d9;
color: #FFFFFF;
}
.ten-tabs.ten-tabs--primary .ten-tabs-nav,
.ten-tabs.ten-tabs--primary .ten-tabs-tab,
.ten-tabs.ten-tabs--primary .ten-tabs-tab--active {
background: #0052d9;
border: 0px;
color: rgba(255, 255, 255, 0.6);
}
.ten-tabs.ten-tabs--primary .ten-tabs-tab:hover,
.ten-tabs.ten-tabs--primary .ten-tabs-tab--active:hover {
color: #FFFFFF;
}
.ten-tabs.ten-tabs--primary .ten-tabs-nav .ten-tabs-scroll__next,
.ten-tabs.ten-tabs--primary .ten-tabs-nav .ten-tabs-scroll__prev {
background: #0052d9;
color: #ffffff;
}
.ten-tabs.ten-tabs--primary .ten-tabs-nav .ten-tabs-scroll__next::before {
background: linear-gradient(to left, #0052d9, rgba(0, 82, 217, 0));
}
.ten-tabs.ten-tabs--primary .ten-tabs-nav .ten-tabs-scroll__prev::before {
background: linear-gradient(to right, #0052d9, rgba(0, 82, 217, 0));
}
.ten-tabs.ten-tabs--primary .ten-tabs-tab::after {
background-color: #FFFFFF;
}
.ten-tabs.ten-tabs--primary .ten-tabs-tab.ten-tabs-tab--info::before {
background-color: #FFFFFF;
}
.ten-tabs.ten-tabs--primary .ten-tabs-tab--active {
color: #FFFFFF;
}
.ten-tabs.ten-tabs--normal {
background: #FFFFFF;
color: #999;
}
.ten-tabs.ten-tabs--normal .ten-tabs-nav,
.ten-tabs.ten-tabs--normal .ten-tabs-tab,
.ten-tabs.ten-tabs--normal .ten-tabs-tab--active {
background: #FFFFFF;
border: 0px;
color: #999;
}
.ten-tabs.ten-tabs--normal .ten-tabs-tab:hover,
.ten-tabs.ten-tabs--normal .ten-tabs-tab--active:hover {
color: #0052d9;
}
.ten-tabs.ten-tabs--normal .ten-tabs-tab:hover .ten-icon,
.ten-tabs.ten-tabs--normal .ten-tabs-tab--active:hover .ten-icon {
color: #0052d9;
}
.ten-tabs.ten-tabs--normal .ten-tabs-tab.ten-tabs-tab--info::before {
background-color: #0052d9;
}
.ten-tabs.ten-tabs--normal .ten-tabs-tab .ten-icon {
color: #999;
}
.ten-tabs.ten-tabs--normal .ten-tabs-tab--active {
color: #0052d9;
}
.ten-tabs.ten-tabs--normal .ten-tabs-tab--active .ten-icon {
color: #0052d9;
}
.ten-tabs-content {
background-color: #FFFFFF;
color: #333;
}
.ten-tabs-top {
display: flex;
}
.ten-tabs-top .ten-tabs-title {
flex: 1;
}
/* dependencies icon */
.ten-tag {
position: relative;
display: inline-block;
font-size: 14px;
line-height: 20px;
background: #f6f6f6;
padding: 2px 9px;
min-width: 70px;
text-align: center;
color: #333;
border-radius: 0px;
}
.ten-tag + .ten-tag {
margin-left: 8px;
}
.ten-tag--closable {
padding-right: 29px;
}
.ten-tag__close {
position: absolute;
top: 5px;
right: 5px;
font-size: 14px;
color: #bfbfbf;
cursor: pointer;
}
.ten-tag:hover {
background: #0052d9;
color: #fff;
}
.ten-tag:hover .ten-tag__close {
color: #fff;
}
/* dependencies date-picker */
.ten-picker__input-icon .ten-icon--line_circle_time {
font-size: 18px;
}
/* dependencies popup */
.ten-tooltip {
background: none;
box-shadow: none;
}
.ten-tooltip.ten-popup {
overflow: visible;
}
.ten-tooltip-content {
position: relative;
z-index: 1;
padding: 16px;
color: #666;
background: #fff;
box-shadow: 6px 6px 12px 6px rgba(0, 0, 0, 0.08);
border-radius: 0px;
}
.ten-tooltip__extra {
margin-top: 20px;
text-align: right;
}
.ten-tooltip__extra a {
color: #0052d9;
}
.ten-tooltip__extra a:hover,
.ten-tooltip__extra a:focus {
color: #4088ff;
}
.ten-tooltip__extra a:active {
color: #002b73;
}
.ten-tooltip--dark .ten-tooltip-content {
border: none;
background: #5d5d5d;
color: #fff;
}
.ten-tooltip--dark .ten-tooltip__extra a {
color: #fff;
}
.ten-tooltip--dark:after {
z-index: 1;
border-color: none;
background-color: #5d5d5d;
}
/* dependencies icon,checkbox,input, */
.ten-transfer__select-box {
display: inline-block;
height: 238px;
width: 176px;
vertical-align: middle;
border: 1px solid #d9d9d9;
border-radius: 0px;
position: relative;
padding-top: 40px;
background: #fff;
}
.ten-transfer__select-box-header {
position: absolute;
top: 0;
width: 100%;
height: 40px;
border-bottom: solid 1px #d9d9d9;
line-height: 40px;
font-size: 14px;
color: #333;
}
.ten-transfer__select-box-header .ten-checkbox {
margin-left: 8px;
}
.ten-transfer__select-box-header-title {
position: absolute;
right: 8px;
opacity: 0.6;
}
.ten-transfer__select-box-header-selected {
padding-left: 8px;
opacity: 0.8;
}
.ten-transfer__select-box-main {
position: relative;
height: 100%;
font-size: 14px;
}
.ten-transfer__select-box-main--search {
padding-top: 40px;
}
.ten-transfer__select-box-main-notfound {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%);
transform: translate(-50%);
color: #c0c0c0;
}
.ten-transfer__select-box-main-content {
height: 100%;
margin: 0;
padding: 0;
overflow: auto;
list-style: none;
}
.ten-transfer__select-box-main-content-item {
position: relative;
transition: all 0.3s;
height: 40px;
font-size: 14px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #333;
cursor: pointer;
}
.ten-transfer__select-box-main-content-item-title {
opacity: 0.8;
}
.ten-transfer__select-box-main-content-item .ten-checkbox {
margin: 0;
display: block;
padding: 12px 8px;
}
.ten-transfer__select-box-main-content-item__text {
padding-left: 8px;
}
.ten-transfer__select-box-main-content-item--disabled {
cursor: not-allowed;
color: #c0c0c0;
}
.ten-transfer__select-box-main-content-item:not(.ten-transfer__select-box-main-content-item--disabled):hover {
background: #e8f1ff;
}
.ten-transfer__select-box-main-content-item::after {
content: '';
display: none;
position: absolute;
left: 0;
width: 100%;
height: 4px;
background: #cfe1ff;
}
.ten-transfer__select-box-main-content-item--dragpos-center {
background-color: #cfe1ff;
}
.ten-transfer__select-box-main-content-item--dragpos-top::after {
display: block;
top: -2px;
}
.ten-transfer__select-box-main-content-item--dragpos-bottom::after {
display: block;
bottom: -2px;
}
.ten-transfer__search {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.ten-transfer__search input {
height: 40px;
border: none;
border-bottom: solid 1px #d9d9d9;
height: inherit;
line-height: 40px;
width: 100%;
padding: 0 12px;
outline: none;
transition: all 0.3s;
}
.ten-transfer__search input:focus {
border-bottom-color: #0052d9;
}
.ten-transfer__search-icon-search {
position: absolute;
right: 14px;
font-size: 12px;
line-height: 41px;
color: #999999;
opacity: 1;
transition: all 0.3s;
}
.ten-transfer__search-icon-search .ten-icon {
position: relative;
top: 5px;
}
.ten-transfer__search-icon-search .ten-icon svg {
width: 16px;
height: 16px;
}
.ten-transfer__search-icon--hide {
opacity: 0;
}
.ten-transfer__action {
display: inline-block;
margin: 0 9px;
overflow: hidden;
vertical-align: middle;
}
.ten-transfer__action_button {
cursor: pointer;
display: block;
height: 24px;
min-width: 24px;
line-height: 24px;
padding: 0 4px;
box-sizing: border-box;
font-size: 14px;
text-align: center;
background: #0052d9;
border: #0052d9 solid 1px;
color: #fff;
transition: all 0.3s;
}
.ten-transfer__action_button polygon {
fill: #fff;
}
.ten-transfer__action_button--disabled {
border-color: rgba(0, 0, 0, 0.15);
background: rgba(0, 0, 0, 0.04);
color: #c0c0c0;
cursor: not-allowed;
}
.ten-transfer__action_button--disabled polygon {
fill: rgba(0, 0, 0, 0.15);
}
.ten-transfer__action_button i {
position: relative;
top: 0.09em;
}
.ten-transfer__action_button + .ten-transfer__action_button {
margin-top: 4px;
}
/* dependencies icon,checkbox */
.ten-tree {
background: #fff;
}
.ten-tree .ten-tree-node__content {
display: flex;
position: relative;
align-items: center;
line-height: 40px;
padding-left: 28px;
background: #fff;
cursor: pointer;
}
.ten-tree .ten-tree-node__content:hover,
.ten-tree .ten-tree-node__content--selected:not([class*='showcheckbox']):not([class*='parentselected']) {
background: #e8f1ff;
}
.ten-tree .ten-tree-node__content--disabled {
color: #c0c0c0;
}
.ten-tree .ten-tree-node__content::after {
content: '';
display: none;
position: absolute;
left: 0;
width: 100%;
height: 4px;
background: #cfe1ff;
}
.ten-tree .ten-tree-node__content--dragpos-center {
background-color: #cfe1ff;
}
.ten-tree .ten-tree-node__content--dragpos-top::after {
display: block;
top: -2px;
}
.ten-tree .ten-tree-node__content--dragpos-bottom::after {
display: block;
bottom: -2px;
}
.ten-tree .ten-tree-node__content--disabled .ten-tree-node__expand {
color: #c0c0c0;
}
.ten-tree .ten-tree-node__expand {
position: absolute;
top: 8px;
left: 0;
display: inline-block;
width: 24px;
height: 24px;
color: #999;
}
.ten-tree .ten-tree-node__expand i {
position: relative;
top: 5px;
left: 5px;
display: block;
width: 14px;
height: 14px;
font-size: 14px;
}
.ten-tree .ten-tree-node__expand .ten-icon--carret_right {
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
}
.ten-tree .ten-tree-node__expand--expanded .ten-icon--carret_right {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.ten-tree .ten-tree-node__expand--children {
cursor: pointer;
}
.ten-tree .ten-tree-node__checkbox {
margin-right: 8px;
}
.ten-tree .ten-tree-node__children {
padding-left: 30px;
}
.ten-tree--uninitialized * {
transition: none!important;
}
.ten-treeselect {
background: #fff;
max-height: 400px;
overflow-y: auto;
}
/* dependencies tree,input,select */
.ten-tree-select__tree {
max-height: 400px;
overflow-y: auto;
}
.ten-tree-select__popup.ten-popup {
padding: 0;
}
.ten-tree-select__popup .ten-tree-select__empty {
text-align: center;
color: #999;
line-height: 48px;
}
/* dependencies icon,progress */
.ten-upload {
display: inline-block;
width: 100%;
}
.ten-upload__input {
display: none;
}
.ten-upload__select-container {
display: inline-block;
cursor: pointer;
transition: all 0.3s;
}
.ten-upload__trigger--picture-card {
width: 120px;
height: 120px;
background: rgba(0, 0, 0, 0.02);
border: 1px dashed rgba(0, 0, 0, 0.15);
line-height: 120px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 28px;
text-align: center;
color: #999;
}
.ten-upload__trigger--picture-card:hover {
border-color: #0052d9;
}
.ten-upload--disabled .ten-uplaod__select-container:hover,
.ten-upload--disabled .ten-uplaod__select-container--dragover {
border-color: none !important;
}
.ten-upload--drag .ten-upload__select-container {
background: rgba(0, 0, 0, 0.02);
border: 1px dashed rgba(0, 0, 0, 0.15);
}
.ten-upload--drag .ten-upload__select-container:hover,
.ten-upload--drag .ten-upload__select-container--dragover {
border-color: #0052d9;
}
.ten-upload--drag.ten-upload--disabled .ten-upload__select-container {
border: #c0c0c0;
cursor: not-allowed;
}
.ten-file-list {
width: 100%;
overflow: hidden;
padding-top: 4px;
}
.ten-upload--disabled .ten-file-list {
pointer-events: none;
}
.ten-file-item__info {
width: 100%;
min-width: 120px;
height: 24px;
line-height: 24px;
cursor: pointer;
transition: all 0.3s;
position: relative;
}
.ten-file-item__info:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.ten-file-item__info:hover .ten-file-item__info-close-icon {
opacity: 1;
}
.ten-file-item__info:hover .ten-file-item__info-status-icon {
opacity: 0;
}
.ten-file-item__info-status-icon {
font-size: 16px;
position: absolute;
top: 50%;
right: 7px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.ten-file-item__info-status-icon--loading {
color: #0052D9;
margin-top: -8px;
}
.ten-file-item__info-status-icon--error {
color: #ff3e00 !important;
}
.ten-file-item__info-status-icon--done {
color: #3ecc36;
}
.ten-file-item__info-filename {
width: 100%;
font-size: 14px;
padding: 0 30px 0 8px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
box-sizing: border-box;
}
.ten-file-item__info-close-icon {
position: absolute;
font-size: 16px;
opacity: 0;
right: 7px;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
color: #c0c0c0;
}
.ten-file-item__progress {
padding: 0 4px;
}
.ten-file-item + .ten-file-item {
margin-top: 10px;
}
/* dependencies icon */
.ten-rate {
display: inline-block;
}
.ten-rate-title {
padding-right: 28px;
}
.ten-rate-title:empty {
display: none;
}
.ten-rate-item {
position: relative;
display: inline-block;
-webkit-transform: scale(1.2);
transform: scale(1.2);
line-height: 1.2;
}
.ten-rate-item:not(:last-of-type) {
padding-right: 12px;
}
.ten-rate-icon {
color: #fff;
display: inline-block;
background: #e9e9e9;
cursor: pointer;
z-index: 1;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.ten-rate-icon.active.halfWidth,
.ten-rate-icon.unhappy.halfWidth {
width: 50%;
}
.ten-rate-icon.active {
background: #ffa700;
}
.ten-rate-icon.unhappy {
background: #ffa700;
}
.ten-rate-icon:last-of-type:not(:first-of-type) {
position: absolute;
top: 0;
left: 0;
color: #fff;
background: #e9e9e9;
z-index: -1;
}
.ten-rate-info {
padding-left: 11px;
}
.ten-rate-info:empty {
display: none;
}
.ten-rate-info.unhappy {
color: #ff3e00;
}
.ten-anchor {
position: relative;
padding-left: 2px;
}
.ten-anchor-wrapper {
margin-left: -4px;
padding-left: 4px;
overflow: auto;
background-color: #FFF;
}
.ten-anchor__prefix {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.ten-anchor__prefix::before {
position: relative;
display: block;
width: 2px;
height: 100%;
margin: 0 auto;
background-color: #F0F0F0;
content: ' ';
}
.ten-anchor__prefix-dot {
position: absolute;
left: 50%;
display: none;
width: 1px;
height: 24px;
border: 2px solid #0052D9;
-webkit-transform: translate(-50%, -30%);
transform: translate(-50%, -30%);
transition: top 0.3s ease-in-out;
}
.ten-anchor__prefix-dot.visible {
display: inline-block;
}
.ten-anchor-link {
padding: 7px 0 7px 16px;
line-height: 1.143;
}
.ten-anchor-link-title {
position: relative;
display: block;
margin-bottom: 6px;
overflow: hidden;
color: #333;
white-space: nowrap;
text-overflow: ellipsis;
transition: all 0.3s;
}
.ten-anchor-link-title:only-child {
margin-bottom: 0;
}
.ten-anchor-link--active > .ten-anchor-link-title {
color: #0052D9;
}
.ten-anchor-link .ten-anchor-link {
padding-top: 5px;
padding-bottom: 5px;
}
/* dependencies icon */
.ten-message {
display: flex;
align-items: top;
margin-top: 14px;
margin-left: calc(50vw);
padding: 10px;
min-width: 340px;
max-width: 500px;
color: #333;
box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
border-radius: 0px;
background: #fff;
justify-content: space-between;
}
.ten-message__content {
flex: 1;
word-break: break-all;
line-height: 18px;
}
.ten-message--success {
background: #D6FAEB;
}
.ten-message--success .ten-message__icon {
color: #3ecc36;
}
.ten-message--error {
background: #FFE6D1;
}
.ten-message--error .ten-message__icon {
color: #ff3e00;
}
.ten-message--info {
background: #D6FAFA;
}
.ten-message--info .ten-message__icon {
color: #102C53;
}
.ten-message--warning {
background: #FFF0D1;
}
.ten-message--warning .ten-message__icon {
color: #ffa700;
}
.ten-message--dark {
background: #636363;
color: #fff;
}
.ten-message__icon {
flex: none;
margin-right: 6px;
font-size: 18px;
}
.ten-message__icon.ten-message__close {
flex: none;
margin-left: 6px;
margin-right: 0px;
color: #bfbfbf;
}
/* dependencies icon,tooltip */
.ten-form-item {
display: flex;
margin-bottom: 16px;
position: relative;
}
.ten-form-item-label {
width: 6em;
margin-right: 16px;
line-height: 32px;
color: #333;
font-size: 14px;
}
.ten-form-item-control {
flex: 1;
position: relative;
line-height: 32px;
}
.ten-form-item-err {
display: none;
position: absolute;
top: 100%;
font-size: 12px;
line-height: 16px;
color: #FF3E00;
}
.ten-form-item-icon {
position: absolute;
top: 9px;
left: calc(100% + 5px);
width: 32px;
font-size: 16px;
line-height: 16px;
}
.ten-form-item .ten-form-item-icon {
display: none;
}
.ten-form-item .ten-form-item-icon .ten-icon--line_circle_help {
color: #FFA700;
cursor: pointer;
}
.ten-form-item .ten-form-item-icon .ten-icon--circle_clear {
color: #ff3e00;
}
.ten-form-item .ten-form-item-icon .ten-icon--circle_tick {
color: #3ecc36;
}
.ten-form-item .ten-form-item-icon .ten-icon--circle_error {
color: #FFA700;
}
.ten-form-item .ten-form-item-icon .ten-icon--loading_gradient {
color: #0052d9;
}
.ten-form-item--required .ten-form-item-label:after {
content: '*';
display: inline;
color: #ff3e00;
margin-left: 5px;
vertical-align: middle;
}
.ten-form-item--error .ten-form-item-err {
display: block;
}
.ten-form-item--error .ten-input__input,
.ten-form-item--error .ten-picker__input {
border-color: #FF3E00;
}
.ten-form-item--warning .ten-input__input,
.ten-form-item--warning .ten-picker__input {
border-color: #FFA700;
}
.ten-form-item--icon .ten-form-item-icon {
display: inline-block;
}
.ten-form--inline .ten-form-item {
display: inline-flex;
}
.ten-form--inline .ten-form-item-label {
width: auto;
}
.ten-form--inline .ten-form-item + .ten-form-item {
margin-left: 44px;
}
.ten-form--labelalign-right .ten-form-item-label {
text-align: right;
}
/* dependencies icon */
.ten-backtop {
position: fixed;
}
.ten-backtop .ten-backtop-button {
border: none;
color: #c0c0c0;
box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
}
.ten-backtop .ten-backtop-button:hover {
color: #0052d9;
}
/* dependencies icon */
.ten-notification-fade-enter.right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.ten-notification-fade-enter.left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.ten-notification-fade-leave-active {
-webkit-animation: NotificationFadeOut 0.2s ease both;
animation: NotificationFadeOut 0.2s ease both;
}
@-webkit-keyframes NotificationFadeOut {
0% {
margin-bottom: 14px;
padding-top: 16px;
padding-bottom: 16px;
opacity: 1;
}
100% {
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
opacity: 0;
}
}
@keyframes NotificationFadeOut {
0% {
margin-bottom: 14px;
padding-top: 16px;
padding-bottom: 16px;
opacity: 1;
}
100% {
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
opacity: 0;
}
}
.ten-notification_wrap {
position: fixed;
z-index: 999;
transition: all 0.3s;
}
.ten-notification {
position: relative;
box-sizing: border-box;
width: 384px;
background: #fff;
padding: 16px 24px;
margin-bottom: 14px;
box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
overflow: hidden;
transition: all 0.3s, opacity 0.2s;
}
.ten-notification_icon {
float: left;
font-size: 24px;
margin-right: 16px;
}
.ten-notification_icon.success {
color: #3ecc36;
}
.ten-notification_icon.error {
color: #ff3e00;
}
.ten-notification_icon.info {
color: #0052D9;
}
.ten-notification_icon.warning {
color: #ffa700;
}
.ten-notification_content {
overflow: hidden;
}
.ten-notification_title {
font-size: 16px;
color: #333;
}
.ten-notification_message {
margin-top: 16px;
opacity: 0.6;
font-size: 14px;
color: #000;
line-height: 22px;
}
.ten-notification_closeBtn {
position: absolute;
font-size: 14px;
height: 14px;
opacity: 0.32;
right: 25px;
top: 18px;
cursor: pointer;
}
/* dependencies icon,button */
.ten-drawer__container {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 10000;
overflow: auto;
pointer-events: none;
}
.ten-drawer__mask {
position: fixed;
left: 0;
top: 0;
content: '';
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
pointer-events: auto;
}
.ten-drawer__mask.ten-drawer-effect-enter-active,
.ten-drawer__mask.ten-drawer-effect-enter-to {
-webkit-animation: drawerFadeIn 0.24s cubic-bezier(0, 0, 0.2, 1) both;
animation: drawerFadeIn 0.24s cubic-bezier(0, 0, 0.2, 1) both;
}
.ten-drawer__mask.ten-drawer-effect-leave-active,
.ten-drawer__mask.ten-drawer-effect-leave-to {
-webkit-animation: drawerFadeOut 0.24s cubic-bezier(0.4, 0, 1, 1) both;
animation: drawerFadeOut 0.24s cubic-bezier(0.4, 0, 1, 1) both;
}
.ten-drawer {
overflow: hidden;
position: absolute;
display: flex;
flex-direction: column;
background-color: #ffffff;
box-shadow: -3px 0 8px rgba(0, 0, 0, 0.06);
pointer-events: auto;
}
.ten-drawer__resizebar {
position: absolute;
}
.ten-drawer__left {
left: 0;
right: auto;
max-width: 100vw;
height: 100%;
}
.ten-drawer__left.ten-drawer-effect-enter-active,
.ten-drawer__left.ten-drawer-effect-enter-to {
-webkit-animation: drawerLeftIn 0.24s cubic-bezier(0, 0, 0.2, 1) both;
animation: drawerLeftIn 0.24s cubic-bezier(0, 0, 0.2, 1) both;
}
.ten-drawer__left.ten-drawer-effect-leave-active,
.ten-drawer__left.ten-drawer-effect-leave-to {
-webkit-animation: drawerLeftOut 0.24s cubic-bezier(0.4, 0, 1, 1) both;
animation: drawerLeftOut 0.24s cubic-bezier(0.4, 0, 1, 1) both;
}
.ten-drawer__left .ten-drawer__resizebar {
width: 6px;
top: 0;
right: -3px;
bottom: 0;
cursor: col-resize;
}
.ten-drawer__right {
right: 0;
left: auto;
max-width: 100vw;
height: 100%;
}
.ten-drawer__right.ten-drawer-effect-enter-active,
.ten-drawer__right.ten-drawer-effect-enter-to {
-webkit-animation: drawerRightIn 0.24s cubic-bezier(0, 0, 0.2, 1) both;
animation: drawerRightIn 0.24s cubic-bezier(0, 0, 0.2, 1) both;
}
.ten-drawer__right.ten-drawer-effect-leave-active,
.ten-drawer__right.ten-drawer-effect-leave-to {
-webkit-animation: drawerRightOut 0.24s cubic-bezier(0.4, 0, 1, 1) both;
animation: drawerRightOut 0.24s cubic-bezier(0.4, 0, 1, 1) both;
}
.ten-drawer__right .ten-drawer__resizebar {
width: 6px;
top: 0;
left: -3px;
bottom: 0;
cursor: col-resize;
}
.ten-drawer__top {
top: 0;
bottom: auto;
width: 100vw;
max-height: 100%;
}
.ten-drawer__top.ten-drawer-effect-enter-active,
.ten-drawer__top.ten-drawer-effect-enter-to {
-webkit-animation: drawerTopIn 0.24s cubic-bezier(0, 0, 0.2, 1) both;
animation: drawerTopIn 0.24s cubic-bezier(0, 0, 0.2, 1) both;
}
.ten-drawer__top.ten-drawer-effect-leave-active,
.ten-drawer__top.ten-drawer-effect-leave-to {
-webkit-animation: drawerTopOut 0.24s cubic-bezier(0.4, 0, 1, 1) both;
animation: drawerTopOut 0.24s cubic-bezier(0.4, 0, 1, 1) both;
}
.ten-drawer__top .ten-drawer__resizebar {
height: 6px;
right: 0;
left: 0;
bottom: -3px;
cursor: row-resize;
}
.ten-drawer__bottom {
bottom: 0;
top: auto;
width: 100vw;
max-height: 100vh;
}
.ten-drawer__bottom.ten-drawer-effect-enter-active,
.ten-drawer__bottom.ten-drawer-effect-enter-to {
-webkit-animation: drawerBottomIn 0.24s cubic-bezier(0, 0, 0.2, 1) both;
animation: drawerBottomIn 0.24s cubic-bezier(0, 0, 0.2, 1) both;
}
.ten-drawer__bottom.ten-drawer-effect-leave-active,
.ten-drawer__bottom.ten-drawer-effect-leave-to {
-webkit-animation: drawerBottomOut 0.24s cubic-bezier(0.4, 0, 1, 1) both;
animation: drawerBottomOut 0.24s cubic-bezier(0.4, 0, 1, 1) both;
}
.ten-drawer__bottom .ten-drawer__resizebar {
height: 6px;
right: 0;
left: 0;
top: -3px;
cursor: row-resize;
}
.ten-drawer__header {
position: relative;
display: flex;
padding: 16px 24px;
}
.ten-drawer__header::after {
content: '';
width: 100%;
height: 1px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: #F0F0F0;
}
.ten-drawer__header-title {
font-size: 16px;
color: #333;
font-weight: bold;
}
.ten-drawer__close {
position: absolute;
top: 16px;
right: 15px;
padding: 5px;
font-size: 14px;
color: #999;
cursor: pointer;
}
.ten-drawer__body {
overflow-y: auto;
}
@-webkit-keyframes drawerFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes drawerFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes drawerFadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes drawerFadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes drawerLeftIn {
from {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes drawerLeftIn {
from {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes drawerLeftOut {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes drawerLeftOut {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@-webkit-keyframes drawerRightIn {
from {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes drawerRightIn {
from {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes drawerRightOut {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes drawerRightOut {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@-webkit-keyframes drawerTopIn {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes drawerTopIn {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes drawerTopOut {
from {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes drawerTopOut {
from {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-webkit-keyframes drawerBottomIn {
from {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes drawerBottomIn {
from {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes drawerBottomOut {
from {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes drawerBottomOut {
from {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
/* dependencies icon */
.ten-calendar {
background: #fff;
}
.ten-calendar__header {
height: 56px;
line-height: 56px;
text-align: center;
}
.ten-calendar__header .ten-date-header__btn {
padding: 0;
color: #bfbfbf;
text-align: center;
}
.ten-calendar__header .ten-date-header__btn--prev-month {
margin-right: 20px;
}
.ten-calendar__header .ten-date-header__btn--next-month {
margin-left: 20px;
}
.ten-calendar__header-year,
.ten-calendar__header-month {
display: inline-block;
font-weight: bold;
font-size: 16px;
margin: 0 12px;
cursor: pointer;
}
.ten-calendar__header-year.active,
.ten-calendar__header-month.active,
.ten-calendar__header-year:hover,
.ten-calendar__header-month:hover {
color: #0052d9;
}
.ten-calendar__header-year__item,
.ten-calendar__header-month__item {
text-align: center;
}
.ten-calendar__header-year__item.selected,
.ten-calendar__header-month__item.selected {
color: #0052d9;
}
.ten-calendar__header-month {
width: 22px;
}
.ten-calendar__header-year {
width: 52px;
}
.ten-calendar__body-table {
width: 100%;
table-layout: fixed;
border-spacing: 0;
border-collapse: collapse;
}
.ten-calendar__body-table th {
border-top: 1px solid #e8e8e8;
height: 48px;
font-weight: normal;
}
.ten-calendar__body-table .ten-date-item {
border-top: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
min-height: 144px;
padding: 0;
cursor: pointer;
}
.ten-calendar__body-table .ten-date-item:last-child {
border-right: none;
}
.ten-calendar__body-table .ten-date-item:hover {
background: #e8f1ff;
}
.ten-calendar__body-table .ten-date-item .ten-calendar-date-cell__header {
padding: 8px 10px 2px;
text-align: right;
color: #333;
}
.ten-calendar__body-table .ten-date-item .ten-calendar-date-cell__content {
padding: 0 8px 8px;
height: 112px;
overflow: auto;
}
.ten-calendar__body-table .ten-date-item.ten-date-item--now .ten-calendar-date-cell__header {
color: #0052d9;
}
.ten-calendar__body-table .ten-date-item.ten-date-item--active {
background: #e8f1ff;
}
.ten-calendar__body-table .ten-date-item.ten-date-item--active .ten-calendar-date-cell__header {
color: #0052d9;
}
.ten-calendar__body-table .ten-date-item.ten-date-item--additional .ten-calendar-date-cell__wrapper {
background: #FBFBFB;
}
.ten-calendar__body-table .ten-date-item.ten-date-item--additional .ten-calendar-date-cell__header {
color: #c0c0c0;
}
.ten-collapse {
background: #fff;
}
.ten-collapse-item {
color: #000;
font-size: 14px;
}
.ten-collapse-item__head {
position: relative;
margin-left: 28px;
padding-left: 36px;
font-size: 14px;
line-height: 20px;
padding-top: 17.5px;
padding-bottom: 17.5px;
color: #333;
border-bottom: 1px solid #e8e8e8;
cursor: pointer;
}
.ten-collapse-item__head-icon {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
color: #bfbfbf;
font-size: 16px;
}
.ten-collapse-item__content {
background: #FBFBFB;
line-height: 20px;
}
.ten-collapse-item__content-item {
padding: 16px 32px;
margin-left: 28px;
border-bottom: 1px solid #e8e8e8;
color: #666;
}
.ten-collapse-item--active .ten-collapse-item__head-icon {
-webkit-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
}
/* dependencies icon */
.ten-card {
box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
background: #fff;
position: relative;
}
.ten-card__header,
.ten-card__content,
.ten-card__footer {
padding: 15px;
}
.ten-card__header {
padding-bottom: 0;
}
.ten-card__header {
font-size: 18px;
font-weight: 600;
}
.ten-card__footer {
padding-top: 0;
text-align: right;
}
.ten-card__footer,
.ten-card__footer a {
color: #0052d9;
}
.ten-card__footer .ten-icon {
vertical-align: -2px;
}
.ten-card__content {
color: #666;
size: 14px;
line-height: 20px;
}
.ten-card__more {
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 30px;
}
.ten-card__more-icon {
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.ten-container {
display: flex;
flex-direction: row;
box-sizing: border-box;
flex: 1;
flex-basis: auto;
}
.ten-container--vertical {
flex-direction: column;
}
.ten-container .ten-header,
.ten-container .ten-footer,
.ten-container .ten-aside,
.ten-container .ten-main {
box-sizing: border-box;
flex-shrink: 0;
}
.ten-container .ten-aside {
overflow: auto;
}
.ten-container .ten-main {
display: block;
flex: 1;
flex-basis: auto;
overflow: auto;
}
/* dependencies icon */
.ten-image {
width: 100%;
height: 100%;
}
.ten-image__wrapper {
display: inline-block;
position: relative;
overflow: hidden;
}
.ten-image--center {
display: block;
position: relative;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ten-image__placeholder,
.ten-image__error {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
color: #C0C0C0;
background: #F5F5F5;
}
/* dependencies icon */
.ten-image-viewer {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.ten-image-viewer__mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.37);
}
.ten-image-viewer__header {
position: absolute;
z-index: 1;
top: 0;
width: 100%;
height: 40px;
text-align: center;
background: rgba(0, 0, 0, 0.37);
}
.ten-image-viewer__header-indexes {
font-size: 16px;
line-height: 40px;
color: #fff;
}
.ten-image-viewer__header-close {
display: inline-block;
position: absolute;
top: 8px;
right: 24px;
color: #fff;
font-size: 0;
cursor: pointer;
}
.ten-image-viewer__header-close .ten-icon {
font-size: 18px;
}
.ten-image-viewer__btn {
position: absolute;
z-index: 1;
top: 50%;
margin-top: -20px;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.24);
font-size: 24px;
color: #C0C0C0;
cursor: pointer;
}
.ten-image-viewer__btn.ten-image-viewer__btn-prev {
left: 24px;
}
.ten-image-viewer__btn.ten-image-viewer__btn-next {
right: 24px;
}
.ten-image-viewer__btn:hover {
color: #FFFFFF;
}
.ten-image-viewer__btn--disabled {
background: rgba(0, 0, 0, 0.14);
cursor: default;
}
.ten-image-viewer__btn--disabled:hover {
color: #C0C0C0;
}
.ten-image-viewer__image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
transition: bottom 0.3s;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.ten-image-viewer__image img {
cursor: -webkit-grab;
cursor: grab;
}
.ten-image-viewer__footer {
position: absolute;
z-index: 2;
bottom: 0;
width: 100%;
height: 48px;
background: rgba(0, 0, 0, 0.37);
transition: height 0.3s;
}
.ten-image-viewer__footer-actions {
width: 100%;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
}
.ten-image-viewer__footer-actions .ten-image-viewer__action {
position: relative;
color: #FFFFFF;
opacity: 0.6;
font-size: 14px;
line-height: 28px;
margin-right: 20px;
cursor: pointer;
}
.ten-image-viewer__footer-actions .ten-image-viewer__action:hover {
opacity: 1;
}
.ten-image-viewer__footer-actions .ten-image-viewer__action:last-child {
margin-right: 0;
}
.ten-image-viewer__footer-actions .ten-image-viewer__action--divided {
padding-left: 24px;
}
.ten-image-viewer__footer-actions .ten-image-viewer__action--divided:after {
content: '';
position: absolute;
left: 0;
top: 8px;
width: 1px;
height: 12px;
background-color: #D8D8D8;
}
.ten-image-viewer__footer-actions .ten-image-viewer__action .ten-icon {
vertical-align: middle;
font-size: 20px;
}
.ten-image-viewer__footer-actions .ten-image-viewer__action a {
text-decoration: none;
color: inherit;
}
.ten-image-viewer__footer-thumbs {
margin: 0 auto;
height: 44px;
overflow: hidden;
}
.ten-image-viewer__footer-thumbs ul {
height: 32px;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s;
}
.ten-image-viewer__footer-thumbs-item {
flex-shrink: 0;
height: 32px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.05);
opacity: 0.5;
cursor: pointer;
transition: all 0.2s;
}
.ten-image-viewer__footer-thumbs-item:last-child {
margin-right: 0;
}
.ten-image-viewer__footer-thumbs-item--active {
border: 1px solid #0052D9;
opacity: 0.8;
}
.ten-image-viewer__footer-thumbs-item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.ten-image-viewer__slide-up-enter-active {
-webkit-animation: ten-image-viewer__slide-up-in 0.3s;
animation: ten-image-viewer__slide-up-in 0.3s;
}
.ten-image-viewer__slide-up-leave-active {
-webkit-animation: ten-image-viewer__slide-up-out 0.3s;
animation: ten-image-viewer__slide-up-out 0.3s;
}
@-webkit-keyframes ten-image-viewer__slide-up-in {
0% {
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes ten-image-viewer__slide-up-in {
0% {
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@-webkit-keyframes ten-image-viewer__slide-up-out {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
opacity: 0;
}
}
@keyframes ten-image-viewer__slide-up-out {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
opacity: 0;
}
}
.ten-image-viewer__slide-down-enter-active {
-webkit-animation: ten-image-viewer__slide-down-in 0.3s;
animation: ten-image-viewer__slide-down-in 0.3s;
}
.ten-image-viewer__slide-down-leave-active {
-webkit-animation: ten-image-viewer__slide-down-out 0.3s;
animation: ten-image-viewer__slide-down-out 0.3s;
}
@-webkit-keyframes ten-image-viewer__slide-down-in {
0% {
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes ten-image-viewer__slide-down-in {
0% {
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@-webkit-keyframes ten-image-viewer__slide-down-out {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
opacity: 0;
}
}
@keyframes ten-image-viewer__slide-down-out {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
opacity: 0;
}
}
/* dependencies icon,badge */
.ten-avatar {
box-sizing: border-box;
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
text-align: center;
overflow: hidden;
color: #fff;
background: #0052d9;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
border-radius: 50%;
white-space: nowrap;
}
.ten-avatar img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.ten-avatar--large {
width: 56px;
height: 56px;
line-height: 56px;
}
.ten-avatar--medium {
width: 40px;
height: 40px;
line-height: 40px;
}
.ten-avatar--small {
width: 24px;
height: 24px;
line-height: 24px;
}
.ten-avatar--image {
background: transparent;
}
.ten-avatar--icon {
font-size: 24px;
line-height: 1.5;
}
.ten-avatar--icon .ten-icon {
vertical-align: middle;
}
.avatar-demo .ten-avatar {
margin-right: 20px;
}
.ten-divider {
position: relative;
background-color: #E2E2E2;
}
.ten-divider__horizontal {
display: block;
width: 100%;
height: 1px;
margin: 20px 0;
font-size: 0;
}
.ten-divider__vertical {
top: -0.08em;
display: inline-block;
width: 1px;
height: 1em;
margin: 0 10px;
vertical-align: middle;
}
.ten-divider__dashed {
background-color: transparent;
border-bottom: 1px dashed #E2E2E2;
}
.ten-divider__title {
position: absolute;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
font-size: 14px;
font-weight: 500;
}
.ten-divider__title > div {
padding: 0 10px;
background-color: #fbfbfb;
}
.ten-divider__title-left {
left: 20px;
}
.ten-divider__title-center {
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.ten-divider__title-right {
right: 20px;
}
/* dependencies icon */
.ten-list {
background-color: #ffffff;
}
.ten-list__header {
padding: 20px;
color: #333;
font-size: 16px;
line-height: 22px;
font-weight: 600;
padding-bottom: 0;
}
.ten-list__content {
padding: 20px;
}
.ten-list__item__text,
.ten-list__item__rich {
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e8e8e8;
display: flex;
align-items: center;
}
.ten-list__item__text-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 20%;
margin-right: 10px;
font-size: 14px;
color: #333;
line-height: 20px;
}
.ten-list__item__text-content {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex: 1;
font-size: 14px;
color: #666;
line-height: 20px;
}
.ten-list__item__rich-thumb {
width: 40px;
height: 40px;
margin-right: 20px;
}
.ten-list__item__rich-thumb .ten-image__wrapper {
width: 100%;
height: 100%;
}
.ten-list__item__rich-thumb .ten-image__error {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.ten-list__item__rich-main {
flex: 1;
overflow: hidden;
}
.ten-list__item__rich-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
color: #333;
line-height: 20px;
margin-bottom: 6px;
}
.ten-list__item__rich-content {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 12px;
color: #999;
line-height: 1.21428571;
}
.ten-list__item__rich-more {
margin-left: 20px;
display: flex;
justify-content: space-between;
width: 40px;
font-size: 14px;
color: #666;
line-height: 20px;
}
.ten-list__item__rich-more .ten-icon {
cursor: pointer;
}
.ten-list__footer {
padding: 20px;
background-color: #FBFBFB;
}
.ten-list__content > .ten-list__row:last-child .ten-list__item__text,
.ten-list__content > .ten-list__row:last-child .ten-list__item__rich {
border-bottom: 0;
padding-bottom: 0;
}
.ten-list--card {
padding: 0;
background-color: transparent;
}
.ten-list--card .ten-list__header {
padding: 0 0 20px 0;
}
.ten-list--card .ten-list__content {
width: calc(100% + 10px + 10px);
margin-left: -10px;
margin-top: -10px;
padding: 0;
}
.ten-list--card .ten-card__content {
color: #999;
font-size: 14px;
line-height: 20px;
}
.ten-list--card .ten-card__footer {
text-align: left;
font-size: 12px;
color: #999;
line-height: 1.21428571;
}
.ten-list--card .ten-list__item {
margin: 10px;
}
.ten-list--card .ten-list__row {
display: flex;
}
.ten-list--card .ten-list__col {
align-self: stretch;
display: flex;
}
.ten-list--card .ten-list__col .ten-list__item {
flex: 1;
}
.ten-list--card .ten-list__item__card,
.ten-list--card .ten-card {
height: 100%;
display: flex;
flex-direction: column;
}
.ten-list--card .ten-card__content {
flex: 1;
}
.ten-list--infinite-scroll {
overflow: hidden;
}
.ten-list--infinite-scroll .ten-list__header {
padding-bottom: 20px;
box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.06);
}
.ten-list--infinite-scroll .ten-list__content {
overflow: auto;
}
/**
* 紧凑版变量覆写
* 如发现需要用到的变量没有定义,先在样式文件中抽出来在 vars.less 中添加该变量
* 变量命名方式 组件名-属性-修饰 如 button-fontsize-small
*/
/* input */
/* check */
/* select */
/* popup */
/* menu */
/* steps */
/* tabs */
/* modal */
/* table */
/* pagination */
/* upload */
/* form */