system-clients 3.2.1-8 → 3.2.1-aodeToV4

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 (172) hide show
  1. package/.eslintrc.js +16 -16
  2. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  4. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  5. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  6. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  7. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  8. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  9. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  10. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  11. package/.gradle/checksums/checksums.lock +0 -0
  12. package/SystemClient.iml +11 -11
  13. package/build/webpack.base.conf.js +78 -85
  14. package/build.gradle +6 -6
  15. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  16. package/gradle/wrapper/gradle-wrapper.properties +5 -0
  17. package/gradlew +185 -0
  18. package/gradlew.bat +89 -0
  19. package/index.html +21 -21
  20. package/package.json +4 -4
  21. package/src/LodopFuncs.js +123 -123
  22. package/src/components/Main.vue +515 -622
  23. package/src/components/Util.js +343 -343
  24. package/src/components/equipment/EquipmentManage.vue +65 -65
  25. package/src/components/equipment/PcAdd.vue +105 -105
  26. package/src/components/equipment/PcList.vue +119 -119
  27. package/src/components/equipment/PcManage.vue +60 -60
  28. package/src/components/equipment/PhoneAdd.vue +94 -94
  29. package/src/components/equipment/PhoneList.vue +102 -102
  30. package/src/components/equipment/PhoneManage.vue +60 -60
  31. package/src/components/equipment/PosAdd.vue +156 -323
  32. package/src/components/equipment/PosList.vue +164 -294
  33. package/src/components/equipment/PosManage.vue +68 -138
  34. package/src/components/materialManage/materialData.vue +44 -44
  35. package/src/components/materialManage/materialList.vue +255 -255
  36. package/src/components/parammanage/ParamManage.vue +42 -42
  37. package/src/components/parammanage/ParamPage.vue +314 -336
  38. package/src/components/parammanage/ParamPages.vue +222 -222
  39. package/src/components/parammanage/SinglePage.vue +235 -235
  40. package/src/components/parammanage/SinglePages.vue +167 -167
  41. package/src/components/server/AddChangeMsg.vue +66 -66
  42. package/src/components/server/ChangeDeclare.vue +45 -45
  43. package/src/components/server/LeftTree.vue +111 -111
  44. package/src/components/server/LoadData.vue +36 -55
  45. package/src/components/server/Login.vue +619 -653
  46. package/src/components/server/Menu.vue +188 -188
  47. package/src/components/server/ModifyPw.vue +112 -107
  48. package/src/components/server/NewResSelectGroup.vue +211 -0
  49. package/src/components/server/ResSelect.vue +153 -155
  50. package/src/components/server/ResSelectGroup.vue +159 -198
  51. package/src/components/server/RightTree.vue +343 -348
  52. package/src/components/server/RoleSelector.vue +90 -89
  53. package/src/components/server/TestResSelect.vue +58 -58
  54. package/src/components/server/TestResSelectGroup.vue +388 -388
  55. package/src/plugins/EncryptUtil.js +53 -0
  56. package/src/plugins/GetLoginInfoService.js +499 -518
  57. package/src/plugins/HeatGetLoginInfoService.js +491 -491
  58. package/src/plugins/validation.js +7 -15
  59. package/src/stores/AppData.js +38 -38
  60. package/src/stores/HeatAppData.js +38 -38
  61. package/src/styles/fonts/glyphicons-halflings-regular.svg +287 -287
  62. package/src/styles/less/.csscomb.json +304 -304
  63. package/src/styles/less/.csslintrc +19 -19
  64. package/src/styles/less/alerts.less +73 -73
  65. package/src/styles/less/aofeng/animate.min.css +10 -10
  66. package/src/styles/less/aofeng/expandcss.less +569 -569
  67. package/src/styles/less/aofeng/standard.less +2121 -2507
  68. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +686 -686
  69. package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
  70. package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
  71. package/src/styles/less/aofeng/themeOne.less +17 -17
  72. package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
  73. package/src/styles/less/aofeng/themeTwo.less +3 -3
  74. package/src/styles/less/badges.less +66 -66
  75. package/src/styles/less/bootstrap.less +66 -66
  76. package/src/styles/less/breadcrumbs.less +26 -26
  77. package/src/styles/less/button-groups.less +247 -247
  78. package/src/styles/less/buttons.less +172 -172
  79. package/src/styles/less/carousel.less +269 -269
  80. package/src/styles/less/close.less +34 -34
  81. package/src/styles/less/code.less +69 -69
  82. package/src/styles/less/component-animations.less +33 -33
  83. package/src/styles/less/dropdowns.less +216 -216
  84. package/src/styles/less/fonts-list.less +25 -25
  85. package/src/styles/less/forms.less +626 -626
  86. package/src/styles/less/glyphicons.less +305 -305
  87. package/src/styles/less/grid.less +84 -84
  88. package/src/styles/less/input-groups.less +167 -167
  89. package/src/styles/less/jumbotron.less +52 -52
  90. package/src/styles/less/labels.less +64 -64
  91. package/src/styles/less/list-group.less +141 -141
  92. package/src/styles/less/manageStyle/manageChile.less +180 -180
  93. package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
  94. package/src/styles/less/manageStyle/safeStyle.less +498 -498
  95. package/src/styles/less/media.less +66 -66
  96. package/src/styles/less/mixins/alerts.less +14 -14
  97. package/src/styles/less/mixins/background-variant.less +9 -9
  98. package/src/styles/less/mixins/border-radius.less +18 -18
  99. package/src/styles/less/mixins/buttons.less +69 -69
  100. package/src/styles/less/mixins/center-block.less +7 -7
  101. package/src/styles/less/mixins/clearfix.less +22 -22
  102. package/src/styles/less/mixins/forms.less +90 -90
  103. package/src/styles/less/mixins/gradients.less +59 -59
  104. package/src/styles/less/mixins/grid-framework.less +92 -92
  105. package/src/styles/less/mixins/grid.less +122 -122
  106. package/src/styles/less/mixins/hide-text.less +21 -21
  107. package/src/styles/less/mixins/image.less +33 -33
  108. package/src/styles/less/mixins/labels.less +12 -12
  109. package/src/styles/less/mixins/list-group.less +30 -30
  110. package/src/styles/less/mixins/nav-divider.less +10 -10
  111. package/src/styles/less/mixins/nav-vertical-align.less +9 -9
  112. package/src/styles/less/mixins/opacity.less +8 -8
  113. package/src/styles/less/mixins/pagination.less +24 -24
  114. package/src/styles/less/mixins/panels.less +24 -24
  115. package/src/styles/less/mixins/progress-bar.less +10 -10
  116. package/src/styles/less/mixins/reset-filter.less +8 -8
  117. package/src/styles/less/mixins/reset-text.less +18 -18
  118. package/src/styles/less/mixins/resize.less +6 -6
  119. package/src/styles/less/mixins/responsive-visibility.less +15 -15
  120. package/src/styles/less/mixins/size.less +10 -10
  121. package/src/styles/less/mixins/tab-focus.less +9 -9
  122. package/src/styles/less/mixins/table-row.less +44 -44
  123. package/src/styles/less/mixins/text-emphasis.less +9 -9
  124. package/src/styles/less/mixins/text-overflow.less +8 -8
  125. package/src/styles/less/mixins/vendor-prefixes.less +227 -227
  126. package/src/styles/less/mixins.less +40 -40
  127. package/src/styles/less/modals.less +151 -151
  128. package/src/styles/less/navbar.less +660 -660
  129. package/src/styles/less/navs.less +285 -285
  130. package/src/styles/less/normalize.less +424 -424
  131. package/src/styles/less/pager.less +76 -76
  132. package/src/styles/less/pagination.less +89 -89
  133. package/src/styles/less/panels.less +275 -275
  134. package/src/styles/less/popovers.less +131 -131
  135. package/src/styles/less/print.less +101 -101
  136. package/src/styles/less/progress-bars.less +87 -87
  137. package/src/styles/less/responsive-embed.less +35 -35
  138. package/src/styles/less/responsive-utilities.less +194 -194
  139. package/src/styles/less/scaffolding.less +161 -161
  140. package/src/styles/less/stand.less +207 -207
  141. package/src/styles/less/tables.less +262 -312
  142. package/src/styles/less/theme.less +291 -291
  143. package/src/styles/less/thumbnails.less +36 -36
  144. package/src/styles/less/tooltip.less +102 -102
  145. package/src/styles/less/type.less +303 -316
  146. package/src/styles/less/utilities.less +55 -55
  147. package/src/styles/less/variables.less +896 -899
  148. package/src/styles/less/wells.less +29 -29
  149. package/src/system.js +85 -100
  150. package/static/aodelogo.png +0 -0
  151. package/static/aodenewlogo.png +0 -0
  152. package/static/ewmlogo.png +0 -0
  153. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
  154. package/src/components/TabButton.vue +0 -201
  155. package/src/components/Tabs.vue +0 -67
  156. package/src/components/equipment/PosManageBoth.vue +0 -125
  157. package/src/components/equipment/PosParamAdd.vue +0 -236
  158. package/src/components/equipment/PosParamList.vue +0 -121
  159. package/src/components/equipment/PosParamManage.vue +0 -51
  160. package/src/components/server/ImageVieweTest.vue +0 -56
  161. package/src/components/server/ImageViewer.vue +0 -350
  162. package/src/components/server/PcdBuildingSelect.vue +0 -241
  163. package/src/filiale/qianneng/ModifyPw.vue +0 -107
  164. package/src/filiale/qianneng/sale.js +0 -7
  165. package/src/styles/less/manageStyle/manageStyle/manageChile.less +0 -180
  166. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +0 -1102
  167. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +0 -498
  168. package/static/logo.png +0 -0
  169. package/static/newStyle/about-us.png +0 -0
  170. package/yarn-error.log +0 -6896
  171. /package/.gradle/{5.2.1 → 7.1/dependencies-accessors}/gc.properties +0 -0
  172. /package/.gradle/{buildOutputCleanup/built.bin → 7.1/gc.properties} +0 -0
@@ -1,2507 +1,2121 @@
1
- /*=========================通用样式表=========================*/
2
-
3
-
4
- .fonttitle (@i,@type,@colortype) when (@i > 10) {
5
- .font_@{type}_@{colortype}_@{i} when (@colortype="title") {
6
- font-weight: @type;
7
- color: #333333;
8
- text-align: right;
9
- vertical-align: middle;
10
- font-size: @i px;
11
- }
12
- .font_@{type}_@{colortype}_@{i} when (@colortype="body") {
13
- font-weight: @type;
14
- color: #666666;
15
- text-align: right;
16
- vertical-align: middle;
17
- font-size: @i px;
18
- }
19
- .font_@{type}_@{colortype}_@{i} when (@colortype="title1") {
20
- font-weight: @type;
21
- color: #999999;
22
- text-align: right;
23
- vertical-align: middle;
24
- font-size: @i px;
25
- }
26
- .font_@{type}_@{colortype}_@{i} when (@colortype="button") {
27
- font-weight: @type;
28
- color: #ffffff;
29
- text-align: right;
30
- vertical-align: middle;
31
- font-size: @i px;
32
- }
33
- .font_@{type}_@{colortype}_@{i} when (@colortype="blue") {
34
- font-weight: @type;
35
- color: #6aa6e2;
36
- text-align: right;
37
- vertical-align: middle;
38
- font-size: @i px;
39
- }
40
- .fonttitle(@i - 1, @type, @colortype);
41
- }
42
-
43
- .fonttitle(40, 'bold', 'title');
44
- .fonttitle(40, 'bold', 'body');
45
- .fonttitle(40, 'bold', 'title1');
46
- .fonttitle(40, 'bold', 'button');
47
- .fonttitle(40, bold, blue);
48
- .fonttitle(40, normal, title);
49
- .fonttitle(40, normal, body);
50
- .fonttitle(40, normal, title1);
51
- .fonttitle(40, normal, button);
52
- .fonttitle(40, normal, blue);
53
-
54
-
55
- /********************字体*****************/
56
- /*字体标题_粗体*/
57
- .font_bold_title {
58
- font-family: PingFang;
59
- font-weight: bold;
60
- color: #333333;
61
- text-align: right;
62
- vertical-align: middle;
63
- }
64
-
65
- /*字体正文_粗体*/
66
- .font_bold_body {
67
- font-family: PingFang;
68
- font-weight: bold;
69
- color: #666666;
70
- text-align: right;
71
- vertical-align: middle;
72
- }
73
-
74
- /*字体_粗体*/
75
- .font_bold_title1 {
76
- font-family: PingFang;
77
- font-weight: bold;
78
- color: #999999;
79
- text-align: right;
80
- vertical-align: middle;
81
- }
82
-
83
- /*字体按钮_粗体*/
84
- .font_bold_button {
85
- font-family: PingFang;
86
- font-weight: bold;
87
- color: #ffffff;
88
- text-align: right;
89
- vertical-align: middle;
90
- }
91
-
92
- /*字体蓝色_粗体*/
93
- .font_bold_blue {
94
- font-family: PingFang;
95
- font-weight: bold;
96
- color: #6aa6e2;
97
- text-align: right;
98
- vertical-align: middle;
99
- }
100
-
101
- /*字体标题_正常*/
102
- .font_normal_title {
103
- font-family: PingFang;
104
- font-weight: normal;
105
- color: #333333;
106
- text-align: right;
107
- vertical-align: middle;
108
- }
109
-
110
- /*字体正文_正常*/
111
- .font_normal_body {
112
- font-family: PingFang;
113
- font-weight: normal !important;
114
- color: #666666;
115
- text-align: right;
116
- vertical-align: middle;
117
- }
118
-
119
- /*字体_正常*/
120
- .font_normal_title1 {
121
- font-family: PingFang;
122
- font-weight: normal;
123
- color: #999999;
124
- text-align: right;
125
- vertical-align: middle;
126
- }
127
-
128
- /*字体按钮_正常*/
129
- .font_normal_button {
130
- font-family: PingFang;
131
- font-weight: normal;
132
- color: #ffffff;
133
- text-align: right;
134
- vertical-align: middle;
135
- }
136
-
137
- /*字体蓝色_正常*/
138
- .font_normal_blue {
139
- font-family: PingFang;
140
- font-weight: normal;
141
- color: #6aa6e2;
142
- text-align: right;
143
- vertical-align: middle;
144
- }
145
-
146
- /*字体蓝色_正常*/
147
- .font_normal_blue-1 {
148
- padding: 0 2%;
149
- border-bottom: 1px solid #5ac0d9;
150
- font-family: PingFang;
151
- font-weight: normal;
152
- color: #5ac0d9;
153
- text-align: right;
154
- vertical-align: middle;
155
- }
156
-
157
- .search_area {
158
- background-color: #ffffff;
159
- padding: 10px 10px 0 10px
160
- }
161
-
162
- .list_area {
163
- background-color: #ffffff;
164
- padding: 0 0 10px 0
165
- }
166
-
167
-
168
- /********************表格*****************/
169
- /*表格表头*/
170
- .table_sy thead tr th {
171
- font-size: 1.4rem;
172
- background-color: #dfedfb !important;
173
- color: #666666 !important;
174
- font-family: PINGFANG-BOLD !important;
175
- font-weight: normal !important;
176
- }
177
-
178
- /*表格主体_奇数行*/
179
- .table_sy tbody tr:nth-child(odd) {
180
- text-align: center;
181
- background-color: #ffffff !important;
182
- border: solid 1px #f0f4fa !important;
183
- color: #666666 !important;
184
- font-size: 1.3rem !important;
185
- font-family: PINGFANG-MEDIUM !important;
186
- }
187
-
188
- /*表格主体_偶数行*/
189
- .table_sy tbody tr:nth-child(even) {
190
- text-align: center;
191
- background-color: #ecf6ff !important;
192
- border: solid 1px #f0f4fa !important;
193
- color: #666666 !important;
194
- font-size: 1.3rem !important;
195
- font-family: PINGFANG-MEDIUM !important;
196
- }
197
-
198
- /*表格主体_移动行*/
199
- .table_sy tbody tr:hover {
200
- text-align: center;
201
- background-color: #cbeaf1 !important;
202
- border: solid 1px #f0f4fa !important;
203
- color: #666666 !important;
204
- font-size: 1.3rem !important;
205
- font-family: PINGFANG-MEDIUM !important;
206
- }
207
-
208
- /*表格底部*/
209
- .pager {
210
- background-color: #eaf5ff !important;
211
- font-size: 1.4rem;
212
- color: #666666 !important;
213
- font-family: PINGFANG-MEDIUM !important;
214
- font-weight: normal !important;
215
- }
216
-
217
- /*表格主体_点击行*/
218
- .success td {
219
- background-color: #cbeaf1 !important;
220
- }
221
-
222
- .foot {
223
- font-family: PingFang !important;
224
- overflow-y: hidden
225
- }
226
-
227
- /*下拉列表滑动变色*/
228
- .select_list li a:hover {
229
- background-color: #eaf5ff !important;
230
- border-radius: 2px;
231
- border: solid 1px #eaeaea;
232
- }
233
-
234
- .select_list button .caret {
235
- border: none;
236
- background-image: url("../../../../static/newStyle/login-org.png");
237
- color: #999999;
238
- margin: 5%;
239
- float: right;
240
- }
241
-
242
- /*弹窗*/
243
- .pop_windows {
244
- background-color: #d9e9f8;
245
- border-radius: 16px 16px 0px 0px;
246
- }
247
-
248
- /*标签*/
249
- .tab_color {
250
- border-bottom: 1px solid #6aa6e2;
251
- color: #6aa6e2;
252
- font-family: PingFang;
253
- }
254
-
255
- /*按钮间隔*/
256
- .button_spacing {
257
- margin: 0px 0px 0px 9px;
258
- }
259
-
260
-
261
- //报表样式
262
- //报表头部
263
- .report-head {
264
- background-color: #b3dff7;
265
- border: solid 1px #999999;
266
- }
267
-
268
- //头部字体
269
- .head-font {
270
- color: #333333;
271
- font-size: 18px;
272
- }
273
-
274
- //报表左侧
275
- .report-left {
276
- background-color: #dff0f9;
277
- border: solid 1px #999999;
278
- }
279
-
280
- //报表主体
281
- .report-main {
282
- background-color: #ffffff;
283
- border: solid 1px #999999;
284
- }
285
-
286
- //报表主体字体
287
- .main-font {
288
- font-size: 18px;
289
- color: #1b1b1b;
290
- }
291
-
292
- .stretch {
293
- line-height: 40px;
294
- background-color: white;
295
- border: none;
296
- font-size: 1.4rem;
297
- font-family: PINGFANG-BOLD;
298
- color: #6aa6e2;
299
- }
300
-
301
- .stretch:hover {
302
- border: none;
303
- }
304
-
305
- .stretch:active {
306
- border: none;
307
- }
308
-
309
- .span {
310
- overflow-y: hidden;
311
- }
312
-
313
- //字体变色
314
- .has-error > .font_normal_body {
315
- color: #a94442 !important;
316
- }
317
-
318
- .button_search[disabled] {
319
- background-color: #b5cadf;
320
-
321
- &:hover {
322
- background-color: #b5cadf;
323
- }
324
- }
325
-
326
- .button-range {
327
- display: flex;
328
- float: right;
329
- width: auto;
330
- align-items: center;
331
- }
332
-
333
-
334
- /*分辨率@1920*1080*/
335
- @media screen and (min-width: 1920px) {
336
-
337
- html {
338
- font-size: 10px;
339
- }
340
-
341
- /********************按钮*****************/
342
- .select-style {
343
- font-size: 1.4rem;
344
- }
345
-
346
-
347
- .btn-group {
348
- display: inline-flex !important;
349
- height: 35px;
350
- }
351
-
352
- .font_normal_body {
353
- float: left;
354
- margin-top: 4px;
355
- font-size: 1.4rem !important;
356
- line-height: 30px;
357
- }
358
-
359
- .font_bold_body {
360
- font-size: 1.4rem !important;
361
- line-height: 30px;
362
- }
363
-
364
- .font_bold_title {
365
- font-size: 1.4rem !important;
366
- line-height: 30px;
367
- }
368
-
369
- .table_sy thead tr th {
370
- font-size: 1.4rem !important;
371
- }
372
-
373
- .foot .pager {
374
- font-size: 1.4rem !important;
375
- color: #666666 !important;
376
- font-weight: normal !important;
377
- }
378
-
379
- .foot .pager a {
380
- font-size: 1.4rem !important;
381
- color: #666666 !important;
382
- font-weight: normal !important;
383
- }
384
-
385
- .foot .pager li {
386
- font-size: 1.4rem !important;
387
- color: #666666 !important;
388
- font-weight: normal !important;
389
- }
390
-
391
-
392
- /*按钮查询*/
393
- .button_search {
394
- padding: 8px 12px;
395
- width: max-content;
396
- background-color: #4792de;
397
- border-radius: 4px;
398
- border: none;
399
- font-family: PingFang;
400
- font-size: 1.4rem;
401
- color: #ffffff;
402
- }
403
-
404
- .button_search:hover {
405
- background-color: #0f69c5;
406
- }
407
-
408
- /*删除按钮*/
409
- .button_delete {
410
- padding: 8px 12px;
411
- width: max-content;
412
- background-color: #f1684d;
413
- border-radius: 4px;
414
- border: none;
415
- font-family: PingFang;
416
- font-size: 1.4rem;
417
- color: #ffffff;
418
- }
419
-
420
- .button_delete:hover {
421
- background-color: red;
422
- }
423
-
424
- /*按钮清空*/
425
- .button_clear {
426
- padding: 8px 12px;
427
- width: max-content;
428
- background-color: #5ac0d9;
429
- border-radius: 4px;
430
- border: none;
431
- font-family: PingFang;
432
- font-size: 1.4rem;
433
- color: #ffffff;
434
- }
435
-
436
- .button_clear:hover {
437
- background-color: #27c4eb;
438
- }
439
-
440
- .button_search-1 {
441
- padding: 8px 12px;
442
- width: max-content;
443
- background-color: #6aa6e2;
444
- border-radius: 4px;
445
- border: none;
446
- font-family: PingFang;
447
- font-size: 1.4rem;
448
- color: #ffffff;
449
- }
450
-
451
- .button_search-2 {
452
- padding: 3px 12px;
453
- width: 90px;
454
- font-family: PINGFANG-BOLD;
455
- font-size: 14px;
456
- letter-spacing: 0px;
457
- color: #4792de;
458
- background-color: #ffffff;
459
- border-radius: 4px;
460
- border: solid 1px #4792de;
461
- }
462
-
463
- .button_search-3 {
464
- padding: 5px 12px;
465
- width: max-content;
466
- font-family: PINGFANG-BOLD;
467
- font-size: 14px;
468
- letter-spacing: 0px;
469
- color: #4792de;
470
- background-color: #ffffff;
471
- border-radius: 4px;
472
- border: solid 1px #4792de;
473
- }
474
-
475
- .button_search-1:hover {
476
- background-color: #3592ef;
477
- }
478
-
479
- .button_search-2:hover {
480
- background-color: #ecf6ff;
481
- }
482
-
483
- .button_search-3:hover {
484
- background-color: #ecf6ff;
485
- }
486
-
487
- .button_search-2 {
488
- padding: 3px 12px;
489
- width: 90px;
490
- font-family: PINGFANG-BOLD;
491
- font-size: 14px;
492
- letter-spacing: 0px;
493
- color: #4792de;
494
- background-color: #ffffff;
495
- border-radius: 4px;
496
- border: solid 1px #4792de;
497
- }
498
-
499
- .button_search-3 {
500
- padding: 5px 12px;
501
- width: max-content;
502
- font-family: PINGFANG-BOLD;
503
- font-size: 14px;
504
- letter-spacing: 0px;
505
- color: #4792de;
506
- background-color: #ffffff;
507
- border-radius: 4px;
508
- border: solid 1px #4792de;
509
- }
510
-
511
- .button_search-2:hover {
512
- background-color: #ecf6ff;
513
- }
514
-
515
- .button_search-3:hover {
516
- background-color: #ecf6ff;
517
- }
518
-
519
- .button_new-1 {
520
- padding: 8px 12px;
521
- width: max-content;
522
- background-color: #ffffff;
523
- border-radius: 4px;
524
- border: solid 1px #6aa6e2;
525
- font-family: PingFang;
526
- font-size: 1.4rem;
527
- color: #6aa6e2;
528
- }
529
-
530
- .button_new-1:hover {
531
- background-color: #f0f8ff;
532
- }
533
-
534
- /*按钮新建*/
535
- .button_new {
536
- padding: 8px 12px;
537
- width: max-content;
538
- background-color: #ffffff;
539
- border-radius: 4px;
540
- border: solid 1px #6aa6e2;
541
- font-family: PingFang;
542
- font-size: 1.4rem;
543
- color: #6aa6e2;
544
- }
545
-
546
- .button_new:hover {
547
- background-color: #f0f8ff;
548
- }
549
-
550
- /*按钮导出*/
551
- .button_export {
552
- padding: 8px 12px;
553
- width: max-content;
554
- background-color: #ffffff;
555
- border-radius: 4px;
556
- border: solid 1px #6aa6e2;
557
- font-family: PingFang;
558
- font-size: 1.4rem;
559
- color: #6aa6e2;
560
- }
561
-
562
- .button_export:hover {
563
- background-color: #f0f8ff;
564
- }
565
-
566
- .button_export button {
567
- padding: 8px 12px;
568
- width: max-content;
569
- background-color: #ffffff;
570
- border-radius: 4px;
571
- border: solid 1px #6aa6e2;
572
- font-family: PingFang;
573
- font-size: 1.4rem;
574
- color: #6aa6e2;
575
- }
576
-
577
- .button_export button:hover {
578
- background-color: #f0f8ff;
579
- }
580
-
581
- //查询条件伸展
582
- .button_stretch {
583
- padding: 8px 12px;
584
- width: max-content;
585
- background-color: #ffffff;
586
- border-radius: 4px;
587
- border: solid 1px #6aa6e2;
588
- font-family: PingFang;
589
- font-size: 1.4rem;
590
- color: #6aa6e2;
591
- }
592
-
593
- .button_stretch:hover {
594
- background-color: #f0f8ff;
595
- }
596
-
597
- .button_stretch button {
598
- padding: 8px 12px;
599
- width: max-content;
600
- background-color: #ffffff;
601
- border-radius: 4px;
602
- border: solid 1px #6aa6e2;
603
- font-family: PingFang;
604
- font-size: 1.4rem;
605
- color: #6aa6e2;
606
- }
607
-
608
- .button_stretch button:hover {
609
- background-color: #f0f8ff;
610
- }
611
-
612
-
613
- //左右伸缩按钮
614
- .button_shrink_top {
615
- width: 35px;
616
- height: 35px;
617
- background-size: 100%;
618
- background-image: url("../../../../static/newStyle/stretch_top.png")
619
- }
620
-
621
- .button_shrink_bottom {
622
- width: 35px;
623
- height: 35px;
624
- background-size: 100%;
625
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
626
- }
627
-
628
- .button_shrink_left {
629
- width: 35px;
630
- height: 35px;
631
- background-size: 100%;
632
- background-image: url("../../../../static/newStyle/stretch_left.png")
633
- }
634
-
635
- .button_shrink_right {
636
- width: 35px;
637
- height: 35px;
638
- background-size: 100%;
639
- background-image: url("../../../../static/newStyle/stretch_right.png")
640
- }
641
-
642
- //.button_shrink_searchin {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchin.png")}
643
- //.button_shrink_searchout {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchout.png")}
644
- /*查询输入框*/
645
- .input_search {
646
- float: left;
647
- padding: 8px;
648
- width: 270px;
649
- height: 35px;
650
- background-color: #ffffff;
651
- border-radius: 2px;
652
- border: solid 1px #c7c7c7;
653
- color: #333333;
654
- font-size: 1.4rem;
655
- font-family: PingFang;
656
- }
657
-
658
- .input_search .datepicker .datepicker-input input {
659
- padding-left: 8px;
660
- width: 270px !important;
661
- height: 42px !important;
662
- background-color: #ffffff !important;
663
- border-radius: 2px;
664
- border: solid 1px #c7c7c7 !important;
665
- color: #333333;
666
- font-size: 1.4rem;
667
- font-family: PingFang;
668
- }
669
-
670
- .input_search::-webkit-input-placeholder {
671
- color: #999999;
672
- font-size: 1.4rem;
673
- padding-left: 6px;
674
- font-family: PingFang;
675
- }
676
-
677
- .input_search:focus {
678
- border: solid 1px #6aa6e2;
679
- }
680
-
681
- /*查询输入域*/
682
- .input_textarea {
683
- width: 270px;
684
- height: 120px;
685
- background-color: #ffffff;
686
- border-radius: 2px;
687
- border: solid 1px #c7c7c7;
688
- color: #333333;
689
- font-size: 1.4rem;
690
- font-family: PingFang;
691
- }
692
-
693
- .input_textarea .datepicker .datepicker-input input {
694
- padding-left: 8px;
695
- width: 270px !important;
696
- height: 120px !important;
697
- background-color: #ffffff !important;
698
- border-radius: 2px;
699
- border: solid 1px #c7c7c7 !important;
700
- color: #333333;
701
- font-size: 1.4rem;
702
- font-family: PingFang;
703
- }
704
-
705
- .input_textarea::-webkit-input-placeholder {
706
- color: #ffffff;
707
- font-size: 1.4rem;
708
- padding-left: 6px;
709
- font-family: PingFang;
710
- }
711
-
712
- .input_textarea:focus {
713
- border: solid 1px #6aa6e2;
714
- }
715
-
716
-
717
- /*下拉框*/
718
- .select button {
719
- width: 270px !important;
720
- height: 35px !important;
721
- background-color: #ffffff !important;
722
- border-radius: 2px !important;
723
- border: solid 1px #c7c7c7 !important;
724
- color: #999999;
725
- font-size: 1.4rem;
726
- font-family: PingFang;
727
- font-weight: normal !important;
728
- }
729
-
730
- .select button:focus {
731
- border: solid 1px #6aa6e2 !important;
732
- }
733
-
734
- }
735
-
736
- /*=========================特殊样式表=========================*/
737
-
738
- /*分辨率@1920*1080*/
739
- @media screen and (max-width: 1920px) {
740
-
741
- html {
742
- font-size: 10px;
743
- }
744
-
745
- /********************按钮*****************/
746
- .select-style {
747
- font-size: 1.4rem;
748
- }
749
-
750
-
751
- .btn-group {
752
- display: inline-flex !important;
753
- height: 35px;
754
- }
755
-
756
- .font_normal_body {
757
- float: left;
758
- margin-top: 4px;
759
- font-size: 1.4rem !important;
760
- line-height: 30px;
761
- }
762
-
763
- .font_bold_body {
764
- font-size: 1.4rem !important;
765
- line-height: 30px;
766
- }
767
-
768
- .font_bold_title {
769
- font-size: 1.4rem !important;
770
- line-height: 30px;
771
- }
772
-
773
- .table_sy thead tr th {
774
- font-size: 1.4rem !important;
775
- }
776
-
777
- .foot .pager {
778
- font-size: 1.4rem !important;
779
- color: #666666 !important;
780
- font-weight: normal !important;
781
- }
782
-
783
- .foot .pager a {
784
- font-size: 1.4rem !important;
785
- color: #666666 !important;
786
- font-weight: normal !important;
787
- }
788
-
789
- .foot .pager li {
790
- font-size: 1.4rem !important;
791
- color: #666666 !important;
792
- font-weight: normal !important;
793
- }
794
-
795
-
796
- /*按钮查询*/
797
- .button_search {
798
- padding: 8px 12px;
799
- width: max-content;
800
- background-color: #6aa6e2;
801
- border-radius: 4px;
802
- border: none;
803
- font-family: PingFang;
804
- font-size: 1.4rem;
805
- color: #ffffff;
806
- }
807
-
808
- .button_search:hover {
809
- background-color: #3592ef;
810
- }
811
-
812
- /*删除按钮*/
813
- .button_delete {
814
- padding: 8px 12px;
815
- width: max-content;
816
- background-color: #f1684d;
817
- border-radius: 4px;
818
- border: none;
819
- font-family: PingFang;
820
- font-size: 1.4rem;
821
- color: #ffffff;
822
- }
823
-
824
- .button_delete:hover {
825
- background-color: red;
826
- }
827
-
828
- /*按钮清空*/
829
- .button_clear {
830
- padding: 8px 12px;
831
- width: max-content;
832
- background-color: #5ac0d9;
833
- border-radius: 4px;
834
- border: none;
835
- font-family: PingFang;
836
- font-size: 1.4rem;
837
- color: #ffffff;
838
- }
839
-
840
- .button_clear:hover {
841
- background-color: #27c4eb;
842
- }
843
-
844
- .button_search-1 {
845
- padding: 8px 12px;
846
- width: max-content;
847
- background-color: #6aa6e2;
848
- border-radius: 4px;
849
- border: none;
850
- font-family: PingFang;
851
- font-size: 1.4rem;
852
- color: #ffffff;
853
- }
854
-
855
- .button_search-1:hover {
856
- background-color: #3592ef;
857
- }
858
-
859
- .button_search-2 {
860
- padding: 3px 12px;
861
- width: 90px;
862
- font-family: PINGFANG-BOLD;
863
- font-size: 14px;
864
- letter-spacing: 0px;
865
- color: #4792de;
866
- background-color: #ffffff;
867
- border-radius: 4px;
868
- border: solid 1px #4792de;
869
- }
870
-
871
- .button_search-3 {
872
- padding: 5px 12px;
873
- width: max-content;
874
- font-family: PINGFANG-BOLD;
875
- font-size: 14px;
876
- letter-spacing: 0px;
877
- color: #4792de;
878
- background-color: #ffffff;
879
- border-radius: 4px;
880
- border: solid 1px #4792de;
881
- }
882
-
883
- .button_search-2:hover {
884
- background-color: #ecf6ff;
885
- }
886
-
887
- .button_search-3:hover {
888
- background-color: #ecf6ff;
889
- }
890
-
891
- .button_new-1 {
892
- padding: 8px 12px;
893
- width: max-content;
894
- background-color: #ffffff;
895
- border-radius: 4px;
896
- border: solid 1px #6aa6e2;
897
- font-family: PingFang;
898
- font-size: 1.4rem;
899
- color: #6aa6e2;
900
- }
901
-
902
- .button_new-1:hover {
903
- background-color: #f0f8ff;
904
- }
905
-
906
- /*按钮新建*/
907
- .button_new {
908
- padding: 8px 12px;
909
- width: max-content;
910
- background-color: #ffffff;
911
- border-radius: 4px;
912
- border: solid 1px #6aa6e2;
913
- font-family: PingFang;
914
- font-size: 1.4rem;
915
- color: #6aa6e2;
916
- }
917
-
918
- .button_new:hover {
919
- background-color: #f0f8ff;
920
- }
921
-
922
- /*按钮导出*/
923
- .button_export {
924
- padding: 8px 12px;
925
- width: max-content;
926
- background-color: #ffffff;
927
- border-radius: 4px;
928
- border: solid 1px #6aa6e2;
929
- font-family: PingFang;
930
- font-size: 1.4rem;
931
- color: #6aa6e2;
932
- }
933
-
934
- .button_export:hover {
935
- background-color: #f0f8ff;
936
- }
937
-
938
- .button_export button {
939
- padding: 8px 12px;
940
- width: max-content;
941
- background-color: #ffffff;
942
- border-radius: 4px;
943
- border: solid 1px #6aa6e2;
944
- font-family: PingFang;
945
- font-size: 1.4rem;
946
- color: #6aa6e2;
947
- }
948
-
949
- .button_export button:hover {
950
- background-color: #f0f8ff;
951
- }
952
-
953
- //查询条件伸展
954
- .button_stretch {
955
- padding: 8px 12px;
956
- width: max-content;
957
- background-color: #ffffff;
958
- border-radius: 4px;
959
- border: solid 1px #6aa6e2;
960
- font-family: PingFang;
961
- font-size: 1.4rem;
962
- color: #6aa6e2;
963
- }
964
-
965
- .button_stretch:hover {
966
- background-color: #f0f8ff;
967
- }
968
-
969
- .button_stretch button {
970
- padding: 8px 12px;
971
- width: max-content;
972
- background-color: #ffffff;
973
- border-radius: 4px;
974
- border: solid 1px #6aa6e2;
975
- font-family: PingFang;
976
- font-size: 1.4rem;
977
- color: #6aa6e2;
978
- }
979
-
980
- .button_stretch button:hover {
981
- background-color: #f0f8ff;
982
- }
983
-
984
-
985
- //左右伸缩按钮
986
- .button_shrink_top {
987
- width: 35px;
988
- height: 35px;
989
- background-size: 100%;
990
- background-image: url("../../../../static/newStyle/stretch_top.png")
991
- }
992
-
993
- .button_shrink_bottom {
994
- width: 35px;
995
- height: 35px;
996
- background-size: 100%;
997
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
998
- }
999
-
1000
- .button_shrink_left {
1001
- width: 35px;
1002
- height: 35px;
1003
- background-size: 100%;
1004
- background-image: url("../../../../static/newStyle/stretch_left.png")
1005
- }
1006
-
1007
- .button_shrink_right {
1008
- width: 35px;
1009
- height: 35px;
1010
- background-size: 100%;
1011
- background-image: url("../../../../static/newStyle/stretch_right.png")
1012
- }
1013
-
1014
- //.button_shrink_searchin {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchin.png")}
1015
- //.button_shrink_searchout {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchout.png")}
1016
- /*查询输入框*/
1017
- .input_search {
1018
- float: left;
1019
- padding: 8px;
1020
- width: 270px;
1021
- height: 35px;
1022
- background-color: #ffffff;
1023
- border-radius: 2px;
1024
- border: solid 1px #c7c7c7;
1025
- color: #333333;
1026
- font-size: 1.4rem;
1027
- font-family: PingFang;
1028
- }
1029
-
1030
- .input_search .datepicker .datepicker-input input {
1031
- padding-left: 8px;
1032
- width: 270px !important;
1033
- height: 42px !important;
1034
- background-color: #ffffff !important;
1035
- border-radius: 2px;
1036
- border: solid 1px #c7c7c7 !important;
1037
- color: #333333;
1038
- font-size: 1.4rem;
1039
- font-family: PingFang;
1040
- }
1041
-
1042
- .input_search::-webkit-input-placeholder {
1043
- color: #999999;
1044
- font-size: 1.4rem;
1045
- padding-left: 6px;
1046
- font-family: PingFang;
1047
- }
1048
-
1049
- .input_search:focus {
1050
- border: solid 1px #6aa6e2;
1051
- }
1052
-
1053
- /*查询输入域*/
1054
- .input_textarea {
1055
- width: 270px;
1056
- height: 120px;
1057
- background-color: #ffffff;
1058
- border-radius: 2px;
1059
- border: solid 1px #c7c7c7;
1060
- color: #333333;
1061
- font-size: 1.4rem;
1062
- font-family: PingFang;
1063
- }
1064
-
1065
- .input_textarea .datepicker .datepicker-input input {
1066
- padding-left: 8px;
1067
- width: 270px !important;
1068
- height: 120px !important;
1069
- background-color: #ffffff !important;
1070
- border-radius: 2px;
1071
- border: solid 1px #c7c7c7 !important;
1072
- color: #333333;
1073
- font-size: 1.4rem;
1074
- font-family: PingFang;
1075
- }
1076
-
1077
- .input_textarea::-webkit-input-placeholder {
1078
- color: #ffffff;
1079
- font-size: 1.4rem;
1080
- padding-left: 6px;
1081
- font-family: PingFang;
1082
- }
1083
-
1084
- .input_textarea:focus {
1085
- border: solid 1px #6aa6e2;
1086
- }
1087
-
1088
-
1089
- /*下拉框*/
1090
- .select button {
1091
- width: 270px !important;
1092
- height: 35px !important;
1093
- background-color: #ffffff !important;
1094
- border-radius: 2px !important;
1095
- border: solid 1px #c7c7c7 !important;
1096
- color: #999999;
1097
- font-size: 1.4rem;
1098
- font-family: PingFang;
1099
- font-weight: normal !important;
1100
- }
1101
-
1102
- .select button:focus {
1103
- border: solid 1px #6aa6e2 !important;
1104
- }
1105
-
1106
- }
1107
-
1108
- /*分辨率@1600*900*/
1109
- @media screen and (max-width: 1600px) {
1110
-
1111
- html {
1112
- font-size: 9px;
1113
- }
1114
-
1115
- .select-style {
1116
- font-size: 1.4rem;
1117
- }
1118
-
1119
-
1120
- .btn-group {
1121
- display: inline-flex !important;
1122
- height: 35px;
1123
- }
1124
-
1125
- /********************按钮*****************/
1126
- /*按钮间隔*/
1127
- /*.button_spacing{margin: 0px 0px 0px 20px;}*/
1128
- .font_normal_body {
1129
- font-size: 15px !important;
1130
- line-height: 26px;
1131
- }
1132
-
1133
- .font_bold_body {
1134
- font-size: 15px !important;
1135
- line-height: 26px;
1136
- }
1137
-
1138
- .font_bold_title {
1139
- font-size: 15px !important;
1140
- line-height: 26px;
1141
- }
1142
-
1143
- .table_sy thead tr th {
1144
- font-size: 15px !important;
1145
- }
1146
-
1147
- .foot .pager {
1148
- font-size: 15px !important;
1149
- color: #666666 !important;
1150
- font-weight: normal !important;
1151
- }
1152
-
1153
- .foot .pager a {
1154
- font-size: 15px !important;
1155
- color: #666666 !important;
1156
- font-weight: normal !important;
1157
- }
1158
-
1159
- .foot .pager li {
1160
- font-size: 15px !important;
1161
- color: #666666 !important;
1162
- font-weight: normal !important;
1163
- }
1164
-
1165
- /*按钮查询*/
1166
- .button_search {
1167
- padding: 6px 10px;
1168
- width: max-content;
1169
- background-color: #6aa6e2;
1170
- border-radius: 4px;
1171
- border: none;
1172
- font-family: PingFang;
1173
- font-size: 15px;
1174
- color: #ffffff;
1175
- }
1176
-
1177
- .button_search:hover {
1178
- background-color: #3592ef;
1179
- }
1180
-
1181
- /*删除按钮*/
1182
- .button_delete {
1183
- padding: 6px 10px;
1184
- width: max-content;
1185
- background-color: #f1684d;
1186
- border-radius: 4px;
1187
- border: none;
1188
- font-family: PingFang;
1189
- font-size: 1.4rem;
1190
- color: #ffffff;
1191
- }
1192
-
1193
- .button_delete:hover {
1194
- background-color: red;
1195
- }
1196
-
1197
- /*按钮清空*/
1198
- .button_clear {
1199
- padding: 6px 10px;
1200
- width: max-content;
1201
- background-color: #5ac0d9;
1202
- border-radius: 4px;
1203
- border: none;
1204
- font-family: PingFang;
1205
- font-size: 15px;
1206
- color: #ffffff;
1207
- }
1208
-
1209
- .button_clear:hover {
1210
- background-color: #27c4eb;
1211
- }
1212
-
1213
- .button_search-1 {
1214
- padding: 6px 10px;
1215
- width: max-content;
1216
- background-color: #6aa6e2;
1217
- border-radius: 4px;
1218
- border: none;
1219
- font-family: PingFang;
1220
- font-size: 1.4rem;
1221
- color: #ffffff;
1222
- }
1223
-
1224
- .button_search-1:hover {
1225
- background-color: #3592ef;
1226
- }
1227
-
1228
- .button_search-2 {
1229
- padding: 3px 12px;
1230
- width: 90px;
1231
- font-family: PINGFANG-BOLD;
1232
- font-size: 14px;
1233
- letter-spacing: 0px;
1234
- color: #4792de;
1235
- background-color: #ffffff;
1236
- border-radius: 4px;
1237
- border: solid 1px #4792de;
1238
- }
1239
-
1240
- .button_search-3 {
1241
- padding: 5px 12px;
1242
- width: max-content;
1243
- font-family: PINGFANG-BOLD;
1244
- font-size: 14px;
1245
- letter-spacing: 0px;
1246
- color: #4792de;
1247
- background-color: #ffffff;
1248
- border-radius: 4px;
1249
- border: solid 1px #4792de;
1250
- }
1251
-
1252
- .button_search-2:hover {
1253
- background-color: #ecf6ff;
1254
- }
1255
-
1256
- .button_search-3:hover {
1257
- background-color: #ecf6ff;
1258
- }
1259
-
1260
- .button_new-1 {
1261
- padding: 6px 10px;
1262
- width: max-content;
1263
- background-color: #ffffff;
1264
- border-radius: 4px;
1265
- border: solid 1px #6aa6e2;
1266
- font-family: PingFang;
1267
- font-size: 1.4rem;
1268
- color: #6aa6e2;
1269
- }
1270
-
1271
- .button_new-1:hover {
1272
- background-color: #f0f8ff;
1273
- }
1274
-
1275
- /*按钮新建*/
1276
- .button_new {
1277
- padding: 6px 10px;
1278
- width: max-content;
1279
- background-color: #ffffff;
1280
- border-radius: 4px;
1281
- border: solid 1px #6aa6e2;
1282
- font-family: PingFang;
1283
- font-size: 15px;
1284
- color: #6aa6e2;
1285
- }
1286
-
1287
- .button_new:hover {
1288
- background-color: #f0f8ff;
1289
- }
1290
-
1291
- /*按钮导出*/
1292
- .button_export {
1293
- padding: 6px 10px;
1294
- width: max-content;
1295
- background-color: #ffffff;
1296
- border-radius: 4px;
1297
- border: solid 1px #6aa6e2;
1298
- font-family: PingFang;
1299
- font-size: 15px;
1300
- color: #6aa6e2;
1301
- }
1302
-
1303
- .button_export:hover {
1304
- background-color: #f0f8ff;
1305
- }
1306
-
1307
- .button_export button {
1308
- padding: 6px 10px;
1309
- width: max-content;
1310
- background-color: #ffffff;
1311
- border-radius: 4px;
1312
- border: solid 1px #6aa6e2;
1313
- font-family: PingFang;
1314
- font-size: 15px;
1315
- color: #6aa6e2;
1316
- }
1317
-
1318
- .button_export button:hover {
1319
- background-color: #f0f8ff;
1320
- }
1321
-
1322
- //查询条件伸展
1323
- .button_stretch {
1324
- padding: 6px 10px;
1325
- width: max-content;
1326
- background-color: #ffffff;
1327
- border-radius: 4px;
1328
- border: solid 1px #6aa6e2;
1329
- font-family: PingFang;
1330
- font-size: 1.4rem;
1331
- color: #6aa6e2;
1332
- }
1333
-
1334
- .button_stretch:hover {
1335
- background-color: #f0f8ff;
1336
- }
1337
-
1338
- .button_stretch button {
1339
- padding: 6px 10px;
1340
- width: max-content;
1341
- background-color: #ffffff;
1342
- border-radius: 4px;
1343
- border: solid 1px #6aa6e2;
1344
- font-family: PingFang;
1345
- font-size: 1.4rem;
1346
- color: #6aa6e2;
1347
- }
1348
-
1349
- .button_stretch button:hover {
1350
- background-color: #f0f8ff;
1351
- }
1352
-
1353
- //左右伸缩按钮
1354
- .button_shrink_top {
1355
- width: 34px;
1356
- height: 34px;
1357
- background-size: 100%;
1358
- background-image: url("../../../../static/newStyle/stretch_top.png")
1359
- }
1360
-
1361
- .button_shrink_bottom {
1362
- width: 34px;
1363
- height: 34px;
1364
- background-size: 100%;
1365
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
1366
- }
1367
-
1368
- .button_shrink_left {
1369
- width: 34px;
1370
- height: 34px;
1371
- background-size: 100%;
1372
- background-image: url("../../../../static/newStyle/stretch_left.png")
1373
- }
1374
-
1375
- .button_shrink_right {
1376
- width: 34px;
1377
- height: 34px;
1378
- background-size: 100%;
1379
- background-image: url("../../../../static/newStyle/stretch_right.png")
1380
- }
1381
-
1382
-
1383
- /*查询输入框*/
1384
- .input_search {
1385
- padding: 7px;
1386
- width: 200px;
1387
- height: 34px;
1388
- background-color: #ffffff;
1389
- border-radius: 2px;
1390
- border: solid 1px #c7c7c7 !important;
1391
- color: #333333 !important;
1392
- font-size: 15px !important;
1393
- font-family: PingFang;
1394
- }
1395
-
1396
- .input_search::-webkit-input-placeholder {
1397
- color: #999999;
1398
- font-size: 14px;
1399
- padding-left: 6px;
1400
- font-family: PingFang;
1401
- }
1402
-
1403
- .input_search:focus {
1404
- border: solid 1px #6aa6e2;
1405
- }
1406
-
1407
- /*查询输入域*/
1408
- .input_textarea {
1409
- width: 200px;
1410
- height: 110px;
1411
- background-color: #ffffff;
1412
- border-radius: 2px;
1413
- border: solid 1px #c7c7c7;
1414
- color: #333333;
1415
- font-size: 1.4rem;
1416
- font-family: PingFang;
1417
- }
1418
-
1419
- .input_textarea .datepicker .datepicker-input input {
1420
- padding-left: 7px;
1421
- width: 200px !important;
1422
- height: 110px !important;
1423
- background-color: #ffffff !important;
1424
- border-radius: 2px;
1425
- border: solid 1px #c7c7c7 !important;
1426
- color: #333333;
1427
- font-size: 1.4rem;
1428
- font-family: PingFang;
1429
- }
1430
-
1431
- .input_textarea::-webkit-input-placeholder {
1432
- color: #ffffff;
1433
- font-size: 1.4rem;
1434
- padding-left: 6px;
1435
- font-family: PingFang;
1436
- }
1437
-
1438
- .input_textarea:focus {
1439
- border: solid 1px #6aa6e2;
1440
- }
1441
-
1442
- /*下拉框*/
1443
- .select button {
1444
- width: 200px !important;
1445
- height: 34px !important;
1446
- background-color: #ffffff !important;
1447
- border-radius: 2px !important;
1448
- border: solid 1px #c7c7c7 !important;
1449
- color: #999999 !important;
1450
- font-size: 15px !important;
1451
- font-family: PingFang;
1452
- font-weight: normal !important;
1453
- }
1454
-
1455
- .select button:focus {
1456
- border: solid 1px #6aa6e2 !important;
1457
- }
1458
- }
1459
-
1460
- /*分辨率@1366*768*/
1461
- @media screen and (max-width: 1366px) {
1462
- html {
1463
- font-size: 8px;
1464
- }
1465
-
1466
- .select-style {
1467
- font-size: 1.4rem;
1468
- }
1469
-
1470
-
1471
- .btn-group {
1472
- display: inline-flex !important;
1473
- height: 34px;
1474
- }
1475
-
1476
- /********************按钮*****************/
1477
- /*按钮间隔*/
1478
- /*.button_spacing{margin: 0px 0px 0px 20px;}*/
1479
- .font_normal_body {
1480
- font-size: 13px !important;
1481
- line-height: 24px;
1482
- }
1483
-
1484
- .font_bold_body {
1485
- font-size: 14px !important;
1486
- line-height: 24px;
1487
- }
1488
-
1489
- .font_bold_title {
1490
- font-size: 14px !important;
1491
- line-height: 24px;
1492
- }
1493
-
1494
- .table_sy thead tr th {
1495
- font-size: 14px !important;
1496
- }
1497
-
1498
- .foot .pager {
1499
- font-size: 14px !important;
1500
- color: #666666 !important;
1501
- font-weight: normal !important;
1502
- }
1503
-
1504
- .foot .pager a {
1505
- font-size: 14px !important;
1506
- color: #666666 !important;
1507
- font-weight: normal !important;
1508
- }
1509
-
1510
- .foot .pager li {
1511
- font-size: 14px !important;
1512
- color: #666666 !important;
1513
- font-weight: normal !important;
1514
- }
1515
-
1516
- /*按钮查询*/
1517
- .button_search {
1518
- padding: 6px 12px;
1519
- width: max-content;
1520
- background-color: #6aa6e2;
1521
- border-radius: 4px;
1522
- border: none;
1523
- font-family: PingFang;
1524
- font-size: 14px;
1525
- color: #ffffff;
1526
- }
1527
-
1528
- .button_search:hover {
1529
- background-color: #3592ef;
1530
- }
1531
-
1532
- /*删除按钮*/
1533
- .button_delete {
1534
- padding: 6px 12px;
1535
- width: max-content;
1536
- background-color: #f1684d;
1537
- border-radius: 4px;
1538
- border: none;
1539
- font-family: PingFang;
1540
- font-size: 1.4rem;
1541
- color: #ffffff;
1542
- }
1543
-
1544
- .button_delete:hover {
1545
- background-color: red;
1546
- }
1547
-
1548
- /*按钮清空*/
1549
- .button_clear {
1550
- padding: 6px 12px;
1551
- width: max-content;
1552
- background-color: #5ac0d9;
1553
- border-radius: 4px;
1554
- border: none;
1555
- font-family: PingFang;
1556
- font-size: 14px;
1557
- color: #ffffff;
1558
- }
1559
-
1560
- .button_clear:hover {
1561
- background-color: #27c4eb;
1562
- }
1563
-
1564
- .button_search-1 {
1565
- padding: 6px 12px;
1566
- width: max-content;
1567
- background-color: #6aa6e2;
1568
- border-radius: 4px;
1569
- border: none;
1570
- font-family: PingFang;
1571
- font-size: 1.4rem;
1572
- color: #ffffff;
1573
- }
1574
-
1575
- .button_search-1:hover {
1576
- background-color: #3592ef;
1577
- }
1578
-
1579
- .button_search-2 {
1580
- padding: 3px 12px;
1581
- width: 90px;
1582
- font-family: PINGFANG-BOLD;
1583
- font-size: 14px;
1584
- letter-spacing: 0px;
1585
- color: #4792de;
1586
- background-color: #ffffff;
1587
- border-radius: 4px;
1588
- border: solid 1px #4792de;
1589
- }
1590
-
1591
- .button_search-3 {
1592
- padding: 5px 12px;
1593
- width: max-content;
1594
- font-family: PINGFANG-BOLD;
1595
- font-size: 14px;
1596
- letter-spacing: 0px;
1597
- color: #4792de;
1598
- background-color: #ffffff;
1599
- border-radius: 4px;
1600
- border: solid 1px #4792de;
1601
- }
1602
-
1603
- .button_search-2:hover {
1604
- background-color: #ecf6ff;
1605
- }
1606
-
1607
- .button_search-3:hover {
1608
- background-color: #ecf6ff;
1609
- }
1610
-
1611
- .button_new-1 {
1612
- padding: 6px 12px;
1613
- width: max-content;
1614
- background-color: #ffffff;
1615
- border-radius: 4px;
1616
- border: solid 1px #6aa6e2;
1617
- font-family: PingFang;
1618
- font-size: 1.4rem;
1619
- color: #6aa6e2;
1620
- }
1621
-
1622
- .button_new-1:hover {
1623
- background-color: #f0f8ff;
1624
- }
1625
-
1626
- /*按钮新建*/
1627
- .button_new {
1628
- padding: 6px 12px;
1629
- width: max-content;
1630
- background-color: #ffffff;
1631
- border-radius: 4px;
1632
- border: solid 1px #6aa6e2;
1633
- font-family: PingFang;
1634
- font-size: 14px;
1635
- color: #6aa6e2;
1636
- }
1637
-
1638
- .button_new:hover {
1639
- background-color: #f0f8ff;
1640
- }
1641
-
1642
- /*按钮导出*/
1643
- .button_export {
1644
- padding: 6px 12px;
1645
- width: max-content;
1646
- background-color: #ffffff;
1647
- border-radius: 4px;
1648
- border: solid 1px #6aa6e2;
1649
- font-family: PingFang;
1650
- font-size: 14px;
1651
- color: #6aa6e2;
1652
- }
1653
-
1654
- .button_export:hover {
1655
- background-color: #f0f8ff;
1656
- }
1657
-
1658
- .button_export button {
1659
- padding: 6px 12px;
1660
- width: max-content;
1661
- background-color: #ffffff !important;
1662
- border-radius: 4px !important;
1663
- border: solid 1px #6aa6e2 !important;
1664
- font-family: PingFang;
1665
- font-size: 14px !important;
1666
- color: #6aa6e2 !important;
1667
- }
1668
-
1669
- .button_export button:hover {
1670
- background-color: #f0f8ff;
1671
- }
1672
-
1673
- //查询条件伸展
1674
- .button_stretch {
1675
- padding: 6px 12px;
1676
- width: max-content;
1677
- background-color: #ffffff;
1678
- border-radius: 4px;
1679
- border: solid 1px #6aa6e2;
1680
- font-family: PingFang;
1681
- font-size: 1.4rem;
1682
- color: #6aa6e2;
1683
- }
1684
-
1685
- .button_stretch:hover {
1686
- background-color: #f0f8ff;
1687
- }
1688
-
1689
- .button_stretch button {
1690
- padding: 6px 12px;
1691
- width: max-content;
1692
- background-color: #ffffff;
1693
- border-radius: 4px;
1694
- border: solid 1px #6aa6e2;
1695
- font-family: PingFang;
1696
- font-size: 1.4rem;
1697
- color: #6aa6e2;
1698
- }
1699
-
1700
- .button_stretch button:hover {
1701
- background-color: #f0f8ff;
1702
- }
1703
-
1704
- //左右伸缩按钮
1705
- .button_shrink_top {
1706
- width: 32px;
1707
- height: 32px;
1708
- background-size: 100%;
1709
- background-image: url("../../../../static/newStyle/stretch_top.png")
1710
- }
1711
-
1712
- .button_shrink_bottom {
1713
- width: 32px;
1714
- height: 32px;
1715
- background-size: 100%;
1716
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
1717
- }
1718
-
1719
- .button_shrink_left {
1720
- width: 32px;
1721
- height: 32px;
1722
- background-size: 100%;
1723
- background-image: url("../../../../static/newStyle/stretch_left.png")
1724
- }
1725
-
1726
- .button_shrink_right {
1727
- width: 32px;
1728
- height: 32px;
1729
- background-size: 100%;
1730
- background-image: url("../../../../static/newStyle/stretch_right.png")
1731
- }
1732
-
1733
-
1734
- /*查询输入框*/
1735
- .input_search {
1736
- padding: 8px;
1737
- width: 180px;
1738
- height: 32px;
1739
- background-color: #ffffff;
1740
- border-radius: 2px;
1741
- border: solid 1px #c7c7c7;
1742
- color: #333333;
1743
- font-size: 14px;
1744
- font-family: PingFang;
1745
- }
1746
-
1747
- .input_search::-webkit-input-placeholder {
1748
- color: #999999;
1749
- font-size: 14px;
1750
- padding-left: 6px;
1751
- font-family: PingFang;
1752
- }
1753
-
1754
- .input_search:focus {
1755
- border: solid 1px #6aa6e2;
1756
- }
1757
-
1758
- /*查询输入域*/
1759
- .input_textarea {
1760
- width: 180px;
1761
- height: 100px;
1762
- background-color: #ffffff;
1763
- border-radius: 2px;
1764
- border: solid 1px #c7c7c7;
1765
- color: #333333;
1766
- font-size: 1.4rem;
1767
- font-family: PingFang;
1768
- }
1769
-
1770
- .input_textarea .datepicker .datepicker-input input {
1771
- padding-left: 8px;
1772
- width: 180px !important;
1773
- height: 100px !important;
1774
- background-color: #ffffff !important;
1775
- border-radius: 2px;
1776
- border: solid 1px #c7c7c7 !important;
1777
- color: #333333;
1778
- font-size: 1.4rem;
1779
- font-family: PingFang;
1780
- }
1781
-
1782
- .input_textarea::-webkit-input-placeholder {
1783
- color: #ffffff;
1784
- font-size: 1.4rem;
1785
- padding-left: 6px;
1786
- font-family: PingFang;
1787
- }
1788
-
1789
- .input_textarea:focus {
1790
- border: solid 1px #6aa6e2;
1791
- }
1792
-
1793
- /*下拉框*/
1794
- .select button {
1795
- width: 180px !important;
1796
- height: 32px !important;
1797
- background-color: #ffffff !important;
1798
- border-radius: 2px !important;
1799
- border: solid 1px #c7c7c7 !important;
1800
- color: #999999 !important;
1801
- font-size: 14px !important;
1802
- font-family: PingFang;
1803
- font-weight: normal !important;
1804
- }
1805
-
1806
- .select button:focus {
1807
- border: solid 1px #6aa6e2 !important;
1808
- }
1809
-
1810
- }
1811
-
1812
- /*分辨率@1366*768*/
1813
- @media screen and (max-width: 1280px) {
1814
-
1815
- html {
1816
- font-size: 7px;
1817
- }
1818
-
1819
- .select-style {
1820
- font-size: 1.4rem;
1821
- }
1822
-
1823
-
1824
- .btn-group {
1825
- display: inline-flex !important;
1826
- height: 34px;
1827
- }
1828
-
1829
- /********************按钮*****************/
1830
- /*按钮间隔*/
1831
- /*.button_spacing{margin: 0px 0px 0px 20px;}*/
1832
- .font_normal_body {
1833
- font-size: 12px !important;
1834
- line-height: 22px;
1835
- }
1836
-
1837
- .font_bold_body {
1838
- font-size: 12px !important;
1839
- line-height: 22px;
1840
- }
1841
-
1842
- .font_bold_title {
1843
- font-size: 12px !important;
1844
- line-height: 22px;
1845
- }
1846
-
1847
- .table_sy thead tr th {
1848
- font-size: 12px !important;
1849
- }
1850
-
1851
- .foot .pager {
1852
- font-size: 12px !important;
1853
- color: #666666 !important;
1854
- font-weight: normal !important;
1855
- }
1856
-
1857
- .foot .pager a {
1858
- font-size: 12px !important;
1859
- color: #666666 !important;
1860
- font-weight: normal !important;
1861
- }
1862
-
1863
- .foot .pager li {
1864
- font-size: 12px !important;
1865
- color: #666666 !important;
1866
- font-weight: normal !important;
1867
- }
1868
-
1869
- /*按钮查询*/
1870
- .button_search {
1871
- padding: 6px 8px;
1872
- width: max-content;
1873
- background-color: #6aa6e2;
1874
- border-radius: 4px;
1875
- border: none;
1876
- font-family: PingFang;
1877
- font-size: 12px;
1878
- color: #ffffff;
1879
- }
1880
-
1881
- .button_search:hover {
1882
- background-color: #3592ef;
1883
- }
1884
-
1885
- /*删除按钮*/
1886
- .button_delete {
1887
- padding: 6px 8px;
1888
- width: max-content;
1889
- background-color: #f1684d;
1890
- border-radius: 4px;
1891
- border: none;
1892
- font-family: PingFang;
1893
- font-size: 1.4rem;
1894
- color: #ffffff;
1895
- }
1896
-
1897
- .button_delete:hover {
1898
- background-color: red;
1899
- }
1900
-
1901
- /*按钮清空*/
1902
- .button_clear {
1903
- padding: 6px 8px;
1904
- width: max-content;
1905
- background-color: #5ac0d9;
1906
- border-radius: 4px;
1907
- border: none;
1908
- font-family: PingFang;
1909
- font-size: 12px;
1910
- color: #ffffff;
1911
- }
1912
-
1913
- .button_clear:hover {
1914
- background-color: #27c4eb;
1915
- }
1916
-
1917
- /*按钮新建*/
1918
- .button_new {
1919
- padding: 6px 8px;
1920
- width: max-content;
1921
- background-color: #ffffff;
1922
- border-radius: 4px;
1923
- border: solid 1px #6aa6e2;
1924
- font-family: PingFang;
1925
- font-size: 12px;
1926
- color: #6aa6e2;
1927
- }
1928
-
1929
- .button_new:hover {
1930
- background-color: #f0f8ff;
1931
- }
1932
-
1933
- .button_search-1 {
1934
- padding: 6px 8px;
1935
- width: max-content;
1936
- background-color: #6aa6e2;
1937
- border-radius: 4px;
1938
- border: none;
1939
- font-family: PingFang;
1940
- font-size: 1.4rem;
1941
- color: #ffffff;
1942
- }
1943
-
1944
- .button_search-1:hover {
1945
- background-color: #3592ef;
1946
- }
1947
-
1948
- .button_search-2 {
1949
- padding: 3px 12px;
1950
- width: 90px;
1951
- font-family: PINGFANG-BOLD;
1952
- font-size: 14px;
1953
- letter-spacing: 0px;
1954
- color: #4792de;
1955
- background-color: #ffffff;
1956
- border-radius: 4px;
1957
- border: solid 1px #4792de;
1958
- }
1959
-
1960
- .button_search-3 {
1961
- padding: 5px 12px;
1962
- width: max-content;
1963
- font-family: PINGFANG-BOLD;
1964
- font-size: 14px;
1965
- letter-spacing: 0px;
1966
- color: #4792de;
1967
- background-color: #ffffff;
1968
- border-radius: 4px;
1969
- border: solid 1px #4792de;
1970
- }
1971
-
1972
- .button_search-2:hover {
1973
- background-color: #ecf6ff;
1974
- }
1975
-
1976
- .button_search-3:hover {
1977
- background-color: #ecf6ff;
1978
- }
1979
-
1980
- .button_new-1 {
1981
- padding: 6px 8px;
1982
- width: max-content;
1983
- background-color: #ffffff;
1984
- border-radius: 4px;
1985
- border: solid 1px #6aa6e2;
1986
- font-family: PingFang;
1987
- font-size: 1.4rem;
1988
- color: #6aa6e2;
1989
- }
1990
-
1991
- .button_new-1:hover {
1992
- background-color: #f0f8ff;
1993
- }
1994
-
1995
- /*按钮导出*/
1996
- .button_export {
1997
- padding: 6px 8px;
1998
- width: max-content;
1999
- background-color: #ffffff;
2000
- border-radius: 4px;
2001
- border: solid 1px #6aa6e2;
2002
- font-family: PingFang;
2003
- font-size: 12px;
2004
- color: #6aa6e2;
2005
- }
2006
-
2007
- .button_export:hover {
2008
- background-color: #f0f8ff;
2009
- }
2010
-
2011
- .button_export button {
2012
- padding: 6px 8px;
2013
- width: max-content;
2014
- background-color: #ffffff !important;
2015
- border-radius: 4px !important;
2016
- border: solid 1px #6aa6e2 !important;
2017
- font-family: PingFang;
2018
- font-size: 12px !important;
2019
- color: #6aa6e2 !important;
2020
- }
2021
-
2022
- .button_export button:hover {
2023
- background-color: #f0f8ff;
2024
- }
2025
-
2026
- //查询条件伸展
2027
- .button_stretch {
2028
- padding: 6px 8px;
2029
- width: max-content;
2030
- background-color: #ffffff;
2031
- border-radius: 4px;
2032
- border: solid 1px #6aa6e2;
2033
- font-family: PingFang;
2034
- font-size: 1.4rem;
2035
- color: #6aa6e2;
2036
- }
2037
-
2038
- .button_stretch:hover {
2039
- background-color: #f0f8ff;
2040
- }
2041
-
2042
- .button_stretch button {
2043
- padding: 6px 8px;
2044
- width: max-content;
2045
- background-color: #ffffff;
2046
- border-radius: 4px;
2047
- border: solid 1px #6aa6e2;
2048
- font-family: PingFang;
2049
- font-size: 1.4rem;
2050
- color: #6aa6e2;
2051
- }
2052
-
2053
- .button_stretch button:hover {
2054
- background-color: #f0f8ff;
2055
- }
2056
-
2057
- //左右伸缩按钮
2058
- .button_shrink_top {
2059
- width: 30px;
2060
- height: 30px;
2061
- border: solid 1px #6aa6e2;
2062
- background-size: 100%;
2063
- background-image: url("../../../../static/newStyle/stretch_top.png")
2064
- }
2065
-
2066
- .button_shrink_bottom {
2067
- width: 30px;
2068
- height: 30px;
2069
- border: solid 1px #6aa6e2;
2070
- background-size: 100%;
2071
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
2072
- }
2073
-
2074
- .button_shrink_left {
2075
- width: 30px;
2076
- height: 30px;
2077
- border: solid 1px #6aa6e2;
2078
- background-size: 100%;
2079
- background-image: url("../../../../static/newStyle/stretch_left.png")
2080
- }
2081
-
2082
- .button_shrink_right {
2083
- width: 30px;
2084
- height: 30px;
2085
- border: solid 1px #6aa6e2;
2086
- background-size: 100%;
2087
- background-image: url("../../../../static/newStyle/stretch_right.png")
2088
- }
2089
-
2090
- /*查询输入框*/
2091
- .input_search {
2092
- padding: 6px;
2093
- width: 180px;
2094
- height: 30px;
2095
- background-color: #ffffff;
2096
- border-radius: 2px;
2097
- border: solid 1px #c7c7c7;
2098
- color: #333333;
2099
- font-size: 12px;
2100
- font-family: PingFang;
2101
- }
2102
-
2103
- .input_search::-webkit-input-placeholder {
2104
- color: #999999;
2105
- font-size: 12px;
2106
- padding-left: 6px;
2107
- font-family: PingFang;
2108
- }
2109
-
2110
- .input_search:focus {
2111
- border: solid 1px #6aa6e2;
2112
- }
2113
-
2114
- /*查询输入域*/
2115
- .input_textarea {
2116
- width: 180px;
2117
- height: 100px;
2118
- background-color: #ffffff;
2119
- border-radius: 2px;
2120
- border: solid 1px #c7c7c7;
2121
- color: #333333;
2122
- font-size: 14px;
2123
- font-family: PingFang;
2124
- }
2125
-
2126
- .input_textarea .datepicker .datepicker-input input {
2127
- padding-left: 6px;
2128
- width: 180px !important;
2129
- height: 100px !important;
2130
- background-color: #ffffff !important;
2131
- border-radius: 2px;
2132
- border: solid 1px #c7c7c7 !important;
2133
- color: #333333;
2134
- font-size: 14px;
2135
- font-family: PingFang;
2136
- }
2137
-
2138
- .input_textarea::-webkit-input-placeholder {
2139
- color: #ffffff;
2140
- font-size: 14px;
2141
- padding-left: 6px;
2142
- font-family: PingFang;
2143
- }
2144
-
2145
- .input_textarea:focus {
2146
- border: solid 1px #6aa6e2;
2147
- }
2148
-
2149
- /*下拉框*/
2150
- .select button {
2151
- width: 180px !important;
2152
- height: 30px !important;
2153
- background-color: #ffffff !important;
2154
- border-radius: 2px !important;
2155
- border: solid 1px #c7c7c7 !important;
2156
- color: #999999 !important;
2157
- font-size: 12px !important;
2158
- font-family: PingFang;
2159
- font-weight: normal !important;
2160
- }
2161
-
2162
- .select button:focus {
2163
- border: solid 1px #6aa6e2 !important;
2164
- }
2165
-
2166
- }
2167
-
2168
- /*分辨率@1366*768*/
2169
- @media screen and (max-width: 800px) {
2170
- html {
2171
- font-size: 6px;
2172
- }
2173
-
2174
- /********************按钮*****************/
2175
- /*按钮间隔*/
2176
- /*.button_spacing{margin: 0px 0px 0px 20px;}*/
2177
- .font_normal_body {
2178
- font-size: 12px !important;
2179
- line-height: 20px;
2180
- }
2181
-
2182
- .font_bold_body {
2183
- font-size: 12px !important;
2184
- line-height: 20px;
2185
- }
2186
-
2187
- .font_bold_title {
2188
- font-size: 12px !important;
2189
- line-height: 20px;
2190
- }
2191
-
2192
- .table_sy thead tr th {
2193
- font-size: 12px !important;
2194
- }
2195
-
2196
- .foot .pager {
2197
- font-size: 12px !important;
2198
- color: #666666 !important;
2199
- font-weight: normal !important;
2200
- }
2201
-
2202
- .foot .pager a {
2203
- font-size: 12px !important;
2204
- color: #666666 !important;
2205
- font-weight: normal !important;
2206
- }
2207
-
2208
- .foot .pager li {
2209
- font-size: 12px !important;
2210
- color: #666666 !important;
2211
- font-weight: normal !important;
2212
- }
2213
-
2214
- /*按钮查询*/
2215
- .button_search {
2216
- padding: 6px 8px;
2217
- width: max-content;
2218
- background-color: #6aa6e2;
2219
- border-radius: 4px;
2220
- border: none;
2221
- font-family: PingFang;
2222
- font-size: 14px;
2223
- color: #ffffff;
2224
- }
2225
-
2226
- .button_search:hover {
2227
- background-color: #3592ef;
2228
- }
2229
-
2230
- /*删除按钮*/
2231
- .button_delete {
2232
- padding: 6px 8px;
2233
- width: max-content;
2234
- background-color: #f1684d;
2235
- border-radius: 4px;
2236
- border: none;
2237
- font-family: PingFang;
2238
- font-size: 1.4rem;
2239
- color: #ffffff;
2240
- }
2241
-
2242
- .button_delete:hover {
2243
- background-color: red;
2244
- }
2245
-
2246
- /*按钮清空*/
2247
- .button_clear {
2248
- padding: 6px 8px;
2249
- width: max-content;
2250
- background-color: #5ac0d9;
2251
- border-radius: 4px;
2252
- border: none;
2253
- font-family: PingFang;
2254
- font-size: 12px;
2255
- color: #ffffff;
2256
- }
2257
-
2258
- .button_clear:hover {
2259
- background-color: #27c4eb;
2260
- }
2261
-
2262
- /*按钮新建*/
2263
- .button_new {
2264
- padding: 6px 8px;
2265
- width: max-content;
2266
- background-color: #ffffff;
2267
- border-radius: 4px;
2268
- border: solid 1px #6aa6e2;
2269
- font-family: PingFang;
2270
- font-size: 12px;
2271
- color: #6aa6e2;
2272
- }
2273
-
2274
- .button_new:hover {
2275
- background-color: #f0f8ff;
2276
- }
2277
-
2278
- .button_search-1 {
2279
- padding: 6px 8px;
2280
- width: max-content;
2281
- background-color: #6aa6e2;
2282
- border-radius: 4px;
2283
- border: none;
2284
- font-family: PingFang;
2285
- font-size: 1.4rem;
2286
- color: #ffffff;
2287
- }
2288
-
2289
- .button_search-1:hover {
2290
- background-color: #3592ef;
2291
- }
2292
-
2293
- .button_search-2 {
2294
- padding: 3px 12px;
2295
- width: 90px;
2296
- font-family: PINGFANG-BOLD;
2297
- font-size: 14px;
2298
- letter-spacing: 0px;
2299
- color: #4792de;
2300
- background-color: #ffffff;
2301
- border-radius: 4px;
2302
- border: solid 1px #4792de;
2303
- }
2304
-
2305
- .button_search-3 {
2306
- padding: 5px 12px;
2307
- width: max-content;
2308
- font-family: PINGFANG-BOLD;
2309
- font-size: 14px;
2310
- letter-spacing: 0px;
2311
- color: #4792de;
2312
- background-color: #ffffff;
2313
- border-radius: 4px;
2314
- border: solid 1px #4792de;
2315
- }
2316
-
2317
- .button_search-2:hover {
2318
- background-color: #ecf6ff;
2319
- }
2320
-
2321
- .button_search-3:hover {
2322
- background-color: #ecf6ff;
2323
- }
2324
-
2325
- .button_new-1 {
2326
- padding: 6px 8px;
2327
- width: max-content;
2328
- background-color: #ffffff;
2329
- border-radius: 4px;
2330
- border: solid 1px #6aa6e2;
2331
- font-family: PingFang;
2332
- font-size: 1.4rem;
2333
- color: #6aa6e2;
2334
- }
2335
-
2336
- .button_new-1:hover {
2337
- background-color: #f0f8ff;
2338
- }
2339
-
2340
- /*按钮导出*/
2341
- .button_export {
2342
- padding: 6px 8px;
2343
- width: max-content;
2344
- background-color: #ffffff;
2345
- border-radius: 4px;
2346
- border: solid 1px #6aa6e2;
2347
- font-family: PingFang;
2348
- font-size: 12px;
2349
- color: #6aa6e2;
2350
- }
2351
-
2352
- .button_export:hover {
2353
- background-color: #f0f8ff;
2354
- }
2355
-
2356
- .button_export button {
2357
- padding: 6px 8px;
2358
- width: max-content;
2359
- background-color: #ffffff !important;
2360
- border-radius: 4px !important;
2361
- border: solid 1px #6aa6e2 !important;
2362
- font-family: PingFang;
2363
- font-size: 12px !important;
2364
- color: #6aa6e2 !important;
2365
- }
2366
-
2367
- .button_export button:hover {
2368
- background-color: #f0f8ff;
2369
- }
2370
-
2371
- //查询条件伸展
2372
- .button_stretch {
2373
- padding: 6px 8px;
2374
- width: max-content;
2375
- background-color: #ffffff;
2376
- border-radius: 4px;
2377
- border: solid 1px #6aa6e2;
2378
- font-family: PingFang;
2379
- font-size: 1.4rem;
2380
- color: #6aa6e2;
2381
- }
2382
-
2383
- .button_stretch:hover {
2384
- background-color: #f0f8ff;
2385
- }
2386
-
2387
- .button_stretch button {
2388
- padding: 6px 8px;
2389
- width: max-content;
2390
- background-color: #ffffff;
2391
- border-radius: 4px;
2392
- border: solid 1px #6aa6e2;
2393
- font-family: PingFang;
2394
- font-size: 1.4rem;
2395
- color: #6aa6e2;
2396
- }
2397
-
2398
- .button_stretch button:hover {
2399
- background-color: #f0f8ff;
2400
- }
2401
-
2402
- //左右伸缩按钮
2403
- .button_shrink_top {
2404
- width: 28px;
2405
- height: 28px;
2406
- background-size: 100%;
2407
- background-image: url("../../../../static/newStyle/stretch_top.png")
2408
- }
2409
-
2410
- .button_shrink_bottom {
2411
- width: 28px;
2412
- height: 28px;
2413
- background-size: 100%;
2414
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
2415
- }
2416
-
2417
- .button_shrink_left {
2418
- width: 28px;
2419
- height: 28px;
2420
- background-size: 100%;
2421
- background-image: url("../../../../static/newStyle/stretch_left.png")
2422
- }
2423
-
2424
- .button_shrink_right {
2425
- width: 28px;
2426
- height: 28px;
2427
- background-size: 100%;
2428
- background-image: url("../../../../static/newStyle/stretch_right.png")
2429
- }
2430
-
2431
- /*查询输入框*/
2432
- .input_search {
2433
- padding: 6px;
2434
- width: 160px;
2435
- height: 28px;
2436
- background-color: #ffffff;
2437
- border-radius: 2px;
2438
- border: solid 1px #c7c7c7;
2439
- color: #333333;
2440
- font-size: 12px;
2441
- font-family: PingFang;
2442
- }
2443
-
2444
- .input_search::-webkit-input-placeholder {
2445
- color: #999999;
2446
- font-size: 12px;
2447
- padding-left: 6px;
2448
- font-family: PingFang;
2449
- }
2450
-
2451
- .input_search:focus {
2452
- border: solid 1px #6aa6e2;
2453
- }
2454
-
2455
- /*查询输入域*/
2456
- .input_textarea {
2457
- width: 160px;
2458
- height: 90px;
2459
- background-color: #ffffff;
2460
- border-radius: 2px;
2461
- border: solid 1px #c7c7c7;
2462
- color: #333333;
2463
- font-size: 12px;
2464
- font-family: PingFang;
2465
- }
2466
-
2467
- .input_textarea .datepicker .datepicker-input input {
2468
- padding-left: 6px;
2469
- width: 160px !important;
2470
- height: 90px !important;
2471
- background-color: #ffffff !important;
2472
- border-radius: 2px;
2473
- border: solid 1px #c7c7c7 !important;
2474
- color: #333333;
2475
- font-size: 14px;
2476
- font-family: PingFang;
2477
- }
2478
-
2479
- .input_textarea::-webkit-input-placeholder {
2480
- color: #ffffff;
2481
- font-size: 14px;
2482
- padding-left: 4px;
2483
- font-family: PingFang;
2484
- }
2485
-
2486
- .input_textarea:focus {
2487
- border: solid 1px #6aa6e2;
2488
- }
2489
-
2490
- /*下拉框*/
2491
- .select button {
2492
- width: 160px !important;
2493
- height: 28px !important;
2494
- background-color: #ffffff !important;
2495
- border-radius: 2px !important;
2496
- border: solid 1px #c7c7c7 !important;
2497
- color: #999999 !important;
2498
- font-size: 12px !important;
2499
- font-family: PingFang;
2500
- font-weight: normal !important;
2501
- }
2502
-
2503
- .select button:focus {
2504
- border: solid 1px #6aa6e2 !important;
2505
- }
2506
-
2507
- }
1
+
2
+ /*=========================通用样式表=========================*/
3
+
4
+
5
+ .fonttitle (@i,@type,@colortype) when (@i > 10) {
6
+ .font_@{type}_@{colortype}_@{i} when (@colortype="title"){
7
+ font-weight: @type;
8
+ color: #333333;
9
+ text-align: right;
10
+ vertical-align: middle;
11
+ font-size: @i px;
12
+ }
13
+ .font_@{type}_@{colortype}_@{i} when (@colortype="body"){
14
+ font-weight: @type;
15
+ color: #666666;
16
+ text-align: right;
17
+ vertical-align: middle;
18
+ font-size: @i px;
19
+ }
20
+ .font_@{type}_@{colortype}_@{i} when (@colortype="title1"){
21
+ font-weight: @type;
22
+ color: #999999;
23
+ text-align: right;
24
+ vertical-align: middle;
25
+ font-size: @i px;
26
+ }
27
+ .font_@{type}_@{colortype}_@{i} when (@colortype="button"){
28
+ font-weight: @type;
29
+ color: #ffffff;
30
+ text-align: right;
31
+ vertical-align: middle;
32
+ font-size: @i px;
33
+ }
34
+ .font_@{type}_@{colortype}_@{i} when (@colortype="blue"){
35
+ font-weight: @type;
36
+ color: #6aa6e2;
37
+ text-align: right;
38
+ vertical-align: middle;
39
+ font-size: @i px;
40
+ }
41
+ .fonttitle(@i - 1,@type,@colortype);
42
+ }
43
+
44
+ .fonttitle(40,'bold','title');
45
+ .fonttitle(40,'bold','body');
46
+ .fonttitle(40,'bold','title1');
47
+ .fonttitle(40,'bold','button');
48
+ .fonttitle(40,bold,blue);
49
+ .fonttitle(40,normal,title);
50
+ .fonttitle(40,normal,body);
51
+ .fonttitle(40,normal,title1);
52
+ .fonttitle(40,normal,button);
53
+ .fonttitle(40,normal,blue);
54
+
55
+
56
+ /********************字体*****************/
57
+ /*字体标题_粗体*/
58
+ .font_bold_title{font-family: PingFang; font-weight: bold;color: #333333;text-align: right;vertical-align: middle; }
59
+ /*字体正文_粗体*/
60
+ .font_bold_body{ font-family: PingFang; font-weight: bold;color: #666666;text-align: right;vertical-align: middle; }
61
+ /*字体_粗体*/
62
+ .font_bold_title1{ font-family: PingFang; font-weight: bold;color: #999999;text-align: right;vertical-align: middle;}
63
+ /*字体按钮_粗体*/
64
+ .font_bold_button{ font-family: PingFang; font-weight: bold;color: #ffffff;text-align: right;vertical-align: middle;}
65
+ /*字体蓝色_粗体*/
66
+ .font_bold_blue{ font-family: PingFang; font-weight: bold;color: #6aa6e2;text-align: right;vertical-align: middle;}
67
+
68
+ /*字体标题_正常*/
69
+ .font_normal_title{ font-family: PingFang; font-weight: normal;color: #333333;text-align: right;vertical-align: middle;}
70
+ /*字体正文_正常*/
71
+ .font_normal_body{ font-family: PingFang; font-weight: normal !important;color: #666666;text-align: right;vertical-align: middle;}
72
+ /*字体_正常*/
73
+ .font_normal_title1{ font-family: PingFang;font-weight: normal;color: #999999;text-align: right;vertical-align: middle;}
74
+ /*字体按钮_正常*/
75
+ .font_normal_button{ font-family: PingFang;font-weight: normal;color: #ffffff;text-align: right;vertical-align: middle;}
76
+ /*字体蓝色_正常*/
77
+ .font_normal_blue{ font-family: PingFang;font-weight: normal;color: #6aa6e2;text-align: right;vertical-align: middle;}
78
+ /*字体蓝色_正常*/
79
+ .font_normal_blue-1{ padding: 0 2%; border-bottom:1px solid #5ac0d9; font-family: PingFang;font-weight: normal;color: #5ac0d9;text-align: right;vertical-align: middle;}
80
+
81
+ .search_area{background-color: #ffffff; padding: 10px 10px 0 10px}
82
+ .list_area{ background-color: #ffffff;padding: 0 0 10px 0}
83
+
84
+
85
+ /********************表格*****************/
86
+ /*表格表头*/
87
+ .table_sy thead tr th{ font-size:1.4rem; background-color: #dfedfb!important;color: #666666 !important;font-family: PINGFANG-BOLD !important;font-weight: normal!important;}
88
+ /*表格主体_奇数行*/
89
+ .table_sy tbody tr:nth-child(odd){ text-align: center; background-color: #ffffff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 1.3rem!important;font-family: PINGFANG-MEDIUM!important;}
90
+ /*表格主体_偶数行*/
91
+ .table_sy tbody tr:nth-child(even){ text-align: center; background-color: #ecf6ff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 1.3rem!important;font-family: PINGFANG-MEDIUM!important;}
92
+ /*表格主体_移动行*/
93
+ .table_sy tbody tr:hover{ text-align: center; background-color: #cbeaf1!important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 1.3rem!important;font-family: PINGFANG-MEDIUM!important;}
94
+ /*表格底部*/
95
+ .pager{background-color: #eaf5ff !important;font-size:1.4rem;color: #666666 !important;font-family: PINGFANG-MEDIUM !important;font-weight: normal!important;}
96
+ /*表格主体_点击行*/
97
+ .success td{background-color: #cbeaf1 !important;}
98
+
99
+ .foot{font-family: PingFang !important; overflow-y: hidden}
100
+
101
+ /*下拉列表滑动变色*/
102
+ .select_list li a:hover{background-color: #eaf5ff !important;border-radius: 2px;border: solid 1px #eaeaea;}
103
+ .select_list button .caret{
104
+ border: none;
105
+ background-image: url("../../../../static/newStyle/login-org.png");
106
+ color: #999999;
107
+ margin: 5%;
108
+ float: right;
109
+ }
110
+
111
+ /*弹窗*/
112
+ .pop_windows{background-color: #d9e9f8;border-radius: 16px 16px 0px 0px;}
113
+ /*标签*/
114
+ .tab_color{border-bottom: 1px solid #6aa6e2; color: #6aa6e2; font-family: PingFang;}
115
+
116
+ /*按钮间隔*/
117
+ .button_spacing{margin: 0px 0px 0px 9px;}
118
+
119
+
120
+ //报表样式
121
+ //报表头部
122
+ .report-head{ background-color: #b3dff7;border: solid 1px #999999;}
123
+ //头部字体
124
+ .head-font{color: #333333;font-size: 18px; }
125
+ //报表左侧
126
+ .report-left{background-color: #dff0f9;border: solid 1px #999999;}
127
+ //报表主体
128
+ .report-main {background-color: #ffffff; border: solid 1px #999999;}
129
+ //报表主体字体
130
+ .main-font{font-size: 18px;color: #1b1b1b; }
131
+
132
+ .stretch{
133
+ line-height: 40px;
134
+ background-color: white;
135
+ border: none;
136
+ font-size: 1.4rem;
137
+ font-family: PINGFANG-BOLD;
138
+ color: #6aa6e2;
139
+ }
140
+
141
+ .stretch:hover{
142
+ border: none;
143
+ }
144
+
145
+ .stretch:active{
146
+ border: none;
147
+ }
148
+
149
+ .span{
150
+ overflow-y: hidden;
151
+ }
152
+
153
+ //字体变色
154
+ .has-error >.font_normal_body{
155
+ color: #a94442!important;
156
+ }
157
+
158
+ .button_search[disabled]{
159
+ background-color: #b5cadf;
160
+ &:hover{
161
+ background-color: #b5cadf;
162
+ }
163
+ }
164
+ .button-range{
165
+ display: flex;
166
+ float: right;
167
+ width: auto;
168
+ align-items: center;
169
+ }
170
+
171
+
172
+ /*分辨率@1920*1080*/
173
+ @media screen and (min-width: 1920px) {
174
+
175
+ html {
176
+ font-size: 10px;
177
+ }
178
+
179
+ /********************按钮*****************/
180
+ .select-style {
181
+ font-size: 1.4rem;
182
+ }
183
+
184
+
185
+ .btn-group {
186
+ display: inline-flex !important;
187
+ height: 35px;
188
+ }
189
+
190
+ .font_normal_body {
191
+ float: left;
192
+ margin-top: 10px;
193
+ font-size: 1.4rem !important;
194
+ line-height: 30px;
195
+ }
196
+
197
+ .font_bold_body {
198
+ font-size: 1.4rem !important;
199
+ line-height: 30px;
200
+ }
201
+
202
+ .font_bold_title {
203
+ font-size: 1.4rem !important;
204
+ line-height: 30px;
205
+ }
206
+
207
+ .table_sy thead tr th {
208
+ font-size: 1.4rem !important;
209
+ }
210
+
211
+ .foot .pager {
212
+ font-size: 1.4rem !important;
213
+ color: #666666 !important;
214
+ font-weight: normal !important;
215
+ }
216
+
217
+ .foot .pager a {
218
+ font-size: 1.4rem !important;
219
+ color: #666666 !important;
220
+ font-weight: normal !important;
221
+ }
222
+
223
+ .foot .pager li {
224
+ font-size: 1.4rem !important;
225
+ color: #666666 !important;
226
+ font-weight: normal !important;
227
+ }
228
+
229
+
230
+ /*按钮查询*/
231
+ .button_search {
232
+ padding: 8px 12px;
233
+ width: max-content;
234
+ background-color: #6aa6e2;
235
+ border-radius: 4px;
236
+ border: none;
237
+ font-family: PingFang;
238
+ font-size: 1.4rem;
239
+ color: #ffffff;
240
+ }
241
+
242
+ .button_search:hover {
243
+ background-color: #3592ef;
244
+ }
245
+
246
+ /*删除按钮*/
247
+ .button_delete {
248
+ padding: 8px 12px;
249
+ width: max-content;
250
+ background-color: #f1684d;
251
+ border-radius: 4px;
252
+ border: none;
253
+ font-family: PingFang;
254
+ font-size: 1.4rem;
255
+ color: #ffffff;
256
+ }
257
+
258
+ .button_delete:hover {
259
+ background-color: red;
260
+ }
261
+
262
+ /*按钮清空*/
263
+ .button_clear {
264
+ padding: 8px 12px;
265
+ width: max-content;
266
+ background-color: #5ac0d9;
267
+ border-radius: 4px;
268
+ border: none;
269
+ font-family: PingFang;
270
+ font-size: 1.4rem;
271
+ color: #ffffff;
272
+ }
273
+
274
+ .button_clear:hover {
275
+ background-color: #27c4eb;
276
+ }
277
+
278
+ .button_search-1 {
279
+ padding: 8px 12px;
280
+ width: max-content;
281
+ background-color: #6aa6e2;
282
+ border-radius: 4px;
283
+ border: none;
284
+ font-family: PingFang;
285
+ font-size: 1.4rem;
286
+ color: #ffffff;
287
+ }
288
+
289
+ .button_search-1:hover {
290
+ background-color: #3592ef;
291
+ }
292
+
293
+ .button_new-1 {
294
+ padding: 8px 12px;
295
+ width: max-content;
296
+ background-color: #ffffff;
297
+ border-radius: 4px;
298
+ border: solid 1px #6aa6e2;
299
+ font-family: PingFang;
300
+ font-size: 1.4rem;
301
+ color: #6aa6e2;
302
+ }
303
+
304
+ .button_new-1:hover {
305
+ background-color: #f0f8ff;
306
+ }
307
+
308
+ /*按钮新建*/
309
+ .button_new {
310
+ padding: 8px 12px;
311
+ width: max-content;
312
+ background-color: #ffffff;
313
+ border-radius: 4px;
314
+ border: solid 1px #6aa6e2;
315
+ font-family: PingFang;
316
+ font-size: 1.4rem;
317
+ color: #6aa6e2;
318
+ }
319
+
320
+ .button_new:hover {
321
+ background-color: #f0f8ff;
322
+ }
323
+
324
+ /*按钮导出*/
325
+ .button_export {
326
+ padding: 8px 12px;
327
+ width: max-content;
328
+ background-color: #ffffff;
329
+ border-radius: 4px;
330
+ border: solid 1px #6aa6e2;
331
+ font-family: PingFang;
332
+ font-size: 1.4rem;
333
+ color: #6aa6e2;
334
+ }
335
+
336
+ .button_export:hover {
337
+ background-color: #f0f8ff;
338
+ }
339
+
340
+ .button_export button {
341
+ padding: 8px 12px;
342
+ width: max-content;
343
+ background-color: #ffffff;
344
+ border-radius: 4px;
345
+ border: solid 1px #6aa6e2;
346
+ font-family: PingFang;
347
+ font-size: 1.4rem;
348
+ color: #6aa6e2;
349
+ }
350
+
351
+ .button_export button:hover {
352
+ background-color: #f0f8ff;
353
+ }
354
+
355
+ //查询条件伸展
356
+ .button_stretch {
357
+ padding: 8px 12px;
358
+ width: max-content;
359
+ background-color: #ffffff;
360
+ border-radius: 4px;
361
+ border: solid 1px #6aa6e2;
362
+ font-family: PingFang;
363
+ font-size: 1.4rem;
364
+ color: #6aa6e2;
365
+ }
366
+
367
+ .button_stretch:hover {
368
+ background-color: #f0f8ff;
369
+ }
370
+
371
+ .button_stretch button {
372
+ padding: 8px 12px;
373
+ width: max-content;
374
+ background-color: #ffffff;
375
+ border-radius: 4px;
376
+ border: solid 1px #6aa6e2;
377
+ font-family: PingFang;
378
+ font-size: 1.4rem;
379
+ color: #6aa6e2;
380
+ }
381
+
382
+ .button_stretch button:hover {
383
+ background-color: #f0f8ff;
384
+ }
385
+
386
+
387
+ //左右伸缩按钮
388
+ .button_shrink_top {
389
+ width: 35px;
390
+ height: 35px;
391
+ background-size: 100%;
392
+ background-image: url("../../../../static/newStyle/stretch_top.png")
393
+ }
394
+
395
+ .button_shrink_bottom {
396
+ width: 35px;
397
+ height: 35px;
398
+ background-size: 100%;
399
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
400
+ }
401
+
402
+ .button_shrink_left {
403
+ width: 35px;
404
+ height: 35px;
405
+ background-size: 100%;
406
+ background-image: url("../../../../static/newStyle/stretch_left.png")
407
+ }
408
+
409
+ .button_shrink_right {
410
+ width: 35px;
411
+ height: 35px;
412
+ background-size: 100%;
413
+ background-image: url("../../../../static/newStyle/stretch_right.png")
414
+ }
415
+
416
+ //.button_shrink_searchin {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchin.png")}
417
+ //.button_shrink_searchout {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchout.png")}
418
+ /*查询输入框*/
419
+ .input_search {
420
+ float: left;
421
+ padding: 8px;
422
+ width: 270px;
423
+ height: 35px;
424
+ background-color: #ffffff;
425
+ border-radius: 2px;
426
+ border: solid 1px #c7c7c7;
427
+ color: #333333;
428
+ font-size: 1.4rem;
429
+ font-family: PingFang;
430
+ }
431
+
432
+ .input_search .datepicker .datepicker-input input {
433
+ padding-left: 8px;
434
+ width: 270px !important;
435
+ height: 42px !important;
436
+ background-color: #ffffff !important;
437
+ border-radius: 2px;
438
+ border: solid 1px #c7c7c7 !important;
439
+ color: #333333;
440
+ font-size: 1.4rem;
441
+ font-family: PingFang;
442
+ }
443
+
444
+ .input_search::-webkit-input-placeholder {
445
+ color: #999999;
446
+ font-size: 1.4rem;
447
+ padding-left: 6px;
448
+ font-family: PingFang;
449
+ }
450
+
451
+ .input_search:focus {
452
+ border: solid 1px #6aa6e2;
453
+ }
454
+
455
+ /*查询输入域*/
456
+ .input_textarea {
457
+ width: 270px;
458
+ height: 120px;
459
+ background-color: #ffffff;
460
+ border-radius: 2px;
461
+ border: solid 1px #c7c7c7;
462
+ color: #333333;
463
+ font-size: 1.4rem;
464
+ font-family: PingFang;
465
+ }
466
+
467
+ .input_textarea .datepicker .datepicker-input input {
468
+ padding-left: 8px;
469
+ width: 270px !important;
470
+ height: 120px !important;
471
+ background-color: #ffffff !important;
472
+ border-radius: 2px;
473
+ border: solid 1px #c7c7c7 !important;
474
+ color: #333333;
475
+ font-size: 1.4rem;
476
+ font-family: PingFang;
477
+ }
478
+
479
+ .input_textarea::-webkit-input-placeholder {
480
+ color: #ffffff;
481
+ font-size: 1.4rem;
482
+ padding-left: 6px;
483
+ font-family: PingFang;
484
+ }
485
+
486
+ .input_textarea:focus {
487
+ border: solid 1px #6aa6e2;
488
+ }
489
+
490
+
491
+ /*下拉框*/
492
+ .select button {
493
+ width: 270px !important;
494
+ height: 35px !important;
495
+ background-color: #ffffff !important;
496
+ border-radius: 2px !important;
497
+ border: solid 1px #c7c7c7 !important;
498
+ color: #999999;
499
+ font-size: 1.4rem;
500
+ font-family: PingFang;
501
+ font-weight: normal !important;
502
+ }
503
+
504
+ .select button:focus {
505
+ border: solid 1px #6aa6e2 !important;
506
+ }
507
+
508
+ }
509
+
510
+ /*=========================特殊样式表=========================*/
511
+
512
+ /*分辨率@1920*1080*/
513
+ @media screen and (max-width: 1920px) {
514
+
515
+ html {
516
+ font-size: 10px;
517
+ }
518
+
519
+ /********************按钮*****************/
520
+ .select-style {
521
+ font-size: 1.4rem;
522
+ }
523
+
524
+
525
+ .btn-group {
526
+ display: inline-flex !important;
527
+ height: 35px;
528
+ }
529
+
530
+ .font_normal_body {
531
+ float: left;
532
+ margin-top: 10px;
533
+ font-size: 1.4rem !important;
534
+ line-height: 30px;
535
+ }
536
+
537
+ .font_bold_body {
538
+ font-size: 1.4rem !important;
539
+ line-height: 30px;
540
+ }
541
+
542
+ .font_bold_title {
543
+ font-size: 1.4rem !important;
544
+ line-height: 30px;
545
+ }
546
+
547
+ .table_sy thead tr th {
548
+ font-size: 1.4rem !important;
549
+ }
550
+
551
+ .foot .pager {
552
+ font-size: 1.4rem !important;
553
+ color: #666666 !important;
554
+ font-weight: normal !important;
555
+ }
556
+
557
+ .foot .pager a {
558
+ font-size: 1.4rem !important;
559
+ color: #666666 !important;
560
+ font-weight: normal !important;
561
+ }
562
+
563
+ .foot .pager li {
564
+ font-size: 1.4rem !important;
565
+ color: #666666 !important;
566
+ font-weight: normal !important;
567
+ }
568
+
569
+
570
+ /*按钮查询*/
571
+ .button_search {
572
+ padding: 8px 12px;
573
+ width: max-content;
574
+ background-color: #6aa6e2;
575
+ border-radius: 4px;
576
+ border: none;
577
+ font-family: PingFang;
578
+ font-size: 1.4rem;
579
+ color: #ffffff;
580
+ }
581
+
582
+ .button_search:hover {
583
+ background-color: #3592ef;
584
+ }
585
+
586
+ /*删除按钮*/
587
+ .button_delete {
588
+ padding: 8px 12px;
589
+ width: max-content;
590
+ background-color: #f1684d;
591
+ border-radius: 4px;
592
+ border: none;
593
+ font-family: PingFang;
594
+ font-size: 1.4rem;
595
+ color: #ffffff;
596
+ }
597
+
598
+ .button_delete:hover {
599
+ background-color: red;
600
+ }
601
+
602
+ /*按钮清空*/
603
+ .button_clear {
604
+ padding: 8px 12px;
605
+ width: max-content;
606
+ background-color: #5ac0d9;
607
+ border-radius: 4px;
608
+ border: none;
609
+ font-family: PingFang;
610
+ font-size: 1.4rem;
611
+ color: #ffffff;
612
+ }
613
+
614
+ .button_clear:hover {
615
+ background-color: #27c4eb;
616
+ }
617
+
618
+ .button_search-1 {
619
+ padding: 8px 12px;
620
+ width: max-content;
621
+ background-color: #6aa6e2;
622
+ border-radius: 4px;
623
+ border: none;
624
+ font-family: PingFang;
625
+ font-size: 1.4rem;
626
+ color: #ffffff;
627
+ }
628
+
629
+ .button_search-1:hover {
630
+ background-color: #3592ef;
631
+ }
632
+
633
+ .button_new-1 {
634
+ padding: 8px 12px;
635
+ width: max-content;
636
+ background-color: #ffffff;
637
+ border-radius: 4px;
638
+ border: solid 1px #6aa6e2;
639
+ font-family: PingFang;
640
+ font-size: 1.4rem;
641
+ color: #6aa6e2;
642
+ }
643
+
644
+ .button_new-1:hover {
645
+ background-color: #f0f8ff;
646
+ }
647
+
648
+ /*按钮新建*/
649
+ .button_new {
650
+ padding: 8px 12px;
651
+ width: max-content;
652
+ background-color: #ffffff;
653
+ border-radius: 4px;
654
+ border: solid 1px #6aa6e2;
655
+ font-family: PingFang;
656
+ font-size: 1.4rem;
657
+ color: #6aa6e2;
658
+ }
659
+
660
+ .button_new:hover {
661
+ background-color: #f0f8ff;
662
+ }
663
+
664
+ /*按钮导出*/
665
+ .button_export {
666
+ padding: 8px 12px;
667
+ width: max-content;
668
+ background-color: #ffffff;
669
+ border-radius: 4px;
670
+ border: solid 1px #6aa6e2;
671
+ font-family: PingFang;
672
+ font-size: 1.4rem;
673
+ color: #6aa6e2;
674
+ }
675
+
676
+ .button_export:hover {
677
+ background-color: #f0f8ff;
678
+ }
679
+
680
+ .button_export button {
681
+ padding: 8px 12px;
682
+ width: max-content;
683
+ background-color: #ffffff;
684
+ border-radius: 4px;
685
+ border: solid 1px #6aa6e2;
686
+ font-family: PingFang;
687
+ font-size: 1.4rem;
688
+ color: #6aa6e2;
689
+ }
690
+
691
+ .button_export button:hover {
692
+ background-color: #f0f8ff;
693
+ }
694
+
695
+ //查询条件伸展
696
+ .button_stretch {
697
+ padding: 8px 12px;
698
+ width: max-content;
699
+ background-color: #ffffff;
700
+ border-radius: 4px;
701
+ border: solid 1px #6aa6e2;
702
+ font-family: PingFang;
703
+ font-size: 1.4rem;
704
+ color: #6aa6e2;
705
+ }
706
+
707
+ .button_stretch:hover {
708
+ background-color: #f0f8ff;
709
+ }
710
+
711
+ .button_stretch button {
712
+ padding: 8px 12px;
713
+ width: max-content;
714
+ background-color: #ffffff;
715
+ border-radius: 4px;
716
+ border: solid 1px #6aa6e2;
717
+ font-family: PingFang;
718
+ font-size: 1.4rem;
719
+ color: #6aa6e2;
720
+ }
721
+
722
+ .button_stretch button:hover {
723
+ background-color: #f0f8ff;
724
+ }
725
+
726
+
727
+ //左右伸缩按钮
728
+ .button_shrink_top {
729
+ width: 35px;
730
+ height: 35px;
731
+ background-size: 100%;
732
+ background-image: url("../../../../static/newStyle/stretch_top.png")
733
+ }
734
+
735
+ .button_shrink_bottom {
736
+ width: 35px;
737
+ height: 35px;
738
+ background-size: 100%;
739
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
740
+ }
741
+
742
+ .button_shrink_left {
743
+ width: 35px;
744
+ height: 35px;
745
+ background-size: 100%;
746
+ background-image: url("../../../../static/newStyle/stretch_left.png")
747
+ }
748
+
749
+ .button_shrink_right {
750
+ width: 35px;
751
+ height: 35px;
752
+ background-size: 100%;
753
+ background-image: url("../../../../static/newStyle/stretch_right.png")
754
+ }
755
+
756
+ //.button_shrink_searchin {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchin.png")}
757
+ //.button_shrink_searchout {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchout.png")}
758
+ /*查询输入框*/
759
+ .input_search {
760
+ float: left;
761
+ padding: 8px;
762
+ width: 270px;
763
+ height: 35px;
764
+ background-color: #ffffff;
765
+ border-radius: 2px;
766
+ border: solid 1px #c7c7c7;
767
+ color: #333333;
768
+ font-size: 1.4rem;
769
+ font-family: PingFang;
770
+ }
771
+
772
+ .input_search .datepicker .datepicker-input input {
773
+ padding-left: 8px;
774
+ width: 270px !important;
775
+ height: 42px !important;
776
+ background-color: #ffffff !important;
777
+ border-radius: 2px;
778
+ border: solid 1px #c7c7c7 !important;
779
+ color: #333333;
780
+ font-size: 1.4rem;
781
+ font-family: PingFang;
782
+ }
783
+
784
+ .input_search::-webkit-input-placeholder {
785
+ color: #999999;
786
+ font-size: 1.4rem;
787
+ padding-left: 6px;
788
+ font-family: PingFang;
789
+ }
790
+
791
+ .input_search:focus {
792
+ border: solid 1px #6aa6e2;
793
+ }
794
+
795
+ /*查询输入域*/
796
+ .input_textarea {
797
+ width: 270px;
798
+ height: 120px;
799
+ background-color: #ffffff;
800
+ border-radius: 2px;
801
+ border: solid 1px #c7c7c7;
802
+ color: #333333;
803
+ font-size: 1.4rem;
804
+ font-family: PingFang;
805
+ }
806
+
807
+ .input_textarea .datepicker .datepicker-input input {
808
+ padding-left: 8px;
809
+ width: 270px !important;
810
+ height: 120px !important;
811
+ background-color: #ffffff !important;
812
+ border-radius: 2px;
813
+ border: solid 1px #c7c7c7 !important;
814
+ color: #333333;
815
+ font-size: 1.4rem;
816
+ font-family: PingFang;
817
+ }
818
+
819
+ .input_textarea::-webkit-input-placeholder {
820
+ color: #ffffff;
821
+ font-size: 1.4rem;
822
+ padding-left: 6px;
823
+ font-family: PingFang;
824
+ }
825
+
826
+ .input_textarea:focus {
827
+ border: solid 1px #6aa6e2;
828
+ }
829
+
830
+
831
+ /*下拉框*/
832
+ .select button {
833
+ width: 270px !important;
834
+ height: 35px !important;
835
+ background-color: #ffffff !important;
836
+ border-radius: 2px !important;
837
+ border: solid 1px #c7c7c7 !important;
838
+ color: #999999;
839
+ font-size: 1.4rem;
840
+ font-family: PingFang;
841
+ font-weight: normal !important;
842
+ }
843
+
844
+ .select button:focus {
845
+ border: solid 1px #6aa6e2 !important;
846
+ }
847
+
848
+ }
849
+
850
+ /*分辨率@1600*900*/
851
+ @media screen and (max-width: 1600px) {
852
+
853
+ html {
854
+ font-size: 9px;
855
+ }
856
+
857
+ .select-style {
858
+ font-size: 1.4rem;
859
+ }
860
+
861
+
862
+ .btn-group {
863
+ display: inline-flex !important;
864
+ height: 35px;
865
+ }
866
+
867
+ /********************按钮*****************/
868
+ /*按钮间隔*/
869
+ /*.button_spacing{margin: 0px 0px 0px 20px;}*/
870
+ .font_normal_body {
871
+ font-size: 15px !important;
872
+ line-height: 26px;
873
+ }
874
+
875
+ .font_bold_body {
876
+ font-size: 15px !important;
877
+ line-height: 26px;
878
+ }
879
+
880
+ .font_bold_title {
881
+ font-size: 15px !important;
882
+ line-height: 26px;
883
+ }
884
+
885
+ .table_sy thead tr th {
886
+ font-size: 15px !important;
887
+ }
888
+
889
+ .foot .pager {
890
+ font-size: 15px !important;
891
+ color: #666666 !important;
892
+ font-weight: normal !important;
893
+ }
894
+
895
+ .foot .pager a {
896
+ font-size: 15px !important;
897
+ color: #666666 !important;
898
+ font-weight: normal !important;
899
+ }
900
+
901
+ .foot .pager li {
902
+ font-size: 15px !important;
903
+ color: #666666 !important;
904
+ font-weight: normal !important;
905
+ }
906
+
907
+ /*按钮查询*/
908
+ .button_search {
909
+ padding: 6px 10px;
910
+ width: max-content;
911
+ background-color: #6aa6e2;
912
+ border-radius: 4px;
913
+ border: none;
914
+ font-family: PingFang;
915
+ font-size: 15px;
916
+ color: #ffffff;
917
+ }
918
+
919
+ .button_search:hover {
920
+ background-color: #3592ef;
921
+ }
922
+
923
+ /*删除按钮*/
924
+ .button_delete {
925
+ padding: 6px 10px;
926
+ width: max-content;
927
+ background-color: #f1684d;
928
+ border-radius: 4px;
929
+ border: none;
930
+ font-family: PingFang;
931
+ font-size: 1.4rem;
932
+ color: #ffffff;
933
+ }
934
+
935
+ .button_delete:hover {
936
+ background-color: red;
937
+ }
938
+
939
+ /*按钮清空*/
940
+ .button_clear {
941
+ padding: 6px 10px;
942
+ width: max-content;
943
+ background-color: #5ac0d9;
944
+ border-radius: 4px;
945
+ border: none;
946
+ font-family: PingFang;
947
+ font-size: 15px;
948
+ color: #ffffff;
949
+ }
950
+
951
+ .button_clear:hover {
952
+ background-color: #27c4eb;
953
+ }
954
+
955
+ .button_search-1 {
956
+ padding: 6px 10px;
957
+ width: max-content;
958
+ background-color: #6aa6e2;
959
+ border-radius: 4px;
960
+ border: none;
961
+ font-family: PingFang;
962
+ font-size: 1.4rem;
963
+ color: #ffffff;
964
+ }
965
+
966
+ .button_search-1:hover {
967
+ background-color: #3592ef;
968
+ }
969
+
970
+ .button_new-1 {
971
+ padding: 6px 10px;
972
+ width: max-content;
973
+ background-color: #ffffff;
974
+ border-radius: 4px;
975
+ border: solid 1px #6aa6e2;
976
+ font-family: PingFang;
977
+ font-size: 1.4rem;
978
+ color: #6aa6e2;
979
+ }
980
+
981
+ .button_new-1:hover {
982
+ background-color: #f0f8ff;
983
+ }
984
+
985
+ /*按钮新建*/
986
+ .button_new {
987
+ padding: 6px 10px;
988
+ width: max-content;
989
+ background-color: #ffffff;
990
+ border-radius: 4px;
991
+ border: solid 1px #6aa6e2;
992
+ font-family: PingFang;
993
+ font-size: 15px;
994
+ color: #6aa6e2;
995
+ }
996
+
997
+ .button_new:hover {
998
+ background-color: #f0f8ff;
999
+ }
1000
+
1001
+ /*按钮导出*/
1002
+ .button_export {
1003
+ padding: 6px 10px;
1004
+ width: max-content;
1005
+ background-color: #ffffff;
1006
+ border-radius: 4px;
1007
+ border: solid 1px #6aa6e2;
1008
+ font-family: PingFang;
1009
+ font-size: 15px;
1010
+ color: #6aa6e2;
1011
+ }
1012
+
1013
+ .button_export:hover {
1014
+ background-color: #f0f8ff;
1015
+ }
1016
+
1017
+ .button_export button {
1018
+ padding: 6px 10px;
1019
+ width: max-content;
1020
+ background-color: #ffffff;
1021
+ border-radius: 4px;
1022
+ border: solid 1px #6aa6e2;
1023
+ font-family: PingFang;
1024
+ font-size: 15px;
1025
+ color: #6aa6e2;
1026
+ }
1027
+
1028
+ .button_export button:hover {
1029
+ background-color: #f0f8ff;
1030
+ }
1031
+
1032
+ //查询条件伸展
1033
+ .button_stretch {
1034
+ padding: 6px 10px;
1035
+ width: max-content;
1036
+ background-color: #ffffff;
1037
+ border-radius: 4px;
1038
+ border: solid 1px #6aa6e2;
1039
+ font-family: PingFang;
1040
+ font-size: 1.4rem;
1041
+ color: #6aa6e2;
1042
+ }
1043
+
1044
+ .button_stretch:hover {
1045
+ background-color: #f0f8ff;
1046
+ }
1047
+
1048
+ .button_stretch button {
1049
+ padding: 6px 10px;
1050
+ width: max-content;
1051
+ background-color: #ffffff;
1052
+ border-radius: 4px;
1053
+ border: solid 1px #6aa6e2;
1054
+ font-family: PingFang;
1055
+ font-size: 1.4rem;
1056
+ color: #6aa6e2;
1057
+ }
1058
+
1059
+ .button_stretch button:hover {
1060
+ background-color: #f0f8ff;
1061
+ }
1062
+
1063
+ //左右伸缩按钮
1064
+ .button_shrink_top {
1065
+ width: 34px;
1066
+ height: 34px;
1067
+ background-size: 100%;
1068
+ background-image: url("../../../../static/newStyle/stretch_top.png")
1069
+ }
1070
+
1071
+ .button_shrink_bottom {
1072
+ width: 34px;
1073
+ height: 34px;
1074
+ background-size: 100%;
1075
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
1076
+ }
1077
+
1078
+ .button_shrink_left {
1079
+ width: 34px;
1080
+ height: 34px;
1081
+ background-size: 100%;
1082
+ background-image: url("../../../../static/newStyle/stretch_left.png")
1083
+ }
1084
+
1085
+ .button_shrink_right {
1086
+ width: 34px;
1087
+ height: 34px;
1088
+ background-size: 100%;
1089
+ background-image: url("../../../../static/newStyle/stretch_right.png")
1090
+ }
1091
+
1092
+
1093
+ /*查询输入框*/
1094
+ .input_search {
1095
+ padding: 7px;
1096
+ width: 200px;
1097
+ height: 34px;
1098
+ background-color: #ffffff;
1099
+ border-radius: 2px;
1100
+ border: solid 1px #c7c7c7 !important;
1101
+ color: #333333 !important;
1102
+ font-size: 15px !important;
1103
+ font-family: PingFang;
1104
+ }
1105
+
1106
+ .input_search::-webkit-input-placeholder {
1107
+ color: #999999;
1108
+ font-size: 14px;
1109
+ padding-left: 6px;
1110
+ font-family: PingFang;
1111
+ }
1112
+
1113
+ .input_search:focus {
1114
+ border: solid 1px #6aa6e2;
1115
+ }
1116
+
1117
+ /*查询输入域*/
1118
+ .input_textarea {
1119
+ width: 200px;
1120
+ height: 110px;
1121
+ background-color: #ffffff;
1122
+ border-radius: 2px;
1123
+ border: solid 1px #c7c7c7;
1124
+ color: #333333;
1125
+ font-size: 1.4rem;
1126
+ font-family: PingFang;
1127
+ }
1128
+
1129
+ .input_textarea .datepicker .datepicker-input input {
1130
+ padding-left: 7px;
1131
+ width: 200px !important;
1132
+ height: 110px !important;
1133
+ background-color: #ffffff !important;
1134
+ border-radius: 2px;
1135
+ border: solid 1px #c7c7c7 !important;
1136
+ color: #333333;
1137
+ font-size: 1.4rem;
1138
+ font-family: PingFang;
1139
+ }
1140
+
1141
+ .input_textarea::-webkit-input-placeholder {
1142
+ color: #ffffff;
1143
+ font-size: 1.4rem;
1144
+ padding-left: 6px;
1145
+ font-family: PingFang;
1146
+ }
1147
+
1148
+ .input_textarea:focus {
1149
+ border: solid 1px #6aa6e2;
1150
+ }
1151
+
1152
+ /*下拉框*/
1153
+ .select button {
1154
+ width: 200px !important;
1155
+ height: 34px !important;
1156
+ background-color: #ffffff !important;
1157
+ border-radius: 2px !important;
1158
+ border: solid 1px #c7c7c7 !important;
1159
+ color: #999999 !important;
1160
+ font-size: 15px !important;
1161
+ font-family: PingFang;
1162
+ font-weight: normal !important;
1163
+ }
1164
+
1165
+ .select button:focus {
1166
+ border: solid 1px #6aa6e2 !important;
1167
+ }
1168
+ }
1169
+
1170
+ /*分辨率@1366*768*/
1171
+ @media screen and (max-width: 1366px) {
1172
+ html {
1173
+ font-size: 8px;
1174
+ }
1175
+
1176
+ .select-style {
1177
+ font-size: 1.4rem;
1178
+ }
1179
+
1180
+
1181
+ .btn-group {
1182
+ display: inline-flex !important;
1183
+ height: 34px;
1184
+ }
1185
+
1186
+ /********************按钮*****************/
1187
+ /*按钮间隔*/
1188
+ /*.button_spacing{margin: 0px 0px 0px 20px;}*/
1189
+ .font_normal_body {
1190
+ font-size: 13px !important;
1191
+ line-height: 24px;
1192
+ }
1193
+
1194
+ .font_bold_body {
1195
+ font-size: 14px !important;
1196
+ line-height: 24px;
1197
+ }
1198
+
1199
+ .font_bold_title {
1200
+ font-size: 14px !important;
1201
+ line-height: 24px;
1202
+ }
1203
+
1204
+ .table_sy thead tr th {
1205
+ font-size: 14px !important;
1206
+ }
1207
+
1208
+ .foot .pager {
1209
+ font-size: 14px !important;
1210
+ color: #666666 !important;
1211
+ font-weight: normal !important;
1212
+ }
1213
+
1214
+ .foot .pager a {
1215
+ font-size: 14px !important;
1216
+ color: #666666 !important;
1217
+ font-weight: normal !important;
1218
+ }
1219
+
1220
+ .foot .pager li {
1221
+ font-size: 14px !important;
1222
+ color: #666666 !important;
1223
+ font-weight: normal !important;
1224
+ }
1225
+
1226
+ /*按钮查询*/
1227
+ .button_search {
1228
+ padding: 6px 12px;
1229
+ width: max-content;
1230
+ background-color: #6aa6e2;
1231
+ border-radius: 4px;
1232
+ border: none;
1233
+ font-family: PingFang;
1234
+ font-size: 14px;
1235
+ color: #ffffff;
1236
+ }
1237
+
1238
+ .button_search:hover {
1239
+ background-color: #3592ef;
1240
+ }
1241
+
1242
+ /*删除按钮*/
1243
+ .button_delete {
1244
+ padding: 6px 12px;
1245
+ width: max-content;
1246
+ background-color: #f1684d;
1247
+ border-radius: 4px;
1248
+ border: none;
1249
+ font-family: PingFang;
1250
+ font-size: 1.4rem;
1251
+ color: #ffffff;
1252
+ }
1253
+
1254
+ .button_delete:hover {
1255
+ background-color: red;
1256
+ }
1257
+
1258
+ /*按钮清空*/
1259
+ .button_clear {
1260
+ padding: 6px 12px;
1261
+ width: max-content;
1262
+ background-color: #5ac0d9;
1263
+ border-radius: 4px;
1264
+ border: none;
1265
+ font-family: PingFang;
1266
+ font-size: 14px;
1267
+ color: #ffffff;
1268
+ }
1269
+
1270
+ .button_clear:hover {
1271
+ background-color: #27c4eb;
1272
+ }
1273
+
1274
+ .button_search-1 {
1275
+ padding: 6px 12px;
1276
+ width: max-content;
1277
+ background-color: #6aa6e2;
1278
+ border-radius: 4px;
1279
+ border: none;
1280
+ font-family: PingFang;
1281
+ font-size: 1.4rem;
1282
+ color: #ffffff;
1283
+ }
1284
+
1285
+ .button_search-1:hover {
1286
+ background-color: #3592ef;
1287
+ }
1288
+
1289
+ .button_new-1 {
1290
+ padding: 6px 12px;
1291
+ width: max-content;
1292
+ background-color: #ffffff;
1293
+ border-radius: 4px;
1294
+ border: solid 1px #6aa6e2;
1295
+ font-family: PingFang;
1296
+ font-size: 1.4rem;
1297
+ color: #6aa6e2;
1298
+ }
1299
+
1300
+ .button_new-1:hover {
1301
+ background-color: #f0f8ff;
1302
+ }
1303
+
1304
+ /*按钮新建*/
1305
+ .button_new {
1306
+ padding: 6px 12px;
1307
+ width: max-content;
1308
+ background-color: #ffffff;
1309
+ border-radius: 4px;
1310
+ border: solid 1px #6aa6e2;
1311
+ font-family: PingFang;
1312
+ font-size: 14px;
1313
+ color: #6aa6e2;
1314
+ }
1315
+
1316
+ .button_new:hover {
1317
+ background-color: #f0f8ff;
1318
+ }
1319
+
1320
+ /*按钮导出*/
1321
+ .button_export {
1322
+ padding: 6px 12px;
1323
+ width: max-content;
1324
+ background-color: #ffffff;
1325
+ border-radius: 4px;
1326
+ border: solid 1px #6aa6e2;
1327
+ font-family: PingFang;
1328
+ font-size: 14px;
1329
+ color: #6aa6e2;
1330
+ }
1331
+
1332
+ .button_export:hover {
1333
+ background-color: #f0f8ff;
1334
+ }
1335
+
1336
+ .button_export button {
1337
+ padding: 6px 12px;
1338
+ width: max-content;
1339
+ background-color: #ffffff !important;
1340
+ border-radius: 4px !important;
1341
+ border: solid 1px #6aa6e2 !important;
1342
+ font-family: PingFang;
1343
+ font-size: 14px !important;
1344
+ color: #6aa6e2 !important;
1345
+ }
1346
+
1347
+ .button_export button:hover {
1348
+ background-color: #f0f8ff;
1349
+ }
1350
+
1351
+ //查询条件伸展
1352
+ .button_stretch {
1353
+ padding: 6px 12px;
1354
+ width: max-content;
1355
+ background-color: #ffffff;
1356
+ border-radius: 4px;
1357
+ border: solid 1px #6aa6e2;
1358
+ font-family: PingFang;
1359
+ font-size: 1.4rem;
1360
+ color: #6aa6e2;
1361
+ }
1362
+
1363
+ .button_stretch:hover {
1364
+ background-color: #f0f8ff;
1365
+ }
1366
+
1367
+ .button_stretch button {
1368
+ padding: 6px 12px;
1369
+ width: max-content;
1370
+ background-color: #ffffff;
1371
+ border-radius: 4px;
1372
+ border: solid 1px #6aa6e2;
1373
+ font-family: PingFang;
1374
+ font-size: 1.4rem;
1375
+ color: #6aa6e2;
1376
+ }
1377
+
1378
+ .button_stretch button:hover {
1379
+ background-color: #f0f8ff;
1380
+ }
1381
+
1382
+ //左右伸缩按钮
1383
+ .button_shrink_top {
1384
+ width: 32px;
1385
+ height: 32px;
1386
+ background-size: 100%;
1387
+ background-image: url("../../../../static/newStyle/stretch_top.png")
1388
+ }
1389
+
1390
+ .button_shrink_bottom {
1391
+ width: 32px;
1392
+ height: 32px;
1393
+ background-size: 100%;
1394
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
1395
+ }
1396
+
1397
+ .button_shrink_left {
1398
+ width: 32px;
1399
+ height: 32px;
1400
+ background-size: 100%;
1401
+ background-image: url("../../../../static/newStyle/stretch_left.png")
1402
+ }
1403
+
1404
+ .button_shrink_right {
1405
+ width: 32px;
1406
+ height: 32px;
1407
+ background-size: 100%;
1408
+ background-image: url("../../../../static/newStyle/stretch_right.png")
1409
+ }
1410
+
1411
+
1412
+ /*查询输入框*/
1413
+ .input_search {
1414
+ padding: 8px;
1415
+ width: 180px;
1416
+ height: 32px;
1417
+ background-color: #ffffff;
1418
+ border-radius: 2px;
1419
+ border: solid 1px #c7c7c7;
1420
+ color: #333333;
1421
+ font-size: 14px;
1422
+ font-family: PingFang;
1423
+ }
1424
+
1425
+ .input_search::-webkit-input-placeholder {
1426
+ color: #999999;
1427
+ font-size: 14px;
1428
+ padding-left: 6px;
1429
+ font-family: PingFang;
1430
+ }
1431
+
1432
+ .input_search:focus {
1433
+ border: solid 1px #6aa6e2;
1434
+ }
1435
+
1436
+ /*查询输入域*/
1437
+ .input_textarea {
1438
+ width: 180px;
1439
+ height: 100px;
1440
+ background-color: #ffffff;
1441
+ border-radius: 2px;
1442
+ border: solid 1px #c7c7c7;
1443
+ color: #333333;
1444
+ font-size: 1.4rem;
1445
+ font-family: PingFang;
1446
+ }
1447
+
1448
+ .input_textarea .datepicker .datepicker-input input {
1449
+ padding-left: 8px;
1450
+ width: 180px !important;
1451
+ height: 100px !important;
1452
+ background-color: #ffffff !important;
1453
+ border-radius: 2px;
1454
+ border: solid 1px #c7c7c7 !important;
1455
+ color: #333333;
1456
+ font-size: 1.4rem;
1457
+ font-family: PingFang;
1458
+ }
1459
+
1460
+ .input_textarea::-webkit-input-placeholder {
1461
+ color: #ffffff;
1462
+ font-size: 1.4rem;
1463
+ padding-left: 6px;
1464
+ font-family: PingFang;
1465
+ }
1466
+
1467
+ .input_textarea:focus {
1468
+ border: solid 1px #6aa6e2;
1469
+ }
1470
+
1471
+ /*下拉框*/
1472
+ .select button {
1473
+ width: 180px !important;
1474
+ height: 32px !important;
1475
+ background-color: #ffffff !important;
1476
+ border-radius: 2px !important;
1477
+ border: solid 1px #c7c7c7 !important;
1478
+ color: #999999 !important;
1479
+ font-size: 14px !important;
1480
+ font-family: PingFang;
1481
+ font-weight: normal !important;
1482
+ }
1483
+
1484
+ .select button:focus {
1485
+ border: solid 1px #6aa6e2 !important;
1486
+ }
1487
+
1488
+ }
1489
+
1490
+ /*分辨率@1366*768*/
1491
+ @media screen and (max-width: 1280px) {
1492
+
1493
+ html {
1494
+ font-size: 7px;
1495
+ }
1496
+
1497
+ .select-style {
1498
+ font-size: 1.4rem;
1499
+ }
1500
+
1501
+
1502
+ .btn-group {
1503
+ display: inline-flex !important;
1504
+ height: 34px;
1505
+ }
1506
+
1507
+ /********************按钮*****************/
1508
+ /*按钮间隔*/
1509
+ /*.button_spacing{margin: 0px 0px 0px 20px;}*/
1510
+ .font_normal_body {
1511
+ font-size: 12px !important;
1512
+ line-height: 22px;
1513
+ }
1514
+
1515
+ .font_bold_body {
1516
+ font-size: 12px !important;
1517
+ line-height: 22px;
1518
+ }
1519
+
1520
+ .font_bold_title {
1521
+ font-size: 12px !important;
1522
+ line-height: 22px;
1523
+ }
1524
+
1525
+ .table_sy thead tr th {
1526
+ font-size: 12px !important;
1527
+ }
1528
+
1529
+ .foot .pager {
1530
+ font-size: 12px !important;
1531
+ color: #666666 !important;
1532
+ font-weight: normal !important;
1533
+ }
1534
+
1535
+ .foot .pager a {
1536
+ font-size: 12px !important;
1537
+ color: #666666 !important;
1538
+ font-weight: normal !important;
1539
+ }
1540
+
1541
+ .foot .pager li {
1542
+ font-size: 12px !important;
1543
+ color: #666666 !important;
1544
+ font-weight: normal !important;
1545
+ }
1546
+
1547
+ /*按钮查询*/
1548
+ .button_search {
1549
+ padding: 6px 8px;
1550
+ width: max-content;
1551
+ background-color: #6aa6e2;
1552
+ border-radius: 4px;
1553
+ border: none;
1554
+ font-family: PingFang;
1555
+ font-size: 12px;
1556
+ color: #ffffff;
1557
+ }
1558
+
1559
+ .button_search:hover {
1560
+ background-color: #3592ef;
1561
+ }
1562
+
1563
+ /*删除按钮*/
1564
+ .button_delete {
1565
+ padding: 6px 8px;
1566
+ width: max-content;
1567
+ background-color: #f1684d;
1568
+ border-radius: 4px;
1569
+ border: none;
1570
+ font-family: PingFang;
1571
+ font-size: 1.4rem;
1572
+ color: #ffffff;
1573
+ }
1574
+
1575
+ .button_delete:hover {
1576
+ background-color: red;
1577
+ }
1578
+
1579
+ /*按钮清空*/
1580
+ .button_clear {
1581
+ padding: 6px 8px;
1582
+ width: max-content;
1583
+ background-color: #5ac0d9;
1584
+ border-radius: 4px;
1585
+ border: none;
1586
+ font-family: PingFang;
1587
+ font-size: 12px;
1588
+ color: #ffffff;
1589
+ }
1590
+
1591
+ .button_clear:hover {
1592
+ background-color: #27c4eb;
1593
+ }
1594
+
1595
+ /*按钮新建*/
1596
+ .button_new {
1597
+ padding: 6px 8px;
1598
+ width: max-content;
1599
+ background-color: #ffffff;
1600
+ border-radius: 4px;
1601
+ border: solid 1px #6aa6e2;
1602
+ font-family: PingFang;
1603
+ font-size: 12px;
1604
+ color: #6aa6e2;
1605
+ }
1606
+
1607
+ .button_new:hover {
1608
+ background-color: #f0f8ff;
1609
+ }
1610
+
1611
+ .button_search-1 {
1612
+ padding: 6px 8px;
1613
+ width: max-content;
1614
+ background-color: #6aa6e2;
1615
+ border-radius: 4px;
1616
+ border: none;
1617
+ font-family: PingFang;
1618
+ font-size: 1.4rem;
1619
+ color: #ffffff;
1620
+ }
1621
+
1622
+ .button_search-1:hover {
1623
+ background-color: #3592ef;
1624
+ }
1625
+
1626
+ .button_new-1 {
1627
+ padding: 6px 8px;
1628
+ width: max-content;
1629
+ background-color: #ffffff;
1630
+ border-radius: 4px;
1631
+ border: solid 1px #6aa6e2;
1632
+ font-family: PingFang;
1633
+ font-size: 1.4rem;
1634
+ color: #6aa6e2;
1635
+ }
1636
+
1637
+ .button_new-1:hover {
1638
+ background-color: #f0f8ff;
1639
+ }
1640
+
1641
+ /*按钮导出*/
1642
+ .button_export {
1643
+ padding: 6px 8px;
1644
+ width: max-content;
1645
+ background-color: #ffffff;
1646
+ border-radius: 4px;
1647
+ border: solid 1px #6aa6e2;
1648
+ font-family: PingFang;
1649
+ font-size: 12px;
1650
+ color: #6aa6e2;
1651
+ }
1652
+
1653
+ .button_export:hover {
1654
+ background-color: #f0f8ff;
1655
+ }
1656
+
1657
+ .button_export button {
1658
+ padding: 6px 8px;
1659
+ width: max-content;
1660
+ background-color: #ffffff !important;
1661
+ border-radius: 4px !important;
1662
+ border: solid 1px #6aa6e2 !important;
1663
+ font-family: PingFang;
1664
+ font-size: 12px !important;
1665
+ color: #6aa6e2 !important;
1666
+ }
1667
+
1668
+ .button_export button:hover {
1669
+ background-color: #f0f8ff;
1670
+ }
1671
+
1672
+ //查询条件伸展
1673
+ .button_stretch {
1674
+ padding: 6px 8px;
1675
+ width: max-content;
1676
+ background-color: #ffffff;
1677
+ border-radius: 4px;
1678
+ border: solid 1px #6aa6e2;
1679
+ font-family: PingFang;
1680
+ font-size: 1.4rem;
1681
+ color: #6aa6e2;
1682
+ }
1683
+
1684
+ .button_stretch:hover {
1685
+ background-color: #f0f8ff;
1686
+ }
1687
+
1688
+ .button_stretch button {
1689
+ padding: 6px 8px;
1690
+ width: max-content;
1691
+ background-color: #ffffff;
1692
+ border-radius: 4px;
1693
+ border: solid 1px #6aa6e2;
1694
+ font-family: PingFang;
1695
+ font-size: 1.4rem;
1696
+ color: #6aa6e2;
1697
+ }
1698
+
1699
+ .button_stretch button:hover {
1700
+ background-color: #f0f8ff;
1701
+ }
1702
+
1703
+ //左右伸缩按钮
1704
+ .button_shrink_top {
1705
+ width: 30px;
1706
+ height: 30px;
1707
+ border: solid 1px #6aa6e2;
1708
+ background-size: 100%;
1709
+ background-image: url("../../../../static/newStyle/stretch_top.png")
1710
+ }
1711
+
1712
+ .button_shrink_bottom {
1713
+ width: 30px;
1714
+ height: 30px;
1715
+ border: solid 1px #6aa6e2;
1716
+ background-size: 100%;
1717
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
1718
+ }
1719
+
1720
+ .button_shrink_left {
1721
+ width: 30px;
1722
+ height: 30px;
1723
+ border: solid 1px #6aa6e2;
1724
+ background-size: 100%;
1725
+ background-image: url("../../../../static/newStyle/stretch_left.png")
1726
+ }
1727
+
1728
+ .button_shrink_right {
1729
+ width: 30px;
1730
+ height: 30px;
1731
+ border: solid 1px #6aa6e2;
1732
+ background-size: 100%;
1733
+ background-image: url("../../../../static/newStyle/stretch_right.png")
1734
+ }
1735
+
1736
+ /*查询输入框*/
1737
+ .input_search {
1738
+ padding: 6px;
1739
+ width: 180px;
1740
+ height: 30px;
1741
+ background-color: #ffffff;
1742
+ border-radius: 2px;
1743
+ border: solid 1px #c7c7c7;
1744
+ color: #333333;
1745
+ font-size: 12px;
1746
+ font-family: PingFang;
1747
+ }
1748
+
1749
+ .input_search::-webkit-input-placeholder {
1750
+ color: #999999;
1751
+ font-size: 12px;
1752
+ padding-left: 6px;
1753
+ font-family: PingFang;
1754
+ }
1755
+
1756
+ .input_search:focus {
1757
+ border: solid 1px #6aa6e2;
1758
+ }
1759
+
1760
+ /*查询输入域*/
1761
+ .input_textarea {
1762
+ width: 180px;
1763
+ height: 100px;
1764
+ background-color: #ffffff;
1765
+ border-radius: 2px;
1766
+ border: solid 1px #c7c7c7;
1767
+ color: #333333;
1768
+ font-size: 14px;
1769
+ font-family: PingFang;
1770
+ }
1771
+
1772
+ .input_textarea .datepicker .datepicker-input input {
1773
+ padding-left: 6px;
1774
+ width: 180px !important;
1775
+ height: 100px !important;
1776
+ background-color: #ffffff !important;
1777
+ border-radius: 2px;
1778
+ border: solid 1px #c7c7c7 !important;
1779
+ color: #333333;
1780
+ font-size: 14px;
1781
+ font-family: PingFang;
1782
+ }
1783
+
1784
+ .input_textarea::-webkit-input-placeholder {
1785
+ color: #ffffff;
1786
+ font-size: 14px;
1787
+ padding-left: 6px;
1788
+ font-family: PingFang;
1789
+ }
1790
+
1791
+ .input_textarea:focus {
1792
+ border: solid 1px #6aa6e2;
1793
+ }
1794
+
1795
+ /*下拉框*/
1796
+ .select button {
1797
+ width: 180px !important;
1798
+ height: 30px !important;
1799
+ background-color: #ffffff !important;
1800
+ border-radius: 2px !important;
1801
+ border: solid 1px #c7c7c7 !important;
1802
+ color: #999999 !important;
1803
+ font-size: 12px !important;
1804
+ font-family: PingFang;
1805
+ font-weight: normal !important;
1806
+ }
1807
+
1808
+ .select button:focus {
1809
+ border: solid 1px #6aa6e2 !important;
1810
+ }
1811
+
1812
+ }
1813
+
1814
+ /*分辨率@1366*768*/
1815
+ @media screen and (max-width: 800px) {
1816
+ html {
1817
+ font-size: 6px;
1818
+ }
1819
+
1820
+ /********************按钮*****************/
1821
+ /*按钮间隔*/
1822
+ /*.button_spacing{margin: 0px 0px 0px 20px;}*/
1823
+ .font_normal_body {
1824
+ font-size: 12px !important;
1825
+ line-height: 20px;
1826
+ }
1827
+
1828
+ .font_bold_body {
1829
+ font-size: 12px !important;
1830
+ line-height: 20px;
1831
+ }
1832
+
1833
+ .font_bold_title {
1834
+ font-size: 12px !important;
1835
+ line-height: 20px;
1836
+ }
1837
+
1838
+ .table_sy thead tr th {
1839
+ font-size: 12px !important;
1840
+ }
1841
+
1842
+ .foot .pager {
1843
+ font-size: 12px !important;
1844
+ color: #666666 !important;
1845
+ font-weight: normal !important;
1846
+ }
1847
+
1848
+ .foot .pager a {
1849
+ font-size: 12px !important;
1850
+ color: #666666 !important;
1851
+ font-weight: normal !important;
1852
+ }
1853
+
1854
+ .foot .pager li {
1855
+ font-size: 12px !important;
1856
+ color: #666666 !important;
1857
+ font-weight: normal !important;
1858
+ }
1859
+
1860
+ /*按钮查询*/
1861
+ .button_search {
1862
+ padding: 6px 8px;
1863
+ width: max-content;
1864
+ background-color: #6aa6e2;
1865
+ border-radius: 4px;
1866
+ border: none;
1867
+ font-family: PingFang;
1868
+ font-size: 14px;
1869
+ color: #ffffff;
1870
+ }
1871
+
1872
+ .button_search:hover {
1873
+ background-color: #3592ef;
1874
+ }
1875
+
1876
+ /*删除按钮*/
1877
+ .button_delete {
1878
+ padding: 6px 8px;
1879
+ width: max-content;
1880
+ background-color: #f1684d;
1881
+ border-radius: 4px;
1882
+ border: none;
1883
+ font-family: PingFang;
1884
+ font-size: 1.4rem;
1885
+ color: #ffffff;
1886
+ }
1887
+
1888
+ .button_delete:hover {
1889
+ background-color: red;
1890
+ }
1891
+
1892
+ /*按钮清空*/
1893
+ .button_clear {
1894
+ padding: 6px 8px;
1895
+ width: max-content;
1896
+ background-color: #5ac0d9;
1897
+ border-radius: 4px;
1898
+ border: none;
1899
+ font-family: PingFang;
1900
+ font-size: 12px;
1901
+ color: #ffffff;
1902
+ }
1903
+
1904
+ .button_clear:hover {
1905
+ background-color: #27c4eb;
1906
+ }
1907
+
1908
+ /*按钮新建*/
1909
+ .button_new {
1910
+ padding: 6px 8px;
1911
+ width: max-content;
1912
+ background-color: #ffffff;
1913
+ border-radius: 4px;
1914
+ border: solid 1px #6aa6e2;
1915
+ font-family: PingFang;
1916
+ font-size: 12px;
1917
+ color: #6aa6e2;
1918
+ }
1919
+
1920
+ .button_new:hover {
1921
+ background-color: #f0f8ff;
1922
+ }
1923
+
1924
+ .button_search-1 {
1925
+ padding: 6px 8px;
1926
+ width: max-content;
1927
+ background-color: #6aa6e2;
1928
+ border-radius: 4px;
1929
+ border: none;
1930
+ font-family: PingFang;
1931
+ font-size: 1.4rem;
1932
+ color: #ffffff;
1933
+ }
1934
+
1935
+ .button_search-1:hover {
1936
+ background-color: #3592ef;
1937
+ }
1938
+
1939
+ .button_new-1 {
1940
+ padding: 6px 8px;
1941
+ width: max-content;
1942
+ background-color: #ffffff;
1943
+ border-radius: 4px;
1944
+ border: solid 1px #6aa6e2;
1945
+ font-family: PingFang;
1946
+ font-size: 1.4rem;
1947
+ color: #6aa6e2;
1948
+ }
1949
+
1950
+ .button_new-1:hover {
1951
+ background-color: #f0f8ff;
1952
+ }
1953
+
1954
+ /*按钮导出*/
1955
+ .button_export {
1956
+ padding: 6px 8px;
1957
+ width: max-content;
1958
+ background-color: #ffffff;
1959
+ border-radius: 4px;
1960
+ border: solid 1px #6aa6e2;
1961
+ font-family: PingFang;
1962
+ font-size: 12px;
1963
+ color: #6aa6e2;
1964
+ }
1965
+
1966
+ .button_export:hover {
1967
+ background-color: #f0f8ff;
1968
+ }
1969
+
1970
+ .button_export button {
1971
+ padding: 6px 8px;
1972
+ width: max-content;
1973
+ background-color: #ffffff !important;
1974
+ border-radius: 4px !important;
1975
+ border: solid 1px #6aa6e2 !important;
1976
+ font-family: PingFang;
1977
+ font-size: 12px !important;
1978
+ color: #6aa6e2 !important;
1979
+ }
1980
+
1981
+ .button_export button:hover {
1982
+ background-color: #f0f8ff;
1983
+ }
1984
+
1985
+ //查询条件伸展
1986
+ .button_stretch {
1987
+ padding: 6px 8px;
1988
+ width: max-content;
1989
+ background-color: #ffffff;
1990
+ border-radius: 4px;
1991
+ border: solid 1px #6aa6e2;
1992
+ font-family: PingFang;
1993
+ font-size: 1.4rem;
1994
+ color: #6aa6e2;
1995
+ }
1996
+
1997
+ .button_stretch:hover {
1998
+ background-color: #f0f8ff;
1999
+ }
2000
+
2001
+ .button_stretch button {
2002
+ padding: 6px 8px;
2003
+ width: max-content;
2004
+ background-color: #ffffff;
2005
+ border-radius: 4px;
2006
+ border: solid 1px #6aa6e2;
2007
+ font-family: PingFang;
2008
+ font-size: 1.4rem;
2009
+ color: #6aa6e2;
2010
+ }
2011
+
2012
+ .button_stretch button:hover {
2013
+ background-color: #f0f8ff;
2014
+ }
2015
+
2016
+ //左右伸缩按钮
2017
+ .button_shrink_top {
2018
+ width: 28px;
2019
+ height: 28px;
2020
+ background-size: 100%;
2021
+ background-image: url("../../../../static/newStyle/stretch_top.png")
2022
+ }
2023
+
2024
+ .button_shrink_bottom {
2025
+ width: 28px;
2026
+ height: 28px;
2027
+ background-size: 100%;
2028
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
2029
+ }
2030
+
2031
+ .button_shrink_left {
2032
+ width: 28px;
2033
+ height: 28px;
2034
+ background-size: 100%;
2035
+ background-image: url("../../../../static/newStyle/stretch_left.png")
2036
+ }
2037
+
2038
+ .button_shrink_right {
2039
+ width: 28px;
2040
+ height: 28px;
2041
+ background-size: 100%;
2042
+ background-image: url("../../../../static/newStyle/stretch_right.png")
2043
+ }
2044
+
2045
+ /*查询输入框*/
2046
+ .input_search {
2047
+ padding: 6px;
2048
+ width: 160px;
2049
+ height: 28px;
2050
+ background-color: #ffffff;
2051
+ border-radius: 2px;
2052
+ border: solid 1px #c7c7c7;
2053
+ color: #333333;
2054
+ font-size: 12px;
2055
+ font-family: PingFang;
2056
+ }
2057
+
2058
+ .input_search::-webkit-input-placeholder {
2059
+ color: #999999;
2060
+ font-size: 12px;
2061
+ padding-left: 6px;
2062
+ font-family: PingFang;
2063
+ }
2064
+
2065
+ .input_search:focus {
2066
+ border: solid 1px #6aa6e2;
2067
+ }
2068
+
2069
+ /*查询输入域*/
2070
+ .input_textarea {
2071
+ width: 160px;
2072
+ height: 90px;
2073
+ background-color: #ffffff;
2074
+ border-radius: 2px;
2075
+ border: solid 1px #c7c7c7;
2076
+ color: #333333;
2077
+ font-size: 12px;
2078
+ font-family: PingFang;
2079
+ }
2080
+
2081
+ .input_textarea .datepicker .datepicker-input input {
2082
+ padding-left: 6px;
2083
+ width: 160px !important;
2084
+ height: 90px !important;
2085
+ background-color: #ffffff !important;
2086
+ border-radius: 2px;
2087
+ border: solid 1px #c7c7c7 !important;
2088
+ color: #333333;
2089
+ font-size: 14px;
2090
+ font-family: PingFang;
2091
+ }
2092
+
2093
+ .input_textarea::-webkit-input-placeholder {
2094
+ color: #ffffff;
2095
+ font-size: 14px;
2096
+ padding-left: 4px;
2097
+ font-family: PingFang;
2098
+ }
2099
+
2100
+ .input_textarea:focus {
2101
+ border: solid 1px #6aa6e2;
2102
+ }
2103
+
2104
+ /*下拉框*/
2105
+ .select button {
2106
+ width: 160px !important;
2107
+ height: 28px !important;
2108
+ background-color: #ffffff !important;
2109
+ border-radius: 2px !important;
2110
+ border: solid 1px #c7c7c7 !important;
2111
+ color: #999999 !important;
2112
+ font-size: 12px !important;
2113
+ font-family: PingFang;
2114
+ font-weight: normal !important;
2115
+ }
2116
+
2117
+ .select button:focus {
2118
+ border: solid 1px #6aa6e2 !important;
2119
+ }
2120
+
2121
+ }