@fileverse-dev/fortune-react 1.0.2-mod-0

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 (73) hide show
  1. package/README.md +19 -0
  2. package/dist/components/ChangeColor/index.d.ts +7 -0
  3. package/dist/components/ConditionFormat/ConditionRules.d.ts +6 -0
  4. package/dist/components/ConditionFormat/index.d.ts +7 -0
  5. package/dist/components/ContextMenu/Divider.d.ts +3 -0
  6. package/dist/components/ContextMenu/FilterMenu.d.ts +3 -0
  7. package/dist/components/ContextMenu/Menu.d.ts +8 -0
  8. package/dist/components/ContextMenu/SheetTab.d.ts +4 -0
  9. package/dist/components/ContextMenu/index.d.ts +4 -0
  10. package/dist/components/CustomSort/index.d.ts +4 -0
  11. package/dist/components/DataVerification/DropdownList.d.ts +4 -0
  12. package/dist/components/DataVerification/RangeDialog.d.ts +4 -0
  13. package/dist/components/DataVerification/index.d.ts +4 -0
  14. package/dist/components/Dialog/index.d.ts +12 -0
  15. package/dist/components/FilterOption/index.d.ts +5 -0
  16. package/dist/components/FormatSearch/index.d.ts +6 -0
  17. package/dist/components/FormulaSearch/index.d.ts +5 -0
  18. package/dist/components/FxEditor/NameBox.d.ts +3 -0
  19. package/dist/components/FxEditor/index.d.ts +4 -0
  20. package/dist/components/ImgBoxs/index.d.ts +3 -0
  21. package/dist/components/LinkEidtCard/index.d.ts +5 -0
  22. package/dist/components/LocationCondition/index.d.ts +3 -0
  23. package/dist/components/MessageBox/index.d.ts +9 -0
  24. package/dist/components/NotationBoxes/index.d.ts +3 -0
  25. package/dist/components/SVGDefines.d.ts +5 -0
  26. package/dist/components/SVGIcon.d.ts +9 -0
  27. package/dist/components/SearchReplace/index.d.ts +6 -0
  28. package/dist/components/Sheet/index.d.ts +8 -0
  29. package/dist/components/SheetList/SheetHiddenButton.d.ts +8 -0
  30. package/dist/components/SheetList/SheetListItem.d.ts +9 -0
  31. package/dist/components/SheetList/index.d.ts +4 -0
  32. package/dist/components/SheetOverlay/ColumnHeader.d.ts +3 -0
  33. package/dist/components/SheetOverlay/ContentEditable.d.ts +11 -0
  34. package/dist/components/SheetOverlay/FormulaHint/index.d.ts +4 -0
  35. package/dist/components/SheetOverlay/FormulaSearch/index.d.ts +4 -0
  36. package/dist/components/SheetOverlay/InputBox.d.ts +3 -0
  37. package/dist/components/SheetOverlay/RowHeader.d.ts +3 -0
  38. package/dist/components/SheetOverlay/ScrollBar/index.d.ts +7 -0
  39. package/dist/components/SheetOverlay/index.d.ts +4 -0
  40. package/dist/components/SheetTab/SheetItem.d.ts +8 -0
  41. package/dist/components/SheetTab/index.d.ts +4 -0
  42. package/dist/components/SplitColumn/index.d.ts +3 -0
  43. package/dist/components/Toolbar/Button.d.ts +11 -0
  44. package/dist/components/Toolbar/ColorPicker.d.ts +6 -0
  45. package/dist/components/Toolbar/Combo.d.ts +10 -0
  46. package/dist/components/Toolbar/CustomBorder.d.ts +7 -0
  47. package/dist/components/Toolbar/CustomButton.d.ts +11 -0
  48. package/dist/components/Toolbar/CustomColor.d.ts +8 -0
  49. package/dist/components/Toolbar/CustomIcon.d.ts +9 -0
  50. package/dist/components/Toolbar/Divider.d.ts +4 -0
  51. package/dist/components/Toolbar/MoreItemsContainer.d.ts +6 -0
  52. package/dist/components/Toolbar/Select.d.ts +14 -0
  53. package/dist/components/Toolbar/index.d.ts +7 -0
  54. package/dist/components/Workbook/api.d.ts +117 -0
  55. package/dist/components/Workbook/index.d.ts +125 -0
  56. package/dist/components/ZoomControl/index.d.ts +4 -0
  57. package/dist/components/index.d.ts +3 -0
  58. package/dist/context/index.d.ts +25 -0
  59. package/dist/context/modal.d.ts +10 -0
  60. package/dist/hooks/useAlert.d.ts +4 -0
  61. package/dist/hooks/useDialog.d.ts +5 -0
  62. package/dist/hooks/useOutsideClick.d.ts +2 -0
  63. package/dist/hooks/usePrevious.d.ts +2 -0
  64. package/dist/index.css +3410 -0
  65. package/dist/index.d.ts +1 -0
  66. package/dist/index.esm.css +3410 -0
  67. package/dist/index.esm.js +11354 -0
  68. package/dist/index.js +11365 -0
  69. package/dist/index.umd.css +3410 -0
  70. package/dist/index.umd.js +52194 -0
  71. package/dist/index.umd.min.css +1 -0
  72. package/dist/index.umd.min.js +9 -0
  73. package/package.json +42 -0
package/dist/index.css ADDED
@@ -0,0 +1,3410 @@
1
+ .fortune-container {
2
+ display: flex;
3
+ width: 100%;
4
+ height: 100%;
5
+ margin: 0;
6
+ padding: 0;
7
+ flex-direction: column;
8
+ font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
9
+ "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",
10
+ sans-serif;
11
+ background-color: white;
12
+ position: relative;
13
+ }
14
+
15
+ .fortune-workarea {
16
+ width: 100%;
17
+ }
18
+
19
+ .fortune-popover-backdrop {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ z-index: 1003;
24
+ /* should below .fortune-context-menu */
25
+ height: 100%;
26
+ width: 100%;
27
+ }
28
+
29
+ .fortune-modal-container {
30
+ background: rgba(255, 255, 255, 0.5);
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: center;
34
+ }
35
+
36
+ html::-webkit-scrollbar-button {
37
+ display: none;
38
+ }
39
+
40
+ .fortune-stat-area {
41
+ display: flex;
42
+ justify-content: flex-end;
43
+ align-items: center;
44
+ }
45
+
46
+ .fortune-sheet-container {
47
+ display: flex;
48
+ flex: 1;
49
+ flex-direction: column;
50
+ }
51
+
52
+ .fortune-col-body {
53
+ display: flex;
54
+ flex: 1;
55
+ flex-direction: row;
56
+ }
57
+
58
+ .fortune-sheet-area {
59
+ flex: 1;
60
+ position: relative;
61
+ }
62
+
63
+ .fortune-sheet-canvas-placeholder,
64
+ .fortune-sheet-canvas {
65
+ width: 100%;
66
+ height: 100%;
67
+ display: block;
68
+ }
69
+
70
+ .fortune-sheet-canvas {
71
+ position: absolute;
72
+ }
73
+
74
+ .fortune-sheet-overlay {
75
+ position: absolute;
76
+ width: 100%;
77
+ height: 100%;
78
+ outline-style: none;
79
+ }
80
+
81
+ .fortune-cell-area {
82
+ border-collapse: collapse;
83
+ position: relative;
84
+ overflow: hidden;
85
+ outline-style: none;
86
+ cursor: default;
87
+ }
88
+
89
+ .fortune-row-body {
90
+ display: flex;
91
+ flex-direction: row;
92
+ }
93
+
94
+ .fortune-row-header {
95
+ position: relative;
96
+ flex-shrink: 0;
97
+ outline-style: none;
98
+ color: #5e5e5e;
99
+ overflow: hidden;
100
+ padding: 0;
101
+ margin-top: -2px;
102
+ padding-top: 2px;
103
+ cursor: default;
104
+ width: 45px;
105
+ }
106
+
107
+ .fortune-row-header-hover {
108
+ position: absolute;
109
+ z-index: 11;
110
+ border: 0 none;
111
+ right: 0;
112
+ width: 100%;
113
+ margin-top: 2px;
114
+ display: none;
115
+ background-color: rgba(194, 194, 194, 0.4);
116
+ }
117
+
118
+ .fortune-row-header-selected {
119
+ position: absolute;
120
+ z-index: 10;
121
+ border-right: 1px solid #0188fb;
122
+ right: 0;
123
+ width: 100%;
124
+ margin-top: 2px;
125
+ display: none;
126
+ background-color: rgba(76, 76, 76, 0.1);
127
+ }
128
+
129
+ .fortune-col-header-wrap {
130
+ display: flex;
131
+ flex-direction: row;
132
+ }
133
+
134
+ .fortune-col-header {
135
+ color: #5e5e5e;
136
+ overflow: hidden;
137
+ padding: 0;
138
+ cursor: default;
139
+ flex: 1;
140
+ height: 19px;
141
+ outline-style: none;
142
+ position: relative;
143
+ }
144
+
145
+ .fortune-col-header-hover {
146
+ color: #5e5e5e;
147
+ cursor: default;
148
+ position: absolute;
149
+ z-index: 11;
150
+ border: 0 none;
151
+ bottom: 0;
152
+ height: 100%;
153
+ margin-left: 0px;
154
+ display: none;
155
+ background-color: rgba(194, 194, 194, 0.4);
156
+ }
157
+
158
+ .fortune-col-header-hover .header-arrow {
159
+ position: absolute;
160
+ right: 6px;
161
+ top: 50%;
162
+ transform: translate(0%, -44%);
163
+ }
164
+
165
+ .fortune-col-header-selected {
166
+ color: #5e5e5e;
167
+ cursor: default;
168
+ position: absolute;
169
+ z-index: 10;
170
+ border-bottom: 1px solid #0188fb;
171
+ bottom: 0;
172
+ height: 100%;
173
+ margin-left: 0px;
174
+ display: none;
175
+ background-color: rgba(76, 76, 76, 0.1);
176
+ }
177
+
178
+ .fortune-left-top {
179
+ width: 44.5px;
180
+ height: 18.5px;
181
+ border: solid 0 #dfdfdf;
182
+ position: relative;
183
+ padding-top: 0;
184
+ border-width: 0 1px 1px 0;
185
+ padding-left: 0;
186
+ cursor: pointer;
187
+ background-color: white;
188
+ }
189
+
190
+ .fortune-add-row-button {
191
+ padding: 1px 20px;
192
+ margin-right: 5px;
193
+ display: inline-flex;
194
+ align-items: center;
195
+ margin: 0 8px;
196
+ border: none;
197
+ border-radius: 4px;
198
+ font-size: 14px;
199
+ line-height: 20px;
200
+ outline: none;
201
+ cursor: pointer;
202
+ color: rgb(38, 42, 51);
203
+ background-color: rgb(255, 255, 255);
204
+ border: 1px solid rgb(200, 200, 200);
205
+ }
206
+
207
+ .luckysheet-cell-selected-focus {
208
+ position: absolute;
209
+ pointer-events: none;
210
+ z-index: 14;
211
+ /*border:1px solid #fff;*/
212
+ margin: 0px 0 0 0px;
213
+ background: rgba(0, 80, 208, 0.15);
214
+ display: none;
215
+ }
216
+
217
+ .fortune-selection-copy {
218
+ position: absolute;
219
+ pointer-events: none;
220
+ z-index: 18;
221
+ border: none;
222
+ margin: 0px 0 0 0px;
223
+ }
224
+
225
+ .fortune-selection-copy .fortune-copy {
226
+ position: absolute;
227
+ z-index: 18;
228
+ background-color: transparent;
229
+ }
230
+
231
+ .fortune-selection-copy-hc {
232
+ position: absolute;
233
+ top: 0;
234
+ right: 0;
235
+ bottom: 0;
236
+ left: 0;
237
+ border: 2px dashed #12a5ff;
238
+ z-index: 8;
239
+ }
240
+
241
+ .fortune-selection-highlight {
242
+ position: absolute;
243
+ /*pointer-events: none;*/
244
+ z-index: 14;
245
+ border: none;
246
+ margin: 0px 0 0 0px;
247
+ /* display: none; */
248
+ }
249
+
250
+ .fortune-cell-selected-extend {
251
+ position: absolute;
252
+ pointer-events: none;
253
+ z-index: 16;
254
+ border: 1px dashed #0188fb;
255
+ margin: -1px 0 0 -1px;
256
+ display: none;
257
+ }
258
+
259
+ .fortune-cell-selected-move {
260
+ cursor: move;
261
+ position: absolute;
262
+ /* pointer-events: none; */
263
+ z-index: 16;
264
+ border: 2px solid #0188fb;
265
+ margin: -1px 0 0 -1px;
266
+ display: none;
267
+ }
268
+
269
+ .luckysheet-cell-selected {
270
+ position: absolute;
271
+ pointer-events: none;
272
+ z-index: 15;
273
+ border: 1px solid #0188fb;
274
+ margin: -1px 0 0 -1px;
275
+ background: rgba(1, 136, 251, 0.15);
276
+ display: none;
277
+ box-sizing: content-box;
278
+ }
279
+
280
+ .luckysheet-cs-inner-border {
281
+ pointer-events: none;
282
+ border: 1px solid #fff;
283
+ position: absolute;
284
+ top: 0;
285
+ bottom: 0;
286
+ left: 0;
287
+ right: 0;
288
+ }
289
+
290
+ .luckysheet-cs-fillhandle {
291
+ position: absolute;
292
+ width: 6px;
293
+ height: 6px;
294
+ bottom: -5px;
295
+ cursor: crosshair;
296
+ background-color: #0188fb;
297
+ border: solid 1px #fff;
298
+ z-index: 16;
299
+ pointer-events: auto;
300
+ right: -5px;
301
+ }
302
+
303
+ .luckysheet-cs-draghandle {
304
+ position: absolute;
305
+ cursor: move;
306
+ background-color: #fff;
307
+ opacity: 0.01;
308
+ z-index: 15;
309
+ pointer-events: auto;
310
+ border: 2px solid #fff;
311
+ }
312
+
313
+ .luckysheet-cs-draghandle-top {
314
+ top: -4px;
315
+ left: -2px;
316
+ right: -2px;
317
+ height: 2px;
318
+ }
319
+
320
+ .luckysheet-cs-draghandle-bottom {
321
+ right: 0;
322
+ left: -2px;
323
+ bottom: -4px;
324
+ height: 2px;
325
+ }
326
+
327
+ .luckysheet-cs-draghandle-left {
328
+ top: 0;
329
+ left: -4px;
330
+ bottom: 0;
331
+ width: 2px;
332
+ }
333
+
334
+ .luckysheet-cs-draghandle-right {
335
+ top: 0;
336
+ right: -4px;
337
+ bottom: 0;
338
+ width: 2px;
339
+ }
340
+
341
+ .luckysheet-cs-touchhandle {
342
+ display: none;
343
+ position: absolute;
344
+ width: 16px;
345
+ height: 16px;
346
+ padding: 5px;
347
+ z-index: 100;
348
+ pointer-events: auto;
349
+ touch-action: auto;
350
+ }
351
+
352
+ .luckysheet-cs-touchhandle:before {
353
+ content: "";
354
+ display: block;
355
+ width: 16px;
356
+ height: 16px;
357
+ border: 0.5px solid rgba(0, 0, 0, 0.15);
358
+ background-color: #ffffff;
359
+ box-sizing: border-box;
360
+ border-radius: 50%;
361
+ }
362
+
363
+ .luckysheet-cs-touchhandle-lt {
364
+ left: -13px;
365
+ top: -13px;
366
+ }
367
+
368
+ .luckysheet-cs-touchhandle-lb {
369
+ left: -13px;
370
+ bottom: -13px;
371
+ }
372
+
373
+ .luckysheet-cs-touchhandle-rt {
374
+ right: -13px;
375
+ top: -13px;
376
+ }
377
+
378
+ .luckysheet-cs-touchhandle-rb {
379
+ right: -13px;
380
+ bottom: -13px;
381
+ }
382
+
383
+ .luckysheet-cs-touchhandle .luckysheet-cs-touchhandle-btn {
384
+ position: absolute;
385
+ width: 10px;
386
+ height: 10px;
387
+ left: 8px;
388
+ top: 8px;
389
+ background-color: #018ffb;
390
+ background-position: center;
391
+ box-sizing: border-box;
392
+ border-radius: 50%;
393
+ z-index: 11;
394
+ }
395
+
396
+ .luckysheet-input-box {
397
+ position: absolute;
398
+ font: normal normal 400 13px arial, sans, sans-serif;
399
+ z-index: 15;
400
+ display: flex;
401
+ flex-direction: column;
402
+ }
403
+
404
+ .luckysheet-input-box-inner {
405
+ font: normal normal 400 13px arial, sans, sans-serif;
406
+ text-align: left;
407
+ max-height: 9900px;
408
+ max-width: 9900px;
409
+ border: 1px #5292f7 solid;
410
+ padding: 0 2px;
411
+ margin: 0;
412
+ resize: none;
413
+ overflow: hidden;
414
+ white-space: pre-wrap;
415
+ outline: none;
416
+ -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
417
+ -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
418
+ box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
419
+ word-wrap: break-word;
420
+ background-color: rgb(255, 255, 255);
421
+ font-size: 13px;
422
+ right: auto;
423
+ overflow-y: auto;
424
+ box-sizing: border-box;
425
+ }
426
+
427
+ .luckysheet-cell-input {
428
+ width: 100%;
429
+ margin: 0;
430
+ outline: none;
431
+ cursor: text;
432
+ white-space: pre-wrap;
433
+ }
434
+
435
+ .luckysheet-formula-text-color {
436
+ color: black;
437
+ }
438
+
439
+ .luckysheet-formula-text-string {
440
+ color: forestgreen;
441
+ }
442
+
443
+ .luckysheet-cell-flow {
444
+ margin: 0;
445
+ padding: 0;
446
+ border: none 0;
447
+ position: relative;
448
+ touch-action: manipulation;
449
+ }
450
+
451
+ .luckysheet-cell-flow-clip {
452
+ border-collapse: collapse;
453
+ cursor: default;
454
+ width: 5000000px;
455
+ touch-action: manipulation;
456
+ overflow: hidden;
457
+ }
458
+
459
+ .luckysheet-cell-flow-col {
460
+ margin: 0;
461
+ padding: 0;
462
+ border: none 0;
463
+ position: relative;
464
+ touch-action: manipulation;
465
+ overflow: hidden;
466
+ float: left;
467
+ direction: ltr;
468
+ }
469
+
470
+ .luckysheet-cell-sheettable {
471
+ position: relative;
472
+ /*background-color: #fff;*/
473
+ text-align: left;
474
+ font-size: 11pt;
475
+ color: #000000;
476
+ text-decoration: none;
477
+ }
478
+
479
+ .luckysheet-bottom-controll-row {
480
+ position: absolute;
481
+ height: 30px;
482
+ /*width: 400px;*/
483
+ /* background: #000; */
484
+ bottom: 38px;
485
+ left: 0px;
486
+ z-index: 1000;
487
+ }
488
+
489
+ #luckysheet-bottom-add-row {
490
+ padding: 5px 20px;
491
+ margin-right: 5px;
492
+ margin-top: -2px;
493
+ }
494
+
495
+ #luckysheet-bottom-add-row-input {
496
+ width: 40px;
497
+ min-width: 40px;
498
+ }
499
+
500
+ #luckysheet-bottom-return-top {
501
+ padding: 5px 6px;
502
+ margin-left: 10px;
503
+ margin-top: -2px;
504
+ }
505
+
506
+ .luckysheet-cell-flow-column {
507
+ position: absolute;
508
+ height: inherit;
509
+ width: inherit;
510
+ top: 0;
511
+ left: 0;
512
+ z-index: 1;
513
+ touch-action: manipulation;
514
+ }
515
+
516
+ .luckysheet-cell-flow-column-line {
517
+ position: absolute;
518
+ border-right: 1px solid #d4d4d4;
519
+ height: inherit;
520
+ }
521
+
522
+ .luckysheet-cell-flow-row {
523
+ text-align: left;
524
+ position: absolute;
525
+ height: inherit;
526
+ width: inherit;
527
+ top: 0;
528
+ left: 0;
529
+ z-index: 1;
530
+ touch-action: manipulation;
531
+ }
532
+
533
+ .luckysheet-cell-flow-row-line {
534
+ position: absolute;
535
+ border-bottom: 1px solid #d4d4d4;
536
+ width: inherit;
537
+ }
538
+
539
+ .fortune-cols-change-size,
540
+ .fortune-rows-change-size,
541
+ .fortune-change-size-line,
542
+ .fortune-cols-freeze-handle,
543
+ .fortune-rows-freeze-handle,
544
+ .fortune-freeze-drag-line {
545
+ /*display: none;*/
546
+ -webkit-user-drag: none;
547
+ -webkit-user-select: none;
548
+ -moz-user-select: none;
549
+ user-select: none;
550
+ position: absolute;
551
+ z-index: 12;
552
+ }
553
+
554
+ .fortune-cols-change-size {
555
+ width: 5px;
556
+ height: 100%;
557
+ background: #0188fb;
558
+ cursor: ew-resize;
559
+ opacity: 0;
560
+ }
561
+
562
+ .fortune-rows-change-size {
563
+ width: 100%;
564
+ height: 5px;
565
+ background: #0188fb;
566
+ cursor: ns-resize;
567
+ opacity: 0;
568
+ }
569
+
570
+ .fortune-change-size-line {
571
+ border-color: #0188fb;
572
+ border-style: solid;
573
+ z-index: 15;
574
+ cursor: ew-resize;
575
+ }
576
+
577
+ .fortune-cols-freeze-handle {
578
+ position: absolute;
579
+ left: 0;
580
+ width: 3px;
581
+ height: 100%;
582
+ background-color: #ddd;
583
+ cursor: grab;
584
+ z-index: 20;
585
+ }
586
+
587
+ .fortune-rows-freeze-handle {
588
+ position: absolute;
589
+ top: 0;
590
+ height: 3px;
591
+ width: 100%;
592
+ background-color: #ddd;
593
+ cursor: grab;
594
+ z-index: 20;
595
+ }
596
+
597
+ .fortune-freeze-drag-line {
598
+ border-color: #ccc;
599
+ border-style: solid;
600
+ z-index: 15;
601
+ cursor: ew-resize;
602
+ }
603
+
604
+ /*批注聚焦框 移动 改变大小*/
605
+ .luckysheet-postil-dialog-move {
606
+ position: absolute;
607
+ margin: 0px;
608
+ padding: 0px;
609
+ top: 0;
610
+ left: 0;
611
+ bottom: 0;
612
+ right: 0;
613
+ pointer-events: none;
614
+ }
615
+
616
+ .luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item {
617
+ /*background: #000;*/
618
+ position: absolute;
619
+ pointer-events: all;
620
+ cursor: move;
621
+ }
622
+
623
+ .luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-t {
624
+ width: 100%;
625
+ height: 3px;
626
+ /* border-bottom: 1px solid #000; */
627
+ left: 0;
628
+ top: -4px;
629
+ }
630
+
631
+ .luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-r {
632
+ width: 3px;
633
+ height: 100%;
634
+ /* border-left: 1px solid #000; */
635
+ right: -4px;
636
+ top: 0;
637
+ }
638
+
639
+ .luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-b {
640
+ width: 100%;
641
+ height: 3px;
642
+ /* border-top: 1px solid #000; */
643
+ left: 0;
644
+ bottom: -4px;
645
+ }
646
+
647
+ .luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-l {
648
+ width: 3px;
649
+ height: 100%;
650
+ /* border-right: 1px solid #000; */
651
+ left: -4px;
652
+ top: 0;
653
+ }
654
+
655
+ .luckysheet-postil-show-active
656
+ .luckysheet-postil-dialog-move
657
+ .luckysheet-postil-dialog-move-item {
658
+ border-color: #0188fb;
659
+ }
660
+
661
+ .luckysheet-postil-dialog-resize {
662
+ position: absolute;
663
+ margin: 0px;
664
+ padding: 0px;
665
+ top: -2px;
666
+ left: -2px;
667
+ bottom: -2px;
668
+ right: -2px;
669
+ pointer-events: none;
670
+ }
671
+
672
+ .luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item {
673
+ position: absolute;
674
+ height: 6px;
675
+ width: 6px;
676
+ border: 1px solid #0188fb;
677
+ pointer-events: all;
678
+ }
679
+
680
+ .luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lt {
681
+ left: -6px;
682
+ top: -6px;
683
+ cursor: nw-resize;
684
+ }
685
+
686
+ .luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-mt {
687
+ left: 50%;
688
+ top: -6px;
689
+ margin-left: -4px;
690
+ cursor: n-resize;
691
+ }
692
+
693
+ .luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lm {
694
+ top: 50%;
695
+ left: -6px;
696
+ margin-top: -4px;
697
+ cursor: w-resize;
698
+ }
699
+
700
+ .luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rm {
701
+ top: 50%;
702
+ right: -6px;
703
+ margin-top: -4px;
704
+ cursor: e-resize;
705
+ }
706
+
707
+ .luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rt {
708
+ right: -6px;
709
+ top: -6px;
710
+ cursor: ne-resize;
711
+ }
712
+
713
+ .luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lb {
714
+ left: -6px;
715
+ bottom: -6px;
716
+ cursor: sw-resize;
717
+ }
718
+
719
+ .luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-mb {
720
+ left: 50%;
721
+ bottom: -6px;
722
+ margin-left: -4px;
723
+ cursor: s-resize;
724
+ }
725
+
726
+ .luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rb {
727
+ right: -6px;
728
+ bottom: -6px;
729
+ cursor: se-resize;
730
+ }
731
+
732
+ .fortune-selection-copy-top {
733
+ left: 0;
734
+ right: 0;
735
+ height: 2px;
736
+ top: 0;
737
+ background-position: bottom;
738
+ /* background-image: url("EwaAntH.gif"); */
739
+ }
740
+
741
+ .fortune-selection-copy-right {
742
+ top: 0;
743
+ bottom: 0;
744
+ width: 2px;
745
+ right: 0;
746
+ /* background-image: url("EwaAntV.gif"); */
747
+ }
748
+
749
+ .fortune-selection-copy-bottom {
750
+ left: 0;
751
+ right: 0;
752
+ height: 2px;
753
+ bottom: 0;
754
+ /* background-image: url("EwaAntH.gif"); */
755
+ }
756
+
757
+ .fortune-selection-copy-left {
758
+ top: 0;
759
+ bottom: 0;
760
+ width: 2px;
761
+ left: 0;
762
+ background-position: right;
763
+ /* background-image: url("EwaAntV.gif"); */
764
+ }
765
+
766
+ .fortune-selection-copy-hc {
767
+ position: absolute;
768
+ top: 0;
769
+ right: 0;
770
+ bottom: 0;
771
+ left: 0;
772
+ border: 2px dashed #12a5ff;
773
+ z-index: 8;
774
+ }
775
+
776
+ .luckysheet-modal-dialog-resize {
777
+ position: absolute;
778
+ border: 2px solid #0188fb;
779
+ margin: 0px;
780
+ padding: 0px;
781
+ top: -2px;
782
+ left: -2px;
783
+ bottom: -2px;
784
+ right: -2px;
785
+ pointer-events: none;
786
+ }
787
+
788
+ .luckysheet-modal-dialog-resize-item {
789
+ position: absolute;
790
+ height: 6px;
791
+ width: 6px;
792
+ background: #ffffff;
793
+ border: 2px solid #0188fb;
794
+ pointer-events: all;
795
+ border-radius: 6px;
796
+ }
797
+
798
+ .luckysheet-modal-dialog-resize-item-lt {
799
+ left: -6px;
800
+ top: -6px;
801
+ cursor: se-resize;
802
+ }
803
+
804
+ .luckysheet-modal-dialog-resize-item-mt {
805
+ left: 50%;
806
+ top: -6px;
807
+ margin-left: -4px;
808
+ cursor: s-resize;
809
+ }
810
+
811
+ .luckysheet-modal-dialog-resize-item-rt {
812
+ right: -6px;
813
+ top: -6px;
814
+ cursor: ne-resize;
815
+ }
816
+
817
+ .luckysheet-modal-dialog-resize-item-lm {
818
+ top: 50%;
819
+ left: -6px;
820
+ margin-top: -4px;
821
+ cursor: w-resize;
822
+ }
823
+
824
+ .luckysheet-modal-dialog-resize-item-rm {
825
+ top: 50%;
826
+ right: -6px;
827
+ margin-top: -4px;
828
+ cursor: w-resize;
829
+ }
830
+
831
+ .luckysheet-modal-dialog-resize-item-lb {
832
+ left: -6px;
833
+ bottom: -6px;
834
+ cursor: ne-resize;
835
+ }
836
+
837
+ .luckysheet-modal-dialog-resize-item-mb {
838
+ left: 50%;
839
+ bottom: -6px;
840
+ margin-left: -4px;
841
+ cursor: s-resize;
842
+ }
843
+
844
+ .luckysheet-modal-dialog-resize-item-rb {
845
+ right: -6px;
846
+ bottom: -6px;
847
+ cursor: se-resize;
848
+ }
849
+
850
+ .fortune-formula-functionrange-highlight .fortune-copy {
851
+ background-image: none;
852
+ background: #0188fb;
853
+ position: absolute;
854
+ z-index: 18;
855
+ cursor: move;
856
+ opacity: 0.9;
857
+ box-sizing: content-box;
858
+ /*border: 1px solid #fff;*/
859
+ }
860
+
861
+ .fortune-formula-functionrange-highlight .fortune-selection-copy-top {
862
+ top: -2px;
863
+ border-top: 2px solid #fff;
864
+ border-bottom: 2px solid #fff;
865
+ }
866
+
867
+ .fortune-formula-functionrange-highlight .fortune-selection-copy-right {
868
+ right: -2px;
869
+ border-left: 2px solid #fff;
870
+ border-right: 2px solid #fff;
871
+ }
872
+
873
+ .fortune-formula-functionrange-highlight .fortune-selection-copy-bottom {
874
+ bottom: -2px;
875
+ border-top: 2px solid #fff;
876
+ border-bottom: 2px solid #fff;
877
+ }
878
+
879
+ .fortune-formula-functionrange-highlight .fortune-selection-copy-left {
880
+ left: -2px;
881
+ border-left: 2px solid #fff;
882
+ border-right: 2px solid #fff;
883
+ }
884
+
885
+ .fortune-formula-functionrange-highlight .fortune-selection-copy-hc {
886
+ border: 2px solid #5e5e5e;
887
+ opacity: 0.03;
888
+ z-index: initial;
889
+ }
890
+
891
+ .fortune-selection-highlight-lt {
892
+ left: -3px;
893
+ top: -3px;
894
+ cursor: se-resize;
895
+ }
896
+
897
+ .fortune-selection-highlight-rt {
898
+ right: -3px;
899
+ top: -3px;
900
+ cursor: ne-resize;
901
+ }
902
+
903
+ .fortune-selection-highlight-lb {
904
+ left: -3px;
905
+ bottom: -3px;
906
+ cursor: ne-resize;
907
+ }
908
+
909
+ .fortune-selection-highlight-rb {
910
+ right: -3px;
911
+ bottom: -3px;
912
+ cursor: se-resize;
913
+ }
914
+
915
+ .fortune-formula-functionrange-highlight .luckysheet-highlight {
916
+ position: absolute;
917
+ z-index: 19;
918
+ border: 1px solid #fff;
919
+ background: #0188fb;
920
+ width: 6px;
921
+ height: 6px;
922
+ }
923
+
924
+ .fortune-presence-username {
925
+ position: absolute;
926
+ padding-left: 6px;
927
+ padding-right: 6px;
928
+ padding-top: 2px;
929
+ padding-bottom: 2px;
930
+ left: -2px;
931
+ font-size: 12px;
932
+ white-space: nowrap;
933
+ overflow: hidden;
934
+ text-overflow: ellipsis;
935
+ box-sizing: content-box;
936
+ color: #fff;
937
+ }
938
+
939
+ .fortune-presence-selection {
940
+ position: absolute;
941
+ border-style: solid;
942
+ border-width: 1;
943
+ opacity: 0.7;
944
+ }
945
+
946
+ .luckysheet-filter-options {
947
+ color: #897bff;
948
+ cursor: pointer;
949
+ position: absolute;
950
+ z-index: 200;
951
+ border: 1px solid #897bff;
952
+ border-radius: 3px;
953
+ top: 3px;
954
+ margin-left: 0px;
955
+ display: "block";
956
+ padding: 0px 4px;
957
+ font-size: 12px;
958
+ height: 15px;
959
+ background: #fff;
960
+ }
961
+
962
+ .luckysheet-filter-options:hover {
963
+ color: #fff;
964
+ border: 1px solid #fff;
965
+ background: #897bff;
966
+ }
967
+
968
+ .luckysheet-filter-options-active {
969
+ color: #fff;
970
+ border: 1px solid #897bff;
971
+ padding: 0px 1px;
972
+ background: #897bff;
973
+ }
974
+
975
+ .caret {
976
+ margin-top: 6px;
977
+ width: 0;
978
+ height: 0;
979
+ display: inline-block;
980
+ border: 4px solid transparent;
981
+ }
982
+
983
+ .caret.down {
984
+ border-top-color: #897bff;
985
+ }
986
+
987
+ .luckysheet-filter-options:hover .caret.down {
988
+ border-top-color: #ffffff;
989
+ }
990
+
991
+ .luckysheet-filter-selected {
992
+ background: #ffffff00;
993
+ }
994
+
995
+ #luckysheet-dataVerification-showHintBox {
996
+ display: none;
997
+ padding: 10px;
998
+ background-color: #ffffff;
999
+ border: 1px solid #ccc;
1000
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
1001
+ position: absolute;
1002
+ z-index: 1000;
1003
+ -webkit-user-select: none;
1004
+ -moz-user-select: none;
1005
+ user-select: none;
1006
+ cursor: default;
1007
+ white-space: nowrap;
1008
+ font-size: 12px;
1009
+ }
1010
+
1011
+ #luckysheet-dataVerification-dropdown-btn {
1012
+ display: none;
1013
+ width: 20px;
1014
+ height: 20px;
1015
+ background-color: #ffffff;
1016
+ position: absolute;
1017
+ z-index: 10;
1018
+ overflow: hidden;
1019
+ }
1020
+
1021
+ .luckysheet-formula-search-c {
1022
+ position: absolute;
1023
+ border: 1px solid rgba(0, 0, 0, 0.2);
1024
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
1025
+ color: #535353;
1026
+ font-size: 12px;
1027
+ background: #fff;
1028
+ z-index: 1003;
1029
+ width: 300px;
1030
+ }
1031
+
1032
+ .luckysheet-formula-search-c .luckysheet-formula-search-item {
1033
+ background: #fff;
1034
+ padding: 5px 10px;
1035
+ cursor: pointer;
1036
+ }
1037
+
1038
+ .luckysheet-formula-search-c
1039
+ .luckysheet-formula-search-item
1040
+ .luckysheet-formula-search-detail {
1041
+ display: none;
1042
+ color: #444;
1043
+ }
1044
+
1045
+ .luckysheet-formula-search-c
1046
+ .luckysheet-formula-search-item
1047
+ .luckysheet-formula-search-func {
1048
+ color: #222;
1049
+ font-size: 14px;
1050
+ }
1051
+
1052
+ .luckysheet-formula-search-c .luckysheet-formula-search-item-active {
1053
+ display: block;
1054
+ border-top: 1px solid #ebebeb;
1055
+ border-bottom: 1px solid #ebebeb;
1056
+ background: #f5f5f5;
1057
+ }
1058
+
1059
+ .luckysheet-formula-search-c
1060
+ .luckysheet-formula-search-item-active
1061
+ .luckysheet-formula-search-detail {
1062
+ display: block;
1063
+ }
1064
+
1065
+ .luckysheet-formula-help-c {
1066
+ position: absolute;
1067
+ border: 1px solid rgba(0, 0, 0, 0.2);
1068
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
1069
+ color: #535353;
1070
+ font-size: 12px;
1071
+ background: #fff;
1072
+ z-index: 1003;
1073
+ width: 300px;
1074
+ }
1075
+
1076
+ .luckysheet-formula-help-c .luckysheet-formula-help-content {
1077
+ max-height: 300px;
1078
+ overflow-y: scroll;
1079
+ }
1080
+
1081
+ .luckysheet-formula-help-content-example {
1082
+ margin-top: 5px;
1083
+ }
1084
+
1085
+ .luckysheet-formula-help-title {
1086
+ display: block;
1087
+ border-top: 1px solid #ebebeb;
1088
+ border-bottom: 1px solid #ebebeb;
1089
+ background: #f5f5f5;
1090
+ padding: 2px 10px;
1091
+ font-size: 14px;
1092
+ }
1093
+
1094
+ .luckysheet-formula-help-title-formula {
1095
+ width: 250px;
1096
+ word-break: break-word;
1097
+ }
1098
+
1099
+ .luckysheet-arguments-help-section {
1100
+ margin-top: 5px;
1101
+ margin-bottom: 5px;
1102
+ color: #222;
1103
+ }
1104
+
1105
+ .luckysheet-arguments-help-section-title {
1106
+ padding: 1px 10px;
1107
+ color: #666;
1108
+ }
1109
+
1110
+ .luckysheet-arguments-help-parameter-content {
1111
+ padding: 1px 10px;
1112
+ display: inline-block;
1113
+ word-wrap: break-word;
1114
+ }
1115
+
1116
+ .luckysheet-arguments-help-formula {
1117
+ padding: 1px 10px;
1118
+ font-size: 14px;
1119
+ }
1120
+
1121
+ .luckysheet-arguments-help-parameter-active {
1122
+ background-color: #fff9b2;
1123
+ }
1124
+
1125
+ .luckysheet-formula-help-collapse {
1126
+ position: absolute;
1127
+ top: 0px;
1128
+ right: 25px;
1129
+ font-size: 16px;
1130
+ cursor: pointer;
1131
+ color: #bbb;
1132
+ }
1133
+
1134
+ .luckysheet-formula-help-close {
1135
+ position: absolute;
1136
+ top: 0px;
1137
+ right: 5px;
1138
+ font-size: 16px;
1139
+ cursor: pointer;
1140
+ color: #bbb;
1141
+ }
1142
+
1143
+ .luckysheet-formula-help-close:hover,
1144
+ .luckysheet-formula-help-collapse:hover {
1145
+ color: #555;
1146
+ }
1147
+
1148
+ .luckysheet-scrollbar-ltr {
1149
+ position: absolute;
1150
+ overflow: hidden;
1151
+ z-index: 1003;
1152
+ }
1153
+
1154
+ .luckysheet-scrollbar-ltr div {
1155
+ height: 1px;
1156
+ width: 1px;
1157
+ }
1158
+
1159
+ .luckysheet-scrollbar-x {
1160
+ bottom: 0px;
1161
+ overflow-x: scroll;
1162
+ }
1163
+
1164
+ .luckysheet-scrollbar-y {
1165
+ right: 0px;
1166
+ top: 0px;
1167
+ overflow-y: scroll;
1168
+ }
1169
+
1170
+ .luckysheet-scrollbar-ltr::-webkit-scrollbar {
1171
+ background-color: transparent;
1172
+ width: 8px;
1173
+ height: 8px;
1174
+ }
1175
+
1176
+ .luckysheet-scrollbar-ltr::-webkit-scrollbar-track {
1177
+ background-color: transparent;
1178
+ }
1179
+
1180
+ .luckysheet-scrollbar-ltr::-webkit-scrollbar-thumb {
1181
+ background-color: #babac0;
1182
+ border-radius: 16px;
1183
+ }
1184
+
1185
+ .luckysheet-scrollbar-ltr::-webkit-scrollbar-button {
1186
+ display: none;
1187
+ }
1188
+
1189
+ .fortune-dialog {
1190
+ max-width: 90%;
1191
+ max-height: 90%;
1192
+ overflow: scroll;
1193
+ border-radius: 6px;
1194
+ background: white;
1195
+ box-shadow: rgb(0 0 0 / 10%) 5px 5px 30px;
1196
+ box-sizing: border-box;
1197
+ overflow: auto;
1198
+ }
1199
+
1200
+ .fortune-dialog-box-button-container {
1201
+ display: flex;
1202
+ align-items: center;
1203
+ justify-content: center;
1204
+ }
1205
+
1206
+ .fortune-dialog-box-content {
1207
+ padding: 0px 25px;
1208
+ }
1209
+
1210
+ .fortune-dialog-box-button-container {
1211
+ padding-top: 10px;
1212
+ padding-bottom: 20px;
1213
+ }
1214
+
1215
+ .fortune-message-box-button {
1216
+ display: inline-flex;
1217
+ align-items: center;
1218
+ padding: 6px 12px;
1219
+ margin: 0 8px;
1220
+ border: none;
1221
+ border-radius: 4px;
1222
+ font-size: 14px;
1223
+ line-height: 20px;
1224
+ outline: none;
1225
+ cursor: pointer;
1226
+ }
1227
+
1228
+ .fortune-message-box-button.button-default {
1229
+ color: rgb(38, 42, 51);
1230
+ background-color: rgb(255, 255, 255);
1231
+ border: 1px solid rgb(235, 235, 235);
1232
+ }
1233
+
1234
+ .fortune-message-box-button.button-primary {
1235
+ color: white;
1236
+ background-color: #0188fb;
1237
+ }
1238
+
1239
+ .fortune-modal-dialog-header {
1240
+ outline: 0;
1241
+ display: flex;
1242
+ justify-content: flex-end;
1243
+ }
1244
+
1245
+ .fortune-modal-dialog-icon-close {
1246
+ color: #d4d4d4;
1247
+ opacity: 0.3;
1248
+ }
1249
+
1250
+ .fortune-modal-dialog-icon-close:hover {
1251
+ opacity: 0.7;
1252
+ }
1253
+
1254
+ /*查找替换弹出框样式*/
1255
+ #fortune-search-replace {
1256
+ position: absolute;
1257
+ padding: 30px 42px;
1258
+ z-index: 1002;
1259
+ }
1260
+
1261
+ #fortune-search-replace .icon-close {
1262
+ position: absolute;
1263
+ right: 3px;
1264
+ top: 3px;
1265
+ }
1266
+
1267
+ #fortune-search-replace .tabBox {
1268
+ margin-top: 10px;
1269
+ font-size: 0;
1270
+ }
1271
+
1272
+ #fortune-search-replace .tabBox span {
1273
+ display: inline-block;
1274
+ text-align: center;
1275
+ width: 100px;
1276
+ border: 1px solid rgb(235, 235, 235);
1277
+ font-size: 14px;
1278
+ line-height: 2;
1279
+ }
1280
+
1281
+ #fortune-search-replace .tabBox span.on {
1282
+ background-color: #8c89fe;
1283
+ border-color: #726efe;
1284
+ color: #fff;
1285
+ }
1286
+
1287
+ #fortune-search-replace .ctBox {
1288
+ padding: 5px 10px;
1289
+ border: 1px solid rgb(235, 235, 235);
1290
+ font-size: 14px;
1291
+ min-width: 500px;
1292
+ }
1293
+
1294
+ #fortune-search-replace .ctBox .row {
1295
+ display: flex;
1296
+ flex-direction: row;
1297
+ justify-content: space-between;
1298
+ }
1299
+
1300
+ #fortune-search-replace .inputBox {
1301
+ height: 90px;
1302
+ position: relative;
1303
+ }
1304
+
1305
+ #fortune-search-replace .inputBox .textboxs {
1306
+ height: 30px;
1307
+ line-height: 30px;
1308
+ }
1309
+
1310
+ #fortune-search-replace .checkboxs {
1311
+ height: 90px;
1312
+ }
1313
+
1314
+ #fortune-search-replace .checkboxs div {
1315
+ height: 30px;
1316
+ line-height: 30px;
1317
+ }
1318
+
1319
+ #fortune-search-replace .checkboxs input[type="checkbox"] {
1320
+ float: left;
1321
+ margin-top: 9px;
1322
+ }
1323
+
1324
+ #fortune-search-replace .btnBox {
1325
+ margin-top: 10px;
1326
+ }
1327
+
1328
+ #fortune-search-replace .btnBox .button-default {
1329
+ margin-right: 8px;
1330
+ margin-left: 0px;
1331
+ }
1332
+
1333
+ #fortune-search-replace .close-button {
1334
+ margin-left: 0px;
1335
+ margin-top: 10px;
1336
+ }
1337
+
1338
+ #fortune-search-replace #searchAllbox {
1339
+ height: 210px;
1340
+ border: 1px solid #d4d4d4;
1341
+ margin-top: 10px;
1342
+ overflow-y: auto;
1343
+ position: relative;
1344
+ }
1345
+
1346
+ #fortune-search-replace #searchAllbox .boxTitle {
1347
+ width: 100%;
1348
+ height: 30px;
1349
+ line-height: 29px;
1350
+ padding: 0 5px;
1351
+ background-color: #fff;
1352
+ border-bottom: 1px solid #d4d4d4;
1353
+ box-sizing: border-box;
1354
+ position: sticky;
1355
+ left: 0;
1356
+ top: 0;
1357
+ }
1358
+
1359
+ #fortune-search-replace #searchAllbox .boxTitle span {
1360
+ display: inline-block;
1361
+ text-align: center;
1362
+ }
1363
+
1364
+ #fortune-search-replace #searchAllbox .boxTitle span:nth-of-type(1) {
1365
+ width: 25%;
1366
+ }
1367
+
1368
+ #fortune-search-replace #searchAllbox .boxTitle span:nth-of-type(2) {
1369
+ width: 25%;
1370
+ }
1371
+
1372
+ #fortune-search-replace #searchAllbox .boxTitle span:nth-of-type(3) {
1373
+ width: 50%;
1374
+ }
1375
+
1376
+ #fortune-search-replace #searchAllbox .boxMain .boxItem {
1377
+ height: 30px;
1378
+ line-height: 29px;
1379
+ border-bottom: 1px solid #d4d4d4;
1380
+ padding: 0 5px;
1381
+ box-sizing: border-box;
1382
+ }
1383
+
1384
+ #fortune-search-replace #searchAllbox .boxMain .boxItem.on {
1385
+ background-color: #8c89fe;
1386
+ color: #fff;
1387
+ }
1388
+
1389
+ #fortune-search-replace #searchAllbox .boxMain .boxItem span {
1390
+ display: block;
1391
+ text-align: center;
1392
+ float: left;
1393
+ }
1394
+
1395
+ #fortune-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(1) {
1396
+ width: 25%;
1397
+ overflow: hidden;
1398
+ text-overflow: ellipsis;
1399
+ white-space: nowrap;
1400
+ }
1401
+
1402
+ #fortune-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(2) {
1403
+ width: 25%;
1404
+ overflow: hidden;
1405
+ text-overflow: ellipsis;
1406
+ white-space: nowrap;
1407
+ }
1408
+
1409
+ #fortune-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(3) {
1410
+ width: 50%;
1411
+ overflow: hidden;
1412
+ text-overflow: ellipsis;
1413
+ white-space: nowrap;
1414
+ }
1415
+
1416
+ .fortune-link-modify-modal {
1417
+ position: absolute;
1418
+ overflow: hidden;
1419
+ background-color: #fff;
1420
+ z-index: 300;
1421
+ padding: 6px 20px 10px 20px;
1422
+ box-shadow: 0 2px 6px 0 rgb(0 0 0 / 16%);
1423
+ border: solid 0.5px #e5e5e5;
1424
+ border-radius: 6px;
1425
+ }
1426
+
1427
+ .fortune-link-modify-modal.link-toolbar {
1428
+ display: flex;
1429
+ flex-direction: row;
1430
+ padding: 2px 8px 2px 16px;
1431
+ align-items: center;
1432
+ }
1433
+
1434
+ .fortune-link-modify-modal .link-content {
1435
+ margin-right: 6px;
1436
+ }
1437
+
1438
+ .fortune-link-modify-modal .link-content:hover {
1439
+ color: #2674fb;
1440
+ cursor: pointer;
1441
+ }
1442
+
1443
+ .fortune-link-modify-modal .divider {
1444
+ width: 1px;
1445
+ height: 16px;
1446
+ margin: 0px 6px;
1447
+ background-color: #e0e0e0;
1448
+ flex-shrink: 0;
1449
+ }
1450
+
1451
+ .fortune-link-modify-modal .fortune-toolbar-button {
1452
+ padding: 6px;
1453
+ }
1454
+
1455
+ .fortune-link-modify-modal .fortune-toolbar-button:hover {
1456
+ background-color: rgba(0, 0, 0, 0.06);
1457
+ cursor: pointer;
1458
+ }
1459
+
1460
+ .fortune-link-modify-modal.range-selection-modal {
1461
+ width: 380px;
1462
+ padding: 22px;
1463
+ -webkit-user-select: auto;
1464
+ -moz-user-select: auto;
1465
+ user-select: auto;
1466
+ background-color: #fff;
1467
+ }
1468
+
1469
+ .fortune-link-modify-line {
1470
+ padding-top: 10px;
1471
+ }
1472
+
1473
+ .fortune-link-modify-title {
1474
+ font-size: 12px;
1475
+ display: inline-block;
1476
+ height: 16px;
1477
+ width: 74px;
1478
+ line-height: 16px;
1479
+ padding: 7px 0;
1480
+ color: #333333;
1481
+ margin-right: 6px;
1482
+ }
1483
+
1484
+ .fortune-link-modify-input,
1485
+ .fortune-link-modify-select {
1486
+ width: 232px;
1487
+ box-sizing: border-box;
1488
+ height: 26px;
1489
+ border-radius: 5px;
1490
+ border: 1px solid #d9d9d9;
1491
+ font-size: 12px;
1492
+ padding: 1px 8px;
1493
+ outline: none;
1494
+ -webkit-user-select: auto;
1495
+ -moz-user-select: auto;
1496
+ -ms-user-select: auto;
1497
+ user-select: auto;
1498
+ }
1499
+
1500
+ .fortune-link-modify-input:focus,
1501
+ .fortune-link-modify-modal .range-selection-input:focus {
1502
+ border-color: #4d90fe;
1503
+ }
1504
+
1505
+ .fortune-link-modify-input.error-input,
1506
+ .fortune-link-modify-modal .range-selection-input.error-input {
1507
+ border: 1px solid #ef4e2f !important;
1508
+ }
1509
+
1510
+ .fortune-link-modify-cell-selector {
1511
+ width: 20px;
1512
+ right: 24px;
1513
+ padding: 4px;
1514
+ position: absolute;
1515
+ display: inline-block;
1516
+ border: none;
1517
+ cursor: pointer;
1518
+ -webkit-appearance: none;
1519
+ -moz-appearance: none;
1520
+ appearance: none;
1521
+ }
1522
+
1523
+ .fortune-link-modify-modal .modal-title {
1524
+ font-weight: 500;
1525
+ font-size: 16px;
1526
+ color: rgba(0, 0, 0, 0.88);
1527
+ margin-bottom: 12px;
1528
+ line-height: 24px;
1529
+ }
1530
+
1531
+ .fortune-link-modify-modal .range-selection-input {
1532
+ display: block;
1533
+ outline: none;
1534
+ font-size: 14px;
1535
+ height: 32px;
1536
+ width: 100%;
1537
+ -webkit-box-sizing: border-box;
1538
+ box-sizing: border-box;
1539
+ padding: 7px 11px;
1540
+ border: 1px solid #e0e0e0;
1541
+ border-radius: 4px;
1542
+ -webkit-appearance: none;
1543
+ -moz-appearance: none;
1544
+ appearance: none;
1545
+ margin: 0;
1546
+ }
1547
+
1548
+ .fortune-link-modify-modal .modal-icon-close {
1549
+ position: absolute;
1550
+ right: 22px;
1551
+ top: 22px;
1552
+ cursor: pointer;
1553
+ }
1554
+
1555
+ .fortune-link-modify-modal .validation-input-tip {
1556
+ height: 17px;
1557
+ font-size: 12px;
1558
+ color: #ef4e2f;
1559
+ margin: 3px 0px;
1560
+ }
1561
+
1562
+ .fortune-link-modify-modal .button-group {
1563
+ display: flex;
1564
+ }
1565
+
1566
+ .fortune-link-modify-modal .modal-footer {
1567
+ display: flex;
1568
+ justify-content: flex-end;
1569
+ padding: 0px 0px 5px 0px;
1570
+ }
1571
+
1572
+ .fortune-link-modify-modal.range-selection-modal .modal-footer {
1573
+ padding: 0px;
1574
+ }
1575
+
1576
+ .fortune-link-modify-modal .button-basic {
1577
+ display: flex;
1578
+ flex-flow: row nowrap;
1579
+ justify-content: center;
1580
+ align-items: center;
1581
+ font-size: 14px;
1582
+ height: 32px;
1583
+ width: 88px;
1584
+ padding: 0;
1585
+ border-radius: 4px;
1586
+ cursor: pointer;
1587
+ }
1588
+
1589
+ .fortune-link-modify-modal .button-default {
1590
+ color: rgb(38, 42, 51);
1591
+ background-color: rgb(255, 255, 255);
1592
+ border: 1px solid rgb(235, 235, 235);
1593
+ }
1594
+
1595
+ .fortune-link-modify-modal .button-primary {
1596
+ color: white;
1597
+ background-color: #0188fb;
1598
+ margin-left: 14px;
1599
+ }
1600
+
1601
+ #fortune-data-verification {
1602
+ min-width: 500px;
1603
+ padding: 10px 0px;
1604
+ -webkit-user-select: none;
1605
+ -moz-user-select: none;
1606
+ user-select: none;
1607
+ }
1608
+
1609
+ #fortune-data-verification .title {
1610
+ font-size: 16px;
1611
+ }
1612
+
1613
+ #fortune-data-verification .box {
1614
+ font-size: 14px;
1615
+ }
1616
+
1617
+ #fortune-data-verification .box .box-item {
1618
+ padding: 10px;
1619
+ border-bottom: 1px solid #e1e4e8;
1620
+ }
1621
+
1622
+ #fortune-data-verification .box .box-item .box-item-title {
1623
+ font-size: 14px;
1624
+ font-weight: 600;
1625
+ margin-bottom: 10px;
1626
+ }
1627
+
1628
+ #fortune-data-verification .box .box-item .data-verification-range {
1629
+ width: 100%;
1630
+ height: 30px;
1631
+ border: 1px solid #d4d4d4;
1632
+ }
1633
+
1634
+ #fortune-data-verification .box .box-item .show-box-item {
1635
+ margin-top: 6px;
1636
+ font-size: 12px;
1637
+ }
1638
+
1639
+ #fortune-data-verification .box .box-item .show-box-item .check-box {
1640
+ height: 30px;
1641
+ line-height: 30px;
1642
+ margin-bottom: 10px;
1643
+ }
1644
+
1645
+ #fortune-data-verification .box .box-item .show-box-item .check-box input {
1646
+ height: 30px;
1647
+ padding: 0 10px;
1648
+ border: 1px solid #d4d4d4;
1649
+ box-sizing: border-box;
1650
+ }
1651
+
1652
+ #fortune-data-verification .input-box input {
1653
+ height: 30px;
1654
+ padding: 4px 10px 4px 10px;
1655
+ border: 1px solid #d4d4d4;
1656
+ box-sizing: border-box;
1657
+ margin-top: 6px;
1658
+ }
1659
+
1660
+ #fortune-data-verification .input-box span {
1661
+ margin: 0px 16px;
1662
+ }
1663
+
1664
+ .data-verification-range .formulaInputFocus {
1665
+ width: calc(100% - 30px);
1666
+ height: 30px;
1667
+ padding: 0 10px px;
1668
+ float: left;
1669
+ border: none;
1670
+ outline-style: none;
1671
+ box-sizing: border-box;
1672
+ }
1673
+
1674
+ .data-verification-range .icon {
1675
+ float: right;
1676
+ margin-top: 4px;
1677
+ margin-right: 5px;
1678
+ cursor: pointer;
1679
+ }
1680
+
1681
+ #fortune-data-verification .box .box-item .data-verification-type-select {
1682
+ width: 100%;
1683
+ height: 30px;
1684
+ border-color: #d4d4d4;
1685
+ outline-style: none;
1686
+ }
1687
+
1688
+ #fortune-data-verification .box .box-item .check {
1689
+ font-size: 12px;
1690
+ line-height: 24px;
1691
+ }
1692
+
1693
+ #fortune-data-verification .box .box-item .check input {
1694
+ vertical-align: text-top;
1695
+ }
1696
+
1697
+ #fortune-data-verification .button-basic {
1698
+ display: inline-block;
1699
+ margin-bottom: 0;
1700
+ font-weight: 400;
1701
+ text-align: center;
1702
+ vertical-align: middle;
1703
+ touch-action: manipulation;
1704
+ cursor: pointer;
1705
+ white-space: nowrap;
1706
+ padding: 4px 8px;
1707
+ font-size: 14px;
1708
+ line-height: 1.42857143;
1709
+ border-radius: 2px;
1710
+ -webkit-user-select: none;
1711
+ -moz-user-select: none;
1712
+ user-select: none;
1713
+ margin-top: 10px;
1714
+ }
1715
+
1716
+ #fortune-data-verification .button-primary {
1717
+ background: #0188fb;
1718
+ border: 1px solid #0188fb;
1719
+ color: #fff;
1720
+ margin-right: 10px;
1721
+ }
1722
+
1723
+ #fortune-data-verification .button-close {
1724
+ color: #333;
1725
+ background-color: #fff;
1726
+ border: 1px solid #ccc;
1727
+ margin-right: 10px;
1728
+ }
1729
+
1730
+ #range-dialog {
1731
+ box-shadow: 0 4px 16px rgb(0 0 0 / 20%);
1732
+ background: #fff;
1733
+ background-clip: padding-box;
1734
+ border: 1px solid rgba(0, 0, 0, 0.333);
1735
+ outline: 0;
1736
+ position: absolute;
1737
+ color: #000;
1738
+ padding: 30px 42px;
1739
+ z-index: 100003;
1740
+ left: 50%;
1741
+ top: 50%;
1742
+ transform: translate(-50%, -90%);
1743
+ -webkit-user-select: none;
1744
+ -moz-user-select: none;
1745
+ user-select: none;
1746
+ }
1747
+
1748
+ #range-dialog .dialog-title {
1749
+ background-color: #fff;
1750
+ color: #000;
1751
+ cursor: default;
1752
+ font-size: 16px;
1753
+ font-weight: normal;
1754
+ line-height: 24px;
1755
+ margin: 0 0 16px;
1756
+ }
1757
+
1758
+ #range-dialog input {
1759
+ height: 30px;
1760
+ padding: 0 10px;
1761
+ border: 1px solid #d4d4d4;
1762
+ outline-style: none;
1763
+ -webkit-user-select: none;
1764
+ -moz-user-select: none;
1765
+ user-select: none;
1766
+ }
1767
+
1768
+ #range-dialog .button-primary {
1769
+ background: #0188fb;
1770
+ border: 1px solid #0188fb;
1771
+ color: #fff;
1772
+ margin-right: 10px;
1773
+ }
1774
+
1775
+ #range-dialog .button-close {
1776
+ color: #333;
1777
+ background-color: #fff;
1778
+ border: 1px solid #ccc;
1779
+ margin-right: 10px;
1780
+ }
1781
+
1782
+ #luckysheet-dataVerification-dropdown-List {
1783
+ background-color: #fff;
1784
+ border: 1px solid #ccc;
1785
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
1786
+ position: absolute;
1787
+ z-index: 10000;
1788
+ box-sizing: border-box;
1789
+ font-size: 12px;
1790
+ }
1791
+
1792
+ #luckysheet-dataVerification-dropdown-List .dropdown-List-item {
1793
+ padding: 5px 10px;
1794
+ box-sizing: border-box;
1795
+ cursor: pointer;
1796
+ }
1797
+
1798
+ #luckysheet-dataVerification-dropdown-List .dropdown-List-item:hover {
1799
+ background-color: #e1e1e1;
1800
+ }
1801
+
1802
+ .condition-format-sub-menu {
1803
+ position: absolute;
1804
+ top: -8px;
1805
+ box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
1806
+ background: #fff;
1807
+ border: 1px solid rgba(0, 0, 0, 0.2);
1808
+ cursor: default;
1809
+ font-size: 12px;
1810
+ z-index: 1004;
1811
+ box-sizing: border-box;
1812
+ -webkit-user-select: none;
1813
+ -moz-user-select: none;
1814
+ user-select: none;
1815
+ outline: none;
1816
+ }
1817
+
1818
+ .condition-format-item {
1819
+ display: flex;
1820
+ justify-content: space-between;
1821
+ padding: 6px 18px;
1822
+ z-index: 1005;
1823
+ }
1824
+
1825
+ .condition-format-item:hover {
1826
+ background: #efefef;
1827
+ }
1828
+
1829
+ .condition-format-item span {
1830
+ font-size: 10px;
1831
+ color: #afafaf;
1832
+ }
1833
+
1834
+ .horizontal-line {
1835
+ border-top: 1px solid #ebebeb;
1836
+ margin-top: 6px;
1837
+ margin-bottom: 6px;
1838
+ }
1839
+
1840
+ .condition-rules .button-basic {
1841
+ display: inline-block;
1842
+ margin-bottom: 0;
1843
+ font-weight: 400;
1844
+ text-align: center;
1845
+ vertical-align: middle;
1846
+ touch-action: manipulation;
1847
+ cursor: pointer;
1848
+ white-space: nowrap;
1849
+ padding: 4px 8px;
1850
+ font-size: 14px;
1851
+ line-height: 1.42857143;
1852
+ border-radius: 2px;
1853
+ -webkit-user-select: none;
1854
+ -moz-user-select: none;
1855
+ user-select: none;
1856
+ margin-top: 10px;
1857
+ }
1858
+
1859
+ .condition-rules .button-primary {
1860
+ background: #0188fb;
1861
+ border: 1px solid #0188fb;
1862
+ color: #fff;
1863
+ margin-right: 10px;
1864
+ }
1865
+
1866
+ .condition-rules .button-close {
1867
+ color: #333;
1868
+ background-color: #fff;
1869
+ border: 1px solid #ccc;
1870
+ }
1871
+
1872
+ .condition-rules {
1873
+ padding: 0px 42px 34px 42px;
1874
+ font-size: 12px;
1875
+ }
1876
+
1877
+ .condition-rules-title {
1878
+ color: #000;
1879
+ cursor: default;
1880
+ font-size: 16px;
1881
+ margin-bottom: 18px;
1882
+ }
1883
+
1884
+ .conditin-rules-value {
1885
+ margin: 5px 0;
1886
+ font-weight: 600;
1887
+ }
1888
+
1889
+ .condition-rules-inpbox {
1890
+ width: 198px;
1891
+ height: 28px;
1892
+ border: 1px solid #d4d4d4;
1893
+ }
1894
+
1895
+ .condition-rules-input {
1896
+ width: 150px;
1897
+ height: 28px;
1898
+ padding: 0 10px;
1899
+ border: none;
1900
+ outline-style: none;
1901
+ float: left;
1902
+ }
1903
+
1904
+ .condition-relues-inputicon {
1905
+ float: right;
1906
+ margin-top: 2px;
1907
+ margin-right: 5px;
1908
+ cursor: pointer;
1909
+ }
1910
+
1911
+ .condition-rules-set-title {
1912
+ margin: 6px 0px;
1913
+ }
1914
+
1915
+ .condition-rules-setbox {
1916
+ border: 1px solid #d4d4d4;
1917
+ }
1918
+
1919
+ .condition-rules-set {
1920
+ padding: 5px 10px;
1921
+ }
1922
+
1923
+ .condition-rules-color {
1924
+ height: 30px;
1925
+ line-height: 30px;
1926
+ position: relative;
1927
+ }
1928
+
1929
+ .condition-rules-check {
1930
+ float: left;
1931
+ margin-top: 10px;
1932
+ }
1933
+
1934
+ .condition-rules-label {
1935
+ display: inline-block;
1936
+ width: 80px;
1937
+ -webkit-user-select: none;
1938
+ -moz-user-select: none;
1939
+ user-select: none;
1940
+ }
1941
+
1942
+ .condition-rules-select-color {
1943
+ padding: 2px;
1944
+ border: solid 1px #e5e5e5;
1945
+ background: #f5f5f5;
1946
+ position: absolute;
1947
+ top: 50%;
1948
+ left: 50%;
1949
+ transform: translate(20%, -50%);
1950
+ }
1951
+
1952
+ .condition-rules-between-box {
1953
+ display: flex;
1954
+ align-items: center;
1955
+ }
1956
+
1957
+ .condition-rules-between-inpbox {
1958
+ width: 108px;
1959
+ height: 28px;
1960
+ border: 1px solid #d4d4d4;
1961
+ }
1962
+
1963
+ .condition-rules-between-input {
1964
+ width: 60px;
1965
+ height: 28px;
1966
+ padding: 0 10px;
1967
+ border: none;
1968
+ outline-style: none;
1969
+ float: left;
1970
+ }
1971
+
1972
+ .condition-rules-date {
1973
+ width: 98%;
1974
+ border: none;
1975
+ line-height: 26px;
1976
+ }
1977
+
1978
+ .condition-rules-select {
1979
+ width: 150px;
1980
+ height: 30px;
1981
+ }
1982
+
1983
+ .condition-rules-project-box {
1984
+ display: flex;
1985
+ align-items: center;
1986
+ }
1987
+
1988
+ .condition-rules-project-input {
1989
+ margin: 0px 6px;
1990
+ }
1991
+
1992
+ .fortune-toolbar {
1993
+ display: flex;
1994
+ flex-direction: row;
1995
+ /* background: #fafafc; */
1996
+ position: relative;
1997
+ padding: 10px 0px 8px 15px;
1998
+ border-bottom: 1px solid #d4d4d4;
1999
+ white-space: nowrap;
2000
+ align-items: center;
2001
+ }
2002
+
2003
+ .fortune-toolbar-divider {
2004
+ width: 1px;
2005
+ height: 20px;
2006
+ margin: 0 6px;
2007
+ background-color: #e0e0e0;
2008
+ flex-shrink: 0;
2009
+ }
2010
+
2011
+ .fortune-toolbar-menu-line {
2012
+ display: flex;
2013
+ align-items: center;
2014
+ justify-content: space-between;
2015
+ position: relative;
2016
+ }
2017
+
2018
+ .fortune-toolbar-menu-divider {
2019
+ width: "100%";
2020
+ height: 1px;
2021
+ margin: 2px 6px;
2022
+ background-color: #e0e0e0;
2023
+ }
2024
+
2025
+ .fortune-toolbar-button,
2026
+ .fortune-toolbar-combo {
2027
+ -webkit-border-radius: 4px;
2028
+ -moz-border-radius: 4px;
2029
+ border-radius: 4px;
2030
+ -webkit-user-select: none;
2031
+ -moz-user-select: none;
2032
+ -ms-user-select: none;
2033
+ user-select: none;
2034
+ background: 0;
2035
+ outline: none;
2036
+ padding: 0;
2037
+ list-style: none;
2038
+ text-decoration: none;
2039
+ display: flex;
2040
+ align-items: center;
2041
+ padding: 2px;
2042
+ margin: 2px 8px;
2043
+ }
2044
+
2045
+ .fortune-toolbar-combo-button,
2046
+ .fortune-toolbar-combo-arrow {
2047
+ display: flex;
2048
+ align-items: center;
2049
+ }
2050
+
2051
+ .fortune-toolbar-button:hover,
2052
+ .fortune-toolbar-combo:hover {
2053
+ background-color: rgba(0, 0, 0, 0.06);
2054
+ cursor: pointer;
2055
+ }
2056
+
2057
+ .fortune-toolbar-combo-arrow:hover {
2058
+ background-color: rgba(0, 0, 0, 0.06);
2059
+ cursor: pointer;
2060
+ }
2061
+
2062
+ .fortune-toolbar-button:active,
2063
+ .fortune-toolbar-combo:active {
2064
+ background-color: rgba(0, 0, 0, 0.12);
2065
+ cursor: pointer;
2066
+ }
2067
+
2068
+ .fortune-toobar-combo-container {
2069
+ position: relative;
2070
+ }
2071
+
2072
+ .fortune-toolbar-combo-popup {
2073
+ position: absolute;
2074
+ white-space: nowrap;
2075
+ top: 32px;
2076
+ left: 0;
2077
+ z-index: 1004;
2078
+ }
2079
+
2080
+ .fortune-toolbar-select::-webkit-scrollbar {
2081
+ display: none;
2082
+ }
2083
+
2084
+ .fortune-toolbar-select,
2085
+ .fortune-toolbar-color-picker {
2086
+ box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
2087
+ padding: 10px;
2088
+ border-radius: 6px;
2089
+ background: white;
2090
+ }
2091
+
2092
+ .fortune-toolbar-select {
2093
+ padding-left: 0;
2094
+ padding-right: 0;
2095
+ overflow: auto;
2096
+ max-height: 75vh;
2097
+ }
2098
+
2099
+ .fortune-toolbar-combo-button {
2100
+ font-size: 12px;
2101
+ }
2102
+
2103
+ .fortune-toolbar-select-option {
2104
+ font-size: 12px;
2105
+ min-width: 60px;
2106
+ padding: 8px 12px;
2107
+ cursor: pointer;
2108
+ -webkit-user-select: none;
2109
+ -moz-user-select: none;
2110
+ user-select: none;
2111
+ }
2112
+
2113
+ .fortune-toolbar-select-option:hover {
2114
+ background: #efefef;
2115
+ }
2116
+
2117
+ .fortune-toolbar-select::-webkit-scrollbar {
2118
+ display: none;
2119
+ }
2120
+
2121
+ .fortune-toolbar-color-picker-row {
2122
+ display: flex;
2123
+ flex-direction: row;
2124
+ }
2125
+
2126
+ .fortune-toolbar-combo-text {
2127
+ margin: 0 4px;
2128
+ }
2129
+
2130
+ .fortune-toolbar-color-picker-item {
2131
+ width: 16px;
2132
+ height: 16px;
2133
+ margin: 1px;
2134
+ cursor: pointer;
2135
+ }
2136
+
2137
+ .fortune-tooltip {
2138
+ visibility: hidden;
2139
+ background-color: #666;
2140
+ color: #fff;
2141
+ text-align: center;
2142
+ border-radius: 2px;
2143
+ padding: 6px;
2144
+ font-size: 12px;
2145
+ position: absolute;
2146
+ z-index: 25; /* higher than toolbar tips */
2147
+ top: 40px;
2148
+ white-space: nowrap;
2149
+ }
2150
+
2151
+ .fortune-toolbar-button:hover .fortune-tooltip,
2152
+ .fortune-toolbar-combo:hover .fortune-tooltip {
2153
+ visibility: visible;
2154
+ }
2155
+
2156
+ .fortune-toolbar-more-container {
2157
+ position: absolute;
2158
+ display: flex;
2159
+ flex-direction: row;
2160
+ align-items: center;
2161
+ align-self: flex-end;
2162
+ margin-right: 40px;
2163
+ top: 40px;
2164
+ max-width: 348px;
2165
+ box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
2166
+ background: white;
2167
+ flex-wrap: wrap;
2168
+ z-index: 1002;
2169
+ }
2170
+
2171
+ .fortune-toolbar-subtext {
2172
+ -webkit-transition: all 0.218s;
2173
+ -moz-transition: all 0.218s;
2174
+ -o-transition: all 0.218s;
2175
+ transition: all 0.218s;
2176
+ font-size: 12px;
2177
+ left: auto;
2178
+ padding-top: 1px;
2179
+ padding-left: 24px;
2180
+ text-align: right;
2181
+ opacity: 0.5;
2182
+ filter: alpha(opacity=50);
2183
+ color: #000;
2184
+ -webkit-user-select: none;
2185
+ -moz-user-select: none;
2186
+ user-select: none;
2187
+ font-family: Arial;
2188
+ line-height: 100%;
2189
+ }
2190
+
2191
+ .toolbar-item-sub-menu {
2192
+ position: absolute;
2193
+ box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
2194
+ background: #fff;
2195
+ border: 1px solid rgba(0, 0, 0, 0.2);
2196
+ cursor: default;
2197
+ font-size: 12px;
2198
+ z-index: 1004;
2199
+ box-sizing: border-box;
2200
+ -webkit-user-select: none;
2201
+ -moz-user-select: none;
2202
+ user-select: none;
2203
+ outline: none;
2204
+ border-radius: 6px;
2205
+ }
2206
+
2207
+ #fortune-custom-color {
2208
+ min-width: 164px;
2209
+ background: rgb(240, 240, 240);
2210
+ border-radius: 6px;
2211
+ box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
2212
+ border: 1px solid rgba(0, 0, 0, 0.2);
2213
+ font-size: 12px;
2214
+ }
2215
+
2216
+ #fortune-custom-color .color-reset {
2217
+ position: relative;
2218
+ color: #333;
2219
+ cursor: pointer;
2220
+ list-style: none;
2221
+ padding: 10px;
2222
+ white-space: nowrap;
2223
+ padding-left: 8px;
2224
+ vertical-align: middle;
2225
+ padding-right: 24px;
2226
+ -webkit-user-select: none;
2227
+ -moz-user-select: none;
2228
+ user-select: none;
2229
+ border-radius: 6px;
2230
+ background: white;
2231
+ }
2232
+
2233
+ #fortune-custom-color .color-reset:hover {
2234
+ background: rgb(230, 230, 230);
2235
+ }
2236
+
2237
+ #fortune-custom-color .custom-color {
2238
+ position: relative;
2239
+ margin: auto;
2240
+ padding: 10px;
2241
+ border-radius: 6px;
2242
+ background: white;
2243
+ display: flex;
2244
+ align-items: center;
2245
+ margin: 1px 0px;
2246
+ display: flex;
2247
+ justify-content: space-around;
2248
+ }
2249
+
2250
+ .button-basic {
2251
+ display: inline-block;
2252
+ margin-bottom: 0;
2253
+ font-weight: 400;
2254
+ text-align: center;
2255
+ vertical-align: middle;
2256
+ touch-action: manipulation;
2257
+ cursor: pointer;
2258
+ white-space: nowrap;
2259
+ padding: 4px 8px;
2260
+ font-size: 12px;
2261
+ line-height: 1.42857143;
2262
+ border-radius: 2px;
2263
+ -webkit-user-select: none;
2264
+ -moz-user-select: none;
2265
+ user-select: none;
2266
+ }
2267
+
2268
+ .button-primary {
2269
+ background: #0188fb;
2270
+ border: 1px solid #0188fb;
2271
+ color: #fff;
2272
+ margin-right: -4px;
2273
+ }
2274
+
2275
+ .fortune-border-select-menu {
2276
+ position: absolute;
2277
+ bottom: 0px;
2278
+ }
2279
+
2280
+ .fortune-border-color-preview {
2281
+ height: 3px;
2282
+ }
2283
+
2284
+ .fortune-border-select-option {
2285
+ font-size: 12px;
2286
+ height: 24px;
2287
+ line-height: 24px;
2288
+ min-width: 60px;
2289
+ padding: 8px 12px;
2290
+ }
2291
+
2292
+ .fortune-border-select-option:hover {
2293
+ background: #efefef;
2294
+ cursor: pointer;
2295
+ }
2296
+
2297
+ .fortune-border-style-preview {
2298
+ height: 3px;
2299
+ overflow: hidden;
2300
+ }
2301
+
2302
+ .fortune-border-style-picker-menu {
2303
+ padding: 0px 10px;
2304
+ }
2305
+
2306
+ .fortune-border-style-picker-menu:hover {
2307
+ background: #efefef;
2308
+ cursor: pointer;
2309
+ }
2310
+
2311
+ /*函数公式查找样式*/
2312
+ #luckysheet-search-formula {
2313
+ font-size: 12px;
2314
+ }
2315
+
2316
+ #luckysheet-search-formula .inpbox {
2317
+ margin-bottom: 5px;
2318
+ }
2319
+
2320
+ #luckysheet-search-formula .inpbox div {
2321
+ display: block;
2322
+ margin-bottom: 5px;
2323
+ }
2324
+
2325
+ #luckysheet-search-formula .inpbox input {
2326
+ width: 100%;
2327
+ height: 24px;
2328
+ line-height: 24px;
2329
+ border: 1px solid #d4d4d4;
2330
+ padding: 0 10px;
2331
+ box-sizing: border-box;
2332
+ font-size: 12px;
2333
+ }
2334
+
2335
+ #luckysheet-search-formula .selbox {
2336
+ margin-bottom: 5px;
2337
+ }
2338
+
2339
+ #luckysheet-search-formula .selbox select {
2340
+ width: 50%;
2341
+ height: 24px;
2342
+ line-height: 24px;
2343
+ border: 1px solid #d4d4d4;
2344
+ box-sizing: border-box;
2345
+ font-size: 12px;
2346
+ }
2347
+
2348
+ #luckysheet-search-formula .listbox label {
2349
+ display: block;
2350
+ margin-bottom: 5px;
2351
+ }
2352
+
2353
+ #formulaTypeList {
2354
+ width: 300px;
2355
+ height: 170px;
2356
+ border: 1px solid #d4d4d4;
2357
+ overflow-y: scroll;
2358
+ }
2359
+
2360
+ .formulaList {
2361
+ width: 300px;
2362
+ height: 170px;
2363
+ border: 1px solid #d4d4d4;
2364
+ overflow-y: scroll;
2365
+ }
2366
+
2367
+ .listBox {
2368
+ padding: 5px;
2369
+ border-bottom: 1px solid #d4d4d4;
2370
+ }
2371
+
2372
+ .listBox.on {
2373
+ background-color: #8c89fe;
2374
+ color: #fff;
2375
+ }
2376
+
2377
+ #fortune-split-column {
2378
+ /* position: absolute;
2379
+ padding: 30px 42px;
2380
+ z-index: 1002; */
2381
+ min-width: 500px;
2382
+ }
2383
+ #fortune-split-column label {
2384
+ -webkit-user-select: none;
2385
+ -moz-user-select: none;
2386
+ user-select: none;
2387
+ }
2388
+ #fortune-split-column .title {
2389
+ font-size: 16px;
2390
+ }
2391
+ #fortune-split-column .splitDelimiters {
2392
+ margin-top: 10px;
2393
+ }
2394
+ #fortune-split-column .splitSymbols {
2395
+ position: relative;
2396
+ border: 1px solid #dfdfdf;
2397
+ padding: 5px;
2398
+ margin: 5px 0px;
2399
+ }
2400
+ #fortune-split-column .splitSymbol {
2401
+ font-size: 14px;
2402
+ }
2403
+ #fortune-split-column .splitSimple {
2404
+ position: absolute;
2405
+ top: 114px;
2406
+ left: 0px;
2407
+ }
2408
+ #fortune-split-column #otherValue {
2409
+ margin-left: 5px;
2410
+ width: 50px;
2411
+ padding: 0 5px;
2412
+ }
2413
+ #fortune-split-column .splitDataPreview {
2414
+ font-size: 14px;
2415
+ margin-top: 26px;
2416
+ }
2417
+ #fortune-split-column .splitColumnData {
2418
+ border: 1px solid #dfdfdf;
2419
+ padding: 5px;
2420
+ margin: 5px 0px;
2421
+ height: 100px;
2422
+ overflow-y: scroll;
2423
+ }
2424
+ #fortune-split-column .button-basic {
2425
+ display: inline-block;
2426
+ margin-bottom: 0;
2427
+ font-weight: 400;
2428
+ text-align: center;
2429
+ vertical-align: middle;
2430
+ touch-action: manipulation;
2431
+ cursor: pointer;
2432
+ white-space: nowrap;
2433
+ padding: 4px 8px;
2434
+ font-size: 14px;
2435
+ line-height: 1.42857143;
2436
+ border-radius: 2px;
2437
+ -webkit-user-select: none;
2438
+ -moz-user-select: none;
2439
+ user-select: none;
2440
+ }
2441
+ #fortune-split-column .button-primary {
2442
+ background: #0188fb;
2443
+ border: 1px solid #0188fb;
2444
+ color: #fff;
2445
+ margin-right: 10px;
2446
+ }
2447
+ #fortune-split-column .button-close {
2448
+ color: #333;
2449
+ background-color: #fff;
2450
+ border: 1px solid #ccc;
2451
+ }
2452
+ #fortune-split-column table {
2453
+ border-collapse: collapse;
2454
+ }
2455
+ #fortune-split-column tr {
2456
+ display: table-row;
2457
+ vertical-align: inherit;
2458
+ border-color: inherit;
2459
+ }
2460
+ #fortune-split-column td {
2461
+ border: 1px solid #333;
2462
+ display: table-cell;
2463
+ vertical-align: inherit;
2464
+ }
2465
+
2466
+ label {
2467
+ cursor: default;
2468
+ }
2469
+ #fortune-location-condition {
2470
+ min-width: 500px;
2471
+ }
2472
+ #fortune-location-condition .title {
2473
+ background-color: #fff;
2474
+ color: #000;
2475
+ cursor: default;
2476
+ font-size: 16px;
2477
+ font-weight: normal;
2478
+ line-height: 48px;
2479
+ }
2480
+ #fortune-location-condition .listbox {
2481
+ border: 1px solid #dfdfdf;
2482
+ padding: 10px;
2483
+ font-size: 14px;
2484
+ color: #000;
2485
+ }
2486
+ #fortune-location-condition .listbox .listItem {
2487
+ padding: 5px 0;
2488
+ }
2489
+ #fortune-location-condition .listbox .listItem input[type="radio"] {
2490
+ float: left;
2491
+ margin-top: 5px;
2492
+ }
2493
+ #fortune-location-condition .listItem {
2494
+ padding: 5px 0;
2495
+ }
2496
+ #fortune-location-condition .listItem .subItem {
2497
+ height: 30px;
2498
+ padding: 0 10px;
2499
+ display: block;
2500
+ }
2501
+ #fortune-location-condition input[type="radio"] {
2502
+ float: left;
2503
+ margin-top: 3px;
2504
+ }
2505
+ #fortune-location-condition .listbox .listItem .subbox {
2506
+ height: 30px;
2507
+ padding: 0 10px;
2508
+ }
2509
+ #fortune-location-condition .listbox .listItem .subbox .subItem {
2510
+ float: left;
2511
+ margin-right: 5px;
2512
+ }
2513
+ #fortune-location-condition .button-basic {
2514
+ display: inline-block;
2515
+ margin-bottom: 0;
2516
+ font-weight: 400;
2517
+ text-align: center;
2518
+ vertical-align: middle;
2519
+ touch-action: manipulation;
2520
+ cursor: pointer;
2521
+ white-space: nowrap;
2522
+ padding: 4px 8px;
2523
+ font-size: 14px;
2524
+ line-height: 1.42857143;
2525
+ border-radius: 2px;
2526
+ -webkit-user-select: none;
2527
+ -moz-user-select: none;
2528
+ user-select: none;
2529
+ margin-top: 10px;
2530
+ }
2531
+ #fortune-location-condition .button-primary {
2532
+ background: #0188fb;
2533
+ border: 1px solid #0188fb;
2534
+ color: #fff;
2535
+ margin-right: 10px;
2536
+ }
2537
+ #fortune-location-condition .button-close {
2538
+ color: #333;
2539
+ background-color: #fff;
2540
+ border: 1px solid #ccc;
2541
+ }
2542
+
2543
+ .listBox {
2544
+ display: flex;
2545
+ justify-content: space-between;
2546
+ }
2547
+
2548
+ .inpbox {
2549
+ margin-bottom: 10px;
2550
+ }
2551
+
2552
+ .decimal-places-input {
2553
+ width: 70px;
2554
+ }
2555
+
2556
+ .format-list {
2557
+ width: 300px;
2558
+ height: 170px;
2559
+ border: 1px solid #d4d4d4;
2560
+ overflow-y: scroll;
2561
+ }
2562
+
2563
+ .fortune-fx-editor {
2564
+ display: flex;
2565
+ flex-direction: row;
2566
+ height: 28px;
2567
+ border-bottom: 1px solid #d4d4d4;
2568
+ }
2569
+
2570
+ .fortune-fx-icon {
2571
+ display: flex;
2572
+ align-items: center;
2573
+ margin: 0 12px;
2574
+ }
2575
+
2576
+ .fortune-name-box-container {
2577
+ width: 99px;
2578
+ border-right: 1px solid #d4d4d4;
2579
+ font-size: 14px;
2580
+ display: flex;
2581
+ align-items: center;
2582
+ }
2583
+
2584
+ .fortune-name-box {
2585
+ width: 100%;
2586
+ text-align: center;
2587
+ margin: 0;
2588
+ outline: none;
2589
+ cursor: text;
2590
+ /* -webkit-user-modify: read-write-plaintext-only; */
2591
+ white-space: nowrap;
2592
+ overflow: hidden;
2593
+ -webkit-transform: translateZ(0);
2594
+ background-color: white;
2595
+ word-wrap: break-word;
2596
+ -webkit-nbsp-mode: space;
2597
+ -webkit-line-break: after-white-space;
2598
+ }
2599
+
2600
+ .fortune-fx-input-container {
2601
+ padding-left: 10px;
2602
+ overflow: visible;
2603
+ padding: 0;
2604
+ flex: 1;
2605
+ display: flex;
2606
+ align-items: center;
2607
+ position: relative;
2608
+ border-left: 1px solid #e5e5e5;
2609
+ }
2610
+
2611
+ .fortune-fx-input {
2612
+ flex: 1;
2613
+ height: 100%;
2614
+ overflow-y: scroll;
2615
+ padding-left: 2px;
2616
+ font-size: 14px;
2617
+ line-height: 14px;
2618
+ margin: 0;
2619
+ outline: none;
2620
+ cursor: text;
2621
+ white-space: pre-wrap;
2622
+ word-wrap: break-word;
2623
+ -webkit-transform: translateZ(0);
2624
+ -webkit-nbsp-mode: space;
2625
+ -webkit-line-break: after-white-space;
2626
+ background-color: white;
2627
+ padding-top: 7px;
2628
+ box-sizing: border-box;
2629
+ color: black;
2630
+ text-align: left;
2631
+ }
2632
+ .fortune-fx-input[contenteditable="true"] {
2633
+ -webkit-user-modify: read-write-plaintext-only;
2634
+ }
2635
+
2636
+ .luckysheet-sheet-area {
2637
+ width: 100%;
2638
+ box-sizing: border-box;
2639
+ background-color: #fafafc;
2640
+ color: #444;
2641
+ height: 31px;
2642
+ padding: 0 30px 0 44px;
2643
+ margin: 0;
2644
+ -webkit-touch-callout: none;
2645
+ cursor: default;
2646
+ transition: 0.3s ease all;
2647
+ display: flex;
2648
+ align-items: center;
2649
+ justify-content: space-between;
2650
+ position: relative;
2651
+ }
2652
+
2653
+ #luckysheet-sheet-content {
2654
+ width: 0;
2655
+ flex: 3;
2656
+ display: flex;
2657
+ align-items: center;
2658
+ }
2659
+
2660
+ #luckysheet-bottom-pager {
2661
+ width: 0;
2662
+ background-color: #fafafc;
2663
+ z-index: 1;
2664
+ flex: 2;
2665
+ text-align: right;
2666
+ white-space: nowrap;
2667
+ }
2668
+
2669
+ .luckysheet-sheet-area > div,
2670
+ .luckysheet-sheet-area .luckysheet-sheets-item {
2671
+ display: inline-block;
2672
+ /* margin-right: 6px;
2673
+ margin-top: 1px;
2674
+ padding: 1px 6px; */
2675
+ /* padding: 6px 10px; */
2676
+ }
2677
+
2678
+ .fortune-sheettab-container {
2679
+ padding: 0px 0px;
2680
+ margin-left: 0px;
2681
+ position: relative;
2682
+ max-width: 54%;
2683
+ vertical-align: bottom;
2684
+ display: inline-block;
2685
+ }
2686
+
2687
+ .fortune-sheettab-container .boundary {
2688
+ position: absolute;
2689
+ top: 0;
2690
+ width: 6px;
2691
+ height: 100%;
2692
+ z-index: 1;
2693
+ background: rgb(255, 255, 255);
2694
+ }
2695
+
2696
+ .fortune-sheettab-container .boundary-left {
2697
+ left: 0;
2698
+ background-image: linear-gradient(to right, var(--tw-gradient-stops));
2699
+ --tw-gradient-from: #4445;
2700
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, #8880);
2701
+ }
2702
+
2703
+ .fortune-sheettab-container .boundary-right {
2704
+ right: 0;
2705
+ background-image: linear-gradient(to left, var(--tw-gradient-stops));
2706
+ --tw-gradient-from: #4445;
2707
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, #8880);
2708
+ }
2709
+
2710
+ .fortune-sheettab-container .fortune-sheettab-container-c {
2711
+ padding: 0px 0px;
2712
+ margin-left: 0px;
2713
+ overflow: hidden;
2714
+ white-space: nowrap;
2715
+ position: relative;
2716
+ max-width: 100%;
2717
+ vertical-align: bottom;
2718
+ display: inline-block;
2719
+ }
2720
+
2721
+ .luckysheet-sheet-container-menu-hide .luckysheet-sheets-item {
2722
+ padding-right: 5px !important;
2723
+ }
2724
+
2725
+ .luckysheet-sheet-container-menu-hide .luckysheet-sheets-item-menu {
2726
+ display: none !important;
2727
+ }
2728
+
2729
+ .luckysheet-sheet-area div.luckysheet-sheets-item {
2730
+ padding: 2px 6px;
2731
+ height: 29px;
2732
+ line-height: 29px;
2733
+ background-color: #fafafc;
2734
+ color: #676464;
2735
+ min-width: 30px;
2736
+ top: 0px;
2737
+ position: relative;
2738
+ margin-right: -1px;
2739
+ cursor: pointer;
2740
+ transition: all 0.1s;
2741
+ font-size: 13px;
2742
+ padding: 2px 19px 0px 5px;
2743
+ box-sizing: border-box;
2744
+ border-left: 1px solid #e0e0e0;
2745
+ border-right: 1px solid #e0e0e0;
2746
+ vertical-align: middle;
2747
+ }
2748
+
2749
+ .luckysheet-sheet-area div.luckysheet-sheets-item:last-child {
2750
+ margin-right: 1px;
2751
+ }
2752
+
2753
+ .luckysheet-sheet-area div.luckysheet-sheets-item:hover {
2754
+ background-color: #efefef;
2755
+ /* border-color: #a5a5a5; */
2756
+ color: #490500;
2757
+ }
2758
+
2759
+ .luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-menu {
2760
+ margin-left: 2px;
2761
+ display: inline-block;
2762
+ top: -2px;
2763
+ position: relative;
2764
+ color: #a1a1a1;
2765
+ position: absolute;
2766
+ height: 100%;
2767
+ width: 15px;
2768
+ right: 0px;
2769
+ text-align: center;
2770
+ }
2771
+
2772
+ .luckysheet-sheet-area
2773
+ div.luckysheet-sheets-item
2774
+ .luckysheet-sheets-item-menu:hover {
2775
+ color: #2a2a2a;
2776
+ cursor: pointer;
2777
+ }
2778
+
2779
+ .luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-name {
2780
+ padding: 0px 3px;
2781
+ }
2782
+
2783
+ .luckysheet-sheets-item-color {
2784
+ width: 100%;
2785
+ height: 10%;
2786
+ position: absolute;
2787
+ bottom: 0;
2788
+ left: 0;
2789
+ }
2790
+
2791
+ .luckysheet-sheet-area
2792
+ div.luckysheet-sheets-item
2793
+ .luckysheet-sheets-item-name[contenteditable="true"] {
2794
+ border: 1px solid #d9d9d9;
2795
+ display: inline-block;
2796
+ height: 18px;
2797
+ line-height: 18px;
2798
+ min-width: 8px;
2799
+ margin: -4px -1px;
2800
+ -moz-user-modify: read-write-plaintext-only;
2801
+ -webkit-user-modify: read-write-plaintext-only;
2802
+ -moz-user-select: text !important;
2803
+ -ms-user-select: text !important;
2804
+ -webkit-user-select: text !important;
2805
+ }
2806
+
2807
+ .luckysheet-sheet-area
2808
+ div.luckysheet-sheets-item
2809
+ .luckysheet-sheets-item-name[contenteditable="true"]:focus {
2810
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
2811
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
2812
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
2813
+ border: 1px solid #4d90fe;
2814
+ outline: none;
2815
+ }
2816
+
2817
+ .luckysheet-sheet-area div.luckysheet-sheets-item-active {
2818
+ /* padding: 2px 8px; */
2819
+ height: 29px;
2820
+ line-height: 29px;
2821
+ background-color: #efefef;
2822
+ /* border-color: #aaa; */
2823
+ border-top-color: #fff;
2824
+ color: #222;
2825
+ /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
2826
+ cursor: default;
2827
+ /* top: -2px; */
2828
+ /* border-bottom: none; */
2829
+ /* padding-right: 20px; */
2830
+ }
2831
+
2832
+ .luckysheet-sheet-area div.luckysheet-sheets-item-active:hover {
2833
+ background-color: #ececec;
2834
+ /* border-color: #aaa; */
2835
+ color: #222;
2836
+ }
2837
+
2838
+ .fortune-sheettab-button {
2839
+ display: flex;
2840
+ align-items: center;
2841
+ justify-content: center;
2842
+ height: 29px;
2843
+ width: 29px;
2844
+ }
2845
+
2846
+ .fortune-sheettab-button:hover {
2847
+ display: flex;
2848
+ align-items: center;
2849
+ justify-content: center;
2850
+ height: 29px;
2851
+ width: 29px;
2852
+ background-color: #efefef;
2853
+ }
2854
+
2855
+ .luckysheet-noselected-text {
2856
+ -moz-user-select: -moz-test;
2857
+ -khtml-user-select: none;
2858
+ -webkit-user-select: none;
2859
+ -ms-user-select: none;
2860
+ user-select: none;
2861
+ }
2862
+
2863
+ .fortune-sheettab-scroll {
2864
+ display: flex;
2865
+ align-items: center;
2866
+ padding: 0 5px;
2867
+ height: 29px;
2868
+ cursor: pointer;
2869
+ }
2870
+
2871
+ .fortune-sheettab-scroll:hover {
2872
+ background-color: #e0e0e0;
2873
+ }
2874
+
2875
+ .fortune-sheettab-placeholder {
2876
+ display: inline-block;
2877
+ width: 30px;
2878
+ height: 29px;
2879
+ line-height: 29px;
2880
+ vertical-align: middle;
2881
+ }
2882
+
2883
+ .sheet-list-container {
2884
+ overflow: visible;
2885
+ display: flex;
2886
+ flex-direction: column;
2887
+ justify-content: flex-end;
2888
+ }
2889
+
2890
+ .luckysheet-sheet-selection-calInfo {
2891
+ display: flex;
2892
+ font-size: 12px;
2893
+ align-content: center;
2894
+ padding: 0 0 0 44px;
2895
+ height: 22px;
2896
+ align-self: flex-end;
2897
+ }
2898
+
2899
+ .luckysheet-sheet-selection-calInfo div {
2900
+ margin: auto 0;
2901
+ white-space: nowrap;
2902
+ margin-right: 7px;
2903
+ }
2904
+
2905
+ .luckysheet-sheets-item-function {
2906
+ width: 12px;
2907
+ height: 24px;
2908
+ position: absolute;
2909
+ top: 4px;
2910
+ right: 2px;
2911
+ }
2912
+
2913
+ .fortune-sheet-area-right {
2914
+ display: flex !important;
2915
+ }
2916
+
2917
+ .fortune-zoom-container {
2918
+ white-space: nowrap;
2919
+ overflow: visible;
2920
+ display: flex;
2921
+ align-items: center;
2922
+ -webkit-user-select: none;
2923
+ -moz-user-select: none;
2924
+ user-select: none;
2925
+ }
2926
+
2927
+ .fortune-zoom-button {
2928
+ display: flex;
2929
+ cursor: pointer;
2930
+ align-items: center;
2931
+ justify-content: center;
2932
+ width: 24px;
2933
+ height: 24px;
2934
+ }
2935
+
2936
+ .fortune-zoom-button:hover {
2937
+ background: #efefef;
2938
+ }
2939
+
2940
+ .fortune-zoom-ratio {
2941
+ position: relative;
2942
+ display: flex;
2943
+ justify-content: center;
2944
+ width: 48px;
2945
+ color: #1e1e1f;
2946
+ font-size: 12px;
2947
+ cursor: pointer;
2948
+ }
2949
+
2950
+ .fortune-zoom-ratio-current {
2951
+ width: 100%;
2952
+ }
2953
+
2954
+ .fortune-zoom-ratio-item:hover {
2955
+ background: #efefef;
2956
+ }
2957
+
2958
+ .fortune-zoom-ratio-menu {
2959
+ position: absolute;
2960
+ bottom: 30px;
2961
+ left: 0;
2962
+ line-height: 24px;
2963
+ box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
2964
+ padding: 10px 0px 10px 0px;
2965
+ border-radius: 6px;
2966
+ background: white;
2967
+ z-index: 1004;
2968
+ }
2969
+
2970
+ .fortune-zoom-ratio-text {
2971
+ padding: 0px 10px 0px 10px;
2972
+ }
2973
+
2974
+ .fortune-context-menu {
2975
+ max-height: 100%;
2976
+ overflow-y: auto;
2977
+ border-radius: 4px;
2978
+ box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
2979
+ transition: opacity 0.218s;
2980
+ background: #fff;
2981
+ border: 1px solid #ccc;
2982
+ border: 1px solid rgba(0, 0, 0, 0.2);
2983
+ cursor: default;
2984
+ font-size: 13px;
2985
+ margin: 0;
2986
+ outline: none;
2987
+ padding: 6px 0;
2988
+ position: absolute;
2989
+ z-index: 1004;
2990
+ box-sizing: border-box;
2991
+ -webkit-user-select: none;
2992
+ -moz-user-select: none;
2993
+ user-select: none;
2994
+ }
2995
+
2996
+ .fortune-context-menu input.luckysheet-mousedown-cancel {
2997
+ width: 35px;
2998
+ text-align: center;
2999
+ margin-left: 5px;
3000
+ margin-right: 5px;
3001
+ }
3002
+
3003
+ .fortune-context-menu-divider {
3004
+ width: "100%";
3005
+ height: 1px;
3006
+ margin: 4px 0;
3007
+ background-color: #e0e0e0;
3008
+ }
3009
+
3010
+ .luckysheet-cols-menu .luckysheet-cols-menuitem {
3011
+ position: relative;
3012
+ color: #333;
3013
+ cursor: pointer;
3014
+ list-style: none;
3015
+ margin: 0;
3016
+ padding: 1px 6em 1px 20px;
3017
+ white-space: nowrap;
3018
+ padding-left: 8px;
3019
+ vertical-align: middle;
3020
+ padding-right: 24px;
3021
+ -webkit-user-select: none;
3022
+ -moz-user-select: none;
3023
+ user-select: none;
3024
+ }
3025
+
3026
+ /* 右击菜单项目 hover背景色 */
3027
+ .luckysheet-cols-menu .luckysheet-cols-menuitem:hover,
3028
+ .luckysheet-cols-menu .luckysheet-cols-menuitem-hover {
3029
+ background: #efefef;
3030
+ }
3031
+
3032
+ .luckysheet-cols-menu
3033
+ .luckysheet-cols-menuitem
3034
+ .luckysheet-cols-menuitem-content {
3035
+ position: relative;
3036
+ color: #333;
3037
+ cursor: pointer;
3038
+ list-style: none;
3039
+ margin: 0;
3040
+ padding: 6px 7em 6px 30px;
3041
+ white-space: nowrap;
3042
+ -webkit-user-select: none;
3043
+ -moz-user-select: none;
3044
+ user-select: none;
3045
+ }
3046
+
3047
+ .fortune-filter-menu .luckysheet-cols-menuitem {
3048
+ padding: 0px;
3049
+ }
3050
+
3051
+ .fortune-filter-menu
3052
+ .luckysheet-cols-menuitem
3053
+ .luckysheet-cols-menuitem-content {
3054
+ padding: 7px 24px;
3055
+ }
3056
+
3057
+ .fortune-menuitem-row {
3058
+ display: flex;
3059
+ padding: 7px 24px;
3060
+ white-space: pre;
3061
+ align-items: center;
3062
+ }
3063
+
3064
+ .fortune-byvalue-btn {
3065
+ cursor: pointer;
3066
+ color: blue;
3067
+ text-decoration: underline;
3068
+ }
3069
+
3070
+ .luckysheet-filter-bycolor-submenu .button-basic,
3071
+ .fortune-filter-menu .button-basic {
3072
+ display: flex;
3073
+ flex-flow: row nowrap;
3074
+ justify-content: center;
3075
+ align-items: center;
3076
+ font-size: 14px;
3077
+ padding: 4px 8px;
3078
+ border-radius: 4px;
3079
+ cursor: pointer;
3080
+ }
3081
+
3082
+ .luckysheet-filter-bycolor-submenu .button-basic {
3083
+ margin: 5px 20px;
3084
+ }
3085
+
3086
+ .luckysheet-filter-bycolor-submenu .button-default,
3087
+ .fortune-filter-menu .button-default {
3088
+ color: rgb(38, 42, 51);
3089
+ background-color: rgb(255, 255, 255);
3090
+ border: 1px solid rgb(235, 235, 235);
3091
+ margin-left: 10px;
3092
+ }
3093
+
3094
+ .luckysheet-filter-bycolor-submenu .button-default:hover,
3095
+ .fortune-filter-menu .button-default:hover {
3096
+ background-color: #e6e6e6;
3097
+ }
3098
+
3099
+ .luckysheet-filter-bycolor-submenu .button-primary,
3100
+ .fortune-filter-menu .button-primary {
3101
+ color: white;
3102
+ background-color: #0188fb;
3103
+ }
3104
+
3105
+ .luckysheet-filter-bycolor-submenu .button-primary:hover,
3106
+ .fortune-filter-menu .button-primary:hover {
3107
+ background: #5391ff;
3108
+ }
3109
+
3110
+ .fortune-filter-menu .button-danger {
3111
+ color: white;
3112
+ background-color: #d9534f;
3113
+ margin-left: 10px;
3114
+ }
3115
+
3116
+ .fortune-filter-menu .button-danger:hover {
3117
+ background-color: #c9302c;
3118
+ }
3119
+
3120
+ .filter-bycolor-container {
3121
+ display: flex;
3122
+ justify-content: space-between;
3123
+ align-items: center;
3124
+ }
3125
+
3126
+ .filtermenu-input-container {
3127
+ padding: 0px;
3128
+ }
3129
+
3130
+ .filtermenu-input-container input.luckysheet-mousedown-cancel {
3131
+ margin: 0px 20px;
3132
+ width: 230px;
3133
+ box-sizing: border-box;
3134
+ height: 26px;
3135
+ border-radius: 3px;
3136
+ border: 1px solid #d9d9d9;
3137
+ font-size: 12px;
3138
+ padding: 1px 8px;
3139
+ outline: none;
3140
+ -webkit-user-select: auto;
3141
+ -moz-user-select: auto;
3142
+ -ms-user-select: auto;
3143
+ user-select: auto;
3144
+ text-align: start;
3145
+ }
3146
+
3147
+ .filtermenu-input-container input.luckysheet-mousedown-cancel {
3148
+ border: 1px solid #a1a1a1;
3149
+ }
3150
+
3151
+ .filtermenu-input-container input.luckysheet-mousedown-cancel:focus {
3152
+ border: 1px solid rgb(1, 136, 251);
3153
+ outline: none;
3154
+ }
3155
+
3156
+ .byvalue-btn-row {
3157
+ justify-content: space-between;
3158
+ padding-bottom: 0px;
3159
+ align-items: flex-start;
3160
+ }
3161
+
3162
+ .filter-caret {
3163
+ width: 0;
3164
+ height: 0;
3165
+ display: inline-block;
3166
+ border: 4px solid transparent;
3167
+ }
3168
+
3169
+ .filter-caret.right {
3170
+ margin-left: 2px;
3171
+ margin-right: 3px;
3172
+ border-left-color: #000000;
3173
+ }
3174
+
3175
+ .filter-caret.down {
3176
+ margin-top: 5px;
3177
+ margin-right: 5px;
3178
+ border-top-color: #000000;
3179
+ }
3180
+
3181
+ .filter-checkbox {
3182
+ margin-left: 0px;
3183
+ margin-right: 5px;
3184
+ }
3185
+
3186
+ #luckysheet-filter-byvalue-select {
3187
+ min-height: 100px;
3188
+ overflow-y: auto;
3189
+ overflow-x: hidden;
3190
+ padding: 4px 24px;
3191
+ }
3192
+
3193
+ #luckysheet-filter-byvalue-select .count,
3194
+ #luckysheet-pivotTableFilter-byvalue-select .count {
3195
+ color: gray;
3196
+ margin-left: 5px;
3197
+ }
3198
+
3199
+ #luckysheet-filter-byvalue-select .select-item {
3200
+ display: flex;
3201
+ align-items: center;
3202
+ }
3203
+
3204
+ /*颜色筛选 -- pan*/
3205
+ .luckysheet-filter-bycolor-submenu {
3206
+ position: absolute;
3207
+ min-width: 170px;
3208
+ font-size: 12px;
3209
+ padding: 5px 0;
3210
+ z-index: 1004;
3211
+ border: 1px solid rgba(0, 0, 0, 0.2);
3212
+ background-color: #ffffff;
3213
+ }
3214
+
3215
+ .luckysheet-filter-bycolor-submenu .title {
3216
+ padding: 10px;
3217
+ font-weight: 600;
3218
+ color: #333;
3219
+ background-color: #f4f4f4;
3220
+ text-align: center;
3221
+ }
3222
+
3223
+ .luckysheet-filter-bycolor-submenu .one-color-tip {
3224
+ padding: 7px 30px;
3225
+ text-align: center;
3226
+ }
3227
+
3228
+ .luckysheet-filter-bycolor-submenu .color-list {
3229
+ max-height: 128px;
3230
+ overflow: auto;
3231
+ }
3232
+
3233
+ .luckysheet-filter-bycolor-submenu .item {
3234
+ padding: 5px 40px 5px 20px;
3235
+ cursor: pointer;
3236
+ position: relative;
3237
+ background-color: #ffffff;
3238
+ }
3239
+
3240
+ .luckysheet-filter-bycolor-submenu .item:hover {
3241
+ background-color: #d3d3d3;
3242
+ }
3243
+
3244
+ .luckysheet-filter-bycolor-submenu .item .color-label {
3245
+ display: block;
3246
+ width: 70px;
3247
+ height: 20px;
3248
+ border: 1px solid #d1d1d1;
3249
+ }
3250
+
3251
+ .luckysheet-filter-bycolor-submenu .item input[type="checkbox"] {
3252
+ position: absolute;
3253
+ right: 10px;
3254
+ top: 6px;
3255
+ }
3256
+
3257
+ .change-color-triangle {
3258
+ position: absolute;
3259
+ top: 3px;
3260
+ right: -18px;
3261
+ }
3262
+
3263
+ .fortune-sort-title {
3264
+ background-color: #fff;
3265
+ color: #000;
3266
+ cursor: default;
3267
+ font-size: 16px;
3268
+ font-weight: 400;
3269
+ line-height: 24px;
3270
+ margin: 0 0 16px;
3271
+ }
3272
+
3273
+ .fortune-sort-modal > div {
3274
+ margin-bottom: 10px;
3275
+ }
3276
+
3277
+ .fortune-sort-tablec td {
3278
+ padding: 5px;
3279
+ white-space: nowrap;
3280
+ }
3281
+
3282
+ .fortune-sort-button {
3283
+ margin-top: 10px;
3284
+ margin-bottom: 25px;
3285
+ }
3286
+
3287
+ #fortune-change-color {
3288
+ min-width: 164px;
3289
+ height: 252px;
3290
+ background: rgb(240, 240, 240);
3291
+ position: absolute;
3292
+ bottom: -110px;
3293
+ left: 197px;
3294
+ border-radius: 6px;
3295
+ box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
3296
+ border: 1px solid rgba(0, 0, 0, 0.2);
3297
+ }
3298
+
3299
+ #fortune-change-color .color-reset {
3300
+ position: relative;
3301
+ color: #333;
3302
+ cursor: pointer;
3303
+ list-style: none;
3304
+ padding: 10px;
3305
+ white-space: nowrap;
3306
+ padding-left: 8px;
3307
+ vertical-align: middle;
3308
+ padding-right: 24px;
3309
+ -webkit-user-select: none;
3310
+ -moz-user-select: none;
3311
+ user-select: none;
3312
+ border-radius: 6px;
3313
+ background: white;
3314
+ }
3315
+
3316
+ #fortune-change-color .color-reset:hover {
3317
+ background: rgb(230, 230, 230);
3318
+ }
3319
+
3320
+ #fortune-change-color .custom-color {
3321
+ position: relative;
3322
+ margin: auto;
3323
+ padding: 10px;
3324
+ border-radius: 6px;
3325
+ background: white;
3326
+ display: flex;
3327
+ align-items: center;
3328
+ margin: 1px 0px;
3329
+ display: flex;
3330
+ justify-content: space-around;
3331
+ }
3332
+
3333
+ .button-basic {
3334
+ display: inline-block;
3335
+ margin-bottom: 0;
3336
+ font-weight: 400;
3337
+ text-align: center;
3338
+ vertical-align: middle;
3339
+ touch-action: manipulation;
3340
+ cursor: pointer;
3341
+ white-space: nowrap;
3342
+ padding: 4px 8px;
3343
+ font-size: 12px;
3344
+ line-height: 1.42857143;
3345
+ border-radius: 2px;
3346
+ -webkit-user-select: none;
3347
+ -moz-user-select: none;
3348
+ user-select: none;
3349
+ }
3350
+
3351
+ .button-primary {
3352
+ background: #0188fb;
3353
+ border: 1px solid #0188fb;
3354
+ color: #fff;
3355
+ margin-right: -4px;
3356
+ }
3357
+
3358
+ .fortune-sheet-list {
3359
+ overflow-y: auto;
3360
+ overflow-x: hidden;
3361
+ min-width: 120px;
3362
+ position: absolute;
3363
+ z-index: 10002;
3364
+ bottom: 53px;
3365
+ margin-left: 72px;
3366
+ max-height: 60%;
3367
+ }
3368
+
3369
+ .fortune-sheet-list-item {
3370
+ height: 30px;
3371
+ line-height: 30px;
3372
+ width: 100%;
3373
+ margin-right: 46px;
3374
+ cursor: pointer;
3375
+ }
3376
+
3377
+ .fortune-sheet-list-item-name {
3378
+ margin-right: 15px;
3379
+ position: relative;
3380
+ }
3381
+
3382
+ .fortune-sheet-list-item-name .luckysheet-sheets-list-item-color {
3383
+ width: 6%;
3384
+ height: 100%;
3385
+ position: absolute;
3386
+ bottom: 0;
3387
+ left: -6px;
3388
+ }
3389
+
3390
+ .fortune-sheet-list :hover {
3391
+ background-color: #efefef;
3392
+ }
3393
+
3394
+ .fortune-sheet-hidden-button {
3395
+ margin-right: 15px;
3396
+ display: inline-flex;
3397
+ position: absolute;
3398
+ right: 0;
3399
+ justify-content: flex-end;
3400
+ }
3401
+
3402
+ .fortune-sheet-hidden-button :hover {
3403
+ background-color: #d0d0d0;
3404
+ }
3405
+
3406
+ .fortune-sheet-selected-check-sapce {
3407
+ width: 20px;
3408
+ display: inline-block;
3409
+ margin-left: 15px;
3410
+ }