Commit 2fba747f2f7975127a5c6ec861723019d6a60eaa
1 parent
5681d089
update...
Showing
2 changed files
with
8 additions
and
4 deletions
src/main/resources/static/real_control_v2/css/ct_table.css
src/main/resources/static/real_control_v2/css/line_schedule.css
| @@ -96,7 +96,7 @@ | @@ -96,7 +96,7 @@ | ||
| 96 | } | 96 | } |
| 97 | 97 | ||
| 98 | .line-schedule-table dl dt:nth-of-type(3), .line-schedule-table dl dd:nth-of-type(3) { | 98 | .line-schedule-table dl dt:nth-of-type(3), .line-schedule-table dl dd:nth-of-type(3) { |
| 99 | - width: calc(2% + 86px); | 99 | + width: calc(2% + 66px); |
| 100 | } | 100 | } |
| 101 | 101 | ||
| 102 | .line-schedule-table dl dt:nth-of-type(4), .line-schedule-table dl dd:nth-of-type(4) { | 102 | .line-schedule-table dl dt:nth-of-type(4), .line-schedule-table dl dd:nth-of-type(4) { |
| @@ -122,7 +122,7 @@ | @@ -122,7 +122,7 @@ | ||
| 122 | } | 122 | } |
| 123 | 123 | ||
| 124 | .line-schedule-table dl dt:nth-of-type(9), .line-schedule-table dl dd:nth-of-type(9) { | 124 | .line-schedule-table dl dt:nth-of-type(9), .line-schedule-table dl dd:nth-of-type(9) { |
| 125 | - width: 50px; | 125 | + width: 70px; |
| 126 | border-right: 0; | 126 | border-right: 0; |
| 127 | } | 127 | } |
| 128 | 128 | ||
| @@ -238,6 +238,10 @@ | @@ -238,6 +238,10 @@ | ||
| 238 | height: 36px; | 238 | height: 36px; |
| 239 | } | 239 | } |
| 240 | 240 | ||
| 241 | +.schedule-body .ct_table dl:nth-child(even){ | ||
| 242 | + background: rgba(249, 249, 249, 0.31); | ||
| 243 | +} | ||
| 244 | + | ||
| 241 | span.fcsj-diff { | 245 | span.fcsj-diff { |
| 242 | color: gray; | 246 | color: gray; |
| 243 | margin-left: 3px; | 247 | margin-left: 3px; |
| @@ -528,8 +532,7 @@ div.drop-rail[data-type="car"]:before { | @@ -528,8 +532,7 @@ div.drop-rail[data-type="car"]:before { | ||
| 528 | } | 532 | } |
| 529 | 533 | ||
| 530 | dl.relevance-active dd:nth-child(n+2) { | 534 | dl.relevance-active dd:nth-child(n+2) { |
| 531 | - background: #f1efef !important; | ||
| 532 | - color: #333; | 535 | + background: #c1e2f9 !important; |
| 533 | } | 536 | } |
| 534 | 537 | ||
| 535 | dl.relevance-active.intimity dd:nth-child(n+2) { | 538 | dl.relevance-active.intimity dd:nth-child(n+2) { |