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

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

fanlongfei лет назад: 8
Родитель
Сommit
6a541b91db

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

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

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

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

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

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

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

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