system-clients 4.0.4 → 4.0.5

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 (204) 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 +105 -105
  10. package/src/LodopFuncs.js +155 -155
  11. package/src/components/Main.vue +935 -935
  12. package/src/components/TabButton.vue +201 -201
  13. package/src/components/Tabs.vue +67 -67
  14. package/src/components/addressManage/AddressCascadingMenu.vue +145 -145
  15. package/src/components/common/ProgressBase.vue +83 -83
  16. package/src/components/equipment/EquipmentManage.vue +83 -83
  17. package/src/components/equipment/PcAdd.vue +115 -115
  18. package/src/components/equipment/PcList.vue +119 -119
  19. package/src/components/equipment/PcManage.vue +61 -61
  20. package/src/components/equipment/PhoneAdd.vue +118 -118
  21. package/src/components/equipment/PhoneList.vue +113 -113
  22. package/src/components/equipment/PhoneManage.vue +61 -61
  23. package/src/components/equipment/PosAdd.vue +319 -319
  24. package/src/components/equipment/PosList.vue +292 -292
  25. package/src/components/equipment/PosManage.vue +138 -138
  26. package/src/components/equipment/PosManageBoth.vue +125 -125
  27. package/src/components/equipment/PosParamAdd.vue +236 -236
  28. package/src/components/equipment/PosParamList.vue +121 -121
  29. package/src/components/equipment/PosParamManage.vue +51 -51
  30. package/src/components/materialManage/materialData.vue +44 -44
  31. package/src/components/materialManage/materialList.vue +255 -255
  32. package/src/components/parammanage/ParamManage.vue +42 -42
  33. package/src/components/parammanage/ParamPage.vue +337 -337
  34. package/src/components/parammanage/ParamPages.vue +222 -222
  35. package/src/components/parammanage/SinglePage.vue +235 -235
  36. package/src/components/parammanage/SinglePages.vue +167 -167
  37. package/src/components/server/AddChangeMsg.vue +66 -66
  38. package/src/components/server/ChangeDeclare.vue +45 -45
  39. package/src/components/server/ImageVieweTest.vue +56 -56
  40. package/src/components/server/ImageViewer.vue +350 -350
  41. package/src/components/server/LeftTree.vue +111 -111
  42. package/src/components/server/LoadData.vue +55 -55
  43. package/src/components/server/Login.vue +615 -615
  44. package/src/components/server/LoginPage.vue +235 -235
  45. package/src/components/server/LoginView.vue +128 -128
  46. package/src/components/server/ModifyPw.vue +126 -126
  47. package/src/components/server/PcdBuildingSelect.vue +243 -243
  48. package/src/components/server/ResSelect.vue +178 -172
  49. package/src/components/server/ResSelectGroup.vue +211 -211
  50. package/src/components/server/RightTree.vue +348 -348
  51. package/src/components/server/RoleSelector.vue +90 -90
  52. package/src/components/server/TestResSelect.vue +58 -58
  53. package/src/components/server/TestResSelectGroup.vue +388 -388
  54. package/src/filiale/baole/Login.vue +570 -570
  55. package/src/filiale/baole/system.js +5 -5
  56. package/src/filiale/bayan/PosAdd.vue +368 -368
  57. package/src/filiale/bayan/PosList.vue +341 -341
  58. package/src/filiale/bayan/PosManage.vue +138 -138
  59. package/src/filiale/bayan/system.js +6 -6
  60. package/src/filiale/chengtou/Login.vue +539 -539
  61. package/src/filiale/chengtou/system.js +5 -5
  62. package/src/filiale/dongguan/Login.vue +902 -902
  63. package/src/filiale/dongguan/Main.vue +717 -717
  64. package/src/filiale/dongguan/system.js +6 -6
  65. package/src/filiale/furuike/Login.vue +587 -587
  66. package/src/filiale/furuike/Main.vue +840 -840
  67. package/src/filiale/furuike/system.js +7 -7
  68. package/src/filiale/gehua/Main.vue +809 -809
  69. package/src/filiale/gehua/system.js +6 -6
  70. package/src/filiale/konggang/Login.vue +472 -472
  71. package/src/filiale/konggang/system.js +7 -7
  72. package/src/filiale/qianneng/Login.vue +584 -584
  73. package/src/filiale/qianneng/Main.vue +818 -818
  74. package/src/filiale/qianneng/ModifyPw.vue +108 -108
  75. package/src/filiale/qianneng/system.js +11 -11
  76. package/src/filiale/rizhao/LeftTree.vue +111 -111
  77. package/src/filiale/rizhao/Login.vue +793 -793
  78. package/src/filiale/rizhao/Main.vue +611 -611
  79. package/src/filiale/rizhao/system.js +14 -14
  80. package/src/filiale/ruihua/Login.vue +576 -576
  81. package/src/filiale/ruihua/Main.vue +977 -977
  82. package/src/filiale/ruihua/system.js +6 -6
  83. package/src/filiale/shiquan/Login.vue +566 -566
  84. package/src/filiale/shiquan/system.js +8 -8
  85. package/src/filiale/tianyi/Login.vue +573 -573
  86. package/src/filiale/tianyi/system.js +5 -5
  87. package/src/filiale/tongchuan/Login.vue +563 -563
  88. package/src/filiale/tongchuan/Main.vue +1021 -1021
  89. package/src/filiale/tongchuan/system.js +7 -7
  90. package/src/filiale/weinan/Main.vue +924 -924
  91. package/src/filiale/weinan/system.js +7 -7
  92. package/src/filiale/wenxi/Login.vue +537 -537
  93. package/src/filiale/wenxi/Main.vue +787 -787
  94. package/src/filiale/wenxi/system.js +10 -10
  95. package/src/filiale/wuhai/LeftTree.vue +141 -141
  96. package/src/filiale/wuhai/Main.vue +810 -810
  97. package/src/filiale/wuhai/system.js +10 -10
  98. package/src/filiale/yuchuan/Login.vue +891 -891
  99. package/src/filiale/yuchuan/Main.vue +866 -866
  100. package/src/filiale/yuchuan/system.js +10 -10
  101. package/src/filiale/zhoukou/Main.vue +809 -809
  102. package/src/filiale/zhoukou/system.js +6 -6
  103. package/src/plugins/EncryptUtil.js +53 -53
  104. package/src/plugins/GetLoginInfoService.js +480 -480
  105. package/src/plugins/HeatGetLoginInfoService.js +491 -491
  106. package/src/plugins/validation.js +15 -15
  107. package/src/stores/AppData.js +38 -38
  108. package/src/stores/HeatAppData.js +38 -38
  109. package/src/styles/fonts/glyphicons-halflings-regular.svg +288 -288
  110. package/src/styles/less/.csscomb.json +304 -304
  111. package/src/styles/less/.csslintrc +19 -19
  112. package/src/styles/less/alerts.less +73 -73
  113. package/src/styles/less/aofeng/animate.min.css +10 -10
  114. package/src/styles/less/aofeng/expandcss.less +569 -569
  115. package/src/styles/less/aofeng/login.less +367 -367
  116. package/src/styles/less/aofeng/standard.less +2507 -2507
  117. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +690 -690
  118. package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
  119. package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
  120. package/src/styles/less/aofeng/themeOne.less +17 -17
  121. package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
  122. package/src/styles/less/aofeng/themeTwo.less +3 -3
  123. package/src/styles/less/badges.less +66 -66
  124. package/src/styles/less/bootstrap.less +66 -66
  125. package/src/styles/less/breadcrumbs.less +26 -26
  126. package/src/styles/less/button-groups.less +247 -247
  127. package/src/styles/less/buttons.less +172 -172
  128. package/src/styles/less/carousel.less +269 -269
  129. package/src/styles/less/close.less +34 -34
  130. package/src/styles/less/code.less +69 -69
  131. package/src/styles/less/component-animations.less +33 -33
  132. package/src/styles/less/dropdowns.less +216 -216
  133. package/src/styles/less/fonts-list.less +25 -25
  134. package/src/styles/less/forms.less +626 -626
  135. package/src/styles/less/glyphicons.less +305 -305
  136. package/src/styles/less/grid.less +84 -84
  137. package/src/styles/less/input-groups.less +167 -167
  138. package/src/styles/less/jumbotron.less +52 -52
  139. package/src/styles/less/labels.less +64 -64
  140. package/src/styles/less/list-group.less +141 -141
  141. package/src/styles/less/manageStyle/manageChile.less +180 -180
  142. package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -180
  143. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -1102
  144. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -498
  145. package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
  146. package/src/styles/less/manageStyle/safeStyle.less +498 -498
  147. package/src/styles/less/media.less +66 -66
  148. package/src/styles/less/mixins/alerts.less +14 -14
  149. package/src/styles/less/mixins/background-variant.less +9 -9
  150. package/src/styles/less/mixins/border-radius.less +18 -18
  151. package/src/styles/less/mixins/buttons.less +69 -69
  152. package/src/styles/less/mixins/center-block.less +7 -7
  153. package/src/styles/less/mixins/clearfix.less +22 -22
  154. package/src/styles/less/mixins/forms.less +90 -90
  155. package/src/styles/less/mixins/gradients.less +59 -59
  156. package/src/styles/less/mixins/grid-framework.less +92 -92
  157. package/src/styles/less/mixins/grid.less +122 -122
  158. package/src/styles/less/mixins/hide-text.less +21 -21
  159. package/src/styles/less/mixins/image.less +33 -33
  160. package/src/styles/less/mixins/labels.less +12 -12
  161. package/src/styles/less/mixins/list-group.less +30 -30
  162. package/src/styles/less/mixins/nav-divider.less +10 -10
  163. package/src/styles/less/mixins/nav-vertical-align.less +9 -9
  164. package/src/styles/less/mixins/opacity.less +8 -8
  165. package/src/styles/less/mixins/pagination.less +24 -24
  166. package/src/styles/less/mixins/panels.less +24 -24
  167. package/src/styles/less/mixins/progress-bar.less +10 -10
  168. package/src/styles/less/mixins/reset-filter.less +8 -8
  169. package/src/styles/less/mixins/reset-text.less +18 -18
  170. package/src/styles/less/mixins/resize.less +6 -6
  171. package/src/styles/less/mixins/responsive-visibility.less +15 -15
  172. package/src/styles/less/mixins/size.less +10 -10
  173. package/src/styles/less/mixins/tab-focus.less +9 -9
  174. package/src/styles/less/mixins/table-row.less +44 -44
  175. package/src/styles/less/mixins/text-emphasis.less +9 -9
  176. package/src/styles/less/mixins/text-overflow.less +8 -8
  177. package/src/styles/less/mixins/vendor-prefixes.less +227 -227
  178. package/src/styles/less/mixins.less +40 -40
  179. package/src/styles/less/modals.less +151 -151
  180. package/src/styles/less/navbar.less +660 -660
  181. package/src/styles/less/navs.less +285 -285
  182. package/src/styles/less/normalize.less +424 -424
  183. package/src/styles/less/pager.less +76 -76
  184. package/src/styles/less/pagination.less +89 -89
  185. package/src/styles/less/panels.less +275 -275
  186. package/src/styles/less/popovers.less +131 -131
  187. package/src/styles/less/print.less +101 -101
  188. package/src/styles/less/progress-bars.less +87 -87
  189. package/src/styles/less/responsive-embed.less +35 -35
  190. package/src/styles/less/responsive-utilities.less +194 -194
  191. package/src/styles/less/scaffolding.less +161 -161
  192. package/src/styles/less/stand.less +207 -207
  193. package/src/styles/less/tables.less +312 -312
  194. package/src/styles/less/theme.less +291 -291
  195. package/src/styles/less/thumbnails.less +36 -36
  196. package/src/styles/less/tooltip.less +102 -102
  197. package/src/styles/less/type.less +316 -316
  198. package/src/styles/less/utilities.less +55 -55
  199. package/src/styles/less/variables.less +899 -899
  200. package/src/styles/less/wells.less +29 -29
  201. package/src/system.js +122 -122
  202. package/src/util/Daiban.json +12 -12
  203. package/yarn-error.log +6896 -0
  204. package/package-lock.json +0 -11773
@@ -1,690 +1,690 @@
1
-
2
- //@screenheight:`document.body.clientHeight+'px'`;
3
-
4
- //.html-hight(){
5
- // height: ;
6
- //}
7
- .basic-main:has(table){
8
- .list-flex{
9
- height: 98% !important;
10
- }
11
- }
12
- .a-tabs a {
13
- &,
14
- &:hover,
15
- &:focus {
16
- border-bottom: 2px solid #5ac0d9;
17
- color: #5ac0d9;
18
- //background-color: #e7f3fe;
19
- }
20
- }
21
-
22
- .foot_tabset > .span > .tab-pane {
23
- padding-top: 0 !important;
24
- background-color: #e8f4ff !important;
25
- }
26
-
27
- .foot_tabset > .flex > .span > .tab-pane {
28
- padding-top: 0 !important;
29
- background-color: #e8f4ff !important;
30
- }
31
-
32
- .foot_tabset1 > .span > .tab-pane {
33
- padding-top: 0 !important;
34
- background-color: #e8f4ff !important;
35
- }
36
-
37
- @media screen and (min-width: 1920px) {
38
-
39
- .basic-main {
40
- padding: 0.8%;
41
- margin: 0.8%;
42
- width: 98.6%;
43
- height: auto;
44
- background-color: #ffffff;
45
- border-radius: 14px;
46
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
47
- }
48
-
49
- .three {
50
- display: flex;
51
- width: 100%;
52
- height: 100%;
53
- overflow: hidden;
54
- }
55
-
56
- .three-left {
57
- padding: 0.8%;
58
- margin: 0.8% 0 0.8% 0.8%;
59
- width: 19%;
60
- height: auto;
61
- background-color: #ffffff;
62
- border-radius: 14px;
63
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
64
- }
65
-
66
- .three-center {
67
- padding: 0.8%;
68
- margin: 0.8% 0 0.8% 0;
69
- width: 58%;
70
- height: auto;
71
- background-color: #ffffff;
72
- border-radius: 14px;
73
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
74
- }
75
-
76
- .three-right {
77
- padding: 0.8%;
78
- margin: 0.8%;
79
- width: 19%;
80
- height: auto;
81
- background-color: #ffffff;
82
- border-radius: 14px;
83
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
84
- }
85
-
86
- .binary {
87
- display: flex;
88
- width: 100%;
89
- height: 100%;
90
- overflow: hidden;
91
- }
92
-
93
- //.tab-pane{
94
- // padding-top: 0!important;
95
- // background-color: #ffffff!important;
96
- //}
97
- .binary-left {
98
- padding: 0.8%;
99
- margin: 0.8%;
100
- width: 58%;
101
- height: auto;
102
- background-color: #ffffff;
103
- border-radius: 14px;
104
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
105
- }
106
-
107
- .binary-right {
108
- padding: 0.8%;
109
- margin: 0.8% 0.8% 0.8% 0;
110
- width: 39%;
111
- height: auto;
112
- background-color: #ffffff;
113
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
114
- border-radius: 14px;
115
- }
116
-
117
- .binary-right-main {
118
- padding-top: 1%;
119
- overflow-y: auto;
120
- overflow-x: auto;
121
- height: calc(((((100vh * 0.93) * 0.936) * 0.99) * 0.936) * 0.98);
122
- border-radius: 0 0 14px 14px;
123
- }
124
-
125
- .row {
126
- .form-group {
127
- margin: 6px 0;
128
- display: flex;
129
- align-items: center;
130
- height: 38px !important;
131
-
132
- > .datepicker {
133
- margin-top: 4px
134
- }
135
- }
136
- }
137
-
138
- }
139
-
140
- /*分辨率@1920*1080*/
141
- @media screen and (max-width: 1920px) {
142
-
143
- .basic-main {
144
- padding: 0.4%;
145
- margin: 0.4% 0.4%;
146
- width: 98.8%;
147
- height: auto;
148
- background-color: #ffffff;
149
- border-radius: 14px;
150
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
151
- }
152
-
153
- .three {
154
- display: flex;
155
- width: 100%;
156
- height: 100%;
157
- overflow: hidden;
158
-
159
- .foot_tabset > ul > {
160
- height: 5%;
161
- }
162
-
163
- .foot_tabset > .span > .tab-pane {
164
- padding-top: 10px !important;
165
- background-color: #ffffff !important;
166
- }
167
- }
168
-
169
- .three-left {
170
- padding: 0.6%;
171
- margin: 0.6% 0 0.6% 0.6%;
172
- width: 19%;
173
- height: auto;
174
- background-color: #ffffff;
175
- border-radius: 14px;
176
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
177
- }
178
-
179
- .three-center {
180
- padding: 0.6%;
181
- margin: 0.6% 0.6%;
182
- width: 58%;
183
- height: auto;
184
- background-color: #ffffff;
185
- border-radius: 14px;
186
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
187
- }
188
-
189
- .three-right {
190
- padding: 0.6%;
191
- margin: 0.6% 0.6% 0.6% 0;
192
- width: 19%;
193
- height: auto;
194
- background-color: #ffffff;
195
- border-radius: 14px;
196
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
197
- }
198
-
199
- .binary {
200
- display: flex;
201
- width: 100%;
202
- height: 100%;
203
- overflow: hidden;
204
-
205
- .foot_tabset > ul > {
206
- height: 5%;
207
- }
208
-
209
- .foot_tabset > .span > .tab-pane {
210
- padding-top: 10px !important;
211
- background-color: #ffffff !important;
212
- }
213
- }
214
-
215
- //.tab-pane{
216
- // padding-top: 0!important;
217
- // background-color: #ffffff!important;
218
- //}
219
- .binary-left {
220
- padding: 0.4%;
221
- margin: 0.4% 0.4%;
222
- width: 58%;
223
- height: auto;
224
- background-color: #ffffff;
225
- border-radius: 14px;
226
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
227
- }
228
-
229
- .binary-right {
230
- padding: 0.4%;
231
- margin: 0.4% 0.4% 0.4% 0;
232
- width: 40%;
233
- height: auto;
234
- background-color: #ffffff;
235
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
236
- border-radius: 14px;
237
- }
238
-
239
- .binary-right-main {
240
- padding-top: 1%;
241
- overflow-y: auto;
242
- overflow-x: auto;
243
- height: calc(((((100vh * 0.93) * 0.936) * 0.99) * 0.936) * 0.98);
244
- border-radius: 0 0 14px 14px;
245
- }
246
-
247
- .row {
248
- .form-group {
249
- margin: 6px 0;
250
- display: flex;
251
- align-items: center;
252
- height: 36px !important;
253
-
254
- > .datepicker {
255
- margin-top: 4px
256
- }
257
- }
258
- }
259
- }
260
-
261
-
262
- /*分辨率@1600*1080*/
263
- @media screen and (max-width: 1600px) {
264
-
265
- .basic-main {
266
- padding: 0.4%;
267
- margin: 0.4% 0.4%;
268
- width: 98.8%;
269
- height: auto;
270
- background-color: #ffffff;
271
- border-radius: 14px;
272
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
273
- }
274
-
275
- .three {
276
- display: flex;
277
- width: 100%;
278
- height: 100%;
279
- overflow: hidden;
280
-
281
- .foot_tabset > ul > {
282
- height: 5%;
283
- }
284
-
285
- .foot_tabset > .span > .tab-pane {
286
- padding-top: 10px !important;
287
- background-color: #ffffff !important;
288
- }
289
- }
290
-
291
- .three-left {
292
- padding: 0.6%;
293
- margin: 0.6% ;
294
- width: 19%;
295
- height: auto;
296
- background-color: #ffffff;
297
- border-radius: 14px;
298
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
299
- }
300
-
301
- .three-center {
302
- padding: 0.6%;
303
- margin: 0.6% 0;
304
- width: 58%;
305
- height: auto;
306
- background-color: #ffffff;
307
- border-radius: 14px;
308
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
309
- }
310
-
311
- .three-right {
312
- padding: 0.6%;
313
- margin: 0.6%;
314
- width: 19%;
315
- height: auto;
316
- background-color: #ffffff;
317
- border-radius: 14px;
318
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
319
- }
320
-
321
- .binary {
322
- display: flex;
323
- width: 100%;
324
- height: 100%;
325
- overflow: hidden;
326
-
327
- .foot_tabset > ul > {
328
- height: 5%;
329
- }
330
-
331
- .foot_tabset > .span > .tab-pane {
332
- padding-top: 10px !important;
333
- background-color: #ffffff !important;
334
- }
335
- }
336
-
337
- //.tab-pane{
338
- // padding-top: 0!important;
339
- // background-color: #ffffff!important;
340
- //}
341
- .binary-left {
342
- padding: 0.4%;
343
- margin: 0.4% 0.4%;
344
- width: 58%;
345
- height: auto;
346
- background-color: #ffffff;
347
- border-radius: 14px;
348
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
349
- }
350
-
351
- .binary-right {
352
- padding: 0.4%;
353
- margin: 0.4% 0.4% 0.4% 0;
354
- width: 40%;
355
- height: auto;
356
- background-color: #ffffff;
357
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
358
- border-radius: 14px;
359
- }
360
-
361
- .binary-right-main {
362
- padding-top: 1%;
363
- overflow-y: auto;
364
- overflow-x: auto;
365
- height: calc(((((100vh * 0.93) * 0.936) * 0.99) * 0.936) * 0.98);
366
- border-radius: 0 0 14px 14px;
367
- }
368
-
369
- .row {
370
- .form-group {
371
- margin: 6px 0;
372
- display: flex;
373
- align-items: center;
374
- height: 36px !important;
375
-
376
- > .datepicker {
377
- margin-top: 4px
378
- }
379
- }
380
- }
381
- }
382
-
383
- /*分辨率@1366*768*/
384
- @media screen and (max-width: 1366px) {
385
- .basic-main {
386
- padding: 0.5%;
387
- margin: 0.5% 0.5%;
388
- width: 99%;
389
- height: auto;
390
- background-color: #ffffff;
391
- border-radius: 14px;
392
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
393
- }
394
-
395
- .three {
396
- display: flex;
397
- width: 100%;
398
- height: 100%;
399
- overflow: hidden;
400
- }
401
-
402
- .three-left {
403
- padding: 0.5%;
404
- margin: 0.4%;
405
- width: 19%;
406
- height: auto;
407
- background-color: #ffffff;
408
- border-radius: 14px;
409
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
410
- }
411
-
412
- .three-center {
413
- padding: 0.4%;
414
- margin: 0.4% 0 0.4% 0;
415
- width: 58%;
416
- height: auto;
417
- background-color: #ffffff;
418
- border-radius: 14px;
419
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
420
- }
421
-
422
- .three-right {
423
- padding: 0.5%;
424
- margin: 0.4%;
425
- width: 19%;
426
- height: auto;
427
- background-color: #ffffff;
428
- border-radius: 14px;
429
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
430
- }
431
-
432
- .binary {
433
- display: flex;
434
- width: 100%;
435
- height: 100%;
436
- overflow: hidden;
437
- }
438
-
439
- //.tab-pane{
440
- // padding-top: 0!important;
441
- // background-color: #ffffff!important;
442
- //}
443
- .binary-left {
444
- padding: 0.5%;
445
- margin: 0.6% 0.5%;
446
- width: 58%;
447
- height: auto;
448
- background-color: #ffffff;
449
- border-radius: 14px;
450
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
451
- }
452
-
453
- .binary-right {
454
- padding: 0.5% ;
455
- margin: 0.6% 0.5% 0.6% 0;
456
- width: 39%;
457
- height: auto;
458
- background-color: #ffffff;
459
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
460
- border-radius: 14px;
461
- }
462
-
463
- .binary-right-main {
464
- padding-top: 0.5%;
465
- overflow-y: auto;
466
- overflow-x: auto;
467
- height: calc(((((100vh * 0.93) * 0.936) * 0.99) * 0.936) * 0.98);
468
- border-radius: 0 0 14px 14px;
469
- }
470
-
471
- .row {
472
- .form-group {
473
- margin: 5px 0;
474
- display: flex;
475
- align-items: center;
476
- height: 35px !important;
477
-
478
- > .datepicker {
479
- margin-top: 4px
480
- }
481
- }
482
- }
483
-
484
-
485
- }
486
-
487
-
488
- /*分辨率@1280*720*/
489
- @media screen and (max-width: 1280px) {
490
- .basic-main {
491
- padding: 0.4%;
492
- margin: 0.4%;
493
- width: 98%;
494
- height: auto;
495
- background-color: #ffffff;
496
- border-radius: 14px;
497
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
498
- }
499
-
500
- .three {
501
- display: flex;
502
- width: 100%;
503
- height: 100%;
504
- overflow: hidden;
505
- }
506
-
507
- .three-left {
508
- padding: 0.4%;
509
- margin: 0.4%;
510
- width: 19%;
511
- height: auto;
512
- background-color: #ffffff;
513
- border-radius: 14px;
514
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
515
- }
516
-
517
- .three-center {
518
- padding: 0.4%;
519
- margin: 0.4% 0 0.4% 0;
520
- width: 58%;
521
- height: auto;
522
- background-color: #ffffff;
523
- border-radius: 14px;
524
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
525
- }
526
-
527
- .three-right {
528
- padding: 0.4%;
529
- margin: 0.4%;
530
- width: 19%;
531
- height: auto;
532
- background-color: #ffffff;
533
- border-radius: 14px;
534
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
535
- }
536
-
537
- .binary {
538
- display: flex;
539
- width: 100%;
540
- height: 100%;
541
- overflow: hidden;
542
- }
543
-
544
- //.tab-pane{
545
- // padding-top: 0!important;
546
- // background-color: #ffffff!important;
547
- // }
548
- .binary-left {
549
- padding: 0.4%;
550
- margin: 0.4%;
551
- width: 58%;
552
- height: auto;
553
- background-color: #ffffff;
554
- border-radius: 14px;
555
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
556
- }
557
-
558
- .binary-right {
559
- padding: 0.4%;
560
- margin: 0.4% 0.4% 0.4% 0;
561
- width: 39%;
562
- height: auto;
563
- background-color: #ffffff;
564
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
565
- border-radius: 14px;
566
- }
567
-
568
- .binary-right-main {
569
- padding-top: 1%;
570
- overflow-y: auto;
571
- overflow-x: auto;
572
- height: calc(((((100vh * 0.93) * 0.936) * 0.99) * 0.936) * 0.98);
573
- border-radius: 0 0 14px 14px;
574
- }
575
-
576
- .row {
577
- .form-group {
578
- margin: 5px 0;
579
- display: flex;
580
- align-items: center;
581
- height: 35px !important;
582
-
583
- > .datepicker {
584
- margin-top: 4px
585
- }
586
- }
587
- }
588
-
589
- }
590
-
591
-
592
- /*分辨率@800*600*/
593
- @media screen and (max-width: 800px) {
594
- .basic-main {
595
- padding: 1%;
596
- margin: 1%;
597
- width: 98%;
598
- height: auto;
599
- background-color: #ffffff;
600
- border-radius: 14px;
601
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
602
- }
603
-
604
- .three {
605
- display: flex;
606
- width: 100%;
607
- height: 100%;
608
- overflow: hidden;
609
- }
610
-
611
- .three-left {
612
- padding: 1%;
613
- margin: 1%;
614
- width: 19%;
615
- height: auto;
616
- background-color: #ffffff;
617
- border-radius: 14px;
618
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
619
- }
620
-
621
- .three-center {
622
- padding: 1%;
623
- margin: 1% 0 1% 0;
624
- width: 58%;
625
- height: auto;
626
- background-color: #ffffff;
627
- border-radius: 14px;
628
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
629
- }
630
-
631
- .three-right {
632
- padding: 1%;
633
- margin: 1%;
634
- width: 19%;
635
- height: auto;
636
- background-color: #ffffff;
637
- border-radius: 14px;
638
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
639
- }
640
-
641
- .binary {
642
- display: flex;
643
- width: 100%;
644
- height: 100%;
645
- overflow: hidden;
646
- }
647
-
648
-
649
- .binary-left {
650
- padding: 1%;
651
- margin: 1%;
652
- width: 58%;
653
- height: auto;
654
- background-color: #ffffff;
655
- border-radius: 14px;
656
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
657
- }
658
-
659
- .binary-right {
660
- padding: 1%;
661
- margin: 1% 1% 1% 0;
662
- width: 39%;
663
- height: auto;
664
- background-color: #ffffff;
665
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
666
- border-radius: 14px;
667
- }
668
-
669
- .binary-right-main {
670
- padding-top: 1%;
671
- overflow-y: auto;
672
- overflow-x: auto;
673
- height: calc(((((100vh * 0.93) * 0.936) * 0.95) * 0.936) * 0.98);
674
- border-radius: 0 0 14px 14px;
675
- }
676
-
677
- .row {
678
- .form-group {
679
- margin: 4px 0;
680
- display: flex;
681
- align-items: center;
682
- height: 35px !important;
683
-
684
- > .datepicker {
685
- margin-top: 4px
686
- }
687
- }
688
- }
689
-
690
- }
1
+
2
+ //@screenheight:`document.body.clientHeight+'px'`;
3
+
4
+ //.html-hight(){
5
+ // height: ;
6
+ //}
7
+ .basic-main:has(table){
8
+ .list-flex{
9
+ height: 98% !important;
10
+ }
11
+ }
12
+ .a-tabs a {
13
+ &,
14
+ &:hover,
15
+ &:focus {
16
+ border-bottom: 2px solid #5ac0d9;
17
+ color: #5ac0d9;
18
+ //background-color: #e7f3fe;
19
+ }
20
+ }
21
+
22
+ .foot_tabset > .span > .tab-pane {
23
+ padding-top: 0 !important;
24
+ background-color: #e8f4ff !important;
25
+ }
26
+
27
+ .foot_tabset > .flex > .span > .tab-pane {
28
+ padding-top: 0 !important;
29
+ background-color: #e8f4ff !important;
30
+ }
31
+
32
+ .foot_tabset1 > .span > .tab-pane {
33
+ padding-top: 0 !important;
34
+ background-color: #e8f4ff !important;
35
+ }
36
+
37
+ @media screen and (min-width: 1920px) {
38
+
39
+ .basic-main {
40
+ padding: 0.8%;
41
+ margin: 0.8%;
42
+ width: 98.6%;
43
+ height: auto;
44
+ background-color: #ffffff;
45
+ border-radius: 14px;
46
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
47
+ }
48
+
49
+ .three {
50
+ display: flex;
51
+ width: 100%;
52
+ height: 100%;
53
+ overflow: hidden;
54
+ }
55
+
56
+ .three-left {
57
+ padding: 0.8%;
58
+ margin: 0.8% 0 0.8% 0.8%;
59
+ width: 19%;
60
+ height: auto;
61
+ background-color: #ffffff;
62
+ border-radius: 14px;
63
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
64
+ }
65
+
66
+ .three-center {
67
+ padding: 0.8%;
68
+ margin: 0.8% 0 0.8% 0;
69
+ width: 58%;
70
+ height: auto;
71
+ background-color: #ffffff;
72
+ border-radius: 14px;
73
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
74
+ }
75
+
76
+ .three-right {
77
+ padding: 0.8%;
78
+ margin: 0.8%;
79
+ width: 19%;
80
+ height: auto;
81
+ background-color: #ffffff;
82
+ border-radius: 14px;
83
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
84
+ }
85
+
86
+ .binary {
87
+ display: flex;
88
+ width: 100%;
89
+ height: 100%;
90
+ overflow: hidden;
91
+ }
92
+
93
+ //.tab-pane{
94
+ // padding-top: 0!important;
95
+ // background-color: #ffffff!important;
96
+ //}
97
+ .binary-left {
98
+ padding: 0.8%;
99
+ margin: 0.8%;
100
+ width: 58%;
101
+ height: auto;
102
+ background-color: #ffffff;
103
+ border-radius: 14px;
104
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
105
+ }
106
+
107
+ .binary-right {
108
+ padding: 0.8%;
109
+ margin: 0.8% 0.8% 0.8% 0;
110
+ width: 39%;
111
+ height: auto;
112
+ background-color: #ffffff;
113
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
114
+ border-radius: 14px;
115
+ }
116
+
117
+ .binary-right-main {
118
+ padding-top: 1%;
119
+ overflow-y: auto;
120
+ overflow-x: auto;
121
+ height: calc(((((100vh * 0.93) * 0.936) * 0.99) * 0.936) * 0.98);
122
+ border-radius: 0 0 14px 14px;
123
+ }
124
+
125
+ .row {
126
+ .form-group {
127
+ margin: 6px 0;
128
+ display: flex;
129
+ align-items: center;
130
+ height: 38px !important;
131
+
132
+ > .datepicker {
133
+ margin-top: 4px
134
+ }
135
+ }
136
+ }
137
+
138
+ }
139
+
140
+ /*分辨率@1920*1080*/
141
+ @media screen and (max-width: 1920px) {
142
+
143
+ .basic-main {
144
+ padding: 0.4%;
145
+ margin: 0.4% 0.4%;
146
+ width: 98.8%;
147
+ height: auto;
148
+ background-color: #ffffff;
149
+ border-radius: 14px;
150
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
151
+ }
152
+
153
+ .three {
154
+ display: flex;
155
+ width: 100%;
156
+ height: 100%;
157
+ overflow: hidden;
158
+
159
+ .foot_tabset > ul > {
160
+ height: 5%;
161
+ }
162
+
163
+ .foot_tabset > .span > .tab-pane {
164
+ padding-top: 10px !important;
165
+ background-color: #ffffff !important;
166
+ }
167
+ }
168
+
169
+ .three-left {
170
+ padding: 0.6%;
171
+ margin: 0.6% 0 0.6% 0.6%;
172
+ width: 19%;
173
+ height: auto;
174
+ background-color: #ffffff;
175
+ border-radius: 14px;
176
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
177
+ }
178
+
179
+ .three-center {
180
+ padding: 0.6%;
181
+ margin: 0.6% 0.6%;
182
+ width: 58%;
183
+ height: auto;
184
+ background-color: #ffffff;
185
+ border-radius: 14px;
186
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
187
+ }
188
+
189
+ .three-right {
190
+ padding: 0.6%;
191
+ margin: 0.6% 0.6% 0.6% 0;
192
+ width: 19%;
193
+ height: auto;
194
+ background-color: #ffffff;
195
+ border-radius: 14px;
196
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
197
+ }
198
+
199
+ .binary {
200
+ display: flex;
201
+ width: 100%;
202
+ height: 100%;
203
+ overflow: hidden;
204
+
205
+ .foot_tabset > ul > {
206
+ height: 5%;
207
+ }
208
+
209
+ .foot_tabset > .span > .tab-pane {
210
+ padding-top: 10px !important;
211
+ background-color: #ffffff !important;
212
+ }
213
+ }
214
+
215
+ //.tab-pane{
216
+ // padding-top: 0!important;
217
+ // background-color: #ffffff!important;
218
+ //}
219
+ .binary-left {
220
+ padding: 0.4%;
221
+ margin: 0.4% 0.4%;
222
+ width: 58%;
223
+ height: auto;
224
+ background-color: #ffffff;
225
+ border-radius: 14px;
226
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
227
+ }
228
+
229
+ .binary-right {
230
+ padding: 0.4%;
231
+ margin: 0.4% 0.4% 0.4% 0;
232
+ width: 40%;
233
+ height: auto;
234
+ background-color: #ffffff;
235
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
236
+ border-radius: 14px;
237
+ }
238
+
239
+ .binary-right-main {
240
+ padding-top: 1%;
241
+ overflow-y: auto;
242
+ overflow-x: auto;
243
+ height: calc(((((100vh * 0.93) * 0.936) * 0.99) * 0.936) * 0.98);
244
+ border-radius: 0 0 14px 14px;
245
+ }
246
+
247
+ .row {
248
+ .form-group {
249
+ margin: 6px 0;
250
+ display: flex;
251
+ align-items: center;
252
+ height: 36px !important;
253
+
254
+ > .datepicker {
255
+ margin-top: 4px
256
+ }
257
+ }
258
+ }
259
+ }
260
+
261
+
262
+ /*分辨率@1600*1080*/
263
+ @media screen and (max-width: 1600px) {
264
+
265
+ .basic-main {
266
+ padding: 0.4%;
267
+ margin: 0.4% 0.4%;
268
+ width: 98.8%;
269
+ height: auto;
270
+ background-color: #ffffff;
271
+ border-radius: 14px;
272
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
273
+ }
274
+
275
+ .three {
276
+ display: flex;
277
+ width: 100%;
278
+ height: 100%;
279
+ overflow: hidden;
280
+
281
+ .foot_tabset > ul > {
282
+ height: 5%;
283
+ }
284
+
285
+ .foot_tabset > .span > .tab-pane {
286
+ padding-top: 10px !important;
287
+ background-color: #ffffff !important;
288
+ }
289
+ }
290
+
291
+ .three-left {
292
+ padding: 0.6%;
293
+ margin: 0.6% ;
294
+ width: 19%;
295
+ height: auto;
296
+ background-color: #ffffff;
297
+ border-radius: 14px;
298
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
299
+ }
300
+
301
+ .three-center {
302
+ padding: 0.6%;
303
+ margin: 0.6% 0;
304
+ width: 58%;
305
+ height: auto;
306
+ background-color: #ffffff;
307
+ border-radius: 14px;
308
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
309
+ }
310
+
311
+ .three-right {
312
+ padding: 0.6%;
313
+ margin: 0.6%;
314
+ width: 19%;
315
+ height: auto;
316
+ background-color: #ffffff;
317
+ border-radius: 14px;
318
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
319
+ }
320
+
321
+ .binary {
322
+ display: flex;
323
+ width: 100%;
324
+ height: 100%;
325
+ overflow: hidden;
326
+
327
+ .foot_tabset > ul > {
328
+ height: 5%;
329
+ }
330
+
331
+ .foot_tabset > .span > .tab-pane {
332
+ padding-top: 10px !important;
333
+ background-color: #ffffff !important;
334
+ }
335
+ }
336
+
337
+ //.tab-pane{
338
+ // padding-top: 0!important;
339
+ // background-color: #ffffff!important;
340
+ //}
341
+ .binary-left {
342
+ padding: 0.4%;
343
+ margin: 0.4% 0.4%;
344
+ width: 58%;
345
+ height: auto;
346
+ background-color: #ffffff;
347
+ border-radius: 14px;
348
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
349
+ }
350
+
351
+ .binary-right {
352
+ padding: 0.4%;
353
+ margin: 0.4% 0.4% 0.4% 0;
354
+ width: 40%;
355
+ height: auto;
356
+ background-color: #ffffff;
357
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
358
+ border-radius: 14px;
359
+ }
360
+
361
+ .binary-right-main {
362
+ padding-top: 1%;
363
+ overflow-y: auto;
364
+ overflow-x: auto;
365
+ height: calc(((((100vh * 0.93) * 0.936) * 0.99) * 0.936) * 0.98);
366
+ border-radius: 0 0 14px 14px;
367
+ }
368
+
369
+ .row {
370
+ .form-group {
371
+ margin: 6px 0;
372
+ display: flex;
373
+ align-items: center;
374
+ height: 36px !important;
375
+
376
+ > .datepicker {
377
+ margin-top: 4px
378
+ }
379
+ }
380
+ }
381
+ }
382
+
383
+ /*分辨率@1366*768*/
384
+ @media screen and (max-width: 1366px) {
385
+ .basic-main {
386
+ padding: 0.5%;
387
+ margin: 0.5% 0.5%;
388
+ width: 99%;
389
+ height: auto;
390
+ background-color: #ffffff;
391
+ border-radius: 14px;
392
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
393
+ }
394
+
395
+ .three {
396
+ display: flex;
397
+ width: 100%;
398
+ height: 100%;
399
+ overflow: hidden;
400
+ }
401
+
402
+ .three-left {
403
+ padding: 0.5%;
404
+ margin: 0.4%;
405
+ width: 19%;
406
+ height: auto;
407
+ background-color: #ffffff;
408
+ border-radius: 14px;
409
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
410
+ }
411
+
412
+ .three-center {
413
+ padding: 0.4%;
414
+ margin: 0.4% 0 0.4% 0;
415
+ width: 58%;
416
+ height: auto;
417
+ background-color: #ffffff;
418
+ border-radius: 14px;
419
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
420
+ }
421
+
422
+ .three-right {
423
+ padding: 0.5%;
424
+ margin: 0.4%;
425
+ width: 19%;
426
+ height: auto;
427
+ background-color: #ffffff;
428
+ border-radius: 14px;
429
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
430
+ }
431
+
432
+ .binary {
433
+ display: flex;
434
+ width: 100%;
435
+ height: 100%;
436
+ overflow: hidden;
437
+ }
438
+
439
+ //.tab-pane{
440
+ // padding-top: 0!important;
441
+ // background-color: #ffffff!important;
442
+ //}
443
+ .binary-left {
444
+ padding: 0.5%;
445
+ margin: 0.6% 0.5%;
446
+ width: 58%;
447
+ height: auto;
448
+ background-color: #ffffff;
449
+ border-radius: 14px;
450
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
451
+ }
452
+
453
+ .binary-right {
454
+ padding: 0.5% ;
455
+ margin: 0.6% 0.5% 0.6% 0;
456
+ width: 39%;
457
+ height: auto;
458
+ background-color: #ffffff;
459
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
460
+ border-radius: 14px;
461
+ }
462
+
463
+ .binary-right-main {
464
+ padding-top: 0.5%;
465
+ overflow-y: auto;
466
+ overflow-x: auto;
467
+ height: calc(((((100vh * 0.93) * 0.936) * 0.99) * 0.936) * 0.98);
468
+ border-radius: 0 0 14px 14px;
469
+ }
470
+
471
+ .row {
472
+ .form-group {
473
+ margin: 5px 0;
474
+ display: flex;
475
+ align-items: center;
476
+ height: 35px !important;
477
+
478
+ > .datepicker {
479
+ margin-top: 4px
480
+ }
481
+ }
482
+ }
483
+
484
+
485
+ }
486
+
487
+
488
+ /*分辨率@1280*720*/
489
+ @media screen and (max-width: 1280px) {
490
+ .basic-main {
491
+ padding: 0.4%;
492
+ margin: 0.4%;
493
+ width: 98%;
494
+ height: auto;
495
+ background-color: #ffffff;
496
+ border-radius: 14px;
497
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
498
+ }
499
+
500
+ .three {
501
+ display: flex;
502
+ width: 100%;
503
+ height: 100%;
504
+ overflow: hidden;
505
+ }
506
+
507
+ .three-left {
508
+ padding: 0.4%;
509
+ margin: 0.4%;
510
+ width: 19%;
511
+ height: auto;
512
+ background-color: #ffffff;
513
+ border-radius: 14px;
514
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
515
+ }
516
+
517
+ .three-center {
518
+ padding: 0.4%;
519
+ margin: 0.4% 0 0.4% 0;
520
+ width: 58%;
521
+ height: auto;
522
+ background-color: #ffffff;
523
+ border-radius: 14px;
524
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
525
+ }
526
+
527
+ .three-right {
528
+ padding: 0.4%;
529
+ margin: 0.4%;
530
+ width: 19%;
531
+ height: auto;
532
+ background-color: #ffffff;
533
+ border-radius: 14px;
534
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
535
+ }
536
+
537
+ .binary {
538
+ display: flex;
539
+ width: 100%;
540
+ height: 100%;
541
+ overflow: hidden;
542
+ }
543
+
544
+ //.tab-pane{
545
+ // padding-top: 0!important;
546
+ // background-color: #ffffff!important;
547
+ // }
548
+ .binary-left {
549
+ padding: 0.4%;
550
+ margin: 0.4%;
551
+ width: 58%;
552
+ height: auto;
553
+ background-color: #ffffff;
554
+ border-radius: 14px;
555
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
556
+ }
557
+
558
+ .binary-right {
559
+ padding: 0.4%;
560
+ margin: 0.4% 0.4% 0.4% 0;
561
+ width: 39%;
562
+ height: auto;
563
+ background-color: #ffffff;
564
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
565
+ border-radius: 14px;
566
+ }
567
+
568
+ .binary-right-main {
569
+ padding-top: 1%;
570
+ overflow-y: auto;
571
+ overflow-x: auto;
572
+ height: calc(((((100vh * 0.93) * 0.936) * 0.99) * 0.936) * 0.98);
573
+ border-radius: 0 0 14px 14px;
574
+ }
575
+
576
+ .row {
577
+ .form-group {
578
+ margin: 5px 0;
579
+ display: flex;
580
+ align-items: center;
581
+ height: 35px !important;
582
+
583
+ > .datepicker {
584
+ margin-top: 4px
585
+ }
586
+ }
587
+ }
588
+
589
+ }
590
+
591
+
592
+ /*分辨率@800*600*/
593
+ @media screen and (max-width: 800px) {
594
+ .basic-main {
595
+ padding: 1%;
596
+ margin: 1%;
597
+ width: 98%;
598
+ height: auto;
599
+ background-color: #ffffff;
600
+ border-radius: 14px;
601
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
602
+ }
603
+
604
+ .three {
605
+ display: flex;
606
+ width: 100%;
607
+ height: 100%;
608
+ overflow: hidden;
609
+ }
610
+
611
+ .three-left {
612
+ padding: 1%;
613
+ margin: 1%;
614
+ width: 19%;
615
+ height: auto;
616
+ background-color: #ffffff;
617
+ border-radius: 14px;
618
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
619
+ }
620
+
621
+ .three-center {
622
+ padding: 1%;
623
+ margin: 1% 0 1% 0;
624
+ width: 58%;
625
+ height: auto;
626
+ background-color: #ffffff;
627
+ border-radius: 14px;
628
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
629
+ }
630
+
631
+ .three-right {
632
+ padding: 1%;
633
+ margin: 1%;
634
+ width: 19%;
635
+ height: auto;
636
+ background-color: #ffffff;
637
+ border-radius: 14px;
638
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
639
+ }
640
+
641
+ .binary {
642
+ display: flex;
643
+ width: 100%;
644
+ height: 100%;
645
+ overflow: hidden;
646
+ }
647
+
648
+
649
+ .binary-left {
650
+ padding: 1%;
651
+ margin: 1%;
652
+ width: 58%;
653
+ height: auto;
654
+ background-color: #ffffff;
655
+ border-radius: 14px;
656
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
657
+ }
658
+
659
+ .binary-right {
660
+ padding: 1%;
661
+ margin: 1% 1% 1% 0;
662
+ width: 39%;
663
+ height: auto;
664
+ background-color: #ffffff;
665
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
666
+ border-radius: 14px;
667
+ }
668
+
669
+ .binary-right-main {
670
+ padding-top: 1%;
671
+ overflow-y: auto;
672
+ overflow-x: auto;
673
+ height: calc(((((100vh * 0.93) * 0.936) * 0.95) * 0.936) * 0.98);
674
+ border-radius: 0 0 14px 14px;
675
+ }
676
+
677
+ .row {
678
+ .form-group {
679
+ margin: 4px 0;
680
+ display: flex;
681
+ align-items: center;
682
+ height: 35px !important;
683
+
684
+ > .datepicker {
685
+ margin-top: 4px
686
+ }
687
+ }
688
+ }
689
+
690
+ }