Commit da170b69560018e43a6a19670ba412af859f5c32

Authored by lizhuojun
1 parent 8f4c2177

修正线调title,样式等问题

src/main/resources/static/real_control_v2/fragments/line_schedule/layout.html
... ... @@ -13,7 +13,7 @@
13 13 </div>
14 14 <div style="width: 1%;position: relative">
15 15 <div class="menu-toggler sidebar-toggler"
16   - style="border-radius:350px 0 20px 350px;writing-mode:tb-lr;line-height:300%;float: right;margin:auto;background-color:#99CD52;color: white;opacity:0.8;text-align: center;display: block;cursor: pointer;z-index: 9999;width: 100%;height: 120px;background-repeat: no-repeat;background-position: center center;position: absolute;right: 0;top: 0px;bottom: 0px;">通知栏</div>
  16 + style="border-radius:350px 0 20px 350px;writing-mode:tb-lr;line-height:300%;float: right;margin:auto;background-color:#99CD52;color: white;opacity:0.8;text-align: center;display: block;cursor: pointer;z-index: 1;width: 100%;height: 120px;background-repeat: no-repeat;background-position: center center;position: absolute;right: 0;top: 0px;bottom: 0px;">通知栏</div>
17 17 </div>
18 18 <div class="uk-width-1-6" style="height: calc(100% - 1px);position: relative;width: 15.6%;">
19 19 <div class="card-panel sys-mailbox" style="overflow: auto;">
... ...
src/main/resources/static/real_control_v2/js/line_schedule/sch_table.js
... ... @@ -732,7 +732,7 @@ var gb_schedule_table = (function () {
732 732 return a.clZbh == sch.clZbh;
733 733 }).sort(schedule_sort);
734 734  
735   - for (var i = 0, item; item = array[i++];) {
  735 + for (var i = 0, item; item = array[i],i<array.length;i++) {
736 736 if (array[i].id == sch.id) {
737 737 return i < array.length ? array[i + 1] : null;
738 738 }
... ...
src/main/resources/static/real_control_v2_mobile/css/line_schedule.css
... ... @@ -261,14 +261,14 @@ span.fcsj-diff {
261 261 /** 图例 */
262 262  
263 263 .tl-yzx {
264   - background: rgb( 192,192,255);
265   - border-top: 1px solid #d9d9d9 !important;
  264 + background: #c1ddf0;
  265 + border-top: 1px solid #ebebeb !important;
266 266 color: #444;
267 267 }
268 268  
269 269 .tl-xxfc{
270   - background: rgb(0,255,255);
271   - color: #484747;
  270 + background: #ff7878;
  271 + color: #f1f1f1;
272 272 }
273 273  
274 274 .tl-wd{
... ... @@ -277,14 +277,14 @@ span.fcsj-diff {
277 277 }
278 278  
279 279 .tl-xxsd{
280   - background: rgb(205,133,63);
281   - /*color: #f5f4f4;*/
  280 + background: #e2de94;
  281 + color: #444;
282 282 }
283 283  
284 284 .tl-xxrd{
285   - background: rgb(255,99,71);
  285 + background: #c1ddf0;
286 286 border-top: 1px solid #ebebeb !important;
287   - /*color: #fff;*/
  287 + color: #444;
288 288 }
289 289  
290 290 .tl-qrlb {
... ... @@ -298,9 +298,9 @@ span.fcsj-diff {
298 298 }
299 299  
300 300 .tl-zzzx {
301   - background: rgb(173,255,47);
  301 + background: #96F396;
302 302 color: #444;
303   - border-top: 1px solid #d9d9d9 !important;
  303 +
304 304 }
305 305  
306 306 .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 {
... ...
src/main/resources/static/real_control_v2_mobile/fragments/line_schedule/layout.html
... ... @@ -13,7 +13,7 @@
13 13 </div>
14 14 <div style="width: 2%;position: relative;margin-right: 0;">
15 15 <div class="menu-toggler sidebar-toggler"
16   - style="border-radius:350px 0 20px 350px;writing-mode:tb;line-height:300%;float: right;margin:auto;background-color: #99CD52;color: white;text-align: center;display: block;cursor: pointer;z-index: 9999;width: 100%;height: 130px;background-repeat: no-repeat;background-position: center center;position: absolute;right: 0;top: 0px;bottom: 0px;">通知栏</div>
  16 + style="border-radius:350px 0 20px 350px;writing-mode:tb;line-height:300%;float: right;margin:auto;background-color: #99CD52;color: white;text-align: center;display: block;cursor: pointer;z-index: 1;width: 100%;height: 130px;background-repeat: no-repeat;background-position: center center;position: absolute;right: 0;top: 0px;bottom: 0px;">通知栏</div>
17 17 </div>
18 18 <div class="uk-width-1-6" style="height: calc(100% - 1px);position: relative;width: 14.6%;">
19 19 <div class="card-panel sys-mailbox" style="overflow: auto;">
... ...
src/main/resources/static/real_control_v2_mobile/js/line_schedule/sch_table.js
... ... @@ -741,7 +741,7 @@ var gb_schedule_table = (function () {
741 741 return a.clZbh == sch.clZbh;
742 742 }).sort(schedule_sort);
743 743  
744   - for (var i = 0, item; item = array[i++];) {
  744 + for (var i = 0, item; item = array[i],i<array.length;i++) {
745 745 if (array[i].id == sch.id) {
746 746 return i < array.length ? array[i + 1] : null;
747 747 }
... ...
src/main/resources/static/real_control_v2_mobile/main.html
... ... @@ -56,7 +56,7 @@
56 56 <div class="uk-width-4-10">
57 57 <div class="uk-panel">
58 58 <h2 class="north-logo">
59   - <!--<i class="uk-icon-life-ring"></i>--> 闵行公交线路调度
  59 + <!--<i class="uk-icon-life-ring"></i>--> 青浦公交线路调度
60 60 </h2>
61 61 </div>
62 62 </div>
... ...
src/main/resources/static/real_control_v2_mobile/sch_manage/sch_imitate.html
... ... @@ -164,7 +164,7 @@
164 164 <div class="uk-width-4-10">
165 165 <div class="uk-panel">
166 166 <h2 class="north-logo" style="color: #f1f1f1;">
167   - <i class="uk-icon-life-ring"></i> 闵行公交线路调度班次管理
  167 + <i class="uk-icon-life-ring"></i> 青浦公交线路调度班次管理
168 168 </h2>
169 169 </div>
170 170 </div>
... ...