Kaynağa Gözat

界面调整

liuyifan 5 yıl önce
ebeveyn
işleme
1aa96ed1c7

+ 3 - 3
CallCenterWeb.UI/TelCall/AddBlack.html

@@ -35,7 +35,7 @@
35 35
 			    right: 26px;
36 36
 			    top: 8px;
37 37
 			    font-size: 18px;
38
-			    color:  rgb(26, 179, 148);
38
+			    color: #1e90ff;
39 39
 			}
40 40
 			.greetings .radio-inline input[type="radio"] {
41 41
 		   	 	margin-top: 4px;
@@ -47,7 +47,7 @@
47 47
 		  		padding-top: 0;
48 48
 		    }
49 49
 		    #greetingSave{
50
-		    	    background: rgb(26, 179, 148);
50
+		    	    background: #1e90ff;
51 51
 		    	    color: #fff;
52 52
 		    }
53 53
 		</style>
@@ -91,7 +91,7 @@
91 91
 	        	laydate.render({
92 92
 					elem: '#greetingTimes',
93 93
 					range: '~',
94
-					theme: '#1ab394',
94
+					theme: '#1e90ff',
95 95
 					calendar: 'true'
96 96
 					//type: 'datetime',
97 97
 					//max : 31,

+ 4 - 4
CallCenterWeb.UI/TelCall/WorkTime.html

@@ -140,13 +140,13 @@
140 140
 					laydate.render({
141 141
 						elem: '#workstart',
142 142
 						type: 'time',
143
-						theme: '1ab394',
143
+						theme: '#1e90ff',
144 144
 						calendar: true,
145 145
 					});
146 146
 					laydate.render({
147 147
 						elem: '#workend',
148 148
 						type: 'time',
149
-						theme: '1ab394',
149
+						theme: '#1e90ff',
150 150
 						calendar: true,
151 151
 					});
152 152
 				});
@@ -184,13 +184,13 @@
184 184
 								laydate.render({
185 185
 									elem: '#workstart',
186 186
 									type: 'time',
187
-									theme: '1ab394',
187
+									theme: '#1e90ff',
188 188
 									calendar: true,
189 189
 								});
190 190
 								laydate.render({
191 191
 									elem: '#workend',
192 192
 									type: 'time',
193
-									theme: '1ab394',
193
+									theme: '#1e90ff',
194 194
 									calendar: true,
195 195
 								});
196 196
 							}

+ 3 - 3
CallCenterWeb.UI/TelCall/XgBlack.html

@@ -41,7 +41,7 @@
41 41
 				right: 26px;
42 42
 				top: 8px;
43 43
 				font-size: 18px;
44
-				color: rgb(26, 179, 148);
44
+				color: #1e90ff;
45 45
 			}
46 46
 			
47 47
 			.greetings .radio-inline input[type="radio"] {
@@ -57,7 +57,7 @@
57 57
 			}
58 58
 			
59 59
 			#greetingSave {
60
-				background: rgb(26, 179, 148);
60
+				background: #1e90ff;
61 61
 				color: #fff;
62 62
 			}
63 63
 		</style>
@@ -104,7 +104,7 @@
104 104
 					range: '~',
105 105
 					type: 'datetime',
106 106
 					//max : 31,
107
-					theme: '#1ab394',
107
+					theme: '#1e90ff',
108 108
 				});
109 109
 				if(str) {
110 110
 					$.getJSON(huayi.config.callcenter_url + "Callblack/GetBlack", {

+ 1 - 1
CallCenterWeb.UI/css/Table/table1.css

@@ -203,7 +203,7 @@ input:focus {
203 203
             position: relative;
204 204
         }
205 205
 			.layui-layer-title{
206
-				  background-color: rgb(26, 179, 148)!important;
206
+				  background-color: #1e90ff!important;
207 207
 				  border-top-left-radius: 5px!important;
208 208
 				  border-top-right-radius: 5px!important;
209 209
 			}

+ 2 - 2
CallCenterWeb.UI/css/login.css

@@ -106,7 +106,7 @@ body{
106 106
    font-size: 16px!important;
107 107
    letter-spacing: 16px;
108 108
    color: #fff;
109
-   background: #1ab394;
109
+   background: #1e90ff;
110 110
    height: 49px!important;
111 111
    line-height: 49px!important;
112 112
        cursor: pointer;
@@ -139,7 +139,7 @@ body{
139 139
    position: absolute;
140 140
    height: 2px;
141 141
    width: 45%;
142
-   background: #00b194;
142
+   background: #1e90ff;
143 143
    margin: 0 auto;
144 144
    bottom: -1px;
145 145
    right: 0;