Commit 5f57ac596d5d56b9f4621dd48538c679a15d20e7

Authored by panzhaov5
1 parent d49447c0

update...

src/main/resources/static/real_control_v2/css/line_schedule.css
@@ -259,15 +259,23 @@ span.fcsj-diff { @@ -259,15 +259,23 @@ span.fcsj-diff {
259 259
260 /** 图例 */ 260 /** 图例 */
261 261
  262 +span.fcsj-diff {
  263 + color: gray;
  264 + margin-left: 3px;
  265 +}
  266 +
  267 +
  268 +/** 图例 */
  269 +
262 .tl-yzx { 270 .tl-yzx {
263 - background: rgb( 192,192,255);  
264 - border-top: 1px solid #d9d9d9 !important; 271 + background: #c1ddf0;
  272 + border-top: 1px solid #ebebeb !important;
265 color: #444; 273 color: #444;
266 } 274 }
267 275
268 .tl-xxfc{ 276 .tl-xxfc{
269 - background: rgb(0,255,255);  
270 - color: #484747; 277 + background: #ff7878;
  278 + color: #f1f1f1;
271 } 279 }
272 280
273 .tl-wd{ 281 .tl-wd{
@@ -276,18 +284,18 @@ span.fcsj-diff { @@ -276,18 +284,18 @@ span.fcsj-diff {
276 } 284 }
277 285
278 .tl-xxsd{ 286 .tl-xxsd{
279 - background: rgb(205,133,63);  
280 - /*color: #f5f4f4;*/ 287 + background: #e2de94;
  288 + color: #444;
281 } 289 }
282 290
283 .tl-xxrd{ 291 .tl-xxrd{
284 - background: rgb(255,99,71); 292 + background: #c1ddf0;
285 border-top: 1px solid #ebebeb !important; 293 border-top: 1px solid #ebebeb !important;
286 - /*color: #fff;*/ 294 + color: #444;
287 } 295 }
288 296
289 .tl-qrlb { 297 .tl-qrlb {
290 - background: rgb( 128,128,0); 298 + background: #7B6B24;
291 color: #EAEBEC; 299 color: #EAEBEC;
292 font-size: 13px; 300 font-size: 13px;
293 } 301 }
@@ -297,9 +305,8 @@ span.fcsj-diff { @@ -297,9 +305,8 @@ span.fcsj-diff {
297 } 305 }
298 306
299 .tl-zzzx { 307 .tl-zzzx {
300 - background: rgb(173,255,47); 308 + background: #96F396;
301 color: #444; 309 color: #444;
302 - border-top: 1px solid #d9d9d9 !important;  
303 } 310 }
304 311
305 .ct_table>.ct_table_body dl:hover dd.tl-yzx, .ct_table>.ct_table_body dl.context-menu-active dd.tl-yzx, .ct_table>.ct_table_body dl:hover dd.tl-zzzx, .ct_table>.ct_table_body dl.context-menu-active dd.tl-zzzx { 312 .ct_table>.ct_table_body dl:hover dd.tl-yzx, .ct_table>.ct_table_body dl.context-menu-active dd.tl-yzx, .ct_table>.ct_table_body dl:hover dd.tl-zzzx, .ct_table>.ct_table_body dl.context-menu-active dd.tl-zzzx {
@@ -542,11 +549,12 @@ div.drop-rail[data-type="car"]:before { @@ -542,11 +549,12 @@ div.drop-rail[data-type="car"]:before {
542 } 549 }
543 550
544 dl.relevance-active dd:nth-child(n+2) { 551 dl.relevance-active dd:nth-child(n+2) {
545 - background: #d2d2d2 !important; 552 + background: #f1efef !important;
  553 + color: #333;
546 } 554 }
547 555
548 dl.relevance-active.intimity dd:nth-child(n+2) { 556 dl.relevance-active.intimity dd:nth-child(n+2) {
549 - background: #8baabf !important; 557 + background: #76a6c7 !important;
550 color: white; 558 color: white;
551 } 559 }
552 560
@@ -556,24 +564,13 @@ dl.relevance-active.intimity dd:nth-child(n+2) a { @@ -556,24 +564,13 @@ dl.relevance-active.intimity dd:nth-child(n+2) a {
556 564
557 dl.relevance-active dd.tl-qrlb, 565 dl.relevance-active dd.tl-qrlb,
558 dl.relevance-active.intimity dd.tl-qrlb{ 566 dl.relevance-active.intimity dd.tl-qrlb{
559 - background: linear-gradient(to right, #a9a911, #808000, #8baabf) !important; 567 + background: linear-gradient(to right, #7B6B24, #4992c3) !important;
560 color: #f8e9cd; 568 color: #f8e9cd;
561 } 569 }
562 570
563 -dl.relevance-active dd.tl-wd,  
564 -dl.relevance-active.intimity dd.tl-wd{  
565 - background: linear-gradient(to right, #ffff00, rgb(226, 226, 168), rgb(139, 170, 191)) !important;  
566 -}  
567 -  
568 -dl.relevance-active dd.tl-qrlb,  
569 -dl.relevance-active.intimity dd.tl-yzx{  
570 - background: linear-gradient(to right, #dcdcfd, #c0c0ff, #8baabf) !important;  
571 - color: #272727;  
572 -}  
573 -  
574 dl.relevance-active dd.tl-zzzx, 571 dl.relevance-active dd.tl-zzzx,
575 dl.relevance-active.intimity dd.tl-zzzx { 572 dl.relevance-active.intimity dd.tl-zzzx {
576 - background: linear-gradient(to right, #def5bb, #adff2f, #8baabf) !important; 573 + background: linear-gradient(to right, #96F396, #4992c3) !important;
577 color: #565252; 574 color: #565252;
578 } 575 }
579 576
@@ -582,23 +579,8 @@ dl.relevance-active.intimity dd.tl-zzzx span.fcsj-diff { @@ -582,23 +579,8 @@ dl.relevance-active.intimity dd.tl-zzzx span.fcsj-diff {
582 color: #5e5a5a 579 color: #5e5a5a
583 } 580 }
584 581
585 -dl.relevance-active dd.tl-xxsd,  
586 -dl.relevance-active.intimity dd.tl-xxsd {  
587 - background: linear-gradient(to right, #8baabf, #cd853f, #dc9958) !important;  
588 -}  
589 -  
590 -dl.relevance-active dd.tl-xxrd,  
591 -dl.relevance-active.intimity dd.tl-xxrd {  
592 - background: linear-gradient(to right, #8baabf, #ff6347, #ff8f7b) !important;  
593 -}  
594 -  
595 -dl.relevance-active dd.tl-xxfc,  
596 -dl.relevance-active.intimity dd.tl-xxfc {  
597 - background: linear-gradient(to right, #8baabf, rgb(43, 185, 185), rgb(0,255,255)) !important;  
598 -}  
599 -  
600 dl.relevance-active.intimity dd span.fcsj-diff { 582 dl.relevance-active.intimity dd span.fcsj-diff {
601 - color: #616060; 583 + color: #d7d6d6;
602 } 584 }
603 585
604 dl.relevance-active dd span.fcsj-diff{ 586 dl.relevance-active dd span.fcsj-diff{