system-clients 3.2.5 → 3.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/.eslintrc.js +16 -16
  2. package/SystemClient.iml +2 -5
  3. package/build/webpack.base.conf.js +21 -11
  4. package/package.json +6 -4
  5. package/src/App.vue +24 -24
  6. package/src/components/Main.vue +626 -476
  7. package/src/components/TabButton.vue +201 -0
  8. package/src/components/Tabs.vue +67 -0
  9. package/src/components/addressManage/AddressCascadingMenu.vue +145 -0
  10. package/src/components/equipment/EquipmentManage.vue +1 -1
  11. package/src/components/equipment/PcAdd.vue +5 -5
  12. package/src/components/equipment/PcList.vue +5 -5
  13. package/src/components/equipment/PhoneAdd.vue +26 -13
  14. package/src/components/equipment/PhoneList.vue +31 -21
  15. package/src/components/equipment/PosAdd.vue +231 -45
  16. package/src/components/equipment/PosList.vue +198 -68
  17. package/src/components/equipment/PosManage.vue +80 -9
  18. package/src/components/equipment/PosManageBoth.vue +125 -0
  19. package/src/components/equipment/PosParamAdd.vue +236 -0
  20. package/src/components/equipment/PosParamList.vue +121 -0
  21. package/src/components/equipment/PosParamManage.vue +51 -0
  22. package/src/components/parammanage/ParamManage.vue +2 -2
  23. package/src/components/parammanage/ParamPage.vue +30 -8
  24. package/src/components/parammanage/SinglePage.vue +4 -4
  25. package/src/components/server/ImageVieweTest.vue +56 -0
  26. package/src/components/server/ImageViewer.vue +350 -0
  27. package/src/components/server/LoadData.vue +21 -2
  28. package/src/components/server/Login.vue +784 -519
  29. package/src/components/server/ModifyPw.vue +12 -7
  30. package/src/components/server/PcdBuildingSelect.vue +241 -0
  31. package/src/components/server/ResSelect.vue +5 -0
  32. package/src/components/server/ResSelectGroup.vue +159 -103
  33. package/src/components/server/RightTree.vue +289 -204
  34. package/src/filiale/dongguan/Main.vue +715 -0
  35. package/src/filiale/dongguan/system.js +5 -0
  36. package/src/filiale/konggang/Login.vue +840 -0
  37. package/src/filiale/konggang/system.js +7 -0
  38. package/src/filiale/qianneng/ModifyPw.vue +107 -0
  39. package/src/filiale/qianneng/system.js +7 -0
  40. package/src/filiale/rizhao/LeftTree.vue +111 -0
  41. package/src/filiale/rizhao/Login.vue +791 -0
  42. package/src/filiale/rizhao/Main.vue +606 -0
  43. package/src/filiale/rizhao/system.js +14 -0
  44. package/src/filiale/yuchuan/Login.vue +889 -0
  45. package/src/filiale/yuchuan/Main.vue +773 -0
  46. package/src/filiale/yuchuan/system.js +10 -0
  47. package/src/plugins/EncryptUtil.js +53 -0
  48. package/src/plugins/GetLoginInfoService.js +76 -70
  49. package/src/plugins/HeatGetLoginInfoService.js +491 -0
  50. package/src/plugins/validation.js +9 -1
  51. package/src/stores/HeatAppData.js +38 -0
  52. package/src/styles/less/aofeng/standard.less +446 -60
  53. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +13 -13
  54. package/src/styles/less/aofeng/themeOne/systemStyle.less +12 -12
  55. package/src/styles/less/aofeng/themeOne.less +4 -1
  56. package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -0
  57. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -0
  58. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -0
  59. package/src/styles/less/tables.less +50 -0
  60. package/src/styles/less/type.less +16 -3
  61. package/src/styles/less/variables.less +6 -3
  62. package/src/system.js +34 -1
  63. package/src/util/Daiban.json +12 -0
  64. package/static/images/lefticon//345/220/210/345/220/214/347/256/241/347/220/206.png +0 -0
  65. package/static/logo.png +0 -0
  66. package/static/newStyle/about-us.png +0 -0
  67. package/static/rizhao.png +0 -0
  68. package/yarn-error.log +6896 -0
  69. package/.gradle/3.5/file-changes/last-build.bin +0 -0
  70. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  71. package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
  72. package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
  73. package/.gradle/5.2.1/gc.properties +0 -0
  74. package/.gradle/buildOutputCleanup/built.bin +0 -0
  75. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  76. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
@@ -0,0 +1,1102 @@
1
+
2
+
3
+ /*分辨率@1920*1080 ---全屏*/
4
+ @media screen and (max-width: 1920px) and (max-height: 1080px) {
5
+ /*经营管控全局页面样式*/
6
+ .manage-home {
7
+ font-family: PingFangSC-Regular;
8
+ background-image: url('/static/NewManageHome/背景1.png');
9
+ background-repeat: no-repeat;
10
+ background-size: 100% 100%;
11
+ /*width: 2304px;*/
12
+ /*height: 775px;*/
13
+ width: 100%;
14
+ height: 100%;
15
+ overflow: hidden;
16
+ /*position: absolute;*/
17
+ }
18
+
19
+ /*导航栏样式*/
20
+ .manage-navigation {
21
+ width: 100%;
22
+ height: 8%;
23
+ /*position: relative;*/
24
+ text-align: center
25
+ }
26
+
27
+ .navigation-title {
28
+ /*position: relative;*/
29
+ background-image: url('/static/NewManageHome/组20.png');
30
+ background-repeat: no-repeat;
31
+ background-size: 100% 100%;
32
+ margin-left: 34%;
33
+ float: left;
34
+ width: 32%;
35
+ color: #00baff;
36
+ font-size: 1.8rem;
37
+ }
38
+
39
+ .navigation-date {
40
+ position: absolute;
41
+ padding: 2.6% 0 0 11%;
42
+ }
43
+
44
+ .safe-manage {
45
+ float: right;
46
+ background-color: #041343;
47
+ border: solid 1px #0b87e2;
48
+ letter-spacing: 2px;
49
+ color: #ffffff;
50
+ font-size: 2.6rem;
51
+ height: 66%;
52
+ margin: 0.5% 2%;
53
+ padding: 10px 2%;
54
+ }
55
+
56
+ /*正文内容样式*/
57
+ .manage-text {
58
+ position: relative;
59
+ padding: 0 2%;
60
+ width: 100%;
61
+ height: 92%;
62
+ }
63
+
64
+ //动效
65
+ .img-bottom {
66
+ position: absolute;
67
+ bottom: 0;
68
+ left: 0;
69
+ width: 100%;
70
+ }
71
+
72
+ .title-1 {
73
+ font-size: 1.8rem;
74
+ color: #ffffff;
75
+ }
76
+
77
+ /*用户*/
78
+ .text-user {
79
+ position: absolute;
80
+ background-image: url('/static/NewManageHome/用户.png');
81
+ //background-image: url('/static/NewManageHome/合成-1_00000.gif');
82
+ background-repeat: no-repeat;
83
+ background-size: 100% 100%;
84
+ /*width: 2304px;*/
85
+ /*height: 775px;*/
86
+ float: left;
87
+ width: 28%;
88
+ height: 30%;
89
+ text-align: center;
90
+ padding-top: 4px;
91
+ }
92
+
93
+ .text-user .text-1 {
94
+ height: 89%;
95
+ }
96
+
97
+ //陕西销售地图
98
+ .text-shanximap {
99
+ position: absolute;
100
+ left: 31%;
101
+ width: 38%;
102
+ height: 57%;
103
+ }
104
+
105
+ //售气
106
+ .text-sellgas {
107
+ position: absolute;
108
+
109
+ //background-image: url('/static/NewManageHome/销售气量.png');
110
+ background-image: url('/static/NewManageHome/销售气量.png');
111
+ background-repeat: no-repeat;
112
+ background-size: 100% 100%;
113
+ /*width: 2304px;*/
114
+ /*height: 775px;*/
115
+ left: 70%;
116
+ width: 28%;
117
+ height: 34%;
118
+ text-align: center;
119
+ padding-top: 8px;
120
+ }
121
+
122
+ .text-sellgas .text-1 {
123
+ height: 89%;
124
+ }
125
+
126
+ //总公司售气趋势
127
+ .text-totalsellgas {
128
+ position: absolute;
129
+ background-image: url('/static/NewManageHome/总公司销售趋势.png');
130
+ background-repeat: no-repeat;
131
+ background-size: 100% 100%;
132
+ top: 33%;
133
+ width: 28%;
134
+ height: 38%;
135
+ text-align: center;
136
+ padding-top: 7px;
137
+ bottom: 0;
138
+ }
139
+
140
+ .text-totalsellgas .text-1 {
141
+ padding-top: 6%;
142
+ height: 89%;
143
+ }
144
+
145
+ //分公司年度购进量
146
+ .text-childsellgas {
147
+ position: absolute;
148
+ background-image: url('/static/NewManageHome/分公司年度购进量.png');
149
+ background-repeat: no-repeat;
150
+ background-size: 100% 100%;
151
+ top: 74%;
152
+ width: 28%;
153
+ height: 24%;
154
+ text-align: center;
155
+ padding-top: 6px;
156
+ }
157
+
158
+ .text-childsellgas .text-1 {
159
+ height: 81%;
160
+ }
161
+
162
+ .text-profit {
163
+ position: absolute;
164
+ top: 57%;
165
+ left: 31%;
166
+ width: 38%;
167
+ height: 42%;
168
+ padding: 0% 2%;
169
+ text-align: center;
170
+ }
171
+
172
+ .text-profit1 {
173
+ background-image: url('/static/NewManageHome/矩形16拷贝11.png');
174
+ background-repeat: no-repeat;
175
+ background-size: 100%;
176
+ width: 52%;
177
+ margin-left: 25%;
178
+ padding: 2% 0;
179
+ height: 17%;
180
+ font-size: 1.8rem;
181
+ color: #ffffff;
182
+ }
183
+
184
+ .text-profit1 span {
185
+ color: #66fade;
186
+ letter-spacing: 4px;
187
+ font-size: 2.6rem;
188
+ }
189
+
190
+ .text-profit2 {
191
+ position: relative;
192
+ background-image: url('/static/NewManageHome/营业收入.png');
193
+ background-repeat: no-repeat;
194
+ background-size: 100% 100%;
195
+ width: 100%;
196
+ height: 81%;
197
+ text-align: center;
198
+ padding-top: 6px;
199
+ }
200
+
201
+ .text-profit2 .text-1 {
202
+ padding-top: 2%;
203
+ height: 88%;
204
+ }
205
+
206
+ .text-business {
207
+ position: absolute;
208
+ background-image: url('/static/NewManageHome/固定资产.png');
209
+ background-repeat: no-repeat;
210
+ background-size: 100% 100%;
211
+ top: 37%;
212
+ left: 70%;
213
+ width: 28%;
214
+ height: 61%;
215
+ text-align: center;
216
+ padding-top: 7px;
217
+ }
218
+
219
+ .text-business .text-1 {
220
+ height: 94%;
221
+ }
222
+
223
+ .text-business > .text-1 > .business-1 {
224
+ height: 40%;
225
+ }
226
+
227
+ .text-business > .text-1 > .business-2 {
228
+ height: 60%;
229
+ padding: 0% 2%;
230
+ }
231
+
232
+ .text-business > .text-1 > .business-2 table {
233
+ display: block;
234
+ height: 94%;
235
+ text-align: center;
236
+ }
237
+
238
+ .text-business > .text-1 > .business-2 table tbody {
239
+ display: block;
240
+ width: 100%;
241
+ height: 90%;
242
+ overflow-y: hidden;
243
+ table-layout: fixed;
244
+ }
245
+
246
+ .text-business > .text-1 > .business-2 table tbody tr td {
247
+ height: 36px;
248
+ width: 1%;
249
+ color: #cfeaff;
250
+ text-align: center;
251
+ font-size: 1.6rem;
252
+ }
253
+
254
+ .text-business > .text-1 > .business-2 table tbody tr:nth-child(even) {
255
+ background-color: #01396d;
256
+ }
257
+
258
+ .text-business > .text-1 > .business-2 table > .thead {
259
+ height: 36px;
260
+ width: 80%;
261
+ background-color: #0c2e4d;
262
+ border: solid 1px #0093ff;
263
+ color: #5ee9e0;
264
+ font-size: 1.6rem;
265
+ }
266
+
267
+ .text-business > .text-1 > .business-2 table tr th {
268
+ height: 36px;
269
+ width: 20%;
270
+ text-align: center;
271
+ background-color: #0c2e4d;
272
+ color: #66fade;
273
+ font-size: 1.6rem;
274
+ }
275
+
276
+ }
277
+ /*分辨率@1920*940 ---最大化*/
278
+ @media screen and (max-width: 1920px) and (max-height: 940px) {
279
+ /*经营管控全局页面样式*/
280
+ .manage-home {
281
+ font-family: PingFangSC-Regular;
282
+ background-image: url('/static/NewManageHome/背景1.png');
283
+ background-repeat: no-repeat;
284
+ background-size: 100% 100%;
285
+ /*width: 2304px;*/
286
+ /*height: 775px;*/
287
+ width: 100%;
288
+ height: 100%;
289
+ overflow: hidden;
290
+ /*position: absolute;*/
291
+ }
292
+
293
+ /*导航栏样式*/
294
+ .manage-navigation {
295
+ width: 100%;
296
+ height: 8%;
297
+ /*position: relative;*/
298
+ text-align: center
299
+ }
300
+
301
+ .navigation-title {
302
+ /*position: relative;*/
303
+ background-image: url('/static/NewManageHome/组20.png');
304
+ background-repeat: no-repeat;
305
+ background-size: 100% 100%;
306
+ margin-left: 34%;
307
+ float: left;
308
+ width: 32%;
309
+ color: #00baff;
310
+ font-size: 1.6rem;
311
+ }
312
+
313
+ .navigation-date {
314
+ position: absolute;
315
+ padding: 2.1% 0 0 11.5%;
316
+ }
317
+
318
+ .safe-manage {
319
+ float: right;
320
+ background-color: #041343;
321
+ border: solid 1px #0b87e2;
322
+ letter-spacing: 2px;
323
+ color: #ffffff;
324
+ font-size: 2.4rem;
325
+ height: 66%;
326
+ margin: 0.5% 2%;
327
+ padding: 8px 2%;
328
+ }
329
+
330
+ /*正文内容样式*/
331
+ .manage-text {
332
+ position: relative;
333
+ padding: 0 2%;
334
+ width: 100%;
335
+ height: 92%;
336
+ }
337
+
338
+ //动效
339
+ .img-bottom {
340
+ position: absolute;
341
+ bottom: 0;
342
+ left: 0;
343
+ width: 100%;
344
+ }
345
+
346
+ .title-1 {
347
+ font-size: 1.8rem;
348
+ color: #ffffff;
349
+ }
350
+
351
+ /*用户*/
352
+ .text-user {
353
+ position: absolute;
354
+ background-image: url('/static/NewManageHome/用户.png');
355
+ //background-image: url('/static/NewManageHome/合成-1_00000.gif');
356
+ background-repeat: no-repeat;
357
+ background-size: 100% 100%;
358
+ /*width: 2304px;*/
359
+ /*height: 775px;*/
360
+ float: left;
361
+ width: 28%;
362
+ height: 30%;
363
+ text-align: center;
364
+ padding-top: 3px;
365
+ }
366
+
367
+ .text-user .text-1 {
368
+ height: 89%;
369
+ }
370
+
371
+ //陕西销售地图
372
+ .text-shanximap {
373
+ position: absolute;
374
+ left: 31%;
375
+ width: 38%;
376
+ height: 57%;
377
+ }
378
+
379
+ //售气
380
+ .text-sellgas {
381
+ position: absolute;
382
+
383
+ //background-image: url('/static/NewManageHome/销售气量.png');
384
+ background-image: url('/static/NewManageHome/销售气量.png');
385
+ background-repeat: no-repeat;
386
+ background-size: 100% 100%;
387
+ /*width: 2304px;*/
388
+ /*height: 775px;*/
389
+ left: 70%;
390
+ width: 28%;
391
+ height: 34%;
392
+ text-align: center;
393
+ padding-top: 6px;
394
+ }
395
+
396
+ .text-sellgas .text-1 {
397
+ height: 89%;
398
+ }
399
+
400
+ //总公司售气趋势
401
+ .text-totalsellgas {
402
+ position: absolute;
403
+ background-image: url('/static/NewManageHome/总公司销售趋势.png');
404
+ background-repeat: no-repeat;
405
+ background-size: 100% 100%;
406
+ top: 33%;
407
+ width: 28%;
408
+ height: 38%;
409
+ text-align: center;
410
+ padding-top: 4px;
411
+ bottom: 0;
412
+ }
413
+
414
+ .text-totalsellgas .text-1 {
415
+ padding-top: 2%;
416
+ height: 89%;
417
+ }
418
+
419
+ //分公司年度购进量
420
+ .text-childsellgas {
421
+ position: absolute;
422
+ background-image: url('/static/NewManageHome/分公司年度购进量.png');
423
+ background-repeat: no-repeat;
424
+ background-size: 100% 100%;
425
+ top: 74%;
426
+ width: 28%;
427
+ height: 24%;
428
+ text-align: center;
429
+ padding-top: 6px;
430
+ }
431
+
432
+ .text-childsellgas .text-1 {
433
+ height: 81%;
434
+ }
435
+
436
+ .text-profit {
437
+ position: absolute;
438
+ top: 57%;
439
+ left: 31%;
440
+ width: 38%;
441
+ height: 42%;
442
+ padding: 0% 2%;
443
+ text-align: center;
444
+ }
445
+
446
+ .text-profit1 {
447
+ background-image: url('/static/NewManageHome/矩形16拷贝11.png');
448
+ background-repeat: no-repeat;
449
+ background-size: 80%;
450
+ width: 52%;
451
+ margin-left: 30%;
452
+ padding: 1% 5%;
453
+ height: 15%;
454
+ font-size: 1.6rem;
455
+ color: #ffffff;
456
+ text-align: left;
457
+ }
458
+
459
+ .text-profit1 span {
460
+ color: #66fade;
461
+ letter-spacing: 4px;
462
+ font-size: 2.4rem;
463
+ }
464
+
465
+ .text-profit2 {
466
+ position: relative;
467
+ background-image: url('/static/NewManageHome/营业收入.png');
468
+ background-repeat: no-repeat;
469
+ background-size: 100% 100%;
470
+ width: 100%;
471
+ height: 81%;
472
+ text-align: center;
473
+ padding-top: 4px;
474
+ }
475
+
476
+ .text-profit2 .text-1 {
477
+ padding-top: 2%;
478
+ height: 88%;
479
+ }
480
+
481
+ .text-business {
482
+ position: absolute;
483
+ background-image: url('/static/NewManageHome/固定资产.png');
484
+ background-repeat: no-repeat;
485
+ background-size: 100% 100%;
486
+ top: 37%;
487
+ left: 70%;
488
+ width: 28%;
489
+ height: 61%;
490
+ text-align: center;
491
+ padding-top: 4px;
492
+ }
493
+
494
+ .text-business .text-1 {
495
+ height: 94%;
496
+ }
497
+
498
+ .text-business > .text-1 > .business-1 {
499
+ height: 40%;
500
+ }
501
+
502
+ .text-business > .text-1 > .business-2 {
503
+ height: 60%;
504
+ padding: 0% 2%;
505
+ }
506
+
507
+ .text-business > .text-1 > .business-2 table {
508
+ display: block;
509
+ height: 94%;
510
+ text-align: center;
511
+ }
512
+
513
+ .text-business > .text-1 > .business-2 table tbody {
514
+ display: block;
515
+ width: 100%;
516
+ height: 90%;
517
+ overflow-y: hidden;
518
+ table-layout: fixed;
519
+ }
520
+
521
+ .text-business > .text-1 > .business-2 table tbody tr td {
522
+ height: 36px;
523
+ width: 1%;
524
+ color: #cfeaff;
525
+ text-align: center;
526
+ font-size: 1.6rem;
527
+ }
528
+
529
+ .text-business > .text-1 > .business-2 table tbody tr:nth-child(even) {
530
+ background-color: #01396d;
531
+ }
532
+
533
+ .text-business > .text-1 > .business-2 table > .thead {
534
+ height: 36px;
535
+ width: 80%;
536
+ background-color: #0c2e4d;
537
+ border: solid 1px #0093ff;
538
+ color: #5ee9e0;
539
+ font-size: 1.6rem;
540
+ }
541
+
542
+ .text-business > .text-1 > .business-2 table tr th {
543
+ height: 36px;
544
+ width: 20%;
545
+ text-align: center;
546
+ background-color: #0c2e4d;
547
+ color: #66fade;
548
+ font-size: 1.6rem;
549
+ }
550
+
551
+ }
552
+
553
+
554
+
555
+
556
+ /*分辨率@1366*768 ---全屏*/
557
+ @media screen and (max-width: 1366px) and (max-height: 768px) {
558
+ .manage-home {
559
+ font-family: PingFangSC-Regular;
560
+ background-image: url('/static/NewManageHome/背景1.png');
561
+ background-repeat: no-repeat;
562
+ background-size: 100% 100%;
563
+ /*width: 2304px;*/
564
+ /*height: 775px;*/
565
+ width: 100%;
566
+ height: 100%;
567
+ overflow: hidden;
568
+ /*position: absolute;*/
569
+ }
570
+
571
+ /*导航栏样式*/
572
+ .manage-navigation {
573
+ width: 100%;
574
+ height: 8%;
575
+ /*position: relative;*/
576
+ text-align: center
577
+ }
578
+
579
+ .navigation-title {
580
+ /*position: relative;*/
581
+ background-image: url('/static/NewManageHome/组20.png');
582
+ background-repeat: no-repeat;
583
+ background-size: 100% 100%;
584
+ margin-left: 34%;
585
+ float: left;
586
+ width: 32%;
587
+ color: #00baff;
588
+ font-size: 1.2rem;
589
+ }
590
+
591
+ .navigation-date {
592
+ position: absolute;
593
+ padding: 2.7% 0 0 11.5%;
594
+ }
595
+
596
+ .safe-manage {
597
+ float: right;
598
+ background-color: #041343;
599
+ border: solid 1px #0b87e2;
600
+ letter-spacing: 2px;
601
+ color: #ffffff;
602
+ font-size: 1.8rem;
603
+ height: 66%;
604
+ margin: 0.5% 2%;
605
+ padding: 5px 2%;
606
+ }
607
+
608
+ /*正文内容样式*/
609
+ .manage-text {
610
+ position: relative;
611
+ padding: 0 2%;
612
+ width: 100%;
613
+ height: 92%;
614
+ }
615
+
616
+ //动效
617
+ .img-bottom {
618
+ position: absolute;
619
+ bottom: 0;
620
+ left: 0;
621
+ width: 100%;
622
+ }
623
+
624
+ .title-1 {
625
+ font-size: 1.4rem;
626
+ color: #ffffff;
627
+ }
628
+
629
+ /*用户*/
630
+ .text-user {
631
+ position: absolute;
632
+ background-image: url('/static/NewManageHome/用户.png');
633
+ //background-image: url('/static/NewManageHome/合成-1_00000.gif');
634
+ background-repeat: no-repeat;
635
+ background-size: 100% 100%;
636
+ /*width: 2304px;*/
637
+ /*height: 775px;*/
638
+ float: left;
639
+ width: 28%;
640
+ height: 30%;
641
+ text-align: center;
642
+ padding-top: 1px;
643
+ }
644
+
645
+ .text-user .text-1 {
646
+ height: 89%;
647
+ }
648
+
649
+ //陕西销售地图
650
+ .text-shanximap {
651
+ position: absolute;
652
+ left: 31%;
653
+ width: 38%;
654
+ height: 57%;
655
+ }
656
+
657
+ //售气
658
+ .text-sellgas {
659
+ position: absolute;
660
+
661
+ //background-image: url('/static/NewManageHome/销售气量.png');
662
+ background-image: url('/static/NewManageHome/销售气量.png');
663
+ background-repeat: no-repeat;
664
+ background-size: 100% 100%;
665
+ /*width: 2304px;*/
666
+ /*height: 775px;*/
667
+ left: 70%;
668
+ width: 28%;
669
+ height: 34%;
670
+ text-align: center;
671
+ padding-top: 1px;
672
+ }
673
+
674
+ .text-sellgas .text-1 {
675
+ height: 89%;
676
+ }
677
+
678
+ //总公司售气趋势
679
+ .text-totalsellgas {
680
+ position: absolute;
681
+ background-image: url('/static/NewManageHome/总公司销售趋势.png');
682
+ background-repeat: no-repeat;
683
+ background-size: 100% 100%;
684
+ top: 33%;
685
+ width: 28%;
686
+ height: 38%;
687
+ text-align: center;
688
+ padding-top: 1px;
689
+ bottom: 0;
690
+ }
691
+
692
+ .text-totalsellgas .text-1 {
693
+ padding-top: 6%;
694
+ height: 89%;
695
+ }
696
+
697
+ //分公司年度购进量
698
+ .text-childsellgas {
699
+ position: absolute;
700
+ background-image: url('/static/NewManageHome/分公司年度购进量.png');
701
+ background-repeat: no-repeat;
702
+ background-size: 100% 100%;
703
+ top: 74%;
704
+ width: 28%;
705
+ height: 24%;
706
+ text-align: center;
707
+ padding-top: 1px;
708
+ }
709
+
710
+ .text-childsellgas .text-1 {
711
+ height: 81%;
712
+ }
713
+
714
+ .text-profit {
715
+ position: absolute;
716
+ top: 57%;
717
+ left: 31%;
718
+ width: 38%;
719
+ height: 42%;
720
+ padding: 0% 2%;
721
+ text-align: center;
722
+ }
723
+
724
+ .text-profit1 {
725
+ background-image: url('/static/NewManageHome/矩形16拷贝11.png');
726
+ background-repeat: no-repeat;
727
+ background-size: 90%;
728
+ width: 52%;
729
+ margin-left: 25%;
730
+ padding: 2% 6%;
731
+ height: 17%;
732
+ font-size: 1.2rem;
733
+ color: #ffffff;
734
+ }
735
+
736
+ .text-profit1 span {
737
+ color: #66fade;
738
+ letter-spacing: 4px;
739
+ font-size: 1.8rem;
740
+ }
741
+
742
+ .text-profit2 {
743
+ position: relative;
744
+ background-image: url('/static/NewManageHome/营业收入.png');
745
+ background-repeat: no-repeat;
746
+ background-size: 100% 100%;
747
+ width: 100%;
748
+ height: 81%;
749
+ text-align: center;
750
+ padding-top: 1px;
751
+ }
752
+
753
+ .text-profit2 .text-1 {
754
+ padding-top: 2%;
755
+ height: 88%;
756
+ }
757
+
758
+ .text-business {
759
+ position: absolute;
760
+ background-image: url('/static/NewManageHome/固定资产.png');
761
+ background-repeat: no-repeat;
762
+ background-size: 100% 100%;
763
+ top: 37%;
764
+ left: 70%;
765
+ width: 28%;
766
+ height: 61%;
767
+ text-align: center;
768
+ padding-top: 1px;
769
+ }
770
+
771
+ .text-business .text-1 {
772
+ height: 94%;
773
+ }
774
+
775
+ .text-business > .text-1 > .business-1 {
776
+ height: 40%;
777
+ }
778
+
779
+ .text-business > .text-1 > .business-2 {
780
+ height: 60%;
781
+ padding: 0% 2%;
782
+ }
783
+
784
+ .text-business > .text-1 > .business-2 table {
785
+ display: block;
786
+ height: 94%;
787
+ text-align: center;
788
+ }
789
+
790
+ .text-business > .text-1 > .business-2 table tbody {
791
+ display: block;
792
+ width: 100%;
793
+ height: 90%;
794
+ overflow-y: hidden;
795
+ table-layout: fixed;
796
+ }
797
+
798
+ .text-business > .text-1 > .business-2 table tbody tr td {
799
+ height: 36px;
800
+ width: 1%;
801
+ color: #cfeaff;
802
+ text-align: center;
803
+ font-size: 1.1rem;
804
+ }
805
+
806
+ .text-business > .text-1 > .business-2 table tbody tr:nth-child(even) {
807
+ background-color: #01396d;
808
+ }
809
+
810
+ .text-business > .text-1 > .business-2 table > .thead {
811
+ height: 36px;
812
+ width: 80%;
813
+ background-color: #0c2e4d;
814
+ border: solid 1px #0093ff;
815
+ color: #5ee9e0;
816
+ font-size: 1.1rem;
817
+ }
818
+
819
+ .text-business > .text-1 > .business-2 table tr th {
820
+ height: 36px;
821
+ width: 20%;
822
+ text-align: center;
823
+ background-color: #0c2e4d;
824
+ color: #66fade;
825
+ font-size: 1.1rem;
826
+ }
827
+
828
+ }
829
+ /*分辨率@1366*658 ---最大化*/
830
+ @media screen and (max-width: 1366px) and (max-height: 658px) {
831
+ /*经营管控全局页面样式*/
832
+ .manage-home {
833
+ font-family: PingFangSC-Regular;
834
+ background-image: url('/static/NewManageHome/背景1.png');
835
+ background-repeat: no-repeat;
836
+ background-size: 100% 100%;
837
+ /*width: 2304px;*/
838
+ /*height: 775px;*/
839
+ width: 100%;
840
+ height: 100%;
841
+ overflow: hidden;
842
+ /*position: absolute;*/
843
+ }
844
+
845
+ /*导航栏样式*/
846
+ .manage-navigation {
847
+ width: 100%;
848
+ height: 8%;
849
+ /*position: relative;*/
850
+ text-align: center
851
+ }
852
+
853
+ .navigation-title {
854
+ /*position: relative;*/
855
+ background-image: url('/static/NewManageHome/组20.png');
856
+ background-repeat: no-repeat;
857
+ background-size: 100% 100%;
858
+ margin-left: 34%;
859
+ float: left;
860
+ width: 32%;
861
+ color: #00baff;
862
+ font-size: 1.2rem;
863
+ }
864
+
865
+ .navigation-date {
866
+ position: absolute;
867
+ padding: 2.3% 0 0 11.5%;
868
+ }
869
+
870
+ .safe-manage {
871
+ float: right;
872
+ background-color: #041343;
873
+ border: solid 1px #0b87e2;
874
+ letter-spacing: 2px;
875
+ color: #ffffff;
876
+ font-size: 1.8rem;
877
+ height: 66%;
878
+ margin: 0.5% 2%;
879
+ padding: 5px 2%;
880
+ }
881
+
882
+ /*正文内容样式*/
883
+ .manage-text {
884
+ position: relative;
885
+ padding: 0 2%;
886
+ width: 100%;
887
+ height: 92%;
888
+ }
889
+
890
+ //动效
891
+ .img-bottom {
892
+ position: absolute;
893
+ bottom: 0;
894
+ left: 0;
895
+ width: 100%;
896
+ }
897
+
898
+ .title-1 {
899
+ font-size: 1.4rem;
900
+ color: #ffffff;
901
+ }
902
+
903
+ /*用户*/
904
+ .text-user {
905
+ position: absolute;
906
+ background-image: url('/static/NewManageHome/用户.png');
907
+ //background-image: url('/static/NewManageHome/合成-1_00000.gif');
908
+ background-repeat: no-repeat;
909
+ background-size: 100% 100%;
910
+ /*width: 2304px;*/
911
+ /*height: 775px;*/
912
+ float: left;
913
+ width: 28%;
914
+ height: 30%;
915
+ text-align: center;
916
+ padding-top: 1px;
917
+ }
918
+
919
+ .text-user .text-1 {
920
+ height: 89%;
921
+ }
922
+
923
+ //陕西销售地图
924
+ .text-shanximap {
925
+ position: absolute;
926
+ left: 31%;
927
+ width: 38%;
928
+ height: 57%;
929
+ }
930
+
931
+ //售气
932
+ .text-sellgas {
933
+ position: absolute;
934
+
935
+ //background-image: url('/static/NewManageHome/销售气量.png');
936
+ background-image: url('/static/NewManageHome/销售气量.png');
937
+ background-repeat: no-repeat;
938
+ background-size: 100% 100%;
939
+ /*width: 2304px;*/
940
+ /*height: 775px;*/
941
+ left: 70%;
942
+ width: 28%;
943
+ height: 34%;
944
+ text-align: center;
945
+ padding-top: 1px;
946
+ }
947
+
948
+ .text-sellgas .text-1 {
949
+ height: 89%;
950
+ }
951
+
952
+ //总公司售气趋势
953
+ .text-totalsellgas {
954
+ position: absolute;
955
+ background-image: url('/static/NewManageHome/总公司销售趋势.png');
956
+ background-repeat: no-repeat;
957
+ background-size: 100% 100%;
958
+ top: 33%;
959
+ width: 28%;
960
+ height: 38%;
961
+ text-align: center;
962
+ padding-top: 1px;
963
+ bottom: 0;
964
+ }
965
+
966
+ .text-totalsellgas .text-1 {
967
+ padding-top: 6%;
968
+ height: 89%;
969
+ }
970
+
971
+ //分公司年度购进量
972
+ .text-childsellgas {
973
+ position: absolute;
974
+ background-image: url('/static/NewManageHome/分公司年度购进量.png');
975
+ background-repeat: no-repeat;
976
+ background-size: 100% 100%;
977
+ top: 74%;
978
+ width: 28%;
979
+ height: 24%;
980
+ text-align: center;
981
+ padding-top: 1px;
982
+ }
983
+
984
+ .text-childsellgas .text-1 {
985
+ height: 81%;
986
+ }
987
+
988
+ .text-profit {
989
+ position: absolute;
990
+ top: 57%;
991
+ left: 31%;
992
+ width: 38%;
993
+ height: 42%;
994
+ padding: 0% 2%;
995
+ text-align: center;
996
+ }
997
+
998
+ .text-profit1 {
999
+ background-image: url('/static/NewManageHome/矩形16拷贝11.png');
1000
+ background-repeat: no-repeat;
1001
+ background-size: 90%;
1002
+ width: 52%;
1003
+ margin-left: 25%;
1004
+ padding: 2% 6%;
1005
+ height: 17%;
1006
+ font-size: 1.2rem;
1007
+ color: #ffffff;
1008
+ }
1009
+
1010
+ .text-profit1 span {
1011
+ color: #66fade;
1012
+ letter-spacing: 4px;
1013
+ font-size: 1.8rem;
1014
+ }
1015
+
1016
+ .text-profit2 {
1017
+ position: relative;
1018
+ background-image: url('/static/NewManageHome/营业收入.png');
1019
+ background-repeat: no-repeat;
1020
+ background-size: 100% 100%;
1021
+ width: 100%;
1022
+ height: 81%;
1023
+ text-align: center;
1024
+ padding-top: 1px;
1025
+ }
1026
+
1027
+ .text-profit2 .text-1 {
1028
+ padding-top: 2%;
1029
+ height: 88%;
1030
+ }
1031
+
1032
+ .text-business {
1033
+ position: absolute;
1034
+ background-image: url('/static/NewManageHome/固定资产.png');
1035
+ background-repeat: no-repeat;
1036
+ background-size: 100% 100%;
1037
+ top: 37%;
1038
+ left: 70%;
1039
+ width: 28%;
1040
+ height: 61%;
1041
+ text-align: center;
1042
+ padding-top: 1px;
1043
+ }
1044
+
1045
+ .text-business .text-1 {
1046
+ height: 94%;
1047
+ }
1048
+
1049
+ .text-business > .text-1 > .business-1 {
1050
+ height: 40%;
1051
+ }
1052
+
1053
+ .text-business > .text-1 > .business-2 {
1054
+ height: 60%;
1055
+ padding: 0% 2%;
1056
+ }
1057
+
1058
+ .text-business > .text-1 > .business-2 table {
1059
+ display: block;
1060
+ height: 94%;
1061
+ text-align: center;
1062
+ }
1063
+
1064
+ .text-business > .text-1 > .business-2 table tbody {
1065
+ display: block;
1066
+ width: 100%;
1067
+ height: 90%;
1068
+ overflow-y: hidden;
1069
+ table-layout: fixed;
1070
+ }
1071
+
1072
+ .text-business > .text-1 > .business-2 table tbody tr td {
1073
+ height: 36px;
1074
+ width: 1%;
1075
+ color: #cfeaff;
1076
+ text-align: center;
1077
+ font-size: 1.1rem;
1078
+ }
1079
+
1080
+ .text-business > .text-1 > .business-2 table tbody tr:nth-child(even) {
1081
+ background-color: #01396d;
1082
+ }
1083
+
1084
+ .text-business > .text-1 > .business-2 table > .thead {
1085
+ height: 36px;
1086
+ width: 80%;
1087
+ background-color: #0c2e4d;
1088
+ border: solid 1px #0093ff;
1089
+ color: #5ee9e0;
1090
+ font-size: 1.1rem;
1091
+ }
1092
+
1093
+ .text-business > .text-1 > .business-2 table tr th {
1094
+ height: 36px;
1095
+ width: 20%;
1096
+ text-align: center;
1097
+ background-color: #0c2e4d;
1098
+ color: #66fade;
1099
+ font-size: 1.1rem;
1100
+ }
1101
+
1102
+ }