xinyb
2024-06-15 fdd73a906963f31abb59d81c10cc163eab47404a
提交 | 用户 | age
d8a02f 1 html,body{
X 2     height: 100%;
3     width: 100%;
4     margin:0px;
a6a76f 5     padding:0px;
d8a02f 6     _background-image: url(about:blank);
X 7     _background-attachment: fixed;
a6a76f 8 }
F 9 .main_talbe {
10     font-family: Verdana, Arial, Vrinda, Tahoma;
11     line-height: 24px;
12     font-size: 12px;
13     color: #666;
14 }
15 .loading{
16     position:fixed !important;
17     top:0px;
18     left:0px;
19     width:100%;
20     height:100%;
d8a02f 21     z-index:999;
a6a76f 22     background:#99BBE8 url(./icons/load.gif) no-repeat center center;
F 23     font-size:14px;
24     filter: alpha(opacity=80);
25     opacity:0.8;
26     _position: absolute;
27 }
28 .loadingMsg{
29     color:#fff;
30     position:absolute;
d8a02f 31     top:50%;
X 32     left:50%;
33     margin:20px 0 0 -50px;
34     padding:3px 10px;
a6a76f 35 }
fd7df7 36 .loadingClose{
X 37     color:#fff;
38     position:absolute;
39     width: 155px;
40     top:55%;
41     left:51%;
42     margin:20px 0 0 -50px;
43     padding:3px 10px;
44 }
45 .loadingClose button{
46     width: 80px;
47     height: 30px;
48     position: absolute;
49     z-index: 999;
50 }
a6a76f 51 .loadingIFRM{
F 52     position: absolute;
53     top:0px;left:0px;
54     width:100%;
55     height:100%;
56     filter: alpha(opacity=0);
57     opacity:0;
58     z-index:998;
59 }
60
61 .easyui-layout{
d8a02f 62     width: 100%;height: 100%;margin:0px;padding:0px;
a6a76f 63 }
F 64 .easyui-north{
d8a02f 65     height:30px;
X 66     width:100%;
a6a76f 67 }
F 68 .easyui-north3{
d8a02f 69     height:33px;
X 70     width:100%;
a6a76f 71 }
F 72 /*******top********/
73 #tool{
5f1f90 74     /*padding-left:10px!important;*/
X 75     /*padding-top:6px!important;*/
76     /*padding-top:1px\9;*/
a6a76f 77     background:#DEEDF7;
5f1f90 78     /*border: 0px;*/
X 79     /*white-space: nowrap;*/
80     border-bottom: 0px!important;
a6a76f 81     /* height:28px; */
5f1f90 82     /*height:32px\9;*/
a6a76f 83     overflow: hidden;
F 84 }
85 #tool1{
86     padding-left:10px;
87     padding-top:10px;
88     padding-top:1px\9;
89     background:#DEEDF7;
90     border: 0px;
91     border-bottom: 1px solid #99BBE8;
92     white-space: nowrap;
93     /* height:28px; */
94     height:32px\9;
95     overflow: hidden;
96 }
97 #func,#print{width:170px;display: none;}
98 .hidden{display: none;}
5f1f90 99 #top_table{
X 100     border-bottom: 1px solid #99BBE8;
101 }
102 #top2 #top_table{
103     border-bottom: 0px;
104 }
105 #top20 #top_table{
106     border-bottom: 0px;
107 }
108 #top2 #tool{
109     padding: 3px 5px 3px 10px;
110     border-bottom: 1px solid #99BBE8!important;
111 }
112 #top20 #tool{
113     padding: 3px 5px 3px 10px;
114     border-bottom: 1px solid #99BBE8!important;
115 }
116 h_top,#tplt-top{
117     padding: 3px 5px 3px 10px;
118     /*border-bottom: 1px solid #99BBE8;*/
119     /*height: 28px;*/
120     /*height: 32px \9;*/
121     /*padding-bottom: 3px;*/
122     /*_padding-bottom: 0px;*/
123 }
176200 124 #tplt-panel{
ac6f6a 125     margin: 0px 15px 0px 15px!important;
176200 126     /*padding: 3px;*/
X 127     /*padding-top: 3px;*/
128 }
a6a76f 129 #tpUpDownDoc{
d8a02f 130     float: right;
X 131     z-index: 3;
132     margin-top:-26px;
a6a76f 133 }
F 134 @media screen and (-webkit-min-device-pixel-ratio:0)
135 {
136     #tpUpDownDoc{margin-top:-1px;}
137 }
5f1f90 138 #title_top{
X 139     font-size: 24px;
140     font-weight: bold;
141     /*height: 25px;*/
142     border-bottom: 1px solid #99BBE8;
143     width: 100%;
144     text-align: center;
145     background: #DEEDF7;
146 }
a6a76f 147
F 148 #docStatuInfo{margin-left:10px;color: #ff0000;font: 18px;}
149
150
151 #otherFormat,#importXls,#tpDocList,#tpCopy,#tpDel,#tpZuoFei{
d8a02f 152     border-bottom:1px   solid ;
X 153     line-height:   10pt;
154
a6a76f 155 }
F 156 table.hovertable {
157     font-family: verdana,arial,sans-serif;
158     font-size:11px;
159     color:#333333;
160     border-width: 1px;
161     border-color: #999999;
162     border-collapse: collapse;
163 }
164 table.hovertable th {
165     background-color:#c3dde0;
166     border-width: 1px;
167     padding: 8px;
168     border-style: solid;
169     border-color: #a9c6c9;
d8a02f 170 }
a6a76f 171 table.hovertable tr {
F 172     background-color:#d4e3e5;
173 }
174 table.hovertable td {
175     border-width: 1px;
176     padding: 8px;
177     border-style: solid;
178     border-color: #a9c6c9;
179 }
180 .panel_table{
d8a02f 181     border:1px;
a6a76f 182 }
F 183 .panel_table_td{
d8a02f 184     /*word-break: keep-all; delete by danaus 19-1-24*/
X 185     font-size: 13px;
ac6f6a 186     /*padding:3px 0px 3px 0px;*/
d8a02f 187     border-right-style:none;
X 188     border-left-style:none;
189     border-top-style:none;
190     border-bottom-style:none;
191     table-layout:fixed;
a6a76f 192 }
2cd6f5 193 .panel_table_td a{
X 194     color: blue;
195 }
196 .panel_table_td a:hover{
197     color: blue;
198 }
4de917 199 .panel_table_td .file-drop-zone a{
X 200     color: #333!important;
201 }
a6a76f 202 /* Table���*/
F 203 /* �������ƿ�116�������ؼ��̶��� 120,��¼��12,�߿�ռ��8,��ôһ��TD�ڲ�����256*/
204 /* Table���ܿ�ȼ��㹫ʽ�� (256*n) �����磺256=(256*1)  */
205 .p_table1{
206     width:256px;
207 }
208 .p_table2{
209     width:512px;
210 }
211 .p_table3{
d8a02f 212     width:768px;
a6a76f 213 }
F 214 .p_table4{
d8a02f 215     width:1024px;
a6a76f 216 }
F 217 .p_table5{
218     width:1280px;
219 }
220 .p_table6{
221     width:1536px;
222 }
223
224 /* �ؼ���� */
225 /* �������ƿ�116�������ؼ��̶��� 120,��¼��12,�߿�ռ��8,��ôһ��TD�ڲ�����256*/
226 /* ���㹫ʽ���ؼ��� = (256*N)-116-12-8 �����磺120=(256*1)-116-12-8  */
227 .controlsc1{
228     width:120px;
229 }
230 .controlsc2{
231     width:376px;
232 }
233 .controlsc3{
234     width:632px;
235 }
236 .controlsc4{
237     width:888px;
238 }
239 .controlsc5{
240     width:1144px;
241 }
242 .controlsc6{
243     width:1400px;
244 }
245
246 /*û�пؼ��������Ƶ��������  һ��td:256,�ؼ�120*/
247 /* ���㹫ʽ��һ���ؼ� = (256*N)-12-8 ���磺236=(256*1)-12-8 */
248 /* N��ʾ����*/
249 .controlsm1{
250     width:236px;
251 }
252 .controlsm2{
253     width:492px;
254 }
255 .controlsm3{
256     width:748px;
257 }
258 .controlsm4{
259     width:1004px;
260 }
261 .controlsm5{
262     width:1260px;
263 }
264 .controlsm6{
265     width:1516px;
266 }
267
268 /* �ؼ��߶� */
269 /* һ���ؼ��߶�22 */
270 /* ���㹫ʽ���ؼ��� = (29.2*H)-2-5.2 �����磺22=��29.2*1��-2-5.2  */
271 /* H��ʾ����*/
272 .controlsr1{
273     height:24px;
274     border-radius: 5px;
d8a02f 275     outline: none;
a6a76f 276 }
F 277 .controlsr2{
278     height:52px;
279     border-radius: 5px;
d8a02f 280     outline: none;
a6a76f 281 }
F 282 .controlsr3{
283     height:80px;
284     border-radius: 5px;
d8a02f 285     outline: none;
a6a76f 286 }
F 287 .controlsr4{
288     height:108px;
289     border-radius: 5px;
d8a02f 290     outline: none;
a6a76f 291 }
F 292 .controlsr5{
293     height:136px;
294     border-radius: 5px;
d8a02f 295     outline: none;
a6a76f 296 }
F 297 .controlsr6{
298     height:164px;
299     border-radius: 5px;
d8a02f 300     outline: none;
a6a76f 301 }
F 302 .controlsr7{
303     height:192px;
304     border-radius: 5px;
d8a02f 305     outline: none;
a6a76f 306 }
F 307 .controlsr8{
308     height:220px;
309     border-radius: 5px;
d8a02f 310     outline: none;
a6a76f 311 }
F 312 .controlsr9{
313     height:248px;
314     border-radius: 5px;
d8a02f 315     outline: none;
a6a76f 316 }
F 317 .controlsr10{
318     height:276px;
319     border-radius: 5px;
d8a02f 320     outline: none;
a6a76f 321 }
F 322 .controlsr11{
323     height:304px;
324     border-radius: 5px;
d8a02f 325     outline: none;
a6a76f 326 }
F 327 .controlsr12{
328     height:332px;
329     border-radius: 5px;
d8a02f 330     outline: none;
a6a76f 331 }
F 332 .controlsr13{
333     height:360px;
334     border-radius: 5px;
d8a02f 335     outline: none;
a6a76f 336 }
F 337 .controlsr14{
338     height:388px;
339     border-radius: 5px;
d8a02f 340     outline: none;
a6a76f 341 }
F 342 .controlsr15{
343     height:416px;
344     border-radius: 5px;
d8a02f 345     outline: none;
a6a76f 346 }
F 347 .controlsr16{
348     height:444px;
349     border-radius: 5px;
d8a02f 350     outline: none;
a6a76f 351 }
F 352
353 /*���38�ؼ�����*/
354 .controls38c1{
355     width:252px;
356 }
357 .controls38c2{
358     width:506px;
359 }
360 .controls38c3{
361     width:760px;
362 }
363 .controls38c4{
364     width:1014px;
365 }
366 .controls38c5{
367     width:1268px;
368 }
369 .controls38c6{
370     width:1522px;
371 }
372
373 /*���㹫ʽ��padding�����¸�ռ3px,һ���ؼ�����6.����ռһ�룬һ�ؼ���24����ô��(24/2+3)+((24+6)*(n-1)) �磺(24/2+3)+((24+6)*(2-1))=45*/
374 .controls38r2{
a24c3e 375     height:40px;
a6a76f 376 }
F 377 .controls38r3{
378     height:75px;
379 }
380 .controls38r4{
a24c3e 381     height:110px;
a6a76f 382 }
F 383 .controls38r5{
a24c3e 384     height:145px;
a6a76f 385 }
F 386 .controls38r6{
aa4805 387     height:180px;
a6a76f 388 }
F 389 .controls38r7{
aa4805 390     height:215px;
a6a76f 391 }
F 392 .controls38r8{
aa4805 393     height:250px;
a6a76f 394 }
F 395 .controls38r9{
aa4805 396     height:285px;
a6a76f 397 }
F 398 .controls38r10{
aa4805 399     height:320px;
a6a76f 400 }
F 401 /*6���Ϳؼ����⴦�� */
402 .controls6{
403     width:16px;
404     height:16px;
405 }
406
407 /*��¼*/
408 .bilus{
409     height: auto;
410     float: left;
411     text-align:right;
d8a02f 412     color: #FF0000;
a6a76f 413     width:12px;
F 414 }
415 .z_indexTabs{
416     position:absolute;
417     z-index:1;
418 }
419 .jiaNum{
420     margin-top: 3px;
421 }
422
423 /*35�ؼ�����*/
424 .controlszh1{
584f11 425     width:calc(100% - 30px);
a6a76f 426     border:1px solid #a5a6ad;
F 427 }
428 .controlszh2{
584f11 429     width:calc(100% - 30px);
a6a76f 430     border:1px solid #a5a6ad;
F 431 }
432 .controlszh3{
584f11 433     width:calc(100% - 30px);
a6a76f 434     border:1px solid #a5a6ad;
F 435 }
436 .controlszh4{
584f11 437     width:calc(100% - 30px);
a6a76f 438     border:1px solid #a5a6ad;
F 439 }
440 .controlszh5{
584f11 441     width:calc(100% - 30px);
a6a76f 442     border:1px solid #a5a6ad;
F 443 }
444 .controlszh6{
584f11 445     width:calc(100% - 30px);
a6a76f 446     border:1px solid #a5a6ad;
F 447 }
448 .controlsr1:focus,.controlsr2:focus,.controlsr3:focus,
449 .controlsr4:focus,.controlsr5:focus,.controlsr6:focus,
450 .controlsr7:focus,.controlsr8:focus,.controlsr9:focus,
451 .controlsr10:focus,.controlsr11:focus,.controlsr12:focus,
452 .controlsr13:focus,.controlsr14:focus,.controlsr15:focus,
453 .controlsr16:focus {
d8a02f 454     border: 2px solid #74a4f1;
X 455     /*caret-color:#a4c2f7;*/
a6a76f 456 }
F 457 .checkcss {
502bed 458     /*padding-left:0px;*/
X 459     padding: 0px 5px;
a6a76f 460 }
F 461 .checkcss li{
462     float: left;
d8a02f 463     padding-left:0px;
a6a76f 464     list-style:none;
502bed 465     display:flex;
X 466 }
467 .checkcss li input[type="checkbox"]{
468     width: 20px!important;
469     height: 20px!important;
a6a76f 470 }
F 471 .checkcsstxt{
472     margin-left: 23px;
d8a02f 473     height: 20px;
X 474     margin-right: 20px;
502bed 475     font-size: 12px;
X 476     /*margin-top: -20px;*/
a6a76f 477 }
0f3d0d 478 .panelControlTDDiv .checkcss{
X 479     display: flex;
480     margin-bottom: 0px;
481 }
482 .panelControlTDDiv .checkcsstxt{
502bed 483     margin-left: 5px!important;
X 484     margin-right: 20px!important;
0f3d0d 485 }
a6a76f 486 .ReportStatus{
F 487     display:inline-block;
488 }
176200 489 #top2 #tplt-panels,#top20 #tplt-panels{
d8a02f 490     position: fixed;
a6a76f 491 }
176200 492 #top2 #tplt-panel,#top20 #tplt-panel{
X 493     margin: 0px!important;
a6a76f 494 }
F 495 .select2-search__field{
496     width: 100%!important;
497 }
d8a02f 498 #scrollbody #scroller{
a6a76f 499     height: auto!important;
F 500 }
d8a02f 501 #top2 #scroller{
a6a76f 502     height: 100%!important;
F 503 }
d8a02f 504 #top20 #scroller{
a6a76f 505     height: 100%!important;
F 506 }
507 /*------start---------固定单据窗体头部--------------*/
508 .topTable{
509     position: fixed;
d8a02f 510     top: 0;
X 511     z-index: 99;
a6a76f 512 }
F 513 .tpltPanels{
514     margin-top:70px;
515 }
516 .tpltPanelsss{
517     margin-top:100px;
518 }
519 /*定义滚动条宽高及背景,宽高分别对应横竖滚动条的尺寸*/
520 .bodyScroll::-webkit-scrollbar {
d8a02f 521     width: 10px; /*对垂直流动条有效*/
X 522     background-color: #DEEDF7;
a6a76f 523 }
F 524
525 /*定义滚动条的轨道颜色、内阴影及圆角*/
526 .bodyScroll::-webkit-scrollbar-track{
d8a02f 527     background-color: #E8E8E8;
X 528     margin-top:68px;
a6a76f 529 }
F 530 /*定义滑块颜色、内阴影及圆角*/
531 .bodyScroll::-webkit-scrollbar-thumb{
d8a02f 532     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
X 533     background-color: #CCC;
a6a76f 534 }
F 535 /*定义滚动条宽高及背景,宽高分别对应横竖滚动条的尺寸*/
536 .bodyScrollss::-webkit-scrollbar {
537     width: 10px; /*对垂直流动条有效*/
538     background-color: #DEEDF7;
539 }
540
541 /*定义滚动条的轨道颜色、内阴影及圆角*/
542 .bodyScrollss::-webkit-scrollbar-track{
543     background-color: #E8E8E8;
544     margin-top:98px;
545 }
546 /*定义滑块颜色、内阴影及圆角*/
547 .bodyScrollss::-webkit-scrollbar-thumb{
548     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
549     background-color: #CCC;
550 }
551 .bodyScrollOA{
552     overflow-y: hidden;
553 }
4b7d30 554 /*------end---------固定单据窗体头部--------------*/
X 555
556 /*------OA新界面-------*/
557 #OAVerify{
2592fa 558     width: 75px;
4b7d30 559     height: 24px;
X 560     margin: -3px 0px 0px 10px;
561     color: white;
562     background: linear-gradient(to bottom,rgb(93 167 243) 0,#2274c7 90%);
563 }
564 .icon-oasht{
565     margin-top: -10px!important;
566 }
5f1f90 567 /*------end---OA新界面-------*/
c81e3f 568
X 569 /*----------【更多】里面------*/
570 .restmenuDiv table tr{
571     border-bottom: 1px solid #99BBE8;
5f1f90 572 }
c81e3f 573 .restmenuDiv table td{
X 574     height: 35px;
575     padding: 5px 0px 10px 5px;
576 }
577 #restmenuDiv table tr{
578     border-bottom: 1px solid #99BBE8;
579 }
580 #restmenuDiv table td{
581     height: 35px;
582     padding: 5px 0px 10px 5px;
583 }
584 .restmenuDiv .ReportStatus div{
585     text-align: center;
586 }
587 #importXls{
588     font-size: 13px;
589     border-bottom:0px;
590 }
591 #exportXls{
592     font-size: 13px;
593 }
2cd6f5 594 /*-----end-----【更多】里面------*/
X 595
596 /*------在线交流-----*/
597 .OnlineCommunication{
0e2f24 598     margin: 20px 50px 20px 60px;
ec137c 599     /*border-top: 1px dashed #CCC;*/
2cd6f5 600     padding: 10px;
X 601 }
602 .OnlineCommunication table td{
603     padding: 5px 0px 5px 0px;
604 }
605 .TDonline{
606     font-size: 13px;
607     margin-top: -25px;
608     margin-right: 7px;
176200 609 }
X 610 /*-----end -在线交流-----*/
611
612 /*-------下面调整界面上显示的控件位置------*/
613 .panelControlDiv{
ac6f6a 614     padding-top: 3px;
ffff63 615     /*margin-right: 35px;*/
176200 616 }
X 617 #top20 #h_all .panelControlDiv{
618     padding: 0px 5px 0px 5px;
fc3567 619 }
X 620 .panelControlDiv .panel_table{
ec137c 621     width: calc(100% - 400px)!important;/*控制面板上控件宽度最大值和最小值*/
fc3567 622     margin-left:0px!important;
987e16 623     min-width: 1000px;
fc3567 624 }
b7ab66 625 .panelControlDiv .panel_tabless{
X 626     width: calc(100% - 150px)!important;/*控制面板上控件宽度最大值和最小值*/
627     margin-left:0px!important;
628     min-width: 1200px;
629 }
ec137c 630 /*#top2 .panelControlDiv .panel_table,*/
X 631 /*#top20 .panelControlDiv .panel_table{*/
632 /*    min-width: 900px!important;*/
633 /*}*/
fc3567 634 .panelControlDiv .AllControlsWH{
X 635     width: 100%!important;
636     position: relative!important;
637 }
638 /*.panelControlDiv .AllControlsWH .select2-selection__choice{*/
639 /*    border: 1px solid #99BBE8!important;*/
640 /*    background-color:#99BBE8!important;*/
641 /*}*/
642 /*.panelControlDiv .AllControlsWH .select2-selection__choice span{*/
643 /*    color: #0c0c0c;*/
644 /*}*/
645 .panelControlDiv .bilus{
646     padding-top: 5px;
647     margin-left: 0px!important;
648     position: inherit!important;
176200 649 }
X 650 .panelControlDiv input,
651 .panelControlDiv select,
652 .panelControlDiv textarea,
653 .panelControlDiv .file-preview,
654 .panelControlDiv .select2-selection--multiple,
655 .OnlineCommunication textarea,
9bb7ac 656 .OnlineCommunication .select2-selection--multiple{
176200 657     border: 1px solid #99BBE8!important;
fc3567 658 }
X 659 .panelControlTDDiv .select2-hidden-accessible{
660     display: none;
176200 661 }
X 662 .panelControlDiv .file-drop-zone-title{
663     color: #99BBE8!important;
664 }
665 .panelControlDiv .file-drop-zone.clickable{
7f7112 666     /*border: 1px dashed #99BBE8!important;*/
X 667     border: 0px dashed white!important;
668     margin: 0px!important;
176200 669 }
X 670 .panelControlDiv .file-drop-zone.clickable:hover{
7f7112 671     border: 0px dashed white!important;
X 672     /*border: 1px solid #99BBE8!important;*/
176200 673 }
X 674 .panelControlDiv .select2-search__field,
675 .OnlineCommunication .select2-search__field{
41c103 676     border: 0px!important;
176200 677 }
fc3567 678 /*.OnlineCommunication .select2-selection__choice{*/
X 679 /*    border: 1px solid #99BBE8!important;*/
680 /*    background-color:#99BBE8!important;*/
681 /*}*/
682 /*.OnlineCommunication .select2-selection__choice span{*/
683 /*    color: #0c0c0c;*/
684 /*}*/
176200 685 .panelControlDiv .panelControlTDDiv{
fc3567 686     width: 100%;
176200 687     display: inline-block;
X 688 }
689 .panelControlDiv .miaoshu_pan{
fc3567 690     padding: 5px 0px 3px 0px!important;
176200 691     margin-top: 0px!important;
X 692 }
987e16 693 .panelControlDiv .control_div{/*显示描述名称调用*/
fc3567 694     float: left;
987e16 695     /*描述名(110px)和必录星号(12px)和padding的左右共(10px)一共是132px,这里在多加了20px进里面。把控件宽度整体减少*/
fc3567 696     width: calc(100% - 132px)!important;
X 697     padding: 3px 5px 3px 5px!important;
698 }
987e16 699 .panelControlDiv .control_div1{/*不显示描述名称调用*/
fc3567 700     float: left;
987e16 701     /*必录星号(12px)和padding的左右共(10px)一共是22px,这里在多加了20px进里面。把控件宽度整体减少*/
fc3567 702     width: calc(100% - 22px)!important;
X 703     padding: 3px 5px 3px 5px!important;
704 }
705 .panelControlDiv .AllShowType{
706     display: block;
707     width: 20px;
708     float: right;
709     margin-top: -22px!important;
710     margin-left: 0px!important;
711     position: relative!important;
712     text-align: right;
713 }
714 .panelControlDiv .AllShowType img{
715     margin-left: 0px!important;
716     padding: 2px;
717 }
718 .panelControlDiv .PanelTabs{
719     width: 100%;
720     margin-left: 10px;
176200 721 }
X 722 .panelControlDiv .controls38Div{
fc3567 723     margin-top: 1px!important;
X 724     width: 88%;
33b3a5 725     min-width: 1000px;
fc3567 726 }
X 727 .panelControlDiv .PanelTabs .controls38Div{
728     margin-top: 1px!important;
729     width: 86%!important;
33b3a5 730     min-width: 800px;
176200 731 }
X 732 .panelControlDiv .miaoshu_panR{
fc3567 733     padding: 5px 0px 3px 0px!important;
176200 734     margin-top: 0px!important;
X 735 }
736 .panelControlDiv .control_divR{
fc3567 737     float: left;
X 738     width: calc(100% - 132px)!important;
739     padding: 3px 5px 3px 5px!important;
176200 740 }
0f3d0d 741 .panelControlTDDiv input[type="checkbox"]{
502bed 742     /*margin-top: 3px;*/
0f3d0d 743 }
fc3567 744 /*#tplt-panel #tplt-grid{*/
X 745 /*    margin-right: 20px;*/
746 /*}*/
747 /*.panelControlDiv #tplt-grid{*/
748 /*    margin-right: 20px!important;*/
749 /*}*/
176200 750 #liucheng{
0e2f24 751     margin: 20px 50px 20px 70px!important;
176200 752 }
X 753 #liucheng .table,
754 #liucheng .table td{
755     border: 1px solid #99BBE8!important;
756 }
757 #liucheng .table .head{
758     background: #DEEDF7!important;
759 }
19cf5f 760 #tplt-panel .istabs{
X 761     margin: 10px!important;
762     width: 98%!important;
763 }
a1f6e9 764 #selectDiv #generalQuery input{
X 765     border: 1px solid #99BBE8!important;
766     height: 26px;
767     border-radius: 5px;
768 }
d6f308 769 /*-----end--调整界面上显示的控件位置------*/
X 770
771 /*------重新调整面板上滚动条问题------*/
772 .TabPanelBody{
773     overflow: hidden;
774 }
775 .TabPanelBody .panelTopTitle{
776     background: #DEEDF7;
777     border-bottom: 1px solid #99BBE8!important;
778     overflow: hidden;
779 }
780 .TabPanelBody .panelTopTitle #top_table{
781     border-bottom:0px;
782     position: inherit;
783 }
784 .TabPanelBody #scrollbody #scroller{
785     margin-top: 0px!important;
786     height: 90%!important;
787 }
405e1c 788 .TabPanelBody .panelTopTitle #selectDiv{
X 789     z-index: 999;
790 }
aeb024 791 .TabPanelBody .panelTopTitle #tool1{
X 792     border-bottom: 0px!important;
793     padding-left: 0px!important;
794     padding-top: 0px!important;
795 }
de32b0 796 .TabPanelBody #top2 #scroller{
X 797     height: 100%!important;
798 }
799 .TabPanelBody #top20 #scroller{
800     height: 100%!important;
801 }
d6f308 802 /*---end---重新调整面板上滚动条问题------*/
X 803
5735d1 804 /*------40图片控件样式-----*/
281048 805 .isViewer40{
X 806     margin-bottom: 0px!important;
5735d1 807     /*text-align: center;*/
281048 808 }
5735d1 809 .isViewer40 li img{
008032 810      /*border: 1px dashed #99BBE8;*/
5735d1 811      border-radius: 5px;
X 812     /*-moz-box-shadow: 2px 2px 10px #909090;*/
813     /*-webkit-box-shadow: 2px 2px 10px #909090;*/
814     /*box-shadow:2px 2px 10px #909090;*/
815 }
006bb6 816 /*----end--40图片控件样式-----*/
821d23 817
X 818 /*-----控制42控件显示层的TD样式----*/
006bb6 819 .layui-table-cell{
X 820     height: auto!important;
821     white-space: normal!important;
821d23 822     padding: 0px!important;
45dcf7 823 }
X 824
825 /*-------大图标静态控件--------*/
826 .panelControlDiv .isBigIcon{
827     width: calc(100% - 35px)!important;
828 }
829 .panelControlDiv .bigIconImg44{
830     margin-left: 5px!important;
831     position: relative!important;
832     text-align: right;
833     cursor: pointer;
834 }
835 .panelControlDiv .bigIconImg44 img{
836     width: 24px;
837     height: 24px;
838     margin-top: -3px;
7f7112 839 }
X 840
841 /*--------针对附件上传---------*/
842 .krajee-default.file-preview-frame .kv-file-content{
843     width: auto!important;
844     height: 110px!important;
845 }
846 .panelControlDiv .file-preview{
847     min-height: 110px;
848 }
849 .file-drop-zone{
850     min-height: auto!important;
851     border: 0px dashed white!important;
852     cursor: pointer;
27db5c 853     margin: 0px!important;
X 854     padding: 0px!important;
7f7112 855 }
X 856 .file-drop-zone .file-drop-zone-title{
857     padding: 30px 10px!important;
858     font-size: 1em;
859 }
860 .file-drop-zone div{
861     cursor: pointer!important;
862 }
863 .file-footer-buttons .btn-sm{
864     padding: 0.1rem 0.1rem!important;
adafe0 865     /*margin-top: 5px!important;*/
X 866 }
867 .file-footer-buttons .glyphicon-download{
868     margin-top: 5px;
7f7112 869 }
X 870 .kv-file-content html{
871     overflow: hidden;
872 }
873 .file-drop-zone .file-preview-thumbnails .kv-preview-thumb{
874     margin: 3px 5px!important;
875     border-radius: 6px;
876 }
877
878 /*---------针对popover提示框 -----*/
879 .qrCode-class .popover-body img{
880     width: 200px;
881     height: 200px;
882 }
adafe0 883 .info-class-panle .popover-body ul,#tpUpDownDoc .popover-content ul{
7f7112 884     padding: 0px;
X 885     margin: 3px 0px;
886 }
adafe0 887 .info-class-panle .popover-body ul li,#tpUpDownDoc .popover-content ul li{
7f7112 888     display: inline;
X 889     font-size: 13px;
890     margin: 3px 5px;
891 }
adafe0 892 .info-class-panle .popover-body ul li a,#tpUpDownDoc .popover-content ul li a{
7f7112 893     color: blue;
X 894     cursor: pointer;
895 }
de32b0 896
X 897 /*--------------select2 搜索框-----------*/
898 .select2-search--dropdown input{
899     border-radius: 5px;
900     border: 1px solid #99BBE8!important;
901     height: 24px;
b7b3cf 902 }
X 903 .select2-selection__rendered .select2-search--inline{
904     max-width: calc(100% - 20px);
905 }
906 .select2-selection__rendered .select2-selection__clear{
907     margin-right: 3px!important;
aa2645 908 }
X 909
910
911 /*-------------针对496页卡宽度问题------------*/
912 .istabs .tabs-header,.istabs .tabs-wrap,.istabs .tabs-panels,.istabs .panel-body-noheader{
913     width: calc(100% - 1px)!important;
914 }
915 .istabs .tabs-panels{
916     height: calc(100% - 30px)!important;
917 }
918 .istabs .panel-body-noheader{
919     height: 100%!important;
920 }
921 .istabs .tabs-scroller-left,.istabs .tabs-scroller-right{
922     display: none!important;
5b18c2 923 }
X 924
925 .progressBar47 .outer-therm{
926     margin: 0!important;
927     border: 1px solid #a9c6ec;
928 }
929 .progressBar47 .inner-therm {
930     margin-top: -1px;
931     margin-left: -1px;
932     border-radius: 5px 3px 3px 5px;
933 }
934 .progressBar47 .inner-therm span{
c28daa 935     /*float:left!important;*/
5b18c2 936     /*color: #302f2f;*/
c28daa 937     width: 100%;
X 938     position: absolute;
5b18c2 939     font-size: 14px!important;
c28daa 940     /*font-weight: 300!important;*/
X 941     padding: 3px 0px!important;
942     text-align: center;
5b18c2 943 }
c112a6 944 input[type="color" i]{
X 945     padding: 1px 2px;
c2dc59 946 }
X 947
948 /*------------文字颜色说明----------------*/
f210ac 949 .colorDescriptionContainer {
X 950     display: flex;
951     padding-left: 44px;
952 }
953 .colorDescriptionTitle {
954     width: 80px;
955     min-width: 80px;
956     font-size: 13px;
957 }
c2dc59 958 .colorDescription{
f210ac 959     padding: 0px;
c2dc59 960     font-size: 13px;
X 961     display: flex;
f210ac 962     flex-wrap: wrap;
c2dc59 963 }
X 964 .colorDescription div{
f210ac 965     width: auto;
c2dc59 966     height: 20px;
X 967     display: flex;
f210ac 968     margin: 0px 20px 3px 6px;
X 969     /*margin-left: 3px;*/
970     /*margin-bottom: 5px;*/
c2dc59 971 }
X 972 .colorDescription .spanColor{
f210ac 973     /*margin: 0px 3px 0px 10px;*/
X 974     width: 60px;
c2dc59 975     height: 100%;
X 976     display: inline-block;
977     border-radius: 5px;
f210ac 978 }
X 979 .colorDescription div .spanText {
980     width: auto;
981     margin-left: 3px;
a6789a 982 }
X 983
984 /**9,17,497,15类型界面查询条件排版**/
768134 985 .searchWindsType .posPan .control_div{
92de68 986     margin-top: -2px;
768134 987 }
X 988 .searchWindsType .posPan .control_div a{
989     margin-top: -2px;
990     position: absolute;
991 }
a6789a 992 .searchWindsType .posPan .control_div .preciseQuery{
X 993     display: none;
994 }
a1e8c7 995 /*------------------------------*/
X 996 .select2-selection--single{
997     height: 24px!important;
998     border: 1px solid #99BBE8!important;
999 }
1000 .select2-selection--single .select2-selection__rendered{
1001     line-height: 24px!important;
1002 }
1003 .select2-selection--single .select2-selection__arrow{
1004     height: 22px!important;
1005 }
1006 .isdisabled31{
1007     background-color: rgb(204, 204, 204)!important;
1008 }
1009 .nextDocIco{
1010     display: none;
1011 }
1012 .nextDocIco a{
1013     width: 75px;
1014     height: 24px;
1015     margin: -3px 0px 0px 10px!important;
1016     color: white!important;
1017     background: linear-gradient(to bottom,rgb(93 167 243) 0,#2274c7 90%)!important;
be5949 1018 }
X 1019
1020 .batchDowCss{
1021     width: 100%;
1022     height: 24px;
1023     line-height:0px!important;
2858c1 1024     font-size: 0.8rem!important;
64333d 1025 }
X 1026
1027 .messager-window .messager-body{
1028     word-break: break-all;
4bda89 1029 }
X 1030 /*  控制附件浏览现在次数的样式  */
1031 .kv-zoom-actions{
1032     max-width: 500px;
1033     display: flex;
1034     justify-content: space-between;
1035     align-items: center;
1036     flex-direction: row;
a1e8c7 1037 }