| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- /*font*/
- /*size*/
- /*icon*/
- /*color*/
- /*input/radio/checkbox*/
- /*popup*/
- /*table*/
- /*filter*/
- /*menu*/
- /*loading*/
- /*validate*/
- /*grid*/
- /*toolbar*/
- /*tooltip*/
- /*pager*/
- /*modal*/
- /*checkbox*/
- /*radio*/
- /*button*/
- /*input*/
- /*textarea*/
- /*form*/
- /*select*/
- /*switch*/
- /*pulldown*/
- .vxe-custom--option {
- position: relative;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- cursor: pointer; }
- .vxe-custom--option .vxe-checkbox--icon {
- display: none;
- position: absolute;
- height: 1em;
- width: 1em; }
- .vxe-custom--option .vxe-checkbox--icon {
- font-size: 16px; }
- .vxe-custom--option .vxe-checkbox--icon:before {
- content: "";
- position: absolute;
- height: 1em;
- width: 1em;
- top: 0;
- left: 0;
- background-color: #fff;
- border-radius: 2px;
- border: 2px solid #dcdfe6; }
- .vxe-custom--option .vxe-checkbox--unchecked-icon {
- display: inline-block; }
- .vxe-custom--option .vxe-checkbox--checked-icon:after {
- content: "";
- position: absolute;
- height: 0.64em;
- width: 0.32em;
- top: 50%;
- left: 50%;
- border: 2px solid #fff;
- border-left: 0;
- border-top: 0;
- -webkit-transform: translate(-50%, -50%) rotate(45deg);
- transform: translate(-50%, -50%) rotate(45deg); }
- .vxe-custom--option .vxe-checkbox--indeterminate-icon:after {
- content: "";
- position: absolute;
- top: 50%;
- left: 50%;
- height: 2px;
- width: 0.6em;
- background-color: #fff;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%); }
- .is--checked.vxe-custom--option, .is--indeterminate.vxe-custom--option {
- color: #409eff; }
- .is--checked.vxe-custom--option .vxe-checkbox--unchecked-icon, .is--indeterminate.vxe-custom--option .vxe-checkbox--unchecked-icon {
- display: none; }
- .is--checked.vxe-custom--option .vxe-checkbox--icon:before, .is--indeterminate.vxe-custom--option .vxe-checkbox--icon:before {
- border-color: #409eff;
- background-color: #409eff; }
- .is--checked.vxe-custom--option .vxe-checkbox--checked-icon {
- display: inline-block; }
- .is--indeterminate.vxe-custom--option .vxe-checkbox--indeterminate-icon {
- display: inline-block; }
- .vxe-custom--option:not(.is--disabled):hover .vxe-checkbox--icon:before {
- border-color: #409eff; }
- .is--disabled.vxe-custom--option {
- cursor: not-allowed;
- color: #BFBFBF; }
- .is--disabled.vxe-custom--option .vxe-checkbox--icon:before {
- border-color: #dcdfe6;
- background-color: #f3f3f3; }
- .is--disabled.vxe-custom--option .vxe-checkbox--icon:after {
- border-color: #c0c4cc; }
- /*toolbar*/
- .vxe-toolbar {
- position: relative;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- color: #606266;
- font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
- background-color: #fff; }
- .vxe-toolbar:after {
- content: "";
- display: block;
- clear: both;
- height: 0;
- overflow: hidden;
- visibility: hidden; }
- .vxe-toolbar.is--perfect {
- border: 1px solid #e8eaec;
- border-bottom-width: 0;
- background-color: #f8f8f9; }
- .vxe-toolbar.is--loading:before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 999;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-color: rgba(0, 0, 0, 0.2); }
- .vxe-toolbar .vxe-button--wrapper {
- -webkit-box-flex: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- text-align: left; }
- .vxe-toolbar .vxe-button--wrapper > .vxe-button + .vxe-button--item,
- .vxe-toolbar .vxe-button--wrapper > .vxe-button--item + .vxe-button,
- .vxe-toolbar .vxe-button--wrapper > .vxe-button--item + .vxe-button--item {
- margin-left: 0.8em; }
- .vxe-toolbar .vxe-button--wrapper > .vxe-button--item {
- display: inline-block; }
- .vxe-toolbar .vxe-tools--wrapper > .vxe-button {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center; }
- .vxe-toolbar .vxe-tools--wrapper,
- .vxe-toolbar .vxe-tools--operate {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-negative: 0;
- flex-shrink: 0;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center; }
- .vxe-toolbar .vxe-custom--wrapper {
- position: relative;
- margin-left: 0.8em; }
- .vxe-toolbar .vxe-custom--wrapper.is--active > .vxe-button {
- background-color: #D9DADB;
- border-radius: 50%; }
- .vxe-toolbar .vxe-custom--wrapper.is--active .vxe-custom--option-wrapper {
- display: block; }
- .vxe-toolbar .vxe-custom--option-wrapper {
- display: none;
- position: absolute;
- right: 2px;
- text-align: left;
- background-color: #fff;
- z-index: 19;
- border: 1px solid #e8eaec;
- border-radius: 4px;
- -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header {
- font-weight: 700;
- border-bottom: 1px solid #DADCE0; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body .vxe-custom--option:hover {
- background-color: #f5f7fa; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body {
- padding: 0.2em 0;
- max-height: 17.6em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li {
- max-width: 16em;
- min-width: 10em;
- padding: 0.2em 1em 0.2em 2.3em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--2,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--2 {
- padding-left: 3.5em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--2 .vxe-checkbox--icon,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--2 .vxe-checkbox--icon {
- left: 1.8em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--3,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--3 {
- padding-left: 4.5em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--3 .vxe-checkbox--icon,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--3 .vxe-checkbox--icon {
- left: 2.8em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--4,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--4 {
- padding-left: 5.5em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--4 .vxe-checkbox--icon,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--4 .vxe-checkbox--icon {
- left: 3.8em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--5,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--5 {
- padding-left: 6.5em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--5 .vxe-checkbox--icon,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--5 .vxe-checkbox--icon {
- left: 4.8em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--6,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--6 {
- padding-left: 7.5em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--6 .vxe-checkbox--icon,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--6 .vxe-checkbox--icon {
- left: 5.8em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--7,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--7 {
- padding-left: 8.5em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--7 .vxe-checkbox--icon,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--7 .vxe-checkbox--icon {
- left: 6.8em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--8,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--8 {
- padding-left: 9.5em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--header > li.level--8 .vxe-checkbox--icon,
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--body > li.level--8 .vxe-checkbox--icon {
- left: 7.8em; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer {
- border-top: 1px solid #DADCE0;
- padding: 0.45em 0.4em;
- text-align: right; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button {
- background-color: transparent;
- width: 50%;
- border: 0;
- color: #606266;
- text-align: center;
- cursor: pointer; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button:focus {
- outline: none; }
- .vxe-toolbar .vxe-custom--option-wrapper .vxe-custom--footer button:hover {
- color: #409eff; }
- .vxe-custom--option-wrapper .vxe-custom--header,
- .vxe-custom--option-wrapper .vxe-custom--body {
- list-style-type: none;
- overflow-x: hidden;
- overflow-y: auto;
- margin: 0;
- padding: 0;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none; }
- .vxe-custom--option-wrapper .vxe-custom--header > li,
- .vxe-custom--option-wrapper .vxe-custom--body > li {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap; }
- .vxe-custom--option .vxe-checkbox--icon {
- left: 0.6em;
- top: 0.38em; }
- .vxe-toolbar {
- font-size: 14px;
- height: 52px; }
- .vxe-toolbar .vxe-custom--option > .vxe-checkbox--icon {
- font-size: 16px; }
- .vxe-toolbar.size--medium {
- font-size: 14px;
- height: 50px; }
- .vxe-toolbar.size--medium .vxe-custom--option > .vxe-checkbox--icon {
- font-size: 15px; }
- .vxe-toolbar.size--small {
- font-size: 13px;
- height: 48px; }
- .vxe-toolbar.size--small .vxe-custom--option > .vxe-checkbox--icon {
- font-size: 14px; }
- .vxe-toolbar.size--mini {
- font-size: 12px;
- height: 46px; }
- .vxe-toolbar.size--mini .vxe-custom--option > .vxe-checkbox--icon {
- font-size: 14px; }
|