@leankylin-sheet/react 0.3.1

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