UNPKG

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