boka-human-cliend-v3 0.0.12 → 0.0.14
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.
- package/dist/boka-human-cliend-v3.css +515 -1
- package/dist/boka-human-v3.umd.js +5407 -9
- package/package.json +1 -1
- package/vite.config.js +1 -0
|
@@ -6,4 +6,518 @@
|
|
|
6
6
|
* Released under the MIT license
|
|
7
7
|
*
|
|
8
8
|
* Date: 2024-11-24T04:32:14.526Z
|
|
9
|
-
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
|
|
12
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 560 40%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M49.6 17.9h20.2v3.9H49.6zm123.1 2 10.9-11 2.7 2.8-8.2 8.2 8.2 8.2-2.7 2.7-10.9-10.9zm94 0-10.8-11-2.7 2.8 8.1 8.2-8.1 8.2 2.7 2.7 10.8-10.9zM212 9.3l20.1 10.6L212 30.5V9.3zm161.5 4.6-7.2 6 7.2 5.9v-4h12.4v4l7.3-5.9-7.3-6v4h-12.4v-4zm40.2 12.3 5.9 7.2 5.9-7.2h-4V13.6h4l-5.9-7.3-5.9 7.3h4v12.6h-4zm35.9-16.5h6.3v2h-4.3V16h-2V9.7Zm14 0h6.2V16h-2v-4.3h-4.2v-2Zm6.2 14V30h-6.2v-2h4.2v-4.3h2Zm-14 6.3h-6.2v-6.3h2v4.4h4.3v2Zm-438 .1v-8.3H9.6v-3.9h8.2V9.7h3.9v8.2h8.1v3.9h-8.1v8.3h-3.9zM93.6 9.7h-5.8v3.9h2V30h3.8V9.7zm16.1 0h-5.8v3.9h1.9V30h3.9V9.7zm-11.9 4.1h3.9v3.9h-3.9zm0 8.2h3.9v3.9h-3.9zm244.6-11.7 7.2 5.9-7.2 6v-3.6c-5.4-.4-7.8.8-8.7 2.8-.8 1.7-1.8 4.9 2.8 8.2-6.3-2-7.5-6.9-6-11.3 1.6-4.4 8-5 11.9-4.9v-3.1Zm147.2 13.4h6.3V30h-2v-4.3h-4.3v-2zm14 6.3v-6.3h6.2v2h-4.3V30h-1.9zm6.2-14h-6.2V9.7h1.9V14h4.3v2zm-13.9 0h-6.3v-2h4.3V9.7h2V16zm33.3 12.5 8.6-8.6-8.6-8.7 1.9-1.9 8.6 8.7 8.6-8.7 1.9 1.9-8.6 8.7 8.6 8.6-1.9 2-8.6-8.7-8.6 8.7-1.9-2zM297 10.3l-7.1 5.9 7.2 6v-3.6c5.3-.4 7.7.8 8.7 2.8.8 1.7 1.7 4.9-2.9 8.2 6.3-2 7.5-6.9 6-11.3-1.6-4.4-7.9-5-11.8-4.9v-3.1Zm-157.3-.6c2.3 0 4.4.7 6 2l2.5-3 1.9 9.2h-9.3l2.6-3.1a6.2 6.2 0 0 0-9.9 5.1c0 3.4 2.8 6.3 6.2 6.3 2.8 0 5.1-1.9 6-4.4h4c-1 4.7-5 8.3-10 8.3a10 10 0 0 1-10-10.2 10 10 0 0 1 10-10.2Z%22%2F%3E%3C%2Fsvg%3E");
|
|
13
|
+
background-repeat: no-repeat;
|
|
14
|
+
background-size: 280px;
|
|
15
|
+
color: transparent;
|
|
16
|
+
display: block;
|
|
17
|
+
font-size: 0;
|
|
18
|
+
height: 20px;
|
|
19
|
+
line-height: 0;
|
|
20
|
+
width: 20px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.viewer-zoom-in::before {
|
|
24
|
+
background-position: 0 0;
|
|
25
|
+
content: 'Zoom In';
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.viewer-zoom-out::before {
|
|
29
|
+
background-position: -20px 0;
|
|
30
|
+
content: 'Zoom Out';
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.viewer-one-to-one::before {
|
|
34
|
+
background-position: -40px 0;
|
|
35
|
+
content: 'One to One';
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.viewer-reset::before {
|
|
39
|
+
background-position: -60px 0;
|
|
40
|
+
content: 'Reset';
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.viewer-prev::before {
|
|
44
|
+
background-position: -80px 0;
|
|
45
|
+
content: 'Previous';
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.viewer-play::before {
|
|
49
|
+
background-position: -100px 0;
|
|
50
|
+
content: 'Play';
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.viewer-next::before {
|
|
54
|
+
background-position: -120px 0;
|
|
55
|
+
content: 'Next';
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.viewer-rotate-left::before {
|
|
59
|
+
background-position: -140px 0;
|
|
60
|
+
content: 'Rotate Left';
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.viewer-rotate-right::before {
|
|
64
|
+
background-position: -160px 0;
|
|
65
|
+
content: 'Rotate Right';
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.viewer-flip-horizontal::before {
|
|
69
|
+
background-position: -180px 0;
|
|
70
|
+
content: 'Flip Horizontal';
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.viewer-flip-vertical::before {
|
|
74
|
+
background-position: -200px 0;
|
|
75
|
+
content: 'Flip Vertical';
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.viewer-fullscreen::before {
|
|
79
|
+
background-position: -220px 0;
|
|
80
|
+
content: 'Enter Full Screen';
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.viewer-fullscreen-exit::before {
|
|
84
|
+
background-position: -240px 0;
|
|
85
|
+
content: 'Exit Full Screen';
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.viewer-close::before {
|
|
89
|
+
background-position: -260px 0;
|
|
90
|
+
content: 'Close';
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.viewer-container {
|
|
94
|
+
bottom: 0;
|
|
95
|
+
direction: ltr;
|
|
96
|
+
font-size: 0;
|
|
97
|
+
left: 0;
|
|
98
|
+
line-height: 0;
|
|
99
|
+
overflow: hidden;
|
|
100
|
+
position: absolute;
|
|
101
|
+
right: 0;
|
|
102
|
+
-webkit-tap-highlight-color: transparent;
|
|
103
|
+
top: 0;
|
|
104
|
+
-ms-touch-action: none;
|
|
105
|
+
touch-action: none;
|
|
106
|
+
-webkit-touch-callout: none;
|
|
107
|
+
-webkit-user-select: none;
|
|
108
|
+
-moz-user-select: none;
|
|
109
|
+
-ms-user-select: none;
|
|
110
|
+
user-select: none;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.viewer-container::-moz-selection, .viewer-container *::-moz-selection {
|
|
114
|
+
background-color: transparent;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.viewer-container::selection,
|
|
118
|
+
.viewer-container *::selection {
|
|
119
|
+
background-color: transparent;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.viewer-container:focus {
|
|
123
|
+
outline: 0;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.viewer-container img {
|
|
127
|
+
display: block;
|
|
128
|
+
height: auto;
|
|
129
|
+
max-height: none !important;
|
|
130
|
+
max-width: none !important;
|
|
131
|
+
min-height: 0 !important;
|
|
132
|
+
min-width: 0 !important;
|
|
133
|
+
width: 100%;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.viewer-canvas {
|
|
137
|
+
bottom: 0;
|
|
138
|
+
left: 0;
|
|
139
|
+
overflow: hidden;
|
|
140
|
+
position: absolute;
|
|
141
|
+
right: 0;
|
|
142
|
+
top: 0;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.viewer-canvas > img {
|
|
146
|
+
height: auto;
|
|
147
|
+
margin: 15px auto;
|
|
148
|
+
max-width: 90% !important;
|
|
149
|
+
width: auto;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.viewer-footer {
|
|
153
|
+
bottom: 0;
|
|
154
|
+
left: 0;
|
|
155
|
+
overflow: hidden;
|
|
156
|
+
position: absolute;
|
|
157
|
+
right: 0;
|
|
158
|
+
text-align: center;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.viewer-navbar {
|
|
162
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
163
|
+
overflow: hidden;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.viewer-list {
|
|
167
|
+
box-sizing: content-box;
|
|
168
|
+
height: 50px;
|
|
169
|
+
margin: 0;
|
|
170
|
+
overflow: hidden;
|
|
171
|
+
padding: 1px 0;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.viewer-list > li {
|
|
175
|
+
color: transparent;
|
|
176
|
+
cursor: pointer;
|
|
177
|
+
float: left;
|
|
178
|
+
font-size: 0;
|
|
179
|
+
height: 50px;
|
|
180
|
+
line-height: 0;
|
|
181
|
+
opacity: 0.5;
|
|
182
|
+
overflow: hidden;
|
|
183
|
+
transition: opacity 0.15s;
|
|
184
|
+
width: 30px;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.viewer-list > li:focus,
|
|
188
|
+
.viewer-list > li:hover {
|
|
189
|
+
opacity: 0.75;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.viewer-list > li:focus {
|
|
193
|
+
outline: 0;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.viewer-list > li + li {
|
|
197
|
+
margin-left: 1px;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.viewer-list > .viewer-loading {
|
|
201
|
+
position: relative;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.viewer-list > .viewer-loading::after {
|
|
205
|
+
border-width: 2px;
|
|
206
|
+
height: 20px;
|
|
207
|
+
margin-left: -10px;
|
|
208
|
+
margin-top: -10px;
|
|
209
|
+
width: 20px;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.viewer-list > .viewer-active,
|
|
213
|
+
.viewer-list > .viewer-active:focus,
|
|
214
|
+
.viewer-list > .viewer-active:hover {
|
|
215
|
+
opacity: 1;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.viewer-player {
|
|
219
|
+
background-color: #000;
|
|
220
|
+
bottom: 0;
|
|
221
|
+
cursor: none;
|
|
222
|
+
display: none;
|
|
223
|
+
left: 0;
|
|
224
|
+
position: absolute;
|
|
225
|
+
right: 0;
|
|
226
|
+
top: 0;
|
|
227
|
+
z-index: 1;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.viewer-player > img {
|
|
231
|
+
left: 0;
|
|
232
|
+
position: absolute;
|
|
233
|
+
top: 0;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.viewer-toolbar > ul {
|
|
237
|
+
display: inline-block;
|
|
238
|
+
margin: 0 auto 5px;
|
|
239
|
+
overflow: hidden;
|
|
240
|
+
padding: 6px 3px;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.viewer-toolbar > ul > li {
|
|
244
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
245
|
+
border-radius: 50%;
|
|
246
|
+
cursor: pointer;
|
|
247
|
+
float: left;
|
|
248
|
+
height: 24px;
|
|
249
|
+
overflow: hidden;
|
|
250
|
+
transition: background-color 0.15s;
|
|
251
|
+
width: 24px;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.viewer-toolbar > ul > li:focus,
|
|
255
|
+
.viewer-toolbar > ul > li:hover {
|
|
256
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.viewer-toolbar > ul > li:focus {
|
|
260
|
+
box-shadow: 0 0 3px #fff;
|
|
261
|
+
outline: 0;
|
|
262
|
+
position: relative;
|
|
263
|
+
z-index: 1;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.viewer-toolbar > ul > li::before {
|
|
267
|
+
margin: 2px;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.viewer-toolbar > ul > li + li {
|
|
271
|
+
margin-left: 1px;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.viewer-toolbar > ul > .viewer-small {
|
|
275
|
+
height: 18px;
|
|
276
|
+
margin-bottom: 3px;
|
|
277
|
+
margin-top: 3px;
|
|
278
|
+
width: 18px;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.viewer-toolbar > ul > .viewer-small::before {
|
|
282
|
+
margin: -1px;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.viewer-toolbar > ul > .viewer-large {
|
|
286
|
+
height: 30px;
|
|
287
|
+
margin-bottom: -3px;
|
|
288
|
+
margin-top: -3px;
|
|
289
|
+
width: 30px;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.viewer-toolbar > ul > .viewer-large::before {
|
|
293
|
+
margin: 5px;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.viewer-tooltip {
|
|
297
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
298
|
+
border-radius: 10px;
|
|
299
|
+
color: #fff;
|
|
300
|
+
display: none;
|
|
301
|
+
font-size: 12px;
|
|
302
|
+
height: 20px;
|
|
303
|
+
left: 50%;
|
|
304
|
+
line-height: 20px;
|
|
305
|
+
margin-left: -25px;
|
|
306
|
+
margin-top: -10px;
|
|
307
|
+
position: absolute;
|
|
308
|
+
text-align: center;
|
|
309
|
+
top: 50%;
|
|
310
|
+
width: 50px;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.viewer-title {
|
|
314
|
+
color: #ccc;
|
|
315
|
+
display: inline-block;
|
|
316
|
+
font-size: 12px;
|
|
317
|
+
line-height: 1.2;
|
|
318
|
+
margin: 5px 5%;
|
|
319
|
+
max-width: 90%;
|
|
320
|
+
min-height: 14px;
|
|
321
|
+
opacity: 0.8;
|
|
322
|
+
overflow: hidden;
|
|
323
|
+
text-overflow: ellipsis;
|
|
324
|
+
transition: opacity 0.15s;
|
|
325
|
+
white-space: nowrap;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.viewer-title:hover {
|
|
329
|
+
opacity: 1;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.viewer-button {
|
|
333
|
+
-webkit-app-region: no-drag;
|
|
334
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
335
|
+
border-radius: 50%;
|
|
336
|
+
cursor: pointer;
|
|
337
|
+
height: 80px;
|
|
338
|
+
overflow: hidden;
|
|
339
|
+
position: absolute;
|
|
340
|
+
right: -40px;
|
|
341
|
+
top: -40px;
|
|
342
|
+
transition: background-color 0.15s;
|
|
343
|
+
width: 80px;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.viewer-button:focus,
|
|
347
|
+
.viewer-button:hover {
|
|
348
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.viewer-button:focus {
|
|
352
|
+
box-shadow: 0 0 3px #fff;
|
|
353
|
+
outline: 0;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.viewer-button::before {
|
|
357
|
+
bottom: 15px;
|
|
358
|
+
left: 15px;
|
|
359
|
+
position: absolute;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.viewer-fixed {
|
|
363
|
+
position: fixed;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.viewer-open {
|
|
367
|
+
overflow: hidden;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.viewer-show {
|
|
371
|
+
display: block;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.viewer-hide {
|
|
375
|
+
display: none;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.viewer-backdrop {
|
|
379
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.viewer-invisible {
|
|
383
|
+
visibility: hidden;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.viewer-move {
|
|
387
|
+
cursor: move;
|
|
388
|
+
cursor: grab;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.viewer-fade {
|
|
392
|
+
opacity: 0;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.viewer-in {
|
|
396
|
+
opacity: 1;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.viewer-transition {
|
|
400
|
+
transition: all 0.3s;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
@keyframes viewer-spinner {
|
|
404
|
+
0% {
|
|
405
|
+
transform: rotate(0deg);
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
100% {
|
|
409
|
+
transform: rotate(360deg);
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.viewer-loading::after {
|
|
414
|
+
animation: viewer-spinner 1s linear infinite;
|
|
415
|
+
border: 4px solid rgba(255, 255, 255, 0.1);
|
|
416
|
+
border-left-color: rgba(255, 255, 255, 0.5);
|
|
417
|
+
border-radius: 50%;
|
|
418
|
+
content: '';
|
|
419
|
+
display: inline-block;
|
|
420
|
+
height: 40px;
|
|
421
|
+
left: 50%;
|
|
422
|
+
margin-left: -20px;
|
|
423
|
+
margin-top: -20px;
|
|
424
|
+
position: absolute;
|
|
425
|
+
top: 50%;
|
|
426
|
+
width: 40px;
|
|
427
|
+
z-index: 1;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
@media (max-width: 767px) {
|
|
431
|
+
.viewer-hide-xs-down {
|
|
432
|
+
display: none;
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
@media (max-width: 991px) {
|
|
437
|
+
.viewer-hide-sm-down {
|
|
438
|
+
display: none;
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
@media (max-width: 1199px) {
|
|
443
|
+
.viewer-hide-md-down {
|
|
444
|
+
display: none;
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
/* 可根据需要添加样式 */
|
|
449
|
+
.boka-human-v2 {
|
|
450
|
+
overflow: hidden;
|
|
451
|
+
position: fixed;
|
|
452
|
+
top: 0;
|
|
453
|
+
left: 0;
|
|
454
|
+
z-index: 999;
|
|
455
|
+
}
|
|
456
|
+
.humanEnterIcon{
|
|
457
|
+
position: fixed;
|
|
458
|
+
z-index: 999;
|
|
459
|
+
background-color: #0074ff;
|
|
460
|
+
border-radius: 50%;
|
|
461
|
+
width: 40px;
|
|
462
|
+
height: 40px;
|
|
463
|
+
text-align: center;
|
|
464
|
+
padding: 8px;
|
|
465
|
+
box-sizing: border-box;
|
|
466
|
+
/*transform: translate(100vw, 100vh);*/
|
|
467
|
+
transform: translate(50vw, 50vh);
|
|
468
|
+
>svg{
|
|
469
|
+
width: 100%;
|
|
470
|
+
height:100%;
|
|
471
|
+
fill:#fff;
|
|
472
|
+
}
|
|
473
|
+
&.unreadCount{
|
|
474
|
+
background-color: red;
|
|
475
|
+
color: #fff;
|
|
476
|
+
line-height: 24px;
|
|
477
|
+
font-size: 14px;
|
|
478
|
+
font-weight: bold;
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
.humanMainView {
|
|
482
|
+
position: fixed;
|
|
483
|
+
min-width: 420px;
|
|
484
|
+
min-height: 400px;
|
|
485
|
+
height: 80vh;
|
|
486
|
+
border: 1px solid #ccc;
|
|
487
|
+
.humanMainHeader {
|
|
488
|
+
width: 100%;
|
|
489
|
+
height: 40px;
|
|
490
|
+
text-align: center;
|
|
491
|
+
cursor: move;
|
|
492
|
+
font-size: 0;
|
|
493
|
+
box-sizing: border-box;
|
|
494
|
+
border-bottom: 1px solid #f5f5f5;
|
|
495
|
+
position: relative;
|
|
496
|
+
z-index: 999;
|
|
497
|
+
background: #fff;
|
|
498
|
+
white-space: nowrap;
|
|
499
|
+
.humanMainHeaderRight{
|
|
500
|
+
text-align: right;
|
|
501
|
+
}
|
|
502
|
+
.humanMainHeaderLeft,.humanMainHeaderRight{
|
|
503
|
+
width:20%;
|
|
504
|
+
display: inline-block;
|
|
505
|
+
vertical-align: middle;
|
|
506
|
+
padding: 0 10px;
|
|
507
|
+
line-height: 40px;
|
|
508
|
+
font-size: 14px;
|
|
509
|
+
box-sizing: border-box;
|
|
510
|
+
}
|
|
511
|
+
.humanMainHeaderCenter{
|
|
512
|
+
width:60%;
|
|
513
|
+
display: inline-block;
|
|
514
|
+
vertical-align: middle;
|
|
515
|
+
font-size: 16px;
|
|
516
|
+
box-sizing: border-box;
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
>iframe{
|
|
520
|
+
width: 100%;
|
|
521
|
+
height: calc(100% - 40px);
|
|
522
|
+
}
|
|
523
|
+
}
|