system-clients 4.0.1 → 4.0.2

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 (207) hide show
  1. package/.eslintrc.js +16 -16
  2. package/SystemClient.iml +8 -8
  3. package/build/webpack.base.conf.js +85 -85
  4. package/build.gradle +6 -6
  5. package/examples/LoginPage/App.vue +21 -21
  6. package/examples/LoginPage/index.html +11 -11
  7. package/examples/LoginPage/main.js +15 -15
  8. package/index.html +21 -21
  9. package/package.json +1 -1
  10. package/src/App.vue +24 -24
  11. package/src/LodopFuncs.js +155 -155
  12. package/src/components/Main.vue +935 -935
  13. package/src/components/TabButton.vue +201 -201
  14. package/src/components/Tabs.vue +67 -67
  15. package/src/components/Util.js +343 -343
  16. package/src/components/addressManage/AddressCascadingMenu.vue +145 -145
  17. package/src/components/common/ProgressBase.vue +83 -83
  18. package/src/components/equipment/EquipmentManage.vue +83 -83
  19. package/src/components/equipment/PcAdd.vue +115 -115
  20. package/src/components/equipment/PcList.vue +119 -119
  21. package/src/components/equipment/PcManage.vue +61 -61
  22. package/src/components/equipment/PhoneAdd.vue +118 -118
  23. package/src/components/equipment/PhoneList.vue +113 -113
  24. package/src/components/equipment/PhoneManage.vue +61 -61
  25. package/src/components/equipment/PosAdd.vue +319 -319
  26. package/src/components/equipment/PosList.vue +292 -292
  27. package/src/components/equipment/PosManage.vue +138 -138
  28. package/src/components/equipment/PosManageBoth.vue +125 -125
  29. package/src/components/equipment/PosParamAdd.vue +236 -236
  30. package/src/components/equipment/PosParamList.vue +121 -121
  31. package/src/components/equipment/PosParamManage.vue +51 -51
  32. package/src/components/materialManage/materialData.vue +44 -44
  33. package/src/components/materialManage/materialList.vue +255 -255
  34. package/src/components/parammanage/ParamManage.vue +42 -42
  35. package/src/components/parammanage/ParamPage.vue +337 -337
  36. package/src/components/parammanage/ParamPages.vue +222 -222
  37. package/src/components/parammanage/SinglePage.vue +235 -235
  38. package/src/components/parammanage/SinglePages.vue +167 -167
  39. package/src/components/server/AddChangeMsg.vue +66 -66
  40. package/src/components/server/ChangeDeclare.vue +45 -45
  41. package/src/components/server/ImageVieweTest.vue +56 -56
  42. package/src/components/server/ImageViewer.vue +350 -350
  43. package/src/components/server/LeftTree.vue +111 -111
  44. package/src/components/server/LoadData.vue +55 -55
  45. package/src/components/server/Login.vue +615 -615
  46. package/src/components/server/LoginPage.vue +235 -235
  47. package/src/components/server/LoginView.vue +128 -128
  48. package/src/components/server/Menu.vue +188 -188
  49. package/src/components/server/ModifyPw.vue +126 -126
  50. package/src/components/server/PcdBuildingSelect.vue +243 -243
  51. package/src/components/server/ResSelect.vue +172 -172
  52. package/src/components/server/ResSelectGroup.vue +211 -211
  53. package/src/components/server/RightTree.vue +348 -348
  54. package/src/components/server/RoleSelector.vue +90 -90
  55. package/src/components/server/TestResSelect.vue +58 -58
  56. package/src/components/server/TestResSelectGroup.vue +388 -388
  57. package/src/filiale/baole/Login.vue +570 -570
  58. package/src/filiale/baole/system.js +5 -5
  59. package/src/filiale/bayan/PosAdd.vue +368 -368
  60. package/src/filiale/bayan/PosList.vue +341 -341
  61. package/src/filiale/bayan/PosManage.vue +138 -138
  62. package/src/filiale/bayan/system.js +6 -6
  63. package/src/filiale/chengtou/Login.vue +539 -539
  64. package/src/filiale/chengtou/system.js +5 -5
  65. package/src/filiale/dongguan/Login.vue +902 -902
  66. package/src/filiale/dongguan/Main.vue +717 -717
  67. package/src/filiale/dongguan/system.js +6 -6
  68. package/src/filiale/furuike/Login.vue +587 -587
  69. package/src/filiale/furuike/Main.vue +840 -840
  70. package/src/filiale/furuike/system.js +7 -7
  71. package/src/filiale/gehua/Main.vue +809 -809
  72. package/src/filiale/gehua/system.js +6 -6
  73. package/src/filiale/konggang/Login.vue +472 -472
  74. package/src/filiale/konggang/system.js +7 -7
  75. package/src/filiale/qianneng/Login.vue +584 -584
  76. package/src/filiale/qianneng/Main.vue +818 -818
  77. package/src/filiale/qianneng/ModifyPw.vue +108 -108
  78. package/src/filiale/qianneng/system.js +11 -11
  79. package/src/filiale/rizhao/LeftTree.vue +111 -111
  80. package/src/filiale/rizhao/Login.vue +793 -793
  81. package/src/filiale/rizhao/Main.vue +611 -611
  82. package/src/filiale/rizhao/system.js +14 -14
  83. package/src/filiale/ruihua/Login.vue +576 -576
  84. package/src/filiale/ruihua/Main.vue +977 -0
  85. package/src/filiale/ruihua/system.js +2 -1
  86. package/src/filiale/shiquan/Login.vue +566 -566
  87. package/src/filiale/shiquan/system.js +8 -8
  88. package/src/filiale/tianyi/Login.vue +573 -573
  89. package/src/filiale/tianyi/system.js +5 -5
  90. package/src/filiale/tongchuan/Login.vue +563 -563
  91. package/src/filiale/tongchuan/Main.vue +1021 -1021
  92. package/src/filiale/tongchuan/system.js +7 -7
  93. package/src/filiale/weinan/Main.vue +924 -924
  94. package/src/filiale/weinan/system.js +7 -7
  95. package/src/filiale/wenxi/Login.vue +537 -537
  96. package/src/filiale/wenxi/Main.vue +787 -787
  97. package/src/filiale/wenxi/system.js +10 -10
  98. package/src/filiale/wuhai/LeftTree.vue +141 -141
  99. package/src/filiale/wuhai/Main.vue +810 -810
  100. package/src/filiale/wuhai/system.js +10 -10
  101. package/src/filiale/yuchuan/Login.vue +891 -891
  102. package/src/filiale/yuchuan/Main.vue +866 -866
  103. package/src/filiale/yuchuan/system.js +10 -10
  104. package/src/filiale/zhoukou/Main.vue +809 -809
  105. package/src/filiale/zhoukou/system.js +6 -6
  106. package/src/plugins/EncryptUtil.js +53 -53
  107. package/src/plugins/GetLoginInfoService.js +480 -480
  108. package/src/plugins/HeatGetLoginInfoService.js +491 -491
  109. package/src/plugins/validation.js +15 -15
  110. package/src/project/State.js +17 -17
  111. package/src/stores/AppData.js +38 -38
  112. package/src/stores/HeatAppData.js +38 -38
  113. package/src/styles/fonts/glyphicons-halflings-regular.svg +288 -288
  114. package/src/styles/less/.csscomb.json +304 -304
  115. package/src/styles/less/.csslintrc +19 -19
  116. package/src/styles/less/alerts.less +73 -73
  117. package/src/styles/less/aofeng/animate.min.css +10 -10
  118. package/src/styles/less/aofeng/expandcss.less +569 -569
  119. package/src/styles/less/aofeng/login.less +367 -367
  120. package/src/styles/less/aofeng/standard.less +2507 -2507
  121. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +690 -690
  122. package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
  123. package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
  124. package/src/styles/less/aofeng/themeOne.less +17 -17
  125. package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
  126. package/src/styles/less/aofeng/themeTwo.less +3 -3
  127. package/src/styles/less/badges.less +66 -66
  128. package/src/styles/less/bootstrap.less +66 -66
  129. package/src/styles/less/breadcrumbs.less +26 -26
  130. package/src/styles/less/button-groups.less +247 -247
  131. package/src/styles/less/buttons.less +172 -172
  132. package/src/styles/less/carousel.less +269 -269
  133. package/src/styles/less/close.less +34 -34
  134. package/src/styles/less/code.less +69 -69
  135. package/src/styles/less/component-animations.less +33 -33
  136. package/src/styles/less/dropdowns.less +216 -216
  137. package/src/styles/less/fonts-list.less +25 -25
  138. package/src/styles/less/forms.less +626 -626
  139. package/src/styles/less/glyphicons.less +305 -305
  140. package/src/styles/less/grid.less +84 -84
  141. package/src/styles/less/input-groups.less +167 -167
  142. package/src/styles/less/jumbotron.less +52 -52
  143. package/src/styles/less/labels.less +64 -64
  144. package/src/styles/less/list-group.less +141 -141
  145. package/src/styles/less/manageStyle/manageChile.less +180 -180
  146. package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -180
  147. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -1102
  148. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -498
  149. package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
  150. package/src/styles/less/manageStyle/safeStyle.less +498 -498
  151. package/src/styles/less/media.less +66 -66
  152. package/src/styles/less/mixins/alerts.less +14 -14
  153. package/src/styles/less/mixins/background-variant.less +9 -9
  154. package/src/styles/less/mixins/border-radius.less +18 -18
  155. package/src/styles/less/mixins/buttons.less +69 -69
  156. package/src/styles/less/mixins/center-block.less +7 -7
  157. package/src/styles/less/mixins/clearfix.less +22 -22
  158. package/src/styles/less/mixins/forms.less +90 -90
  159. package/src/styles/less/mixins/gradients.less +59 -59
  160. package/src/styles/less/mixins/grid-framework.less +92 -92
  161. package/src/styles/less/mixins/grid.less +122 -122
  162. package/src/styles/less/mixins/hide-text.less +21 -21
  163. package/src/styles/less/mixins/image.less +33 -33
  164. package/src/styles/less/mixins/labels.less +12 -12
  165. package/src/styles/less/mixins/list-group.less +30 -30
  166. package/src/styles/less/mixins/nav-divider.less +10 -10
  167. package/src/styles/less/mixins/nav-vertical-align.less +9 -9
  168. package/src/styles/less/mixins/opacity.less +8 -8
  169. package/src/styles/less/mixins/pagination.less +24 -24
  170. package/src/styles/less/mixins/panels.less +24 -24
  171. package/src/styles/less/mixins/progress-bar.less +10 -10
  172. package/src/styles/less/mixins/reset-filter.less +8 -8
  173. package/src/styles/less/mixins/reset-text.less +18 -18
  174. package/src/styles/less/mixins/resize.less +6 -6
  175. package/src/styles/less/mixins/responsive-visibility.less +15 -15
  176. package/src/styles/less/mixins/size.less +10 -10
  177. package/src/styles/less/mixins/tab-focus.less +9 -9
  178. package/src/styles/less/mixins/table-row.less +44 -44
  179. package/src/styles/less/mixins/text-emphasis.less +9 -9
  180. package/src/styles/less/mixins/text-overflow.less +8 -8
  181. package/src/styles/less/mixins/vendor-prefixes.less +227 -227
  182. package/src/styles/less/mixins.less +40 -40
  183. package/src/styles/less/modals.less +151 -151
  184. package/src/styles/less/navbar.less +660 -660
  185. package/src/styles/less/navs.less +285 -285
  186. package/src/styles/less/normalize.less +424 -424
  187. package/src/styles/less/pager.less +76 -76
  188. package/src/styles/less/pagination.less +89 -89
  189. package/src/styles/less/panels.less +275 -275
  190. package/src/styles/less/popovers.less +131 -131
  191. package/src/styles/less/print.less +101 -101
  192. package/src/styles/less/progress-bars.less +87 -87
  193. package/src/styles/less/responsive-embed.less +35 -35
  194. package/src/styles/less/responsive-utilities.less +194 -194
  195. package/src/styles/less/scaffolding.less +161 -161
  196. package/src/styles/less/stand.less +207 -207
  197. package/src/styles/less/tables.less +312 -312
  198. package/src/styles/less/theme.less +291 -291
  199. package/src/styles/less/thumbnails.less +36 -36
  200. package/src/styles/less/tooltip.less +102 -102
  201. package/src/styles/less/type.less +316 -316
  202. package/src/styles/less/utilities.less +55 -55
  203. package/src/styles/less/variables.less +899 -899
  204. package/src/styles/less/wells.less +29 -29
  205. package/src/system.js +122 -122
  206. package/src/util/Daiban.json +12 -12
  207. package/yarn-error.log +6896 -6896
@@ -1,1102 +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
- }
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
+ }