Browse Source

修改个人中心,来电弹屏按钮颜色;

fanlongfei 8 years ago
parent
commit
6a541b91db

+ 2 - 2
WebUI/CallCenterWeb.UI/css/call.css

249
     height: 24px;
249
     height: 24px;
250
     line-height: 24px;
250
     line-height: 24px;
251
     cursor: pointer;
251
     cursor: pointer;
252
-    background: #f8ac59;
252
+    background: #01a1cb;
253
     color: #fff;
253
     color: #fff;
254
     border: aliceblue;
254
     border: aliceblue;
255
     outline: none;
255
     outline: none;
310
     height: 100%;
310
     height: 100%;
311
     right: 0;
311
     right: 0;
312
     top: 0;
312
     top: 0;
313
-    background-color: #f8ac59;
313
+    background-color: #01a1cb;
314
     background-image: url(../img/searIcon.png);
314
     background-image: url(../img/searIcon.png);
315
     background-repeat: no-repeat;
315
     background-repeat: no-repeat;
316
     background-position: center center;
316
     background-position: center center;

+ 3 - 3
WebUI/CallCenterWeb.UI/css/personal.css

5
         }
5
         }
6
 
6
 
7
         .personal {
7
         .personal {
8
-              width: 500px;
8
+            width: 500px;
9
 		    margin: 0 auto;
9
 		    margin: 0 auto;
10
 		    font-size: 14px;
10
 		    font-size: 14px;
11
 		    position: absolute;
11
 		    position: absolute;
22
 
22
 
23
         .ptop {
23
         .ptop {
24
             height: 35px;
24
             height: 35px;
25
-            background: #2f4050;
25
+            background: #00a1cb;
26
             color: #fff;
26
             color: #fff;
27
             line-height: 35px;
27
             line-height: 35px;
28
             padding: 0 15px;
28
             padding: 0 15px;
157
         }
157
         }
158
 
158
 
159
         .btnn {
159
         .btnn {
160
-            background: #2f4050;
160
+            background: #00a1cb;
161
             color: #fff;
161
             color: #fff;
162
             padding: 3px 10px;
162
             padding: 3px 10px;
163
             border: 0;
163
             border: 0;

+ 1 - 1
WebUI/CallCenterWeb.UI/index.html

462
 				height: 24px;
462
 				height: 24px;
463
 				border-radius: 5px;
463
 				border-radius: 5px;
464
 				position: absolute;
464
 				position: absolute;
465
-				background-color: #f8ac59;
465
+				background-color: #01a1cb;
466
 				background-image: url(./img/searIcon.png);
466
 				background-image: url(./img/searIcon.png);
467
 				background-repeat: no-repeat;
467
 				background-repeat: no-repeat;
468
 				background-position: center center;
468
 				background-position: center center;

+ 1 - 1
WebUI/CallCenterWeb.UI/widgets.html

261
 			}
261
 			}
262
 			
262
 			
263
 			.col-sm-4 {
263
 			.col-sm-4 {
264
-				width: 29%;
264
+				width: 30%;
265
 			}
265
 			}
266
 			
266
 			
267
 			.min_right {
267
 			.min_right {