Kaynağa Gözat

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

fanlongfei 8 yıl önce
ebeveyn
işleme
dfd3479b93
32 değiştirilmiş dosya ile 188 ekleme ve 28 silme
  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
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
543
 				$(".Ly_box").empty();
543
 				$(".Ly_box").empty();
544
 				$(".down").attr("href", path);
544
 				$(".down").attr("href", path);
545
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
553
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #048aad;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
575
 				$(".Ly_box").empty();
575
 				$(".Ly_box").empty();
576
 				$(".down").attr("href", path);
576
 				$(".down").attr("href", path);
577
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
585
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
576
 				$(".Ly_box").empty();
576
 				$(".Ly_box").empty();
577
 				$(".down").attr("href", path);
577
 				$(".down").attr("href", path);
578
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
586
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
572
 				$(".Ly_box").empty();
572
 				$(".Ly_box").empty();
573
 				$(".down").attr("href", path);
573
 				$(".down").attr("href", path);
574
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
582
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
572
 				$(".Ly_box").empty();
572
 				$(".Ly_box").empty();
573
 				$(".down").attr("href", path);
573
 				$(".down").attr("href", path);
574
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
582
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
572
 				$(".Ly_box").empty();
572
 				$(".Ly_box").empty();
573
 				$(".down").attr("href", path);
573
 				$(".down").attr("href", path);
574
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
582
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
572
 				$(".Ly_box").empty();
572
 				$(".Ly_box").empty();
573
 				$(".down").attr("href", path);
573
 				$(".down").attr("href", path);
574
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
582
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
572
 				$(".Ly_box").empty();
572
 				$(".Ly_box").empty();
573
 				$(".down").attr("href", path);
573
 				$(".down").attr("href", path);
574
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
582
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
571
 				$(".Ly_box").empty();
571
 				$(".Ly_box").empty();
572
 				$(".down").attr("href", path);
572
 				$(".down").attr("href", path);
573
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
581
 			function GetCont(val) {

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

115
 				font-size: 16px;
115
 				font-size: 16px;
116
 				color: #FFFFFF;
116
 				color: #FFFFFF;
117
 				overflow: hidden;
117
 				overflow: hidden;
118
-				background-color: #1ab394;
118
+				background-color: #00a1cb;
119
 				border-radius: 2px 2px 0 0;
119
 				border-radius: 2px 2px 0 0;
120
 				position: relative;
120
 				position: relative;
121
 				border-top-left-radius: 5px;
121
 				border-top-left-radius: 5px;
633
 				$(".Ly_box").empty();
633
 				$(".Ly_box").empty();
634
 				$(".down").attr("href", path);
634
 				$(".down").attr("href", path);
635
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
643
 			function GetCont(val) {

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

115
 				font-size: 16px;
115
 				font-size: 16px;
116
 				color: #FFFFFF;
116
 				color: #FFFFFF;
117
 				overflow: hidden;
117
 				overflow: hidden;
118
-				background-color: #1ab394;
118
+				background-color: #00a1cb;
119
 				border-radius: 2px 2px 0 0;
119
 				border-radius: 2px 2px 0 0;
120
 				position: relative;
120
 				position: relative;
121
 				border-top-left-radius: 5px;
121
 				border-top-left-radius: 5px;
632
 				$(".Ly_box").empty();
632
 				$(".Ly_box").empty();
633
 				$(".down").attr("href", path);
633
 				$(".down").attr("href", path);
634
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
642
 			function GetCont(val) {

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

115
 				font-size: 16px;
115
 				font-size: 16px;
116
 				color: #FFFFFF;
116
 				color: #FFFFFF;
117
 				overflow: hidden;
117
 				overflow: hidden;
118
-				background-color: #1ab394;
118
+				background-color: #00a1cb;
119
 				border-radius: 2px 2px 0 0;
119
 				border-radius: 2px 2px 0 0;
120
 				position: relative;
120
 				position: relative;
121
 				border-top-left-radius: 5px;
121
 				border-top-left-radius: 5px;
634
 				$(".Ly_box").empty();
634
 				$(".Ly_box").empty();
635
 				$(".down").attr("href", path);
635
 				$(".down").attr("href", path);
636
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
644
 			function GetCont(val) {

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

115
 				font-size: 16px;
115
 				font-size: 16px;
116
 				color: #FFFFFF;
116
 				color: #FFFFFF;
117
 				overflow: hidden;
117
 				overflow: hidden;
118
-				background-color: #1ab394;
118
+				background-color: #00a1cb;
119
 				border-radius: 2px 2px 0 0;
119
 				border-radius: 2px 2px 0 0;
120
 				position: relative;
120
 				position: relative;
121
 				border-top-left-radius: 5px;
121
 				border-top-left-radius: 5px;
634
 				$(".Ly_box").empty();
634
 				$(".Ly_box").empty();
635
 				$(".down").attr("href", path);
635
 				$(".down").attr("href", path);
636
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
644
 			function GetCont(val) {

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

115
 				font-size: 16px;
115
 				font-size: 16px;
116
 				color: #FFFFFF;
116
 				color: #FFFFFF;
117
 				overflow: hidden;
117
 				overflow: hidden;
118
-				background-color: #1ab394;
118
+				background-color: #00a1cb;
119
 				border-radius: 2px 2px 0 0;
119
 				border-radius: 2px 2px 0 0;
120
 				position: relative;
120
 				position: relative;
121
 				border-top-left-radius: 5px;
121
 				border-top-left-radius: 5px;
632
 				$(".Ly_box").empty();
632
 				$(".Ly_box").empty();
633
 				$(".down").attr("href", path);
633
 				$(".down").attr("href", path);
634
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
642
 			function GetCont(val) {

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

115
 				font-size: 16px;
115
 				font-size: 16px;
116
 				color: #FFFFFF;
116
 				color: #FFFFFF;
117
 				overflow: hidden;
117
 				overflow: hidden;
118
-				background-color: #1ab394;
118
+				background-color: #00a1cb;
119
 				border-radius: 2px 2px 0 0;
119
 				border-radius: 2px 2px 0 0;
120
 				position: relative;
120
 				position: relative;
121
 				border-top-left-radius: 5px;
121
 				border-top-left-radius: 5px;
634
 				$(".Ly_box").empty();
634
 				$(".Ly_box").empty();
635
 				$(".down").attr("href", path);
635
 				$(".down").attr("href", path);
636
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
644
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
567
 				$(".Ly_box").empty();
567
 				$(".Ly_box").empty();
568
 				$(".down").attr("href", path);
568
 				$(".down").attr("href", path);
569
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
577
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
488
 				$(".Ly_box").empty();
488
 				$(".Ly_box").empty();
489
 				$(".down").attr("href", path);
489
 				$(".down").attr("href", path);
490
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
498
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
571
 				$(".Ly_box").empty();
571
 				$(".Ly_box").empty();
572
 				$(".down").attr("href", path);
572
 				$(".down").attr("href", path);
573
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
581
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
571
 				$(".Ly_box").empty();
571
 				$(".Ly_box").empty();
572
 				$(".down").attr("href", path);
572
 				$(".down").attr("href", path);
573
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
581
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
571
 				$(".Ly_box").empty();
571
 				$(".Ly_box").empty();
572
 				$(".down").attr("href", path);
572
 				$(".down").attr("href", path);
573
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
581
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
571
 				$(".Ly_box").empty();
571
 				$(".Ly_box").empty();
572
 				$(".down").attr("href", path);
572
 				$(".down").attr("href", path);
573
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
581
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
576
 				$(".Ly_box").empty();
576
 				$(".Ly_box").empty();
577
 				$(".down").attr("href", path);
577
 				$(".down").attr("href", path);
578
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
586
 			function GetCont(val) {

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

113
 				font-size: 16px;
113
 				font-size: 16px;
114
 				color: #FFFFFF;
114
 				color: #FFFFFF;
115
 				overflow: hidden;
115
 				overflow: hidden;
116
-				background-color: #1ab394;
116
+				background-color: #00a1cb;
117
 				border-radius: 2px 2px 0 0;
117
 				border-radius: 2px 2px 0 0;
118
 				position: relative;
118
 				position: relative;
119
 				border-top-left-radius: 5px;
119
 				border-top-left-radius: 5px;
567
 				$(".Ly_box").empty();
567
 				$(".Ly_box").empty();
568
 				$(".down").attr("href", path);
568
 				$(".down").attr("href", path);
569
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
577
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
583
 				$(".Ly_box").empty();
583
 				$(".Ly_box").empty();
584
 				$(".down").attr("href", path);
584
 				$(".down").attr("href", path);
585
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
593
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
403
 				$(".Ly_box").empty();
403
 				$(".Ly_box").empty();
404
 				$(".down").attr("href", path);
404
 				$(".down").attr("href", path);
405
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
413
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
583
 				$(".Ly_box").empty();
583
 				$(".Ly_box").empty();
584
 				$(".down").attr("href", path);
584
 				$(".down").attr("href", path);
585
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
593
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
408
 				$(".Ly_box").empty();
408
 				$(".Ly_box").empty();
409
 				$(".down").attr("href", path);
409
 				$(".down").attr("href", path);
410
 				$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 			function GetCont(val) {
418
 			function GetCont(val) {

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

114
 				font-size: 16px;
114
 				font-size: 16px;
115
 				color: #FFFFFF;
115
 				color: #FFFFFF;
116
 				overflow: hidden;
116
 				overflow: hidden;
117
-				background-color: #1ab394;
117
+				background-color: #00a1cb;
118
 				border-radius: 2px 2px 0 0;
118
 				border-radius: 2px 2px 0 0;
119
 				position: relative;
119
 				position: relative;
120
 				border-top-left-radius: 5px;
120
 				border-top-left-radius: 5px;
493
 			$(".Ly_box").empty();
493
 			$(".Ly_box").empty();
494
 			$(".down").attr("href", path);
494
 			$(".down").attr("href", path);
495
 			$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
 		</script>
503
 		</script>

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

911
             $(".Ly_box").empty();
911
             $(".Ly_box").empty();
912
             $(".down").attr("href", path);
912
             $(".down").attr("href", path);
913
             $('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
         function dayTable() {
921
         function dayTable() {

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

912
             $(".Ly_box").empty();
912
             $(".Ly_box").empty();
913
             $(".down").attr("href", path);
913
             $(".down").attr("href", path);
914
             $('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
             $(".Ly_box").empty();
605
             $(".Ly_box").empty();
606
             $(".down").attr("href", path);
606
             $(".down").attr("href", path);
607
             $('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
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
         function GetCont(val) {
614
         function GetCont(val) {
610
             if (val) {
615
             if (val) {

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

1391
 	$(".down").attr("href", path);
1391
 	$(".down").attr("href", path);
1392
 	$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
1392
 	$('<audio style="width: 100%;"class=" " src="' + path + '" loop="loop" controls="controls" ></audio>').appendTo(".Ly_box");
1393
 	$('<a href="' + path + '" class="sc_btn LY "download="' + path + '">下载录音</a>').appendTo(".LY_box");
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
 function GetLink(val) {
1401
 function GetLink(val) {