@go-home-early/go-home-early98 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of @go-home-early/go-home-early98 might be problematic. Click here for more details.

Files changed (56) hide show
  1. package/README.md +28 -16
  2. package/dist/go-home-early.umd.js +5 -5
  3. package/package.json +2 -16
  4. package/src/packages/Cesium/DrawMap/DrawJs/CesiumEntityEdit.js +427 -0
  5. package/src/packages/Cesium/DrawMap/DrawJs/CreatePolygonOnGround.js +202 -0
  6. package/src/packages/Cesium/DrawMap/DrawJs/DrawAttackArrow.js +477 -0
  7. package/src/packages/Cesium/DrawMap/DrawJs/DrawBillboard.js +114 -0
  8. package/src/packages/Cesium/DrawMap/DrawJs/DrawCircle.js +311 -0
  9. package/src/packages/Cesium/DrawMap/DrawJs/DrawCircleTY.js +237 -0
  10. package/src/packages/Cesium/DrawMap/DrawJs/DrawCurve.js +256 -0
  11. package/src/packages/Cesium/DrawMap/DrawJs/DrawPincerArrow.js +584 -0
  12. package/src/packages/Cesium/DrawMap/DrawJs/DrawPoint.js +158 -0
  13. package/src/packages/Cesium/DrawMap/DrawJs/DrawPolygon.js +215 -0
  14. package/src/packages/Cesium/DrawMap/DrawJs/DrawPolyline.js +213 -0
  15. package/src/packages/Cesium/DrawMap/DrawJs/DrawPolylineJT.js +218 -0
  16. package/src/packages/Cesium/DrawMap/DrawJs/DrawProFile.js +314 -0
  17. package/src/packages/Cesium/DrawMap/DrawJs/DrawRectangle.js +215 -0
  18. package/src/packages/Cesium/DrawMap/DrawJs/DrawstraightArrow.js +364 -0
  19. package/src/packages/Cesium/DrawMap/DrawJs/MeasurePolygon.js +337 -0
  20. package/src/packages/Cesium/DrawMap/DrawJs/MeasurePolyline.js +285 -0
  21. package/src/packages/Cesium/DrawMap/DrawJs/ReminderTip.js +78 -0
  22. package/src/packages/Cesium/DrawMap/DrawJs/SlopeAspect.js +436 -0
  23. package/src/packages/Cesium/DrawMap/DrawJs/measureLength.js +177 -0
  24. package/src/packages/Cesium/DrawMap/index.vue +272 -0
  25. package/src/packages/Cesium/components/LocationDialog.vue +283 -0
  26. package/src/packages/Cesium/components/Popup.vue +591 -0
  27. package/src/packages/Cesium/components/PoumianDialog.vue +200 -0
  28. package/src/packages/Cesium/imgs/add-off.png +0 -0
  29. package/src/packages/Cesium/imgs/add.png +0 -0
  30. package/src/packages/Cesium/imgs/circle.png +0 -0
  31. package/src/packages/Cesium/imgs/icon-position-blue.png +0 -0
  32. package/src/packages/Cesium/imgs/line.png +0 -0
  33. package/src/packages/Cesium/imgs/map-delete.png +0 -0
  34. package/src/packages/Cesium/imgs/map.png +0 -0
  35. package/src/packages/Cesium/imgs/orientation-bg.svg +14 -0
  36. package/src/packages/Cesium/imgs/orientation.svg +21 -0
  37. package/src/packages/Cesium/imgs/poi.png +0 -0
  38. package/src/packages/Cesium/imgs/point.png +0 -0
  39. package/src/packages/Cesium/imgs/polygon.png +0 -0
  40. package/src/packages/Cesium/imgs/popup/back-popup-img.png +0 -0
  41. package/src/packages/Cesium/imgs/popup/backimg-btn.png +0 -0
  42. package/src/packages/Cesium/imgs/popup/dialog-bd.png +0 -0
  43. package/src/packages/Cesium/imgs/popup/dialog-btn.png +0 -0
  44. package/src/packages/Cesium/imgs/popup/dialog-ft.png +0 -0
  45. package/src/packages/Cesium/imgs/popup/dialog-hd.png +0 -0
  46. package/src/packages/Cesium/imgs/reduce-off.png +0 -0
  47. package/src/packages/Cesium/index.md +292 -0
  48. package/src/packages/Cesium/index.vue +3830 -0
  49. package/src/packages/Cesium/materials/CircularDiffusionMaterialProperty.js +98 -0
  50. package/src/packages/Cesium/materials/CircularRippleMaterialProperty.js +126 -0
  51. package/src/packages/Cesium/materials/PolylineArrowMaterialProperty.js +109 -0
  52. package/src/packages/Cesium/utils/MeasureHeight.js +261 -0
  53. package/src/packages/Cesium/utils/MeasureTools.js +1188 -0
  54. package/src/packages/index.js +33 -0
  55. package/src/packages/utils/charts.js +54 -0
  56. package/src/packages/utils/index.js +50 -0
@@ -0,0 +1,591 @@
1
+ <!--
2
+ * @Description: 文件描述
3
+ * @Author: 傅霄玮
4
+ * @Date: 2024-07-08 16:06:29
5
+ * @LastEditors: zwt
6
+ * @LastEditTime: 2025-12-08 11:44:22
7
+ -->
8
+ <template>
9
+ <div ref="popupRef" class="popup-new" :class="`${popupData.class}`" v-show="showPopup" :style="{ bottom: `${popupPosition.y}px`, left: `${popupPosition.x}px` }">
10
+
11
+ <div v-if="popupData.class && popupData.class == 'popup-uav'" ref="popupContent" v-loading="popupLoading" class="uav-body">
12
+ <div v-if="popupData.contentImg" class="content-left">
13
+ <el-image :src="popupData.contentImg" style="width: 275px; height: 206px; border-radius: 10px" />
14
+ </div>
15
+ <div class="content-right">
16
+ <div class="title">{{ popupData.title }}</div>
17
+ <div v-for="(v, k) in popupData.content" :key="k" class="item">
18
+ <span class="name">{{ v.key }}:</span>
19
+ <span class="value" :title="v.value">{{ v.value || "-" }}</span>
20
+ </div>
21
+ </div>
22
+ </div>
23
+ <div v-else v-loading="popupLoading" :class="[popupData.isBig ? 'body-big' : 'body']">
24
+ <div class="hd">
25
+ <div class="title">{{ popupData.title }}</div>
26
+ <div class="btn-box">
27
+ <div class="btn close" @click="closePopup()">
28
+ <!-- <i class="el-icon-close" /> -->
29
+ </div>
30
+ </div>
31
+ </div>
32
+ <!-- 是否需要左右布局 -->
33
+ <!-- {{ popupData.layout }}1 -->
34
+ <div v-if="!popupData.layout" id="popup-content-height" ref="popupContent" class="bd">
35
+ <div v-for="(v, k) in popupData.content" :key="k" :class="{
36
+ privew: v.type === 'iframe',
37
+ item: v.type !== 'iframe',
38
+ }" :style="{ width: '100% ' }">
39
+ <!-- :style="{ width: v.width }" -->
40
+ <template v-if="v.type == 'cordinate'">
41
+ <!-- 坐标 -->
42
+ <span>{{ v.key }}</span>
43
+ <span v-if="v.isshow">
44
+ {{ isShowSecretFunction(v.value, 0, 0)
45
+ }}<el-button size="mini" class="ml-10" @click="v.isshow = !v.isshow">查看</el-button>
46
+ </span>
47
+ <span v-else>
48
+ {{ v.value
49
+ }}<el-button size="mini" class="ml-10" @click="v.isshow = !v.isshow">隐藏</el-button>
50
+ </span>
51
+ </template>
52
+ <template v-else-if="v.type == 'image'">
53
+ <img :src="v.value" alt="" style="width: 306px; height: 180px;cursor: pointer;" v-if="popupData.isClick" @click="openImageDetail(v)" />
54
+ <img :src="v.value" alt="" style="width: 306px; height: 180px" v-else />
55
+ <!-- <el-input v-if="popupData.isClick"></el-input> -->
56
+ </template>
57
+ <template v-else-if="v.type == 'audio'">
58
+ <audio :src="v.value" alt="" style="width: 100%; height: 40px" controls />
59
+ </template>
60
+ <template v-else-if="v.type == 'phone'">
61
+ <span class="name">{{ v.key }}</span>
62
+ <span class="value" v-if="v.isshow">
63
+ {{ isShowSecretFunction(v.value, 3, 8)
64
+ }}<el-button size="mini" class="ml-10" @click="v.isshow = !v.isshow">查看</el-button>
65
+ </span>
66
+ <span class="value" v-else>
67
+ {{ v.value
68
+ }}<el-button size="mini" class="ml-10" @click="v.isshow = !v.isshow">隐藏</el-button>
69
+ </span>
70
+ </template>
71
+ <template v-else>
72
+ <span class="name">{{ v.key }}</span>
73
+ <span class="value" :title="v.value">{{
74
+ v.value || v.value == 0 ? v.value : "-"
75
+ }}</span>
76
+ </template>
77
+ </div>
78
+ </div>
79
+ <!-- 这个就是左右布局的 -->
80
+ <div v-else ref="popupContent" class="bd-row">
81
+ <div v-if="popupData.contentImg" class="content-left">
82
+ <el-image :src="popupData.contentImg" style="width: 130px; height: 130px; border-radius: 5px" />
83
+ </div>
84
+ <div class="content-right">
85
+ <div v-for="(v, k) in popupData.content" :key="k" :class="{
86
+ privew: v.type === 'iframe',
87
+ item: v.type !== 'iframe',
88
+ }">
89
+ <template v-if="v.type == 'cordinate'">
90
+ <!-- 坐标 -->
91
+ <span>{{ v.key }}</span>
92
+ <span v-if="v.isshow">
93
+ {{ isShowSecretFunction(v.value, 0, 0)
94
+ }}<el-button size="mini" class="ml-10" @click="v.isshow = !v.isshow">查看</el-button>
95
+ </span>
96
+ <span v-else>
97
+ {{ v.value
98
+ }}<el-button size="mini" class="ml-10" @click="v.isshow = !v.isshow">隐藏</el-button>
99
+ </span>
100
+ </template>
101
+ <template v-else-if="v.type == 'image'">
102
+ <img :src="v.value" alt="" style="width: 306px; height: 180px" />
103
+ </template>
104
+ <template v-else-if="v.type == 'audio'">
105
+ <audio :src="v.value" alt="" style="width: 306px; height: 40px" controls />
106
+ </template>
107
+
108
+ <template v-else-if="v.type == 'phone'">
109
+ <span class="name">{{ v.key }}</span>
110
+ <span class="value" v-if="v.isshow">
111
+ {{ isShowSecretFunction(v.value, 3, 8)
112
+ }}<el-button size="mini" class="ml-10" @click="v.isshow = !v.isshow">查看</el-button>
113
+ </span>
114
+ <span class="value" v-else>
115
+ {{ v.value
116
+ }}<el-button size="mini" class="ml-10" @click="v.isshow = !v.isshow">隐藏</el-button>
117
+ </span>
118
+ </template>
119
+ <template v-else>
120
+ <span class="name">{{ v.key }}</span>
121
+ <span class="value" :title="v.value">{{ v.value || "-" }}</span>
122
+ </template>
123
+ </div>
124
+ </div>
125
+ </div>
126
+ <div class="ft" v-if="popupData.buttons && popupData.buttons.length > 0" @wheel.stop>
127
+ <div class="ft-item" v-for="(v, k) in popupData.buttons" :key="k">
128
+ <!-- {{ v.name }} -->
129
+ <div @click="handlePopupBtn(v)" class="btn">{{ v.name }}</div>
130
+ <!-- <el-button
131
+ class="btn-big"
132
+ :style="v.style"
133
+ @click="handlePopupBtn(v)"
134
+ type="primary"
135
+ >{{ v.name }}</el-button
136
+ > -->
137
+ </div>
138
+ </div>
139
+ </div>
140
+ <div class="arrow" />
141
+ <!-- <div class="label">森林火灾</div> -->
142
+ </div>
143
+ </template>
144
+
145
+ <script>
146
+ export default {
147
+ props: {
148
+ showPopup: Boolean,
149
+ popupData: Object,
150
+ popupPosition: Object,
151
+ popupLoading: Boolean,
152
+ },
153
+ components: {
154
+ },
155
+ methods: {
156
+ closePopup() {
157
+ this.$emit('close-popup');
158
+ },
159
+
160
+ showVideoConnection(data) {
161
+ this.videoData = {
162
+ id: data.id,
163
+ tel: data.tel,
164
+ name: data.name,
165
+ show: true,
166
+ };
167
+ },
168
+ handlePopupBtn(v) {
169
+ if (v.type === "dialog") {
170
+ this.$emit(v.dialog.name, v.dialog.visible, v.dialog.params);
171
+ return;
172
+ } else if (v.type === "function") {
173
+ v.function(v.params);
174
+ }
175
+
176
+ // 增加判断,不存在data数据不进视频显示
177
+ if (v.data) {
178
+ this.showVideoConnection(v.data);
179
+ }
180
+ },
181
+ },
182
+ };
183
+ </script>
184
+
185
+ <style scoped lang="scss">
186
+ // 鼠标点击弹出层
187
+ .popup-new::after {
188
+ content: "";
189
+ position: absolute;
190
+ left: 50%;
191
+ bottom: -15px;
192
+ transform: translateX(-50%);
193
+ width: 0;
194
+ height: 0;
195
+ border: 10px solid transparent;
196
+ border-top: 10px solid rgba(8, 108, 235, 1);
197
+ border-bottom: 0;
198
+ border-left: 10px solid transparent;
199
+ border-right: 10px solid transparent;
200
+ border-radius: 4px;
201
+ }
202
+
203
+ .popup-map-list.popup-new::after {
204
+ display: none;
205
+ }
206
+ .popup-map-list .ft .btn {
207
+ width: auto !important;
208
+ background-image: none !important;
209
+ color: #2dd2fb !important;
210
+ }
211
+
212
+ .popup-new {
213
+ position: absolute;
214
+ z-index: 9;
215
+
216
+ // .body::before {
217
+ // // content: "";
218
+ // position: absolute;
219
+ // top: -47px;
220
+ // right: 0;
221
+ // left: 0;
222
+ // height: 48px;
223
+ // background: url("~@/static/dashboard/v4-map/dialog-hd.png") left top
224
+ // no-repeat;
225
+ // background-size: 100% 100%;
226
+ // }
227
+ .body::after {
228
+ content: "";
229
+ position: absolute;
230
+ right: 0;
231
+ left: 0;
232
+ height: 25px;
233
+ bottom: -24px;
234
+ background: url("../imgs/popup/dialog-ft.png") left bottom
235
+ no-repeat;
236
+ background-size: 100% 100%;
237
+ }
238
+
239
+ .body {
240
+ z-index: 9999;
241
+ min-width: 380px;
242
+ // height: 350px;
243
+ // height: 332px;
244
+ position: relative;
245
+ // background: rgba(255, 255, 255, 0.8);
246
+ // background: url("./image/point-bg.png") #fff no-repeat;
247
+ // background: url("~@/static/dashboard/zl-dialog-bg_09.png") left top repeat-y;
248
+ background-size: 100% 100%;
249
+ color: #fff;
250
+ display: flex;
251
+ flex-direction: column;
252
+ // padding: 10px;
253
+ margin: 20px 0 17px;
254
+ // padding: 0 16px;
255
+
256
+ .hd {
257
+ background: url("../imgs/popup/dialog-hd.png") left bottom
258
+ no-repeat;
259
+ background-size: 100% 100%;
260
+ overflow: hidden;
261
+ position: relative;
262
+ width: 100%;
263
+ display: flex;
264
+ justify-content: space-between;
265
+ align-items: center;
266
+ height: 48px;
267
+ left: 0;
268
+ top: 2px;
269
+ padding: 0 14px;
270
+
271
+ .title {
272
+ // color: rgba(0, 0, 0, 0.9);
273
+ line-height: 36px;
274
+ margin-right: 20px;
275
+ height: 36px;
276
+ overflow: hidden;
277
+ text-overflow: ellipsis;
278
+ white-space: nowrap;
279
+ font-family: MicrosoftYaHeiSemibold;
280
+ font-size: 24px;
281
+ color: #ffffff;
282
+ letter-spacing: 1px;
283
+ font-weight: 600;
284
+ max-width: 9em;
285
+ }
286
+ .close {
287
+ position: absolute;
288
+ right: 0;
289
+ top: 20px;
290
+ width: 67px;
291
+ height: 33px;
292
+ cursor: pointer;
293
+ // background: url("~@/static/dashboard/v4-new/dialog-close.png") left top
294
+ // repeat-y;
295
+ background-size: 100% 100%;
296
+ }
297
+ }
298
+ .bd {
299
+ // margin-top: 10px;
300
+ // display: flex;
301
+ // flex-wrap: wrap;
302
+ // justify-content: space-between;
303
+ // max-height: 205px;
304
+ // min-height: 205px;
305
+ // flex: 1;
306
+ padding: 0 20px;
307
+ overflow-y: auto;
308
+ background: url("../imgs/popup/dialog-bd.png") left top
309
+ repeat-y;
310
+ background-size: 100% 100%;
311
+ .item {
312
+ // height: 40px;
313
+ line-height: 48px;
314
+ overflow: hidden;
315
+ // border-bottom: 1px solid #e7e7e7;
316
+ font-size: 24px;
317
+ display: flex;
318
+ white-space: nowrap;
319
+ // flex-direction: column;
320
+ span {
321
+ font-size: 24px;
322
+ color: #ffffff;
323
+ letter-spacing: 1px;
324
+ }
325
+ .name {
326
+ // width: 100px;
327
+ flex-shrink: 0;
328
+ text-align: right;
329
+ }
330
+ // .name::before {
331
+ // content: "";
332
+ // position: absolute;
333
+ // left: 0;
334
+ // top: 50%;
335
+ // transform: translate(0, -50%);
336
+ // width: 2px;
337
+ // height: 14px;
338
+ // background: #0799ff;
339
+ // }
340
+ .value {
341
+ flex: 1;
342
+ padding-left: 10px;
343
+ color: #16f8a7;
344
+ overflow: hidden;
345
+ text-overflow: ellipsis;
346
+ white-space: nowrap;
347
+ max-width: 15em;
348
+ }
349
+ // .value::before {
350
+ // content: "";
351
+ // position: absolute;
352
+ // left: 0;
353
+ // top: 50%;
354
+ // height: 10px;
355
+ // width: 120px;
356
+ // z-index: 0;
357
+ // background-image: linear-gradient(
358
+ // 90deg,
359
+ // rgba(0, 70, 246, 0) 0%,
360
+ // #0799ff 18%,
361
+ // rgba(0, 70, 246, 0) 100%
362
+ // );
363
+ // opacity: 0.4;
364
+ // }
365
+ audio {
366
+ margin: 10px 0;
367
+ &::-webkit-media-controls-panel {
368
+ background: rgba(0, 82, 129, 0.5);
369
+ border-radius: 26px;
370
+ }
371
+ &::-webkit-media-controls-play-button {
372
+ width: 29px;
373
+ height: 29px;
374
+ border-radius: 50%;
375
+ background-color: #08a2fb;
376
+ }
377
+ &::-webkit-media-controls-volume-slider {
378
+ display: none !important;
379
+ }
380
+ }
381
+ .camera {
382
+ height: 155px !important;
383
+ }
384
+ }
385
+ }
386
+ .bd-row {
387
+ display: flex;
388
+ gap: 14px;
389
+ padding: 0 20px;
390
+ background: url("../imgs/popup/dialog-bd.png") left top
391
+ repeat-y;
392
+ background-size: 100% 100%;
393
+
394
+ .content-left {
395
+ padding-top: 10px;
396
+ }
397
+ .content-right {
398
+ .item {
399
+ // width: 50%;
400
+ line-height: 40px;
401
+ overflow: hidden;
402
+ font-size: 18px;
403
+ display: flex;
404
+ white-space: nowrap;
405
+ span {
406
+ font-size: 18px;
407
+ color: #ffffff;
408
+ letter-spacing: 1px;
409
+ }
410
+ .name {
411
+ flex-shrink: 0;
412
+ text-align: right;
413
+ }
414
+ .value {
415
+ // flex: 1;
416
+ padding-left: 10px;
417
+ color: #16f8a7;
418
+ }
419
+ audio {
420
+ margin: 10px 0;
421
+ &::-webkit-media-controls-panel {
422
+ background: rgba(0, 82, 129, 0.5);
423
+ border-radius: 26px;
424
+ }
425
+ &::-webkit-media-controls-play-button {
426
+ width: 29px;
427
+ height: 29px;
428
+ border-radius: 50%;
429
+ background-color: #08a2fb;
430
+ }
431
+ &::-webkit-media-controls-volume-slider {
432
+ display: none !important;
433
+ }
434
+ }
435
+ }
436
+ }
437
+ }
438
+ .ft {
439
+ max-height: 300px;
440
+ overflow: auto;
441
+ padding-top: 12px;
442
+ // margin-right: 10px;
443
+ display: flex;
444
+ flex-wrap: wrap;
445
+ align-items: center;
446
+ // justify-content: flex-end;
447
+ justify-content: center;
448
+ gap: 12px;
449
+ background: url("../imgs/popup/dialog-bd.png") left top
450
+ repeat-y;
451
+ background-size: 100% 100%;
452
+
453
+ .ft-item {
454
+ // flex: 1;
455
+ // margin: 4px;
456
+ }
457
+
458
+ .el-button {
459
+ width: 100%;
460
+ }
461
+ .btn {
462
+ // margin: 0px 0 10px 0;
463
+ // margin-bottom: 15px;
464
+ // margin-left: 12px !important;
465
+ width: 124px;
466
+ height: 36px;
467
+ background-image: url("../imgs/popup/dialog-btn.png");
468
+ background-size: 100% 100%;
469
+ border: 0px;
470
+ text-align: center;
471
+ line-height: 36px;
472
+ cursor: pointer;
473
+ font-family: MicrosoftYaHei;
474
+ font-size: 16px;
475
+ color: #ffffff;
476
+ letter-spacing: 0.89px;
477
+ }
478
+ }
479
+ }
480
+ .body-big {
481
+ z-index: 9999;
482
+ // width: 342px;
483
+ // height: 350px;
484
+ overflow: hidden;
485
+ position: relative;
486
+ padding: 12px 16px;
487
+ // background-color: #fff;
488
+ background-image: url("../imgs/popup/back-popup-img.png");
489
+ background-size: 100% 100%;
490
+ border-radius: 8px;
491
+ .hd {
492
+ overflow: hidden;
493
+ position: relative;
494
+ width: 100%;
495
+ display: flex;
496
+ justify-content: space-between;
497
+ align-items: center;
498
+
499
+ .title {
500
+ // font-family: YouSheBiaoTiHei;
501
+ font-size: 16px;
502
+ color: rgba(0, 0, 0, 0.9);
503
+ color: #fff;
504
+ line-height: 38px;
505
+ // text-shadow: 0 2px 12px #0a53fa;
506
+ // font-weight: 600;
507
+ width: 320px;
508
+ height: 38px;
509
+ // background-image: url("~@/static/largeScreenImg/back-dialog-title.png");
510
+ // background-size: 100% 100%;
511
+ }
512
+ .close {
513
+ font-size: 25px;
514
+ cursor: pointer;
515
+ color: #fff;
516
+ margin-top: -10px;
517
+ }
518
+ }
519
+ .bd {
520
+ margin-top: 15px;
521
+ display: flex;
522
+ flex-wrap: wrap;
523
+ justify-content: space-between;
524
+ max-height: 200px;
525
+ overflow-y: auto;
526
+ color: #fff;
527
+ .item {
528
+ width: 50%;
529
+ height: 40px;
530
+ line-height: 40px;
531
+ border-bottom: 1px solid #e7e7e7;
532
+ font-size: 14px;
533
+ .value {
534
+ margin-left: 10px;
535
+ }
536
+ }
537
+ }
538
+ .bd-row {
539
+ display: flex;
540
+ justify-content: space-between;
541
+ color: #fff;
542
+
543
+ .content-left {
544
+ // width: 60%;
545
+ flex: 1;
546
+ height: 200px;
547
+ display: flex;
548
+ flex-wrap: wrap;
549
+ .item {
550
+ width: 50%;
551
+ height: 40px;
552
+ line-height: 40px;
553
+ border-bottom: 1px solid #e7e7e7;
554
+ font-size: 14px;
555
+ .value {
556
+ margin-left: 10px;
557
+ }
558
+ }
559
+ }
560
+ .content-right {
561
+ width: 40%;
562
+ }
563
+ }
564
+ .ft {
565
+ margin-top: 12px;
566
+ display: flex;
567
+ align-items: center;
568
+ justify-content: flex-end;
569
+ // height: 60px;
570
+
571
+ .btn-big {
572
+ // width: 100px;
573
+ // margin: 0px 0 10px 0;
574
+ margin: 0;
575
+ margin-bottom: 15px;
576
+ margin-left: 12px !important;
577
+ width: 100px;
578
+ height: 30px;
579
+ background-image: url("../imgs/popup/backimg-btn.png");
580
+ background-size: 100% 100%;
581
+ background-color: transparent;
582
+ border: 0px;
583
+ color: #fff;
584
+ display: flex;
585
+ align-items: center;
586
+ justify-content: center;
587
+ }
588
+ }
589
+ }
590
+ }
591
+ </style>