| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407 |
- @-webkit-keyframes iui-fadeIn {
- 0% {
- opacity: 0
- }
- 100% {
- opacity: 1
- }
- }
- @-moz-keyframes iui-fadeIn {
- 0% {
- opacity: 0
- }
- 100% {
- opacity: 1
- }
- }
- @-ms-keyframes iui-fadeIn {
- 0% {
- opacity: 0
- }
- 100% {
- opacity: 1
- }
- }
- @-o-keyframes iui-fadeIn {
- 0% {
- opacity: 0
- }
- 100% {
- opacity: 1
- }
- }
- @keyframes iui-fadeIn {
- 0% {
- opacity: 0
- }
- 100% {
- opacity: 1
- }
- }
- @-webkit-keyframes iui-fadeOut {
- 0% {
- opacity: 1
- }
- 100% {
- opacity: 0
- }
- }
- @-moz-keyframes iui-fadeOut {
- 0% {
- opacity: 1
- }
- 100% {
- opacity: 0
- }
- }
- @-ms-keyframes iui-fadeOut {
- 0% {
- opacity: 1
- }
- 100% {
- opacity: 0
- }
- }
- @-o-keyframes iui-fadeOut {
- 0% {
- opacity: 1
- }
- 100% {
- opacity: 0
- }
- }
- @keyframes iui-fadeOut {
- 0% {
- opacity: 1
- }
- 100% {
- opacity: 0
- }
- }
- .dropdown-multiple,
- .dropdown-multiple-label,
- .dropdown-single {
- position: relative
- }
- .dropdown-multiple-label.active .dropdown-main,
- .dropdown-multiple.active .dropdown-main,
- .dropdown-single.active .dropdown-main {
- display: block;
- -webkit-animation: iui-fadeIn .2s ease-in forwards;
- -moz-animation: iui-fadeIn .2s ease-in forwards;
- -ms-animation: iui-fadeIn .2s ease-in forwards;
- -o-animation: iui-fadeIn .2s ease-in forwards;
- animation: iui-fadeIn .2s ease-in forwards
- }
- .dropdown-multiple-label.active .dropdown-display-label:after,
- .dropdown-multiple-label.active .dropdown-display:after,
- .dropdown-multiple.active .dropdown-display-label:after,
- .dropdown-multiple.active .dropdown-display:after,
- .dropdown-single.active .dropdown-display-label:after,
- .dropdown-single.active .dropdown-display:after {
- top:11px;
- border-top: none;
- border-bottom: 7px solid #999;
- border-left: 5px solid transparent;
- border-right: 5px solid transparent
- }
- .dropdown-multiple-label.active .dropdown-display,
- .dropdown-multiple-label.active .dropdown-display-label,
- .dropdown-multiple.active .dropdown-display,
- .dropdown-multiple.active .dropdown-display-label,
- .dropdown-single.active .dropdown-display,
- .dropdown-single.active .dropdown-display-label {
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0
- }
- .dropdown-display,
- .dropdown-display-label {
- position: relative;
- display: block;
- margin-bottom: 0;
- font-size: 13px;
- line-height: 1.6;
- vertical-align: middle;
- touch-action: manipulation;
- cursor: pointer;
- user-select: none;
- background-image: none;
- border: 1px solid #ccc;
- color: #333;
- background-color: #fff
- }
- .dropdown-display-label:after,
- .dropdown-display:after {
- content: '';
- position: absolute;
- border-top: 7px solid #888;
- border-left: 5px solid transparent;
- border-right: 5px solid transparent;
- top: 12px;
- right: 8px
- }
- .dropdown-clear-all {/*
- background-color: #fff;
- border: none;
- font-size: 22px;
- z-index: 999;
- color: #999;
- position: absolute;
- right: 2px;
- top: 2px;
- display: none;
- width: 25px;
- height: 30px;
- text-align: center;
- line-height: 30px; */
- /* display:none; */
- }
- .dropdown-clear-all:focus {
- outline: 0
- }
- .dropdown-clear-all:hover {
- color: #ccc;
- text-decoration: none;
- }
- .dropdown-display {
- white-space: nowrap;
- padding: 0 20px 0 12px;
- width:90% !important;
- height:30px;
- }
- .dropdown-multiple:hover .dropdown-clear-all,
- .dropdown-single:hover .dropdown-clear-all {
- display: block
- }
- .dropdown-display .dropdown-chose-list {
- display: inline-block;
- /* vertical-align: middle; */
- line-height:28px;
- width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color:#111;
- }
- .dropdown-display .dropdown-chose-list span:before {
- content: ','
- }
- .dropdown-display .dropdown-chose-list span:first-child:before {
- content: ''
- }
- .dropdown-display .placeholder {
- display: none !important
- }
- .dropdown-display .placeholder:first-child {
- position: absolute;
- height: 100%;
- width: 100%;
- top: 0;
- left: 0;
- color: #999;
- display: block !important;
- text-indent: 10px;
- font-size: 13px;
- line-height: 28px
- }
- .dropdown-display input {
- border: 0;
- outline: 0
- }
- .dropdown-display-label {
- cursor: text;
- padding: 6px 25px 5px 0
- }
- .dropdown-display-label .dropdown-search {
- display: inline-block;
- }
- .dropdown-display-label input,
- .dropdown-display-label input:focus {
- border: none;
- outline: 0
- }
- .dropdown-display-label .dropdown-chose-list {
- display: inline-block;
- padding: 0 5px
- }
- .dropdown-display-label .dropdown-chose-list .placeholder {
- display: none
- }
- .dropdown-display-label .dropdown-selected {
- position: relative;
- margin: 0 5px 5px 0;
- padding: 0 20px 0 5px;
- border: 1px solid #aaa;
- max-width: 100%;
- border-radius: 3px;
- background-repeat: repeat-x;
- color: #333;
- cursor: default;
- display: inline-block
- }
- .dropdown-selected .del {
- display:inline-flex;
- -webkit-appearance: none;
- padding:0px 3px;
- cursor: pointer;
- background: 0 0;
- border: 0;
- float: right;
- line-height: 1;
- color: #999;
- position: absolute;
- right:30px;
- top: 50%;
- transform:translateY(-50%);
- border-radius: 100%;
- }
- .dropdown-selected .del:after {
- content: '\D7';
- font-size: 16px
- }
- .dropdown-main {
- position: absolute;
- top: 100%;
- left: 0;
- z-index: 1010;
- width: 100%;
- color: #444;
- box-sizing: border-box;
- background-color: #fff;
- border: 1px solid #ccc;
- border-radius: 0 0 4px 4px;
- box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
- margin-top: -1px;
- border-top: 0;
- padding: 4px 7px;
- display: none
- }
- .dropdown-main ul {
- overflow-x: hidden;
- overflow-y: auto;
- max-height: 240px;
- margin: 0;
- padding: 0
- }
- .dropdown-main input {
- margin-top: 0;
- display: block;
- box-sizing: border-box;
- height: 30px;
- border: 1px solid #ccc;
- width: 100%;
- text-indent: 5px;
- border-radius: 3px;
- }
- .dropdown-main .dropdown-search {
- position:relative;
- }
- .dropdown-main .dropdown-search button.del {
- position:absolute;
- top:5px;
- right:0;
- width:30px;
- height:32px;
- line-height:26px;
- text-align: center;
- }
- .dropdown-main .dropdown-search button.del::after{
- content:'×';
- }
- .dropdown-main .dropdown-search {
- display: block;
- padding: 5px 0
- }
- .dropdown-group {
- font-weight: 700
- }
- .dropdown-group,
- .dropdown-option {
- margin: 0;
- padding-left: 12px;
- list-style: none;
- line-height: 28px;
- word-wrap: break-word;
- font-size:13px;
- }
- .dropdown-option {
- cursor: pointer
- }
- .dropdown-option:focus,
- .dropdown-option:hover {
- background-color: #efefef;
- outline: 0
- }
- .dropdown-option[disabled] {
- color: #ddd;
- background-color: #fff;
- cursor: not-allowed;
- text-decoration: line-through
- }
- .dropdown-option.dropdown-chose {
- background-color:#d1d9ff;
- }
- .dropdown-maxItem-alert, .dropdown-minItem-alert {
- position: absolute;
- top: 0;
- left: 0;
- background-color: #e4e3e2;
- width: 100%;
- height: 39px;
- line-height: 39px;
- padding: 0 5px;
- border-radius: 5px;
- color: #999;
- -webkit-animation: iui-fadeIn .2s ease-in forwards;
- -moz-animation: iui-fadeIn .2s ease-in forwards;
- -ms-animation: iui-fadeIn .2s ease-in forwards;
- -o-animation: iui-fadeIn .2s ease-in forwards;
- animation: iui-fadeIn .2s ease-in forwards
- }
|