UNPKG

40.4 kBCSSView Raw
1.recruit-auto-tree .base-tree-component .base-tree-view {
2 position: static;
3}
4
5.recruit-auto-tree .base-tree-component .base-tree-view .hover-style {
6 width: 70%;
7 top: 0px !important;
8 background: #fff;
9}
10
11.recruit-auto-tree .base-tree-component .base-tree-view .click-style {
12 display: none !important;
13}
14
15.recruit-auto-tree .base-tree-component .base-tree-view .icon-tv {
16 top: 0px;
17}
18
19.autoTree_Search {
20 position: absolute !important;
21 z-index: 1000;
22 background-color: #ffffff;
23 width: 340px !important;
24 border-radius: 5px;
25}
26
27.autoTree_Search .auto-tree__search-panel .base-tree-component {
28 max-height: 325px !important;
29 overflow: auto;
30 overflow-y: scroll;
31 margin-top: -15px;
32}
33
34.autoTree_Search .auto-tree__search-panel .error_page {
35 height: 295px;
36 display: block;
37 width: 100%;
38 background-image: url("empty-img.png");
39 background-repeat: no-repeat;
40 background-position: 50%;
41}
42
43.autoTree_Search .auto-tree__search-panel .base-search-component {
44 padding: 15px 16px 20px 14px;
45 margin: 0;
46}
47
48.autoTree_Search .auto-tree__search-panel .base-search-component input {
49 text-indent: 8px;
50 width: calc(100% - 2px);
51 padding: 2px 0;
52 font-size: 12px;
53}
54
55.autoTree_Search .auto-tree__search-panel .base-search-component .base-search-input-default {
56 display: none;
57}
58
59.autoTree_Search .auto-tree__search-panel .base-search-component .base-search-input .icon-close {
60 top: 8px;
61}
62
63.autoTree_Search .auto-tree__search-panel .selectedComponent {
64 bottom: inherit;
65 left: inherit;
66}
67
68.autoTree_Search .auto-tree__search-panel .selectedComponent .base-button-component {
69 vertical-align: middle;
70 margin-bottom: 7px;
71}
72
73.autoTree_Search .auto-tree__search-panel .auto-result-container-search {
74 margin-top: -15px;
75}
76
77.autoTree_Search .auto-tree__search-panel .auto-result-container-search,
78 .autoTree_Search .auto-tree__search-panel .auto-result {
79 max-height: 315px;
80}
81
82.autoTree_Search .writeInput .selectIcon {
83 top: 16px;
84}
85
86.autoTree_Search .writeInputonBlur, .autoTree_Search .writeInputonClick {
87 top: 9px;
88 height: 31px;
89}
90
91.autoTree_Search .auto-tree__panel-bottom {
92 border-top: 1px solid #e4ebf0;
93}
94
95.autoTree_Search .auto-tree__panel-bottom .selectedComponent {
96 width: 340px;
97 height: 50px;
98}
99
100.autoTree_Search .auto-tree__panel-bottom .selectedComponent .inputText {
101 margin-left: 15px;
102}
103
104.auto-tree {
105 width: 100%;
106 position: relative;
107}
108
109.auto-tree .innerAutoTree {
110 position: relative;
111 margin: 5px 0 10px 0;
112}
113
114.auto-tree .multiAutoTree .autoTreeLeftInput .form-item__multi-item {
115 text-indent: 0rem;
116}
117
118.auto-tree .form-item_is-hidden-tips {
119 position: absolute;
120 width: calc(100% - 40px);
121 line-height: 28px;
122 height: 28px;
123 margin-left: 5px;
124 white-space: nowrap;
125 overflow: hidden;
126 text-overflow: ellipsis;
127 color: transparent;
128 cursor: text;
129 font-size: 12px;
130 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", SimSun, STHeitiSC, sans-serif;
131}
132
133.auto-tree .selectedComponent .submitBtn {
134 position: absolute;
135 bottom: 0;
136 left: 275px;
137}
138
139.auto-tree .auto-input-edit {
140 height: 30px;
141 box-sizing: border-box;
142}
143
144.auto-tree .auto-input-edit_muit {
145 box-sizing: border-box;
146}
147
148.auto-tree .closeBtn-search {
149 margin-right: 68px;
150}
151
152.auto-tree .closeBtn-edit-showDropDown {
153 margin-right: calc(50% + 30px);
154}
155
156.auto-tree .closeBtn-edit-notShowDropDown {
157 margin-right: 16px;
158}
159
160.auto-tree .drop-down-list-component .oneLine-input .drop-list-label {
161 width: 0;
162 margin-right: 0;
163}
164
165.auto-tree .pop {
166 display: block;
167 width: 80%;
168 background-color: #ffffff;
169 z-index: 9999;
170 margin: 0 auto;
171 position: absolute;
172 top: 0;
173 box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
174}
175
176.auto-tree .pop .closeBtn {
177 position: absolute;
178 right: 15px;
179 bottom: -12px;
180}
181
182.auto-tree:after {
183 content: '';
184 overflow: hidden;
185 display: block;
186 height: 0;
187 clear: both;
188}
189
190.auto-tree .field-left {
191 height: 28px;
192 text-indent: 5px;
193 line-height: 28px;
194 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
195 font-size: 12px;
196 color: #3d5566;
197 overflow: hidden;
198 white-space: nowrap;
199 text-overflow: ellipsis;
200}
201
202.auto-tree .field-left .helpMsg_Style {
203 font-size: 12px;
204 opacity: 0.5;
205 color: #005999;
206}
207
208.auto-tree .auto-rightinput .dropDownList {
209 float: left;
210 box-sizing: border-box;
211 margin-left: 30px;
212 margin-top: -20px;
213 width: calc(50% - 15px);
214}
215
216.auto-tree .auto-rightinput .dropDownList .form-item {
217 min-width: 120px;
218 margin-top: 0;
219}
220
221.auto-tree .auto-rightinput .dropdownMin {
222 float: left;
223 box-sizing: border-box;
224 margin-left: 0px;
225 width: 100%;
226}
227
228.auto-tree .auto-rightinput .date-time-close {
229 margin-top: 10px\9;
230 position: absolute;
231 right: 20px;
232 margin-right: 0;
233 top: 8px;
234 top: -4px\9;
235 width: 14px;
236 height: 14px;
237 cursor: pointer !important;
238 font-size: 14px;
239 color: #BCC8D1;
240 line-height: 0;
241}
242
243.auto-tree .auto-rightinput .date-time-close > svg {
244 pointer-events: none;
245}
246
247.auto-tree .auto-rightinput .date-time-close:hover {
248 color: #cc2929;
249}
250
251.auto-tree .auto-rightinput .date-time-close-search {
252 margin-top: 10px\9;
253 position: absolute;
254 right: 0px;
255 top: 15px;
256 top: 5px\9;
257 width: 14px;
258 height: 14px;
259 cursor: pointer !important;
260 font-size: 14px;
261 color: #BCC8D1;
262 line-height: 0;
263}
264
265.auto-tree .auto-rightinput .date-time-close-search:hover {
266 color: #cc2929;
267}
268
269.auto-tree .auto-form-input {
270 position: relative;
271 display: flex;
272 flex-wrap: wrap;
273 display: -ms-flexbox;
274 -ms-flex-wrap: wrap;
275 height: 100%;
276}
277
278.auto-tree .auto-form-input .autoTreeIcon-notShowDropDown {
279 width: 11px;
280 height: 6px;
281 position: absolute;
282 top: 12px;
283 right: 6px;
284 cursor: pointer;
285}
286
287.auto-tree .auto-form-input .autoTreeIcon-showDropDown {
288 width: 11px;
289 height: 6px;
290 position: absolute;
291 top: 12px;
292 right: 5px;
293 cursor: pointer;
294}
295
296.auto-tree .auto-form-input .leftInput-showDropDown {
297 position: relative;
298 float: left;
299 position: relative;
300 box-sizing: border-box;
301}
302
303.auto-tree .auto-form-input .isMinWidth {
304 width: 100%;
305}
306
307.auto-tree .auto-form-input .notMin {
308 width: calc(50% - 15px);
309}
310
311.auto-tree .auto-form-input .leftInput-notShowDropDown {
312 width: 100%;
313}
314
315.auto-tree .auto-form-input .drop-down-button {
316 position: absolute;
317 right: 14px;
318 top: 0;
319}
320
321.auto-tree .auto-form-input .drop-down-button .drop-down-btn-list {
322 margin: 14px 0 10px 0;
323}
324
325.auto-tree .auto-form-input .disabled-icon {
326 height: 13px;
327 width: 11px;
328 position: absolute;
329 right: 5px;
330 bottom: 9px;
331}
332
333.auto-tree .auto-form-input .autoTreeLeftInput {
334 padding: 0px;
335 line-height: 20px;
336 text-indent: 5px;
337 box-sizing: border-box;
338 overflow: hidden;
339 white-space: nowrap;
340 text-overflow: ellipsis;
341 margin-top: 0;
342 width: 100%;
343 color: #0A1319;
344 font-size: 12px;
345 outline: 0;
346 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
347 border-radius: 5px;
348}
349
350.auto-tree .auto-form-input .autoTreeLeftInput.autoTree-search-input {
351 line-height: 40px;
352 height: 40px;
353 width: 310px;
354 border-bottom: 1px solid #E4EBF0;
355 margin: 0 15px 0 15px;
356 padding-right: 72px;
357}
358
359.auto-tree .auto-form-input .autoTreeLeftInput:hover {
360 border-color: #96d0fa;
361}
362
363.auto-tree .auto-form-input .autoTreeLeftInput:-moz-placeholder {
364 font-size: 14px;
365}
366
367.auto-tree .auto-form-input .autoTreeLeftInput::-moz-placeholder {
368 font-size: 14px;
369}
370
371.auto-tree .auto-form-input input::input-placeholder {
372 text-align: left;
373 font-size: 14px;
374 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
375 color: #BCC8D1;
376}
377
378.auto-tree .auto-form-input input::-moz-placeholder {
379 text-align: left;
380 font-size: 14px;
381 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
382 color: #BCC8D1;
383}
384
385.auto-tree .auto-form-input input:-ms-input-placeholder {
386 text-align: left;
387 font-size: 14px;
388 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
389 color: #BCC8D1;
390}
391
392.auto-tree .auto-form-input input::-webkit-input-placeholder {
393 text-align: left;
394 font-size: 14px;
395 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
396 color: #BCC8D1;
397}
398
399.auto-tree .auto-input-edit.auto-tree__input_not-dropdown:after {
400 left: 50%;
401}
402
403.auto-tree .auto-input-edit .autoTreeLeftInput-single {
404 height: 30px;
405 border: 1px solid #E4EBF0;
406}
407
408.auto-tree .auto-input-search .findAll {
409 cursor: pointer;
410 position: absolute;
411 top: 10px;
412 right: 14px;
413 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
414 font-size: 12px;
415 font-weight: normal;
416 font-style: normal;
417 font-stretch: normal;
418 color: #005999;
419}
420
421.auto-tree .auto-input-search .findAll label {
422 cursor: pointer;
423}
424
425.auto-tree .auto-input-search:after {
426 display: block;
427 position: absolute;
428 content: "";
429 left: 50%;
430 width: 0;
431 height: 2px;
432 background-color: #1b85d6;
433 transition: left ease-in-out .15s, width ease-in-out .15s;
434}
435
436.auto-tree .auto-form-input-active-notShowDropDown .autoTreeLeftInput {
437 border: 1px solid #1687d9;
438 box-shadow: 0 0 2px 1px #96d0fa;
439 border-radius: 5px;
440}
441
442.auto-tree .auto-form-input-active-notShowDropDown .autoTreeLeftInput:hover {
443 border-color: #1687d9;
444}
445
446.auto-tree .auto-form-input-active-notShowDropDown input::-ms-clear {
447 display: none;
448}
449
450.auto-tree .auto-form-input-active-showDropDown .autoTreeLeftInput {
451 border: 1px solid #1687d9;
452 box-shadow: 0 0 2px 1px #96d0fa;
453 border-radius: 5px;
454}
455
456.auto-tree .auto-form-input-active-showDropDown .autoTreeLeftInput:hover {
457 border-color: #1687d9;
458}
459
460.auto-tree .auto-form-input-active-showDropDown input::-ms-clear {
461 display: none;
462}
463
464.auto-tree .auto-form-input-active-showDropDownisMin:after {
465 width: 100%;
466 left: 0;
467 top: 24px;
468 transition-property: width,left;
469 transition-duration: 0.35s,0.35s;
470 transition-timing-function: cubic-bezier(0.66, 1.65, 0.23, 0.87), cubic-bezier(0.66, 1.65, 0.23, 0.87);
471}
472
473.auto-tree .auto-form-input-active-showDropDownisMin input::-ms-clear {
474 display: none;
475}
476
477.auto-tree .auto-form-input-active-seach:after {
478 width: 310px;
479 left: 15px;
480 transition-property: width,left;
481 transition-duration: 0.35s,0.35s;
482 transition-timing-function: cubic-bezier(0.66, 1.65, 0.23, 0.87), cubic-bezier(0.66, 1.65, 0.23, 0.87);
483}
484
485.auto-tree .auto-form-input-active-seach input::-ms-clear {
486 display: none;
487}
488
489.auto-tree .auto-form-input-active-seach-drop:after {
490 width: 310px;
491 left: 15px;
492 transition-property: width,left;
493 transition-duration: 0.35s,0.35s;
494 transition-timing-function: cubic-bezier(0.66, 1.65, 0.23, 0.87), cubic-bezier(0.66, 1.65, 0.23, 0.87);
495}
496
497.auto-tree .pop-auto-result {
498 width: 70%;
499 max-height: 85%;
500 padding-top: 10px;
501 border-radius: 5px;
502 overflow: auto;
503 margin-top: 2px;
504}
505
506.auto-tree .pop-auto-result #li-hold-on {
507 background-color: #F5F8FA;
508}
509
510.auto-tree .pop-auto-result .auto-tree__item {
511 padding: 0 15px;
512 color: #0A1319;
513 line-height: 24px;
514 list-style: none;
515 height: 24px;
516 font-size: 12px;
517 background-color: #ffffff;
518 cursor: pointer;
519}
520
521.auto-tree .pop-auto-result .auto-tree__item:hover {
522 background-color: #F5F8FA;
523}
524
525.auto-tree .pop-auto-result .auto-tree__item em {
526 color: #0A1319;
527 width: 12px;
528 height: 20px;
529 border-radius: 2px;
530 background: rgba(228, 166, 0, 0.2);
531 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
532 font-style: normal;
533}
534
535.auto-tree .pop-auto-result .auto-tree__item_notShow {
536 overflow: hidden;
537 text-overflow: ellipsis;
538 white-space: nowrap;
539 padding: 0 15px;
540 color: #0A1319;
541 list-style: none;
542 height: 30px;
543 font-size: 12px;
544 background-color: #ffffff;
545 cursor: pointer;
546}
547
548.auto-tree .pop-auto-result .auto-tree__item_notShow:hover {
549 background-color: #F5F8FA;
550}
551
552.auto-tree .pop-auto-result .auto-tree__item_notShow em {
553 color: #0A1319;
554 width: 12px;
555 height: 20px;
556 border-radius: 2px;
557 background: rgba(228, 166, 0, 0.2);
558 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
559 font-style: normal;
560}
561
562.auto-tree .auto-result-container {
563 background-color: #ffffff;
564 width: 100%;
565 padding-left: 0;
566 border-radius: 5px;
567 margin-top: 2px;
568 z-index: 99999;
569 box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
570 display: flex;
571 position: absolute;
572}
573
574.auto-tree .auto-result-container .findAll {
575 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
576 font-size: 12px;
577 font-weight: normal;
578 font-style: normal;
579 font-stretch: normal;
580 color: #005999;
581 cursor: pointer;
582}
583
584.auto-tree .auto-result-container .findAll label {
585 cursor: pointer;
586}
587
588.auto-tree .auto-result-container .searchContainer {
589 width: 100%;
590 height: 100%;
591 padding-bottom: 50px;
592 border-radius: 2px;
593 background-color: #ffffff;
594 box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
595}
596
597.auto-tree .auto-result-container .searchContainer .base-search-component {
598 width: calc(70% - 30px);
599 margin: 0 15px 8px 15px;
600}
601
602.auto-tree .auto-result-container .closeBtn {
603 position: absolute;
604 right: 15px;
605 bottom: 0px;
606}
607
608.auto-tree .auto-result-container .auto-result {
609 width: 100%;
610 padding-top: 10px;
611 overflow: auto;
612}
613
614.auto-tree .auto-result-container .auto-result #li-hold-on {
615 background-color: #F5F8FA;
616}
617
618.auto-tree .auto-result-container .auto-result .auto-tree__item {
619 padding: 0 15px;
620 color: #0A1319;
621 list-style: none;
622 height: 30px;
623 font-size: 12px;
624 background-color: #ffffff;
625 cursor: pointer;
626}
627
628.auto-tree .auto-result-container .auto-result .auto-tree__item:hover {
629 background-color: #F5F8FA;
630}
631
632.auto-tree .auto-result-container .auto-result .auto-tree__item em {
633 color: #0A1319;
634 width: 12px;
635 height: 20px;
636 border-radius: 2px;
637 background: rgba(228, 166, 0, 0.2);
638 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
639 font-style: normal;
640}
641
642.auto-tree .auto-result-container .auto-result .auto-tree__item_notShow {
643 overflow: hidden;
644 text-overflow: ellipsis;
645 white-space: nowrap;
646 padding: 0 15px;
647 color: #0A1319;
648 list-style: none;
649 height: 30px;
650 font-size: 12px;
651 background-color: #ffffff;
652 cursor: pointer;
653}
654
655.auto-tree .auto-result-container .auto-result .auto-tree__item_notShow:hover {
656 background-color: #F5F8FA;
657}
658
659.auto-tree .auto-result-container .auto-result .auto-tree__item_notShow em {
660 color: #0A1319;
661 width: 12px;
662 height: 20px;
663 border-radius: 2px;
664 background: rgba(228, 166, 0, 0.2);
665 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
666 font-style: normal;
667}
668
669.auto-tree .auto-result-container .auto-result .findNothing {
670 width: 112px;
671 height: 141px;
672 margin: 0 auto;
673 margin-top: 39px;
674}
675
676.auto-tree .auto-result-container .auto-result .findAll {
677 color: #005999;
678 font-size: 12px;
679 text-align: right;
680 padding: 10px 15px 0px 0;
681 cursor: pointer;
682}
683
684.auto-tree .auto-result-container .auto-result .findAll label {
685 cursor: pointer;
686}
687
688.auto-tree .auto-result-container .auto-result .findAll-null {
689 color: #005999;
690 font-size: 14px;
691 text-align: center;
692 padding-top: 5px;
693 margin-bottom: 50px;
694 cursor: pointer;
695}
696
697.auto-tree .auto-result-container .auto-result .findAll-null label {
698 cursor: pointer;
699}
700
701.auto-tree .auto-result-container-search {
702 background-color: #ffffff;
703 width: 100%;
704 padding-left: 0;
705 display: flex;
706}
707
708.auto-tree .auto-result-container-search .searchContainer {
709 width: 100%;
710 height: 100%;
711 padding-bottom: 50px;
712 border-radius: 2px;
713 background-color: #ffffff;
714 box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
715}
716
717.auto-tree .auto-result-container-search .searchContainer .base-search-component {
718 width: calc(70% - 30px);
719 margin: 0 15px 8px 15px;
720}
721
722.auto-tree .auto-result-container-search .closeBtn {
723 position: absolute;
724 right: 15px;
725 bottom: 0px;
726}
727
728.auto-tree .auto-result-container-search .auto-result {
729 max-height: 315px;
730 width: 100%;
731 overflow: auto;
732}
733
734.auto-tree .auto-result-container-search .auto-result .autoTree_ItemName {
735 overflow: hidden;
736 text-overflow: ellipsis;
737 white-space: nowrap;
738 height: 24px;
739 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
740 font-size: 12px;
741 font-weight: normal;
742 font-style: normal;
743 font-stretch: normal;
744 line-height: 1.71;
745 color: #03101a;
746}
747
748.auto-tree .auto-result-container-search .auto-result .autoTree_ItemName .auto-tree__item-pname {
749 color: #acb7bf;
750 padding-left: 5px;
751}
752
753.auto-tree .auto-result-container-search .auto-result .autoTree_ParentName {
754 overflow: hidden;
755 text-overflow: ellipsis;
756 white-space: nowrap;
757 height: 20px;
758 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
759 font-size: 12px;
760 font-weight: normal;
761 font-style: normal;
762 font-stretch: normal;
763 line-height: 1.67;
764 color: #3d5566;
765}
766
767.auto-tree .auto-result-container-search .auto-result #li-hold-on {
768 background-color: #F5F8FA;
769}
770
771.auto-tree .auto-result-container-search .auto-result .auto-tree__item {
772 overflow: hidden;
773 text-overflow: ellipsis;
774 white-space: nowrap;
775 padding: 5px 15px 5px 20px;
776 color: #0A1319;
777 list-style: none;
778 font-size: 14px;
779 background-color: #ffffff;
780 cursor: pointer;
781}
782
783.auto-tree .auto-result-container-search .auto-result .auto-tree__item:hover {
784 background-color: #F5F8FA;
785}
786
787.auto-tree .auto-result-container-search .auto-result .auto-tree__item em {
788 color: #0A1319;
789 width: 12px;
790 height: 20px;
791 border-radius: 2px;
792 background: rgba(228, 166, 0, 0.2);
793 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
794 font-style: normal;
795}
796
797.auto-tree .auto-result-container-search .auto-result .auto-tree__item_notShow {
798 overflow: hidden;
799 text-overflow: ellipsis;
800 white-space: nowrap;
801 padding: 5px 15px;
802 color: #0A1319;
803 list-style: none;
804 font-size: 14px;
805 background-color: #ffffff;
806 cursor: pointer;
807}
808
809.auto-tree .auto-result-container-search .auto-result .auto-tree__item_notShow:hover {
810 background-color: #F5F8FA;
811}
812
813.auto-tree .auto-result-container-search .auto-result .auto-tree__item_notShow em {
814 color: #0A1319;
815 width: 12px;
816 height: 20px;
817 border-radius: 2px;
818 background: rgba(228, 166, 0, 0.2);
819 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
820 font-style: normal;
821}
822
823.auto-tree .auto-result-container-search .auto-result .findNothing {
824 width: 112px;
825 height: 141px;
826 margin: 0 auto;
827 margin-top: 39px;
828}
829
830.auto-tree .auto-result-container-search .auto-result .findAll {
831 color: #005999;
832 font-size: 12px;
833 text-align: right;
834 padding: 10px 15px 0px 0;
835 cursor: pointer;
836}
837
838.auto-tree .auto-result-container-search .auto-result .findAll label {
839 cursor: pointer;
840}
841
842.auto-tree .auto-result-container-search .auto-result .findAll-null {
843 color: #005999;
844 font-size: 14px;
845 text-align: center;
846 padding-top: 5px;
847 margin-bottom: 50px;
848 cursor: pointer;
849}
850
851.auto-tree .auto-result-container-search .auto-result .findAll-null label {
852 cursor: pointer;
853}
854
855.auto-tree .base-input-error-label .field-right input {
856 background: rgba(204, 41, 41, 0.05);
857 border: 1px solid #cc2929;
858 border-radius: 5px;
859}
860
861.auto-tree .base-input-error-label .field-right .autoTreeLeftInput:hover {
862 border-color: #cc2929;
863}
864
865.auto-tree .input-pBlur {
866 transform: scale(1.5, 1.5);
867 -moz-transform: scale(1.5, 1.5);
868 -webkit-transform: scale(1.5, 1.5);
869 -o-transform: scale(1.5, 1.5);
870 transform-origin: 50% 0%;
871 -webkit-transform-origin: 50% 0%;
872 -moz-transform-origin: 50% 0%;
873 -o-transform-origin: 50% 0%;
874 -ms-transform-origin: 50% 0%;
875 opacity: 0;
876 font-size: 16px;
877 transition: opacity .35s ease,font-size .35s ease,transform .35s ease;
878}
879
880.auto-tree .input-pFoucus {
881 -moz-transform: none;
882 -webkit-transform: none;
883 -o-transform: none;
884 transform: none;
885 transform-origin: 50% 0%;
886 -webkit-transform-origin: 50% 0%;
887 -moz-transform-origin: 50% 0%;
888 -o-transform-origin: 50% 0%;
889 -ms-transform-origin: 50% 0%;
890 opacity: 1;
891 font-size: 12px;
892 transition: opacity .35s ease,font-size .35s ease,transform .35s ease;
893}
894
895.auto-tree .base-input-normal-input {
896 box-sizing: border-box;
897 border-bottom: 2px solid #cc2929;
898}
899
900.auto-tree .input-pRight {
901 color: #1687d9;
902}
903
904.auto-tree .input-pError {
905 color: #cc2929 !important;
906}
907
908.auto-tree .base-input-show {
909 padding-left: 5px;
910 line-height: initial;
911 z-index: -1;
912}
913
914.auto-tree .base-input-show-text {
915 line-height: 20px;
916 font-size: 12px;
917 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
918}
919
920#AutoTree_ul .auto-tree__panel-bottom.border-top-1px {
921 border-top: 1px solid #e4ebf0;
922}
923
924#AutoTree_ul .auto-tree__panel-bottom .selectedComponent {
925 width: 340px;
926 height: 50px;
927}
928
929#AutoTree_ul .auto-tree__panel-bottom .selectedComponent .inputText {
930 margin-left: 15px;
931}
932
933#AutoTree_ul .auto-tree__panel-bottom .submitBtn {
934 position: absolute;
935 bottom: 0;
936 right: 15px;
937}
938
939#AutoTree_ul .auto-tree__panel-bottom .writeInput .selectIcon {
940 top: 16px;
941}
942
943#AutoTree_ul .auto-tree__panel-bottom .writeInputonBlur, #AutoTree_ul .auto-tree__panel-bottom .writeInputonClick {
944 top: 9px;
945 height: 31px;
946}
947
948#AutoTree_ul .auto-tree__panel-bottom .base-button-component {
949 margin-bottom: 7px;
950}
951
952#AutoTree_ul .empty-con {
953 height: 310px;
954}
955
956#AutoTree_ul .base-tree-component .base-tree-view .us-no-data
957, #AutoTree_ul .autotree__tree-panel .error_page {
958 height: 295px;
959 display: block;
960 width: 100%;
961 background-image: url("empty-img.png");
962 background-repeat: no-repeat;
963 background-position: 50%;
964}
965
966#AutoTree_ul .autotree__tree-panel {
967 background: #ffffff;
968 box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
969 border-radius: 5px;
970 min-width: 340px;
971}
972
973#AutoTree_ul .base-tree-component {
974 max-height: 325px !important;
975 overflow: auto;
976}
977
978#AutoTree_ul .auto-result-container {
979 background-color: #ffffff;
980 width: 100%;
981 padding-left: 0;
982 border-radius: 5px;
983 margin-top: 2px;
984 z-index: 99999;
985 box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
986 display: flex;
987 position: absolute;
988}
989
990#AutoTree_ul .auto-result-container .findAll {
991 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
992 font-size: 12px;
993 font-weight: normal;
994 font-style: normal;
995 font-stretch: normal;
996 color: #005999;
997 cursor: pointer;
998}
999
1000#AutoTree_ul .auto-result-container .findAll label {
1001 cursor: pointer;
1002}
1003
1004#AutoTree_ul .auto-result-container .searchContainer {
1005 width: 100%;
1006 height: 100%;
1007 padding-bottom: 50px;
1008 border-radius: 2px;
1009 background-color: #ffffff;
1010 box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
1011}
1012
1013#AutoTree_ul .auto-result-container .searchContainer .base-search-component {
1014 width: calc(70% - 30px);
1015 margin: 0 15px 8px 15px;
1016}
1017
1018#AutoTree_ul .auto-result-container .closeBtn {
1019 position: absolute;
1020 right: 15px;
1021 bottom: -43px;
1022}
1023
1024#AutoTree_ul .auto-result-container .findAll-null {
1025 color: #005999;
1026 font-size: 14px;
1027 position: absolute;
1028 left: calc(50% - 34px);
1029 bottom: 50px;
1030 padding-top: 5px;
1031 cursor: pointer;
1032}
1033
1034#AutoTree_ul .auto-result-container .findAll-null label {
1035 cursor: pointer;
1036}
1037
1038#AutoTree_ul .auto-result-container .auto-result {
1039 width: 100%;
1040 padding-top: 10px;
1041 overflow: auto;
1042}
1043
1044#AutoTree_ul .auto-result-container .auto-result .autoTree_ItemName {
1045 overflow: hidden;
1046 text-overflow: ellipsis;
1047 white-space: nowrap;
1048 height: 24px;
1049 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1050 font-size: 12px;
1051 font-weight: normal;
1052 font-style: normal;
1053 font-stretch: normal;
1054 line-height: 1.71;
1055 padding-top: 5px;
1056 color: #03101a;
1057}
1058
1059#AutoTree_ul .auto-result-container .auto-result .autoTree_ParentName {
1060 overflow: hidden;
1061 text-overflow: ellipsis;
1062 white-space: nowrap;
1063 height: 20px;
1064 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1065 font-size: 12px;
1066 font-weight: normal;
1067 font-style: normal;
1068 font-stretch: normal;
1069 line-height: 1.67;
1070 color: #3d5566;
1071}
1072
1073#AutoTree_ul .auto-result-container .auto-result #li-hold-on {
1074 background-color: #F5F8FA;
1075}
1076
1077#AutoTree_ul .auto-result-container .auto-result .auto-tree__item {
1078 overflow: hidden;
1079 text-overflow: ellipsis;
1080 white-space: nowrap;
1081 padding: 0 15px;
1082 color: #0A1319;
1083 list-style: none;
1084 height: 54px;
1085 font-size: 12px;
1086 background-color: #ffffff;
1087 cursor: pointer;
1088}
1089
1090#AutoTree_ul .auto-result-container .auto-result .auto-tree__item:hover {
1091 background-color: #F5F8FA;
1092}
1093
1094#AutoTree_ul .auto-result-container .auto-result .auto-tree__item em {
1095 color: #0A1319;
1096 width: 12px;
1097 height: 20px;
1098 border-radius: 2px;
1099 background: rgba(228, 166, 0, 0.2);
1100 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1101 font-style: normal;
1102}
1103
1104#AutoTree_ul .auto-result-container .auto-result .auto-tree__item_notShow {
1105 overflow: hidden;
1106 text-overflow: ellipsis;
1107 white-space: nowrap;
1108 padding: 0 15px;
1109 color: #0A1319;
1110 list-style: none;
1111 height: 30px;
1112 font-size: 12px;
1113 background-color: #ffffff;
1114 cursor: pointer;
1115}
1116
1117#AutoTree_ul .auto-result-container .auto-result .auto-tree__item_notShow:hover {
1118 background-color: #F5F8FA;
1119}
1120
1121#AutoTree_ul .auto-result-container .auto-result .auto-tree__item_notShow em {
1122 color: #0A1319;
1123 width: 12px;
1124 height: 20px;
1125 border-radius: 2px;
1126 background: rgba(228, 166, 0, 0.2);
1127 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1128 font-style: normal;
1129}
1130
1131#AutoTree_ul .auto-result-container .auto-result .findNothing {
1132 margin: 0 auto;
1133 height: 295px;
1134 display: block;
1135 width: 100%;
1136 background-image: url("empty-img.png");
1137 background-repeat: no-repeat;
1138 background-position: 50% 30%;
1139}
1140
1141#AutoTree_ul .auto-result-container .auto-result .findAll {
1142 color: #005999;
1143 font-size: 12px;
1144 text-align: right;
1145 padding: 10px 15px 0px 0;
1146 cursor: pointer;
1147}
1148
1149#AutoTree_ul .auto-result-container .auto-result .findAll label {
1150 cursor: pointer;
1151}
1152
1153#AutoTree_ul .auto-result-container-search {
1154 background-color: #ffffff;
1155 width: 100%;
1156 padding-left: 0;
1157 min-height: 310px;
1158 display: flex;
1159}
1160
1161#AutoTree_ul .auto-result-container-search .searchContainer {
1162 width: 100%;
1163 height: 100%;
1164 padding-bottom: 50px;
1165 border-radius: 2px;
1166 background-color: #ffffff;
1167 box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
1168}
1169
1170#AutoTree_ul .auto-result-container-search .searchContainer .base-search-component {
1171 width: calc(70% - 30px);
1172 margin: 0 15px 8px 15px;
1173}
1174
1175#AutoTree_ul .auto-result-container-search .closeBtn {
1176 position: absolute;
1177 right: 15px;
1178 bottom: 0px;
1179}
1180
1181#AutoTree_ul .auto-result-container-search .auto-result {
1182 max-height: 310px;
1183 width: 100%;
1184 overflow: auto;
1185}
1186
1187#AutoTree_ul .auto-result-container-search .auto-result .autoTree_ItemName {
1188 overflow: hidden;
1189 text-overflow: ellipsis;
1190 white-space: nowrap;
1191 height: 24px;
1192 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1193 font-size: 12px;
1194 font-weight: normal;
1195 font-style: normal;
1196 font-stretch: normal;
1197 line-height: 1.71;
1198 color: #03101a;
1199}
1200
1201#AutoTree_ul .auto-result-container-search .auto-result .autoTree_ItemName .auto-tree__item-pname {
1202 color: #acb7bf;
1203 padding-left: 5px;
1204}
1205
1206#AutoTree_ul .auto-result-container-search .auto-result .autoTree_ParentName {
1207 overflow: hidden;
1208 text-overflow: ellipsis;
1209 white-space: nowrap;
1210 height: 20px;
1211 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1212 font-size: 12px;
1213 font-weight: normal;
1214 font-style: normal;
1215 font-stretch: normal;
1216 line-height: 1.67;
1217 color: #3d5566;
1218}
1219
1220#AutoTree_ul .auto-result-container-search .auto-result #li-hold-on {
1221 background-color: #F5F8FA;
1222}
1223
1224#AutoTree_ul .auto-result-container-search .auto-result .auto-tree__item {
1225 overflow: hidden;
1226 text-overflow: ellipsis;
1227 white-space: nowrap;
1228 padding: 5px 15px 5px 20px;
1229 color: #0A1319;
1230 list-style: none;
1231 font-size: 14px;
1232 background-color: #ffffff;
1233 cursor: pointer;
1234}
1235
1236#AutoTree_ul .auto-result-container-search .auto-result .auto-tree__item:hover {
1237 background-color: #F5F8FA;
1238}
1239
1240#AutoTree_ul .auto-result-container-search .auto-result .auto-tree__item em {
1241 color: #0A1319;
1242 width: 12px;
1243 height: 20px;
1244 border-radius: 2px;
1245 background: rgba(228, 166, 0, 0.2);
1246 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1247 font-style: normal;
1248}
1249
1250#AutoTree_ul .auto-result-container-search .auto-result .auto-tree__item_notShow {
1251 overflow: hidden;
1252 text-overflow: ellipsis;
1253 white-space: nowrap;
1254 padding: 5px 15px;
1255 color: #0A1319;
1256 list-style: none;
1257 font-size: 14px;
1258 background-color: #ffffff;
1259 cursor: pointer;
1260}
1261
1262#AutoTree_ul .auto-result-container-search .auto-result .auto-tree__item_notShow:hover {
1263 background-color: #F5F8FA;
1264}
1265
1266#AutoTree_ul .auto-result-container-search .auto-result .auto-tree__item_notShow em {
1267 color: #0A1319;
1268 width: 12px;
1269 height: 20px;
1270 border-radius: 2px;
1271 background: rgba(228, 166, 0, 0.2);
1272 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1273 font-style: normal;
1274}
1275
1276#AutoTree_ul .auto-result-container-search .auto-result .findNothing {
1277 width: 112px;
1278 height: 141px;
1279 margin: 0 auto;
1280 margin-top: 39px;
1281}
1282
1283#AutoTree_ul .auto-result-container-search .auto-result .findAll {
1284 color: #005999;
1285 font-size: 12px;
1286 text-align: right;
1287 padding: 10px 15px 0px 0;
1288 cursor: pointer;
1289}
1290
1291#AutoTree_ul .auto-result-container-search .auto-result .findAll label {
1292 cursor: pointer;
1293}
1294
1295#AutoTree_ul .auto-result-container-search .auto-result .findAll-null {
1296 color: #005999;
1297 font-size: 14px;
1298 text-align: center;
1299 padding-top: 5px;
1300 margin-bottom: 50px;
1301 cursor: pointer;
1302}
1303
1304#AutoTree_ul .auto-result-container-search .auto-result .findAll-null label {
1305 cursor: pointer;
1306}
1307
1308#AutoTree_ul .pop-auto-result {
1309 width: 70%;
1310 max-height: 85%;
1311 padding-top: 10px;
1312 border-radius: 5px;
1313 overflow: auto;
1314 margin-top: 2px;
1315}
1316
1317#AutoTree_ul .pop-auto-result .autoTree_ItemName {
1318 overflow: hidden;
1319 text-overflow: ellipsis;
1320 white-space: nowrap;
1321 height: 24px;
1322 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1323 font-size: 12px;
1324 font-weight: normal;
1325 font-style: normal;
1326 font-stretch: normal;
1327 line-height: 1.71;
1328 padding-top: 5px;
1329 color: #03101a;
1330}
1331
1332#AutoTree_ul .pop-auto-result .autoTree_ParentName {
1333 overflow: hidden;
1334 text-overflow: ellipsis;
1335 white-space: nowrap;
1336 height: 20px;
1337 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1338 font-size: 12px;
1339 font-weight: normal;
1340 font-style: normal;
1341 font-stretch: normal;
1342 line-height: 1.67;
1343 color: #3d5566;
1344}
1345
1346#AutoTree_ul .pop-auto-result #li-hold-on {
1347 background-color: #F5F8FA;
1348}
1349
1350#AutoTree_ul .pop-auto-result .auto-tree__item {
1351 padding: 0 15px;
1352 color: #0A1319;
1353 list-style: none;
1354 height: 54px;
1355 font-size: 12px;
1356 background-color: #ffffff;
1357 cursor: pointer;
1358}
1359
1360#AutoTree_ul .pop-auto-result .auto-tree__item:hover {
1361 background-color: #F5F8FA;
1362}
1363
1364#AutoTree_ul .pop-auto-result .auto-tree__item em {
1365 color: #0A1319;
1366 width: 12px;
1367 height: 20px;
1368 border-radius: 2px;
1369 background: rgba(228, 166, 0, 0.2);
1370 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1371 font-style: normal;
1372}
1373
1374#AutoTree_ul .pop-auto-result .auto-tree__item_notShow {
1375 overflow: hidden;
1376 text-overflow: ellipsis;
1377 white-space: nowrap;
1378 padding: 0 15px;
1379 color: #0A1319;
1380 list-style: none;
1381 height: 30px;
1382 font-size: 12px;
1383 background-color: #ffffff;
1384 cursor: pointer;
1385}
1386
1387#AutoTree_ul .pop-auto-result .auto-tree__item_notShow:hover {
1388 background-color: #F5F8FA;
1389}
1390
1391#AutoTree_ul .pop-auto-result .auto-tree__item_notShow em {
1392 color: #0A1319;
1393 width: 12px;
1394 height: 20px;
1395 border-radius: 2px;
1396 background: rgba(228, 166, 0, 0.2);
1397 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1398 font-style: normal;
1399}
1400
1401.AutoTree-mask {
1402 background: #0A1319;
1403 top: 0;
1404 left: 0;
1405 opacity: 0.5;
1406 width: 100%;
1407 height: 2000px;
1408 position: fixed;
1409 z-index: 9999;
1410}
1411
1412#AutoTree_Mask .searchContainer {
1413 width: 42%;
1414 min-width: 600px;
1415 height: 80%;
1416 max-width: 1000px;
1417 padding-bottom: 64px;
1418 border-radius: 2px;
1419 background-color: #ffffff;
1420 box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
1421 position: fixed;
1422 z-index: 99999;
1423}
1424
1425#AutoTree_Mask .searchContainer .muti_select {
1426 width: 60%;
1427 height: 100%;
1428}
1429
1430#AutoTree_Mask .searchContainer .selected-list {
1431 width: 40%;
1432}
1433
1434#AutoTree_Mask .searchContainer .single_select {
1435 width: 100%;
1436 height: 100%;
1437}
1438
1439#AutoTree_Mask .searchContainer .autoTree__text {
1440 font-size: 12px;
1441 line-height: 20px;
1442 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1443}
1444
1445#AutoTree_Mask .searchContainer .findAll_footer {
1446 height: 64px;
1447 width: 100%;
1448 position: absolute;
1449 bottom: 0;
1450 left: 0;
1451}
1452
1453#AutoTree_Mask .searchContainer .base-search-component {
1454 width: calc(100% - 30px);
1455 margin: 20px 15px 10px 15px;
1456}
1457
1458#AutoTree_Mask .searchContainer .Selected_List {
1459 width: 30%;
1460 height: calc(100% - 84px);
1461 border-left: 1px solid #E4EBF0;
1462 padding: 0 20px 0 20px;
1463 box-sizing: border-box;
1464 position: absolute;
1465 right: 0;
1466 top: 20px;
1467}
1468
1469#AutoTree_Mask .searchContainer .Selected_List .autoTree__results-tip {
1470 display: inline-block;
1471 margin: 10px 0px;
1472 width: 100%;
1473}
1474
1475#AutoTree_Mask .searchContainer .Selected_List .autoTree__results-tip .autoTree__text {
1476 color: #0A1319;
1477}
1478
1479#AutoTree_Mask .searchContainer .Selected_List .autoTree__results-tip .autoTree__text:first-child {
1480 margin-right: 5px;
1481}
1482
1483#AutoTree_Mask .searchContainer .Selected_List .autoTree__results-tip .autoTree__text:last-child {
1484 float: right;
1485 margin-top: 3px;
1486}
1487
1488#AutoTree_Mask .searchContainer .Selected_List .autoTree__results-tip .autoTree__text_is-disabled {
1489 color: #BCC8D1;
1490 cursor: not-allowed;
1491}
1492
1493#AutoTree_Mask .searchContainer .Selected_List .autoTree__results-tip .autoTree__text_is-active {
1494 color: #005999;
1495}
1496
1497#AutoTree_Mask .searchContainer .Selected_List .autoTree-results-content {
1498 margin-top: 10px;
1499 height: calc(100% - 44px);
1500 overflow-y: auto;
1501}
1502
1503#AutoTree_Mask .searchContainer .Selected_List .autoTree-results-content .autoTree__item {
1504 float: left;
1505 margin-right: 20px;
1506 margin-bottom: 10px;
1507 font-size: 12px;
1508 line-height: 20px;
1509 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1510 font-size: 0;
1511 cursor: pointer;
1512}
1513
1514#AutoTree_Mask .searchContainer .Selected_List .autoTree-results-content .autoTree__item .autoTree__text {
1515 vertical-align: middle;
1516}
1517
1518#AutoTree_Mask .searchContainer .Selected_List .autoTree-results-content .autoTree__item .parent_text {
1519 color: #66757F;
1520}
1521
1522#AutoTree_Mask .searchContainer .Selected_List .autoTree-results-content .autoTree__item .icon-close {
1523 margin-left: 5px;
1524 font-size: 14px;
1525 vertical-align: middle;
1526}
1527
1528#AutoTree_Mask .searchContainer .Selected_List .autoTree-results-content_null {
1529 color: #E4EBF0;
1530 font-size: 20px;
1531 line-height: calc(100% - 44px);
1532 height: calc(100% - 44px);
1533}
1534
1535#AutoTree_Mask .searchContainer .Selected_List .autoTree-results-content_null .autoTree-results_nullText {
1536 width: 160px;
1537 position: absolute;
1538 top: calc(50% - 10px);
1539 left: calc(50% - 80px);
1540}
1541
1542#AutoTree_Mask .searchContainer .pop-auto-result {
1543 width: 100%;
1544 max-height: 85%;
1545 padding-top: 10px;
1546 border-radius: 5px;
1547 overflow: auto;
1548 margin-top: 2px;
1549}
1550
1551#AutoTree_Mask .searchContainer .pop-auto-result .autoTree_ItemName {
1552 overflow: hidden;
1553 text-overflow: ellipsis;
1554 white-space: nowrap;
1555 height: 24px;
1556 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1557 font-size: 12px;
1558 font-weight: normal;
1559 font-style: normal;
1560 font-stretch: normal;
1561 line-height: 1.71;
1562 padding-top: 5px;
1563 color: #03101a;
1564}
1565
1566#AutoTree_Mask .searchContainer .pop-auto-result .autoTree_ParentName {
1567 overflow: hidden;
1568 text-overflow: ellipsis;
1569 white-space: nowrap;
1570 height: 20px;
1571 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1572 font-size: 12px;
1573 font-weight: normal;
1574 font-style: normal;
1575 font-stretch: normal;
1576 line-height: 1.67;
1577 color: #3d5566;
1578}
1579
1580#AutoTree_Mask .searchContainer .pop-auto-result #li-hold-on {
1581 background-color: #F5F8FA;
1582}
1583
1584#AutoTree_Mask .searchContainer .pop-auto-result .auto-tree__item {
1585 padding: 0 15px;
1586 color: #0A1319;
1587 list-style: none;
1588 height: 54px;
1589 font-size: 12px;
1590 background-color: #ffffff;
1591 cursor: pointer;
1592}
1593
1594#AutoTree_Mask .searchContainer .pop-auto-result .auto-tree__item:hover {
1595 background-color: #F5F8FA;
1596}
1597
1598#AutoTree_Mask .searchContainer .pop-auto-result .auto-tree__item em {
1599 color: #0A1319;
1600 width: 12px;
1601 height: 20px;
1602 border-radius: 2px;
1603 background: rgba(228, 166, 0, 0.2);
1604 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1605 font-style: normal;
1606}
1607
1608#AutoTree_Mask .searchContainer .pop-auto-result .auto-tree__item_notShow {
1609 overflow: hidden;
1610 text-overflow: ellipsis;
1611 white-space: nowrap;
1612 padding: 0 15px;
1613 color: #0A1319;
1614 list-style: none;
1615 height: 30px;
1616 font-size: 12px;
1617 background-color: #ffffff;
1618 cursor: pointer;
1619}
1620
1621#AutoTree_Mask .searchContainer .pop-auto-result .auto-tree__item_notShow:hover {
1622 background-color: #F5F8FA;
1623}
1624
1625#AutoTree_Mask .searchContainer .pop-auto-result .auto-tree__item_notShow em {
1626 color: #0A1319;
1627 width: 12px;
1628 height: 20px;
1629 border-radius: 2px;
1630 background: rgba(228, 166, 0, 0.2);
1631 font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
1632 font-style: normal;
1633}
1634
1635#AutoTree_Mask .searchContainer .closeBtn {
1636 position: absolute;
1637 right: 78px;
1638 bottom: 4px;
1639}
1640
1641#AutoTree_Mask .searchContainer .closeBtn_single {
1642 position: absolute;
1643 right: 20px;
1644 bottom: 4px;
1645}
1646
1647#AutoTree_Mask .searchContainer .submitBtn {
1648 position: absolute;
1649 right: 20px;
1650 bottom: 4px;
1651}
1652
1653.auto-tree_pop-open {
1654 -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1655 animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1656 -webkit-animation-duration: .2s;
1657 animation-duration: .2s;
1658 -webkit-animation-fill-mode: both;
1659 animation-fill-mode: both;
1660 -webkit-animation-play-state: paused;
1661 animation-play-state: paused;
1662 -webkit-animation-name: antSlideUpIn;
1663 animation-name: antSlideUpIn;
1664 -webkit-animation-play-state: running;
1665 animation-play-state: running;
1666}
1667
1668@-webkit-keyframes antSlideUpIn {
1669 0% {
1670 opacity: 0;
1671 -webkit-transform-origin: 0% 0%;
1672 transform-origin: 0% 0%;
1673 -webkit-transform: scaleY(0.8);
1674 transform: scaleY(0.8);
1675 }
1676
1677 100% {
1678 opacity: 1;
1679 -webkit-transform-origin: 0% 0%;
1680 transform-origin: 0% 0%;
1681 -webkit-transform: scaleY(1);
1682 transform: scaleY(1);
1683 }
1684}
1685
1686@keyframes antSlideUpIn {
1687 0% {
1688 opacity: 0;
1689 -webkit-transform-origin: 0% 0%;
1690 transform-origin: 0% 0%;
1691 -webkit-transform: scaleY(0.8);
1692 transform: scaleY(0.8);
1693 }
1694
1695 100% {
1696 opacity: 1;
1697 -webkit-transform-origin: 0% 0%;
1698 transform-origin: 0% 0%;
1699 -webkit-transform: scaleY(1);
1700 transform: scaleY(1);
1701 }
1702}