Просмотр исходного кода

修改 录音的弹出位置和颜色;

fanlongfei лет назад: 8
Родитель
Сommit
dfd3479b93
32 измененных файлов с 188 добавлено и 28 удалено
  1. 6 1
      WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html
  2. 6 1
      WebUI/CallCenterWeb.UI/Business/LeaderDB.html
  3. 6 1
      WebUI/CallCenterWeb.UI/Business/LeaderDCL.html
  4. 6 1
      WebUI/CallCenterWeb.UI/Business/LeaderYJA.html
  5. 6 1
      WebUI/CallCenterWeb.UI/Business/LeaderYJB.html
  6. 6 1
      WebUI/CallCenterWeb.UI/Business/LeaderYJC.html
  7. 6 1
      WebUI/CallCenterWeb.UI/Business/LeaderYTH.html
  8. 6 1
      WebUI/CallCenterWeb.UI/Business/LeaderYYS.html
  9. 6 1
      WebUI/CallCenterWeb.UI/Business/LeaderYZB.html
  10. 6 1
      WebUI/CallCenterWeb.UI/Business/NoSatisfy.html
  11. 6 1
      WebUI/CallCenterWeb.UI/Business/Overdue.html
  12. 6 1
      WebUI/CallCenterWeb.UI/Business/ReturnVisit.html
  13. 6 1
      WebUI/CallCenterWeb.UI/Business/Sqtuihui.html
  14. 6 1
      WebUI/CallCenterWeb.UI/Business/UnfinishedAppea.html
  15. 6 1
      WebUI/CallCenterWeb.UI/Business/WaitFinish.html
  16. 6 1
      WebUI/CallCenterWeb.UI/Business/WorkDC.html
  17. 6 1
      WebUI/CallCenterWeb.UI/Business/WorkDCCO.html
  18. 6 1
      WebUI/CallCenterWeb.UI/Business/WorkYBL.html
  19. 6 1
      WebUI/CallCenterWeb.UI/Business/WorkYCS.html
  20. 6 1
      WebUI/CallCenterWeb.UI/Business/WorkYSQTH.html
  21. 6 1
      WebUI/CallCenterWeb.UI/Business/WorkYSQYS.html
  22. 6 1
      WebUI/CallCenterWeb.UI/Business/ZXDCL.html
  23. 6 1
      WebUI/CallCenterWeb.UI/Business/ZXDCLs.html
  24. 6 1
      WebUI/CallCenterWeb.UI/Business/ZXYHF.html
  25. 6 1
      WebUI/CallCenterWeb.UI/Business/ZXYHFs.html
  26. 6 1
      WebUI/CallCenterWeb.UI/Business/ZXYTJ.html
  27. 6 1
      WebUI/CallCenterWeb.UI/Business/ZXYTJs.html
  28. 6 1
      WebUI/CallCenterWeb.UI/Business/notifiedList.html
  29. 5 0
      WebUI/CallCenterWeb.UI/WorkOrder/SplitFlowManage.html
  30. 5 0
      WebUI/CallCenterWeb.UI/WorkOrder/WorkOrderDispose.html
  31. 5 0
      WebUI/CallCenterWeb.UI/WorkOrder/WorkOrderSearch.html
  32. 5 0
      WebUI/CallCenterWeb.UI/js/main.js

+ 6 - 1
WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -543,6 +543,11 @@
543 543
 				$(".Ly_box").empty();
544 544
 				$(".down").attr("href", path);
545 545
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
546
+				$('.shade_k').css({
547
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
548
+					'left' : ($(window).width()-$('.shade_k').width())/2,
549
+					'position' : 'absolute'
550
+				});
546 551
 			}
547 552
 
548 553
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/LeaderDB.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #048aad;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -575,6 +575,11 @@
575 575
 				$(".Ly_box").empty();
576 576
 				$(".down").attr("href", path);
577 577
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
578
+				$('.shade_k').css({
579
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
580
+					'left' : ($(window).width()-$('.shade_k').width())/2,
581
+					'position' : 'absolute'
582
+				});
578 583
 			}
579 584
 
580 585
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/LeaderDCL.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -576,6 +576,11 @@
576 576
 				$(".Ly_box").empty();
577 577
 				$(".down").attr("href", path);
578 578
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
579
+				$('.shade_k').css({
580
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
581
+					'left' : ($(window).width()-$('.shade_k').width())/2,
582
+					'position' : 'absolute'
583
+				});
579 584
 			}
580 585
 
581 586
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/LeaderYJA.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -572,6 +572,11 @@
572 572
 				$(".Ly_box").empty();
573 573
 				$(".down").attr("href", path);
574 574
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
575
+				$('.shade_k').css({
576
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
577
+					'left' : ($(window).width()-$('.shade_k').width())/2,
578
+					'position' : 'absolute'
579
+				});
575 580
 			}
576 581
 
577 582
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/LeaderYJB.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -572,6 +572,11 @@
572 572
 				$(".Ly_box").empty();
573 573
 				$(".down").attr("href", path);
574 574
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
575
+				$('.shade_k').css({
576
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
577
+					'left' : ($(window).width()-$('.shade_k').width())/2,
578
+					'position' : 'absolute'
579
+				});
575 580
 			}
576 581
 
577 582
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/LeaderYJC.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -572,6 +572,11 @@
572 572
 				$(".Ly_box").empty();
573 573
 				$(".down").attr("href", path);
574 574
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
575
+				$('.shade_k').css({
576
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
577
+					'left' : ($(window).width()-$('.shade_k').width())/2,
578
+					'position' : 'absolute'
579
+				});
575 580
 			}
576 581
 
577 582
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/LeaderYTH.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -572,6 +572,11 @@
572 572
 				$(".Ly_box").empty();
573 573
 				$(".down").attr("href", path);
574 574
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
575
+				$('.shade_k').css({
576
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
577
+					'left' : ($(window).width()-$('.shade_k').width())/2,
578
+					'position' : 'absolute'
579
+				});
575 580
 			}
576 581
 
577 582
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/LeaderYYS.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -572,6 +572,11 @@
572 572
 				$(".Ly_box").empty();
573 573
 				$(".down").attr("href", path);
574 574
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
575
+				$('.shade_k').css({
576
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
577
+					'left' : ($(window).width()-$('.shade_k').width())/2,
578
+					'position' : 'absolute'
579
+				});
575 580
 			}
576 581
 
577 582
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/LeaderYZB.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -571,6 +571,11 @@
571 571
 				$(".Ly_box").empty();
572 572
 				$(".down").attr("href", path);
573 573
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
574
+				$('.shade_k').css({
575
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
576
+					'left' : ($(window).width()-$('.shade_k').width())/2,
577
+					'position' : 'absolute'
578
+				});
574 579
 			}
575 580
 
576 581
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/NoSatisfy.html

@@ -115,7 +115,7 @@
115 115
 				font-size: 16px;
116 116
 				color: #FFFFFF;
117 117
 				overflow: hidden;
118
-				background-color: #1ab394;
118
+				background-color: #00a1cb;
119 119
 				border-radius: 2px 2px 0 0;
120 120
 				position: relative;
121 121
 				border-top-left-radius: 5px;
@@ -633,6 +633,11 @@
633 633
 				$(".Ly_box").empty();
634 634
 				$(".down").attr("href", path);
635 635
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
636
+				$('.shade_k').css({
637
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
638
+					'left' : ($(window).width()-$('.shade_k').width())/2,
639
+					'position' : 'absolute'
640
+				});
636 641
 			}
637 642
 
638 643
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/Overdue.html

@@ -115,7 +115,7 @@
115 115
 				font-size: 16px;
116 116
 				color: #FFFFFF;
117 117
 				overflow: hidden;
118
-				background-color: #1ab394;
118
+				background-color: #00a1cb;
119 119
 				border-radius: 2px 2px 0 0;
120 120
 				position: relative;
121 121
 				border-top-left-radius: 5px;
@@ -632,6 +632,11 @@
632 632
 				$(".Ly_box").empty();
633 633
 				$(".down").attr("href", path);
634 634
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
635
+				$('.shade_k').css({
636
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
637
+					'left' : ($(window).width()-$('.shade_k').width())/2,
638
+					'position' : 'absolute'
639
+				});
635 640
 			}
636 641
 
637 642
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/ReturnVisit.html

@@ -115,7 +115,7 @@
115 115
 				font-size: 16px;
116 116
 				color: #FFFFFF;
117 117
 				overflow: hidden;
118
-				background-color: #1ab394;
118
+				background-color: #00a1cb;
119 119
 				border-radius: 2px 2px 0 0;
120 120
 				position: relative;
121 121
 				border-top-left-radius: 5px;
@@ -634,6 +634,11 @@
634 634
 				$(".Ly_box").empty();
635 635
 				$(".down").attr("href", path);
636 636
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
637
+				$('.shade_k').css({
638
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
639
+					'left' : ($(window).width()-$('.shade_k').width())/2,
640
+					'position' : 'absolute'
641
+				});
637 642
 			}
638 643
 
639 644
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/Sqtuihui.html

@@ -115,7 +115,7 @@
115 115
 				font-size: 16px;
116 116
 				color: #FFFFFF;
117 117
 				overflow: hidden;
118
-				background-color: #1ab394;
118
+				background-color: #00a1cb;
119 119
 				border-radius: 2px 2px 0 0;
120 120
 				position: relative;
121 121
 				border-top-left-radius: 5px;
@@ -634,6 +634,11 @@
634 634
 				$(".Ly_box").empty();
635 635
 				$(".down").attr("href", path);
636 636
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
637
+				$('.shade_k').css({
638
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
639
+					'left' : ($(window).width()-$('.shade_k').width())/2,
640
+					'position' : 'absolute'
641
+				});
637 642
 			}
638 643
 
639 644
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/UnfinishedAppea.html

@@ -115,7 +115,7 @@
115 115
 				font-size: 16px;
116 116
 				color: #FFFFFF;
117 117
 				overflow: hidden;
118
-				background-color: #1ab394;
118
+				background-color: #00a1cb;
119 119
 				border-radius: 2px 2px 0 0;
120 120
 				position: relative;
121 121
 				border-top-left-radius: 5px;
@@ -632,6 +632,11 @@
632 632
 				$(".Ly_box").empty();
633 633
 				$(".down").attr("href", path);
634 634
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
635
+				$('.shade_k').css({
636
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
637
+					'left' : ($(window).width()-$('.shade_k').width())/2,
638
+					'position' : 'absolute'
639
+				});
635 640
 			}
636 641
 
637 642
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/WaitFinish.html

@@ -115,7 +115,7 @@
115 115
 				font-size: 16px;
116 116
 				color: #FFFFFF;
117 117
 				overflow: hidden;
118
-				background-color: #1ab394;
118
+				background-color: #00a1cb;
119 119
 				border-radius: 2px 2px 0 0;
120 120
 				position: relative;
121 121
 				border-top-left-radius: 5px;
@@ -634,6 +634,11 @@
634 634
 				$(".Ly_box").empty();
635 635
 				$(".down").attr("href", path);
636 636
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
637
+				$('.shade_k').css({
638
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
639
+					'left' : ($(window).width()-$('.shade_k').width())/2,
640
+					'position' : 'absolute'
641
+				});
637 642
 			}
638 643
 
639 644
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/WorkDC.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -567,6 +567,11 @@
567 567
 				$(".Ly_box").empty();
568 568
 				$(".down").attr("href", path);
569 569
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
570
+				$('.shade_k').css({
571
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
572
+					'left' : ($(window).width()-$('.shade_k').width())/2,
573
+					'position' : 'absolute'
574
+				});
570 575
 			}
571 576
 
572 577
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/WorkDCCO.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -488,6 +488,11 @@
488 488
 				$(".Ly_box").empty();
489 489
 				$(".down").attr("href", path);
490 490
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
491
+				$('.shade_k').css({
492
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
493
+					'left' : ($(window).width()-$('.shade_k').width())/2,
494
+					'position' : 'absolute'
495
+				});
491 496
 			}
492 497
 
493 498
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/WorkYBL.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -571,6 +571,11 @@
571 571
 				$(".Ly_box").empty();
572 572
 				$(".down").attr("href", path);
573 573
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
574
+				$('.shade_k').css({
575
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
576
+					'left' : ($(window).width()-$('.shade_k').width())/2,
577
+					'position' : 'absolute'
578
+				});
574 579
 			}
575 580
 
576 581
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/WorkYCS.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -571,6 +571,11 @@
571 571
 				$(".Ly_box").empty();
572 572
 				$(".down").attr("href", path);
573 573
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
574
+				$('.shade_k').css({
575
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
576
+					'left' : ($(window).width()-$('.shade_k').width())/2,
577
+					'position' : 'absolute'
578
+				});
574 579
 			}
575 580
 
576 581
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/WorkYSQTH.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -571,6 +571,11 @@
571 571
 				$(".Ly_box").empty();
572 572
 				$(".down").attr("href", path);
573 573
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
574
+				$('.shade_k').css({
575
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
576
+					'left' : ($(window).width()-$('.shade_k').width())/2,
577
+					'position' : 'absolute'
578
+				});
574 579
 			}
575 580
 
576 581
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/WorkYSQYS.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -571,6 +571,11 @@
571 571
 				$(".Ly_box").empty();
572 572
 				$(".down").attr("href", path);
573 573
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
574
+				$('.shade_k').css({
575
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
576
+					'left' : ($(window).width()-$('.shade_k').width())/2,
577
+					'position' : 'absolute'
578
+				});
574 579
 			}
575 580
 
576 581
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/ZXDCL.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -576,6 +576,11 @@
576 576
 				$(".Ly_box").empty();
577 577
 				$(".down").attr("href", path);
578 578
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
579
+				$('.shade_k').css({
580
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
581
+					'left' : ($(window).width()-$('.shade_k').width())/2,
582
+					'position' : 'absolute'
583
+				});
579 584
 			}
580 585
 
581 586
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/ZXDCLs.html

@@ -113,7 +113,7 @@
113 113
 				font-size: 16px;
114 114
 				color: #FFFFFF;
115 115
 				overflow: hidden;
116
-				background-color: #1ab394;
116
+				background-color: #00a1cb;
117 117
 				border-radius: 2px 2px 0 0;
118 118
 				position: relative;
119 119
 				border-top-left-radius: 5px;
@@ -567,6 +567,11 @@
567 567
 				$(".Ly_box").empty();
568 568
 				$(".down").attr("href", path);
569 569
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
570
+				$('.shade_k').css({
571
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
572
+					'left' : ($(window).width()-$('.shade_k').width())/2,
573
+					'position' : 'absolute'
574
+				});
570 575
 			}
571 576
 
572 577
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/ZXYHF.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -583,6 +583,11 @@
583 583
 				$(".Ly_box").empty();
584 584
 				$(".down").attr("href", path);
585 585
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
586
+				$('.shade_k').css({
587
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
588
+					'left' : ($(window).width()-$('.shade_k').width())/2,
589
+					'position' : 'absolute'
590
+				});
586 591
 			}
587 592
 
588 593
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/ZXYHFs.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -403,6 +403,11 @@
403 403
 				$(".Ly_box").empty();
404 404
 				$(".down").attr("href", path);
405 405
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
406
+				$('.shade_k').css({
407
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
408
+					'left' : ($(window).width()-$('.shade_k').width())/2,
409
+					'position' : 'absolute'
410
+				});
406 411
 			}
407 412
 
408 413
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/ZXYTJ.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -583,6 +583,11 @@
583 583
 				$(".Ly_box").empty();
584 584
 				$(".down").attr("href", path);
585 585
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
586
+				$('.shade_k').css({
587
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
588
+					'left' : ($(window).width()-$('.shade_k').width())/2,
589
+					'position' : 'absolute'
590
+				});
586 591
 			}
587 592
 
588 593
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/ZXYTJs.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -408,6 +408,11 @@
408 408
 				$(".Ly_box").empty();
409 409
 				$(".down").attr("href", path);
410 410
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
411
+				$('.shade_k').css({
412
+					'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
413
+					'left' : ($(window).width()-$('.shade_k').width())/2,
414
+					'position' : 'absolute'
415
+				});
411 416
 			}
412 417
 
413 418
 			function GetCont(val) {

+ 6 - 1
WebUI/CallCenterWeb.UI/Business/notifiedList.html

@@ -114,7 +114,7 @@
114 114
 				font-size: 16px;
115 115
 				color: #FFFFFF;
116 116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118 118
 				border-radius: 2px 2px 0 0;
119 119
 				position: relative;
120 120
 				border-top-left-radius: 5px;
@@ -493,6 +493,11 @@
493 493
 			$(".Ly_box").empty();
494 494
 			$(".down").attr("href", path);
495 495
 			$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
496
+			$('.shade_k').css({
497
+				'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
498
+				'left' : ($(window).width()-$('.shade_k').width())/2,
499
+				'position' : 'absolute'
500
+			});
496 501
 		}
497 502
 		
498 503
 		</script>

+ 5 - 0
WebUI/CallCenterWeb.UI/WorkOrder/SplitFlowManage.html

@@ -911,6 +911,11 @@
911 911
             $(".Ly_box").empty();
912 912
             $(".down").attr("href", path);
913 913
             $('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
914
+        	$('.shade_k').css({
915
+				'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
916
+				'left' : ($(window).width()-$('.shade_k').width())/2,
917
+				'position' : 'absolute'
918
+			});
914 919
         }
915 920
         //当天处理工单
916 921
         function dayTable() {

+ 5 - 0
WebUI/CallCenterWeb.UI/WorkOrder/WorkOrderDispose.html

@@ -912,6 +912,11 @@
912 912
             $(".Ly_box").empty();
913 913
             $(".down").attr("href", path);
914 914
             $('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
915
+        	$('.shade_k').css({
916
+				'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
917
+				'left' : ($(window).width()-$('.shade_k').width())/2,
918
+				'position' : 'absolute'
919
+			});
915 920
         }
916 921
 
917 922
         //查看详情

+ 5 - 0
WebUI/CallCenterWeb.UI/WorkOrder/WorkOrderSearch.html

@@ -605,6 +605,11 @@
605 605
             $(".Ly_box").empty();
606 606
             $(".down").attr("href", path);
607 607
             $('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
608
+        	$('.shade_k').css({
609
+				'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
610
+				'left' : ($(window).width()-$('.shade_k').width())/2,
611
+				'position' : 'absolute'
612
+			});
608 613
         }
609 614
         function GetCont(val) {
610 615
             if (val) {

+ 5 - 0
WebUI/CallCenterWeb.UI/js/main.js

@@ -1391,6 +1391,11 @@ function ck(val) {
1391 1391
 	$(".down").attr("href", path);
1392 1392
 	$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
1393 1393
 	$('<a href="' + path + '" class="sc_btn LY "download="' + path + '">下载录音</a>').appendTo(".LY_box");
1394
+	$('.shade_k').css({
1395
+		'top' : $(document).scrollTop() + ($(window).height() - $('.shade_k').height() - 289)/2,
1396
+		'left' : ($(window).width()-$('.shade_k').width())/2,
1397
+		'position' : 'absolute'
1398
+	});		
1394 1399
 }
1395 1400
 
1396 1401
 function GetLink(val) {