|
|
@@ -135,8 +135,8 @@
|
|
135
|
135
|
cursor: pointer;
|
|
136
|
136
|
color: #FFFFFF;
|
|
137
|
137
|
float: right;
|
|
138
|
|
- margin-right: 5%;
|
|
139
|
|
- width: 25%;
|
|
|
138
|
+ margin-right: 2%;
|
|
|
139
|
+ width: 35%;
|
|
140
|
140
|
}
|
|
141
|
141
|
|
|
142
|
142
|
.closed div {
|
|
|
@@ -854,7 +854,11 @@
|
|
854
|
854
|
</li>
|
|
855
|
855
|
</ul>
|
|
856
|
856
|
</div>
|
|
857
|
|
- <div class="nav closed">
|
|
|
857
|
+ <div class="closed">
|
|
|
858
|
+ <div class="" style="display: inline-block; vertical-align: middle;margin-right: 15px;">
|
|
|
859
|
+ 排队等待数:<span class="waitCallerNum"></span>
|
|
|
860
|
+ </div>
|
|
|
861
|
+ <div class="nav" style="display:inline-block; vertical-align: middle; width: 75%;">
|
|
858
|
862
|
<!--左边-->
|
|
859
|
863
|
<!--头像显示-->
|
|
860
|
864
|
<!--<div class="text-center max-box">
|
|
|
@@ -870,7 +874,7 @@
|
|
870
|
874
|
</li>
|
|
871
|
875
|
</ul>
|
|
872
|
876
|
</div>-->
|
|
873
|
|
-
|
|
|
877
|
+
|
|
874
|
878
|
<div style="text-align: center;margin-top: 5px;">
|
|
875
|
879
|
<span>话机状态: </span>
|
|
876
|
880
|
<span class="quan fwzt lx br" style="display: inline-block;height: 20px;line-height: 20px;"> </span>
|
|
|
@@ -894,6 +898,11 @@
|
|
894
|
898
|
</div>
|
|
895
|
899
|
</div>
|
|
896
|
900
|
</div>
|
|
|
901
|
+
|
|
|
902
|
+
|
|
|
903
|
+
|
|
|
904
|
+
|
|
|
905
|
+ </div>
|
|
897
|
906
|
|
|
898
|
907
|
</nav>
|
|
899
|
908
|
</div>
|
|
|
@@ -1410,7 +1419,7 @@
|
|
1410
|
1419
|
<script language="javascript" for="Phone" event="OnPhoneStatusNotify(Status)">
|
|
1411
|
1420
|
OnPhoneStatusNotify(Status);
|
|
1412
|
1421
|
</script>
|
|
1413
|
|
-
|
|
|
1422
|
+
|
|
1414
|
1423
|
<!-- 签入成功时触发此事件-->
|
|
1415
|
1424
|
<script language="javascript" for="Phone" event="OnSignInExSuccess(p1)">
|
|
1416
|
1425
|
Form_setWinfromenble("false", "True", "True", "false", "false", "false", "false", "false", "false", "True");
|