system-clients 3.2.5 → 3.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/.eslintrc.js +16 -16
  2. package/SystemClient.iml +2 -5
  3. package/build/webpack.base.conf.js +21 -11
  4. package/package.json +6 -4
  5. package/src/App.vue +24 -24
  6. package/src/components/Main.vue +626 -476
  7. package/src/components/TabButton.vue +201 -0
  8. package/src/components/Tabs.vue +67 -0
  9. package/src/components/addressManage/AddressCascadingMenu.vue +145 -0
  10. package/src/components/equipment/EquipmentManage.vue +1 -1
  11. package/src/components/equipment/PcAdd.vue +5 -5
  12. package/src/components/equipment/PcList.vue +5 -5
  13. package/src/components/equipment/PhoneAdd.vue +26 -13
  14. package/src/components/equipment/PhoneList.vue +31 -21
  15. package/src/components/equipment/PosAdd.vue +231 -45
  16. package/src/components/equipment/PosList.vue +198 -68
  17. package/src/components/equipment/PosManage.vue +80 -9
  18. package/src/components/equipment/PosManageBoth.vue +125 -0
  19. package/src/components/equipment/PosParamAdd.vue +236 -0
  20. package/src/components/equipment/PosParamList.vue +121 -0
  21. package/src/components/equipment/PosParamManage.vue +51 -0
  22. package/src/components/parammanage/ParamManage.vue +2 -2
  23. package/src/components/parammanage/ParamPage.vue +30 -8
  24. package/src/components/parammanage/SinglePage.vue +4 -4
  25. package/src/components/server/ImageVieweTest.vue +56 -0
  26. package/src/components/server/ImageViewer.vue +350 -0
  27. package/src/components/server/LoadData.vue +21 -2
  28. package/src/components/server/Login.vue +784 -519
  29. package/src/components/server/ModifyPw.vue +12 -7
  30. package/src/components/server/PcdBuildingSelect.vue +241 -0
  31. package/src/components/server/ResSelect.vue +5 -0
  32. package/src/components/server/ResSelectGroup.vue +159 -103
  33. package/src/components/server/RightTree.vue +289 -204
  34. package/src/filiale/dongguan/Main.vue +715 -0
  35. package/src/filiale/dongguan/system.js +5 -0
  36. package/src/filiale/konggang/Login.vue +840 -0
  37. package/src/filiale/konggang/system.js +7 -0
  38. package/src/filiale/qianneng/ModifyPw.vue +107 -0
  39. package/src/filiale/qianneng/system.js +7 -0
  40. package/src/filiale/rizhao/LeftTree.vue +111 -0
  41. package/src/filiale/rizhao/Login.vue +791 -0
  42. package/src/filiale/rizhao/Main.vue +606 -0
  43. package/src/filiale/rizhao/system.js +14 -0
  44. package/src/filiale/yuchuan/Login.vue +889 -0
  45. package/src/filiale/yuchuan/Main.vue +773 -0
  46. package/src/filiale/yuchuan/system.js +10 -0
  47. package/src/plugins/EncryptUtil.js +53 -0
  48. package/src/plugins/GetLoginInfoService.js +76 -70
  49. package/src/plugins/HeatGetLoginInfoService.js +491 -0
  50. package/src/plugins/validation.js +9 -1
  51. package/src/stores/HeatAppData.js +38 -0
  52. package/src/styles/less/aofeng/standard.less +446 -60
  53. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +13 -13
  54. package/src/styles/less/aofeng/themeOne/systemStyle.less +12 -12
  55. package/src/styles/less/aofeng/themeOne.less +4 -1
  56. package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -0
  57. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -0
  58. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -0
  59. package/src/styles/less/tables.less +50 -0
  60. package/src/styles/less/type.less +16 -3
  61. package/src/styles/less/variables.less +6 -3
  62. package/src/system.js +34 -1
  63. package/src/util/Daiban.json +12 -0
  64. package/static/images/lefticon//345/220/210/345/220/214/347/256/241/347/220/206.png +0 -0
  65. package/static/logo.png +0 -0
  66. package/static/newStyle/about-us.png +0 -0
  67. package/static/rizhao.png +0 -0
  68. package/yarn-error.log +6896 -0
  69. package/.gradle/3.5/file-changes/last-build.bin +0 -0
  70. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  71. package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
  72. package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
  73. package/.gradle/5.2.1/gc.properties +0 -0
  74. package/.gradle/buildOutputCleanup/built.bin +0 -0
  75. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  76. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
@@ -1,106 +1,237 @@
1
-
2
1
  /*=========================通用样式表=========================*/
3
2
 
4
3
 
5
4
  .fonttitle (@i,@type,@colortype) when (@i > 10) {
6
- .font_@{type}_@{colortype}_@{i} when (@colortype="title"){
5
+ .font_@{type}_@{colortype}_@{i} when (@colortype="title") {
7
6
  font-weight: @type;
8
7
  color: #333333;
9
8
  text-align: right;
10
9
  vertical-align: middle;
11
10
  font-size: @i px;
12
11
  }
13
- .font_@{type}_@{colortype}_@{i} when (@colortype="body"){
12
+ .font_@{type}_@{colortype}_@{i} when (@colortype="body") {
14
13
  font-weight: @type;
15
14
  color: #666666;
16
15
  text-align: right;
17
16
  vertical-align: middle;
18
17
  font-size: @i px;
19
18
  }
20
- .font_@{type}_@{colortype}_@{i} when (@colortype="title1"){
19
+ .font_@{type}_@{colortype}_@{i} when (@colortype="title1") {
21
20
  font-weight: @type;
22
21
  color: #999999;
23
22
  text-align: right;
24
23
  vertical-align: middle;
25
24
  font-size: @i px;
26
25
  }
27
- .font_@{type}_@{colortype}_@{i} when (@colortype="button"){
26
+ .font_@{type}_@{colortype}_@{i} when (@colortype="button") {
28
27
  font-weight: @type;
29
28
  color: #ffffff;
30
29
  text-align: right;
31
30
  vertical-align: middle;
32
31
  font-size: @i px;
33
32
  }
34
- .font_@{type}_@{colortype}_@{i} when (@colortype="blue"){
33
+ .font_@{type}_@{colortype}_@{i} when (@colortype="blue") {
35
34
  font-weight: @type;
36
35
  color: #6aa6e2;
37
36
  text-align: right;
38
37
  vertical-align: middle;
39
38
  font-size: @i px;
40
39
  }
41
- .fonttitle(@i - 1,@type,@colortype);
40
+ .fonttitle(@i - 1, @type, @colortype);
42
41
  }
43
42
 
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);
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);
54
53
 
55
54
 
56
55
  /********************字体*****************/
57
56
  /*字体标题_粗体*/
58
- .font_bold_title{font-family: PingFang; font-weight: bold;color: #333333;text-align: right;vertical-align: middle; }
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
+
59
65
  /*字体正文_粗体*/
60
- .font_bold_body{ font-family: PingFang; font-weight: bold;color: #666666;text-align: right;vertical-align: middle; }
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
+
61
74
  /*字体_粗体*/
62
- .font_bold_title1{ font-family: PingFang; font-weight: bold;color: #999999;text-align: right;vertical-align: middle;}
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
+
63
83
  /*字体按钮_粗体*/
64
- .font_bold_button{ font-family: PingFang; font-weight: bold;color: #ffffff;text-align: right;vertical-align: middle;}
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
+
65
92
  /*字体蓝色_粗体*/
66
- .font_bold_blue{ font-family: PingFang; font-weight: bold;color: #6aa6e2;text-align: right;vertical-align: middle;}
93
+ .font_bold_blue {
94
+ font-family: PingFang;
95
+ font-weight: bold;
96
+ color: #6aa6e2;
97
+ text-align: right;
98
+ vertical-align: middle;
99
+ }
67
100
 
68
101
  /*字体标题_正常*/
69
- .font_normal_title{ font-family: PingFang; font-weight: normal;color: #333333;text-align: right;vertical-align: middle;}
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
+
70
110
  /*字体正文_正常*/
71
- .font_normal_body{ font-family: PingFang; font-weight: normal !important;color: #666666;text-align: right;vertical-align: middle;}
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
+
72
119
  /*字体_正常*/
73
- .font_normal_title1{ font-family: PingFang;font-weight: normal;color: #999999;text-align: right;vertical-align: middle;}
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
+
74
128
  /*字体按钮_正常*/
75
- .font_normal_button{ font-family: PingFang;font-weight: normal;color: #ffffff;text-align: right;vertical-align: middle;}
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
+
76
137
  /*字体蓝色_正常*/
77
- .font_normal_blue{ font-family: PingFang;font-weight: normal;color: #6aa6e2;text-align: right;vertical-align: middle;}
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
+
78
146
  /*字体蓝色_正常*/
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;}
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
+ }
80
156
 
81
- .search_area{background-color: #ffffff; padding: 10px 10px 0 10px}
82
- .list_area{ background-color: #ffffff;padding: 0 0 10px 0}
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
+ }
83
166
 
84
167
 
85
168
  /********************表格*****************/
86
169
  /*表格表头*/
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;}
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
+
88
178
  /*表格主体_奇数行*/
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;}
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
+
90
188
  /*表格主体_偶数行*/
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;}
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
+
92
198
  /*表格主体_移动行*/
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;}
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
+
94
208
  /*表格底部*/
95
- .pager{background-color: #eaf5ff !important;font-size:1.4rem;color: #666666 !important;font-family: PINGFANG-MEDIUM !important;font-weight: normal!important;}
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
+
96
217
  /*表格主体_点击行*/
97
- .success td{background-color: #cbeaf1 !important;}
218
+ .success td {
219
+ background-color: #cbeaf1 !important;
220
+ }
98
221
 
99
- .foot{font-family: PingFang !important; overflow-y: hidden}
222
+ .foot {
223
+ font-family: PingFang !important;
224
+ overflow-y: hidden
225
+ }
100
226
 
101
227
  /*下拉列表滑动变色*/
102
- .select_list li a:hover{background-color: #eaf5ff !important;border-radius: 2px;border: solid 1px #eaeaea;}
103
- .select_list button .caret{
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 {
104
235
  border: none;
105
236
  background-image: url("../../../../static/newStyle/login-org.png");
106
237
  color: #999999;
@@ -109,27 +240,56 @@
109
240
  }
110
241
 
111
242
  /*弹窗*/
112
- .pop_windows{background-color: #d9e9f8;border-radius: 16px 16px 0px 0px;}
243
+ .pop_windows {
244
+ background-color: #d9e9f8;
245
+ border-radius: 16px 16px 0px 0px;
246
+ }
247
+
113
248
  /*标签*/
114
- .tab_color{border-bottom: 1px solid #6aa6e2; color: #6aa6e2; font-family: PingFang;}
249
+ .tab_color {
250
+ border-bottom: 1px solid #6aa6e2;
251
+ color: #6aa6e2;
252
+ font-family: PingFang;
253
+ }
115
254
 
116
255
  /*按钮间隔*/
117
- .button_spacing{margin: 0px 0px 0px 9px;}
256
+ .button_spacing {
257
+ margin: 0px 0px 0px 9px;
258
+ }
118
259
 
119
260
 
120
261
  //报表样式
121
262
  //报表头部
122
- .report-head{ background-color: #b3dff7;border: solid 1px #999999;}
263
+ .report-head {
264
+ background-color: #b3dff7;
265
+ border: solid 1px #999999;
266
+ }
267
+
123
268
  //头部字体
124
- .head-font{color: #333333;font-size: 18px; }
269
+ .head-font {
270
+ color: #333333;
271
+ font-size: 18px;
272
+ }
273
+
125
274
  //报表左侧
126
- .report-left{background-color: #dff0f9;border: solid 1px #999999;}
275
+ .report-left {
276
+ background-color: #dff0f9;
277
+ border: solid 1px #999999;
278
+ }
279
+
127
280
  //报表主体
128
- .report-main {background-color: #ffffff; border: solid 1px #999999;}
281
+ .report-main {
282
+ background-color: #ffffff;
283
+ border: solid 1px #999999;
284
+ }
285
+
129
286
  //报表主体字体
130
- .main-font{font-size: 18px;color: #1b1b1b; }
287
+ .main-font {
288
+ font-size: 18px;
289
+ color: #1b1b1b;
290
+ }
131
291
 
132
- .stretch{
292
+ .stretch {
133
293
  line-height: 40px;
134
294
  background-color: white;
135
295
  border: none;
@@ -138,30 +298,32 @@
138
298
  color: #6aa6e2;
139
299
  }
140
300
 
141
- .stretch:hover{
301
+ .stretch:hover {
142
302
  border: none;
143
303
  }
144
304
 
145
- .stretch:active{
305
+ .stretch:active {
146
306
  border: none;
147
307
  }
148
308
 
149
- .span{
309
+ .span {
150
310
  overflow-y: hidden;
151
311
  }
152
312
 
153
313
  //字体变色
154
- .has-error >.font_normal_body{
155
- color: #a94442!important;
314
+ .has-error > .font_normal_body {
315
+ color: #a94442 !important;
156
316
  }
157
317
 
158
- .button_search[disabled]{
318
+ .button_search[disabled] {
159
319
  background-color: #b5cadf;
160
- &:hover{
320
+
321
+ &:hover {
161
322
  background-color: #b5cadf;
162
323
  }
163
324
  }
164
- .button-range{
325
+
326
+ .button-range {
165
327
  display: flex;
166
328
  float: right;
167
329
  width: auto;
@@ -189,7 +351,7 @@
189
351
 
190
352
  .font_normal_body {
191
353
  float: left;
192
- margin-top: 10px;
354
+ margin-top: 4px;
193
355
  font-size: 1.4rem !important;
194
356
  line-height: 30px;
195
357
  }
@@ -231,7 +393,7 @@
231
393
  .button_search {
232
394
  padding: 8px 12px;
233
395
  width: max-content;
234
- background-color: #6aa6e2;
396
+ background-color: #4792de;
235
397
  border-radius: 4px;
236
398
  border: none;
237
399
  font-family: PingFang;
@@ -240,7 +402,7 @@
240
402
  }
241
403
 
242
404
  .button_search:hover {
243
- background-color: #3592ef;
405
+ background-color: #0f69c5;
244
406
  }
245
407
 
246
408
  /*删除按钮*/
@@ -286,10 +448,74 @@
286
448
  color: #ffffff;
287
449
  }
288
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
+
289
475
  .button_search-1:hover {
290
476
  background-color: #3592ef;
291
477
  }
292
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
+
293
519
  .button_new-1 {
294
520
  padding: 8px 12px;
295
521
  width: max-content;
@@ -529,7 +755,7 @@
529
755
 
530
756
  .font_normal_body {
531
757
  float: left;
532
- margin-top: 10px;
758
+ margin-top: 4px;
533
759
  font-size: 1.4rem !important;
534
760
  line-height: 30px;
535
761
  }
@@ -630,6 +856,38 @@
630
856
  background-color: #3592ef;
631
857
  }
632
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
+
633
891
  .button_new-1 {
634
892
  padding: 8px 12px;
635
893
  width: max-content;
@@ -967,6 +1225,38 @@
967
1225
  background-color: #3592ef;
968
1226
  }
969
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
+
970
1260
  .button_new-1 {
971
1261
  padding: 6px 10px;
972
1262
  width: max-content;
@@ -1286,6 +1576,38 @@
1286
1576
  background-color: #3592ef;
1287
1577
  }
1288
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
+
1289
1611
  .button_new-1 {
1290
1612
  padding: 6px 12px;
1291
1613
  width: max-content;
@@ -1623,6 +1945,38 @@
1623
1945
  background-color: #3592ef;
1624
1946
  }
1625
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
+
1626
1980
  .button_new-1 {
1627
1981
  padding: 6px 8px;
1628
1982
  width: max-content;
@@ -1936,6 +2290,38 @@
1936
2290
  background-color: #3592ef;
1937
2291
  }
1938
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
+
1939
2325
  .button_new-1 {
1940
2326
  padding: 6px 8px;
1941
2327
  width: max-content;