@labelbee/lb-components 1.16.0-alpha.1 → 1.16.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/annotation/audio/clip.svg.js +1 -0
- package/dist/assets/annotation/audio/clipA.svg.js +1 -0
- package/dist/assets/annotation/audio/clipASmall.svg.js +1 -0
- package/dist/assets/annotation/audio/clipSmall.svg.js +1 -0
- package/dist/assets/annotation/audio/delete.svg.js +1 -0
- package/dist/assets/annotation/audio/loop.svg.js +1 -0
- package/dist/assets/annotation/audio/loopA.svg.js +1 -0
- package/dist/assets/annotation/audio/progressDot.svg.js +1 -0
- package/dist/assets/annotation/audio/progressDotA.svg.js +1 -0
- package/dist/assets/annotation/audio/tag.svg.js +1 -0
- package/dist/assets/annotation/audio/tagA.svg.js +1 -0
- package/dist/assets/annotation/toolHotKeyIcon/deleteRemark.svg.js +1 -0
- package/dist/assets/annotation/toolHotKeyIcon/icon_down.svg.js +1 -0
- package/dist/assets/annotation/toolHotKeyIcon/icon_eyeLock_kj.svg.js +1 -0
- package/dist/assets/annotation/toolHotKeyIcon/icon_polygonCut_kj.svg.js +1 -0
- package/dist/assets/annotation/toolHotKeyIcon/icon_up.svg.js +1 -0
- package/dist/assets/annotation/toolHotKeyIcon/nextRemark.svg.js +1 -0
- package/dist/assets/annotation/toolHotKeyIcon/preRemark.svg.js +1 -0
- package/dist/assets/annotation/video/icon_clip.svg.js +1 -0
- package/dist/components/audioAnnotate/audioContext/index.js +1 -0
- package/dist/components/audioAnnotate/audioContext/index.module.scss.js +1 -0
- package/dist/components/audioAnnotate/audioSide/LabelDetailPopover/index.js +1 -0
- package/dist/components/audioAnnotate/audioSide/LabelDetailPopover/index.module.scss.js +1 -0
- package/dist/components/audioAnnotate/audioSide/clipSidebar/index.js +1 -0
- package/dist/components/audioAnnotate/audioSide/clipSidebar/index.module.scss.js +1 -0
- package/dist/components/audioAnnotate/audioSide/labelFilterInput/index.js +1 -0
- package/dist/components/audioAnnotate/audioSide/labelFilterInput/index.module.scss.js +1 -0
- package/dist/components/audioAnnotate/audioSide/labelSidebar/index.js +1 -0
- package/dist/components/audioAnnotate/audioSide/labelSidebar/index.module.scss.js +1 -0
- package/dist/components/audioAnnotate/index.js +1 -0
- package/dist/components/audioAnnotate/index.module.scss.js +1 -0
- package/dist/components/audioAnnotate/tagResultShow/index.js +1 -0
- package/dist/components/audioAnnotate/tagResultShow/index.module.scss.js +1 -0
- package/dist/components/audioAnnotate/textInput/index.js +1 -0
- package/dist/components/audioAnnotate/textInput/index.module.scss.js +1 -0
- package/dist/components/audioAnnotate/utils/getWebPcm2Wac.js +1 -0
- package/dist/components/audioPlayer/clipRegion/index.js +1 -0
- package/dist/components/audioPlayer/clipRegion/index.module.scss.js +1 -0
- package/dist/components/audioPlayer/clipTip/index.js +1 -0
- package/dist/components/audioPlayer/combineTip/index.js +1 -0
- package/dist/components/audioPlayer/index.js +1 -0
- package/dist/components/audioPlayer/index.module.scss.js +1 -0
- package/dist/components/audioPlayer/labelDisplayToggle/index.js +1 -0
- package/dist/components/audioPlayer/labelDisplayToggle/index.module.scss.js +1 -0
- package/dist/components/audioPlayer/progressDot/index.js +1 -0
- package/dist/components/audioPlayer/progressDot/index.module.scss.js +1 -0
- package/dist/components/audioPlayer/segmentTip/index.js +1 -0
- package/dist/components/audioPlayer/useAudioCombine/index.js +2 -0
- package/dist/components/audioPlayer/useAudioScroll/index.js +1 -0
- package/dist/components/audioPlayer/useAudioSegment/index.js +1 -0
- package/dist/components/audioPlayer/useSwitchHotkey/index.js +1 -0
- package/dist/components/audioPlayer/zoomSlider/index.js +1 -0
- package/dist/components/audioPlayer/zoomSlider/index.module.scss.js +1 -0
- package/dist/components/imageError/index.js +1 -0
- package/dist/components/invalidPage/index.js +1 -0
- package/dist/components/pointCloud2DRectOperationView/index.js +1 -1
- package/dist/components/pointCloudView/hooks/usePointCloudViews.js +1 -1
- package/dist/components/videoPlayer/components/SpeedController/index.js +1 -0
- package/dist/components/videoPlayer/components/SpeedController/index.module.scss.js +1 -0
- package/dist/components/videoPlayer/components/controller/index.js +1 -1
- package/dist/components/videoPlayer/index.js +1 -1
- package/dist/index.css +721 -0
- package/dist/store/annotation/reducer.js +1 -1
- package/dist/types/App.d.ts +1 -0
- package/dist/types/components/attributeList/index.d.ts +1 -0
- package/dist/types/components/audioAnnotate/audioContext/index.d.ts +40 -0
- package/dist/types/components/audioAnnotate/audioSide/LabelDetailPopover/index.d.ts +9 -0
- package/dist/types/components/audioAnnotate/audioSide/clipSidebar/index.d.ts +11 -0
- package/dist/types/components/audioAnnotate/audioSide/labelFilterInput/index.d.ts +7 -0
- package/dist/types/components/audioAnnotate/audioSide/labelSidebar/index.d.ts +49 -0
- package/dist/types/components/audioAnnotate/index.d.ts +12 -0
- package/dist/types/components/audioAnnotate/tagResultShow/index.d.ts +3 -0
- package/dist/types/components/audioAnnotate/textInput/index.d.ts +52 -0
- package/dist/types/components/audioAnnotate/utils/getWebPcm2Wac.d.ts +1 -0
- package/dist/types/components/audioPlayer/clipRegion/index.d.ts +22 -0
- package/dist/types/components/audioPlayer/clipTip/index.d.ts +15 -0
- package/dist/types/components/audioPlayer/combineTip/index.d.ts +12 -0
- package/dist/types/components/audioPlayer/index.d.ts +43 -0
- package/dist/types/components/audioPlayer/labelDisplayToggle/index.d.ts +6 -0
- package/dist/types/components/audioPlayer/progressDot/index.d.ts +6 -0
- package/dist/types/components/audioPlayer/segmentTip/index.d.ts +12 -0
- package/dist/types/components/audioPlayer/useAudioCombine/index.d.ts +30 -0
- package/dist/types/components/audioPlayer/useAudioScroll/index.d.ts +17 -0
- package/dist/types/components/audioPlayer/useAudioSegment/index.d.ts +31 -0
- package/dist/types/components/audioPlayer/useSwitchHotkey/index.d.ts +12 -0
- package/dist/types/components/audioPlayer/zoomSlider/index.d.ts +13 -0
- package/dist/types/components/imageError/index.d.ts +14 -0
- package/dist/types/components/invalidPage/index.d.ts +9 -0
- package/dist/types/components/pointCloudView/hooks/usePointCloudViews.d.ts +1 -3
- package/dist/types/components/videoPlayer/components/SpeedController/index.d.ts +16 -0
- package/dist/types/components/videoPlayer/components/controller/index.d.ts +11 -0
- package/dist/types/hooks/annotation.d.ts +1 -1
- package/dist/types/utils/StepUtils.d.ts +7 -0
- package/dist/types/utils/ToolUtils.d.ts +1 -0
- package/dist/types/utils/audio.d.ts +132 -0
- package/dist/types/views/MainView/toolFooter/FooterTips/ToolHotKey/audioText/index.d.ts +18 -0
- package/dist/types/views/MainView/toolFooter/FooterTips/ToolHotKey/common/index.d.ts +39 -0
- package/dist/types/views/MainView/toolFooter/SwitchCuboidBoxIn2DView/index.d.ts +1 -1
- package/dist/utils/StepUtils.js +1 -1
- package/dist/utils/ToolUtils.js +1 -1
- package/dist/utils/audio.js +1 -0
- package/dist/views/MainView/index.js +1 -1
- package/dist/views/MainView/sidebar/ToolStyle/index.js +1 -1
- package/dist/views/MainView/toolFooter/FooterTips/ToolHotKey/audioText/index.js +1 -0
- package/dist/views/MainView/toolFooter/FooterTips/ToolHotKey/common/index.js +1 -1
- package/dist/views/MainView/toolFooter/FooterTips/ToolHotKey/index.js +1 -1
- package/dist/views/MainView/toolFooter/FooterTips/ToolHotKey/line/index.js +1 -1
- package/dist/views/MainView/toolFooter/SwitchCuboidBoxIn2DView/index.js +1 -1
- package/dist/views/MainView/toolHeader/headerOption/index.js +1 -1
- package/es/assets/annotation/audio/clip.svg.js +1 -0
- package/es/assets/annotation/audio/clipA.svg.js +1 -0
- package/es/assets/annotation/audio/clipASmall.svg.js +1 -0
- package/es/assets/annotation/audio/clipSmall.svg.js +1 -0
- package/es/assets/annotation/audio/delete.svg.js +1 -0
- package/es/assets/annotation/audio/loop.svg.js +1 -0
- package/es/assets/annotation/audio/loopA.svg.js +1 -0
- package/es/assets/annotation/audio/progressDot.svg.js +1 -0
- package/es/assets/annotation/audio/progressDotA.svg.js +1 -0
- package/es/assets/annotation/audio/tag.svg.js +1 -0
- package/es/assets/annotation/audio/tagA.svg.js +1 -0
- package/es/assets/annotation/toolHotKeyIcon/deleteRemark.svg.js +1 -0
- package/es/assets/annotation/toolHotKeyIcon/icon_down.svg.js +1 -0
- package/es/assets/annotation/toolHotKeyIcon/icon_eyeLock_kj.svg.js +1 -0
- package/es/assets/annotation/toolHotKeyIcon/icon_polygonCut_kj.svg.js +1 -0
- package/es/assets/annotation/toolHotKeyIcon/icon_up.svg.js +1 -0
- package/es/assets/annotation/toolHotKeyIcon/nextRemark.svg.js +1 -0
- package/es/assets/annotation/toolHotKeyIcon/preRemark.svg.js +1 -0
- package/es/assets/annotation/video/icon_clip.svg.js +1 -0
- package/es/components/audioAnnotate/audioContext/index.js +1 -0
- package/es/components/audioAnnotate/audioContext/index.module.scss.js +1 -0
- package/es/components/audioAnnotate/audioSide/LabelDetailPopover/index.js +1 -0
- package/es/components/audioAnnotate/audioSide/LabelDetailPopover/index.module.scss.js +1 -0
- package/es/components/audioAnnotate/audioSide/clipSidebar/index.js +1 -0
- package/es/components/audioAnnotate/audioSide/clipSidebar/index.module.scss.js +1 -0
- package/es/components/audioAnnotate/audioSide/labelFilterInput/index.js +1 -0
- package/es/components/audioAnnotate/audioSide/labelFilterInput/index.module.scss.js +1 -0
- package/es/components/audioAnnotate/audioSide/labelSidebar/index.js +1 -0
- package/es/components/audioAnnotate/audioSide/labelSidebar/index.module.scss.js +1 -0
- package/es/components/audioAnnotate/index.js +1 -0
- package/es/components/audioAnnotate/index.module.scss.js +1 -0
- package/es/components/audioAnnotate/tagResultShow/index.js +1 -0
- package/es/components/audioAnnotate/tagResultShow/index.module.scss.js +1 -0
- package/es/components/audioAnnotate/textInput/index.js +1 -0
- package/es/components/audioAnnotate/textInput/index.module.scss.js +1 -0
- package/es/components/audioAnnotate/utils/getWebPcm2Wac.js +1 -0
- package/es/components/audioPlayer/clipRegion/index.js +1 -0
- package/es/components/audioPlayer/clipRegion/index.module.scss.js +1 -0
- package/es/components/audioPlayer/clipTip/index.js +1 -0
- package/es/components/audioPlayer/combineTip/index.js +1 -0
- package/es/components/audioPlayer/index.js +1 -0
- package/es/components/audioPlayer/index.module.scss.js +1 -0
- package/es/components/audioPlayer/labelDisplayToggle/index.js +1 -0
- package/es/components/audioPlayer/labelDisplayToggle/index.module.scss.js +1 -0
- package/es/components/audioPlayer/progressDot/index.js +1 -0
- package/es/components/audioPlayer/progressDot/index.module.scss.js +1 -0
- package/es/components/audioPlayer/segmentTip/index.js +1 -0
- package/es/components/audioPlayer/useAudioCombine/index.js +2 -0
- package/es/components/audioPlayer/useAudioScroll/index.js +1 -0
- package/es/components/audioPlayer/useAudioSegment/index.js +1 -0
- package/es/components/audioPlayer/useSwitchHotkey/index.js +1 -0
- package/es/components/audioPlayer/zoomSlider/index.js +1 -0
- package/es/components/audioPlayer/zoomSlider/index.module.scss.js +1 -0
- package/es/components/imageError/index.js +1 -0
- package/es/components/invalidPage/index.js +1 -0
- package/es/components/pointCloud2DRectOperationView/index.js +1 -1
- package/es/components/pointCloudView/hooks/usePointCloudViews.js +1 -1
- package/es/components/videoPlayer/components/SpeedController/index.js +1 -0
- package/es/components/videoPlayer/components/SpeedController/index.module.scss.js +1 -0
- package/es/components/videoPlayer/components/controller/index.js +1 -1
- package/es/index.css +721 -0
- package/es/store/annotation/reducer.js +1 -1
- package/es/utils/StepUtils.js +1 -1
- package/es/utils/ToolUtils.js +1 -1
- package/es/utils/audio.js +1 -0
- package/es/views/MainView/index.js +1 -1
- package/es/views/MainView/sidebar/ToolStyle/index.js +1 -1
- package/es/views/MainView/toolFooter/FooterTips/ToolHotKey/audioText/index.js +1 -0
- package/es/views/MainView/toolFooter/FooterTips/ToolHotKey/common/index.js +1 -1
- package/es/views/MainView/toolFooter/FooterTips/ToolHotKey/index.js +1 -1
- package/es/views/MainView/toolFooter/FooterTips/ToolHotKey/line/index.js +1 -1
- package/es/views/MainView/toolFooter/SwitchCuboidBoxIn2DView/index.js +1 -1
- package/es/views/MainView/toolHeader/headerOption/index.js +1 -1
- package/package.json +9 -5
package/dist/index.css
CHANGED
|
@@ -1,3 +1,724 @@
|
|
|
1
|
+
.index-module_speedControllerWrap__aFz7r {
|
|
2
|
+
display: flex;
|
|
3
|
+
color: white;
|
|
4
|
+
line-height: 28px;
|
|
5
|
+
font-size: 14px;
|
|
6
|
+
}
|
|
7
|
+
.index-module_speedControllerWrap__aFz7r .index-module_speedController__zBRST {
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
width: 10px;
|
|
11
|
+
height: 28px;
|
|
12
|
+
margin-left: 5px;
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
}
|
|
15
|
+
.index-module_sliderContainer__zMe0K {
|
|
16
|
+
display: inline-flex;
|
|
17
|
+
align-items: center;
|
|
18
|
+
color: #fff;
|
|
19
|
+
margin: 0 40px;
|
|
20
|
+
}
|
|
21
|
+
.index-module_sliderContainer__zMe0K .ant-slider-rail {
|
|
22
|
+
background-color: #595959;
|
|
23
|
+
border-radius: 100px;
|
|
24
|
+
}
|
|
25
|
+
.index-module_sliderContainer__zMe0K .ant-slider-handle.ant-tooltip-open,
|
|
26
|
+
.index-module_sliderContainer__zMe0K .ant-slider-handle:focus {
|
|
27
|
+
border-color: white;
|
|
28
|
+
}
|
|
29
|
+
.index-module_text__ID8ig {
|
|
30
|
+
color: white;
|
|
31
|
+
margin-right: 4px;
|
|
32
|
+
}
|
|
33
|
+
.index-module_audioContextContainer__LLfkP {
|
|
34
|
+
margin-bottom: 24px;
|
|
35
|
+
color: #999;
|
|
36
|
+
font-size: 12px;
|
|
37
|
+
text-align: left;
|
|
38
|
+
}
|
|
39
|
+
.index-module_audioContextContainer__LLfkP .index-module_title__PKY4u {
|
|
40
|
+
margin-bottom: 5px;
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
}
|
|
43
|
+
.index-module_audioContextContainer__LLfkP .index-module_content__ExA0s {
|
|
44
|
+
padding: 4px 11px;
|
|
45
|
+
background-color: #ddd;
|
|
46
|
+
border: 1px solid #d9d9d9;
|
|
47
|
+
border-radius: 2px;
|
|
48
|
+
}
|
|
49
|
+
.index-module_audioContextContainer__LLfkP .index-module_content__ExA0s textarea {
|
|
50
|
+
font-size: 12px;
|
|
51
|
+
color: #999;
|
|
52
|
+
cursor: auto;
|
|
53
|
+
}
|
|
54
|
+
.index-module_container__gTeNm {
|
|
55
|
+
position: absolute;
|
|
56
|
+
top: 0;
|
|
57
|
+
left: 0;
|
|
58
|
+
right: 0;
|
|
59
|
+
height: 100%;
|
|
60
|
+
border: 1px solid transparent;
|
|
61
|
+
font-size: 12px;
|
|
62
|
+
}
|
|
63
|
+
.index-module_container__gTeNm .index-module_loop__FHsHY {
|
|
64
|
+
position: absolute;
|
|
65
|
+
width: 18px;
|
|
66
|
+
height: 18px;
|
|
67
|
+
right: 8px;
|
|
68
|
+
bottom: 8px;
|
|
69
|
+
background-color: #fff;
|
|
70
|
+
border-radius: 50%;
|
|
71
|
+
display: flex;
|
|
72
|
+
align-items: center;
|
|
73
|
+
justify-content: center;
|
|
74
|
+
}
|
|
75
|
+
.index-module_container__gTeNm div {
|
|
76
|
+
line-height: 22px;
|
|
77
|
+
}
|
|
78
|
+
.index-module_container__gTeNm .index-module_attribute__SfHOe {
|
|
79
|
+
display: inline-block;
|
|
80
|
+
padding: 0 8px;
|
|
81
|
+
}
|
|
82
|
+
.index-module_container__gTeNm .index-module_text__nwfmm {
|
|
83
|
+
display: -webkit-inline-box;
|
|
84
|
+
padding: 0 8px;
|
|
85
|
+
max-width: 100%;
|
|
86
|
+
max-height: 44px;
|
|
87
|
+
}
|
|
88
|
+
.index-module_audioPlayer__OVF-0 {
|
|
89
|
+
background: #222;
|
|
90
|
+
position: relative;
|
|
91
|
+
}
|
|
92
|
+
.index-module_audioPlayer__OVF-0 .index-module_wave__l4NcI {
|
|
93
|
+
border: 1px solid #333;
|
|
94
|
+
}
|
|
95
|
+
.index-module_audioPlayer__OVF-0 .index-module_controlBar__akamG {
|
|
96
|
+
display: flex;
|
|
97
|
+
justify-content: center;
|
|
98
|
+
align-items: center;
|
|
99
|
+
height: 64px;
|
|
100
|
+
font-size: 12px;
|
|
101
|
+
}
|
|
102
|
+
.index-module_audioPlayer__OVF-0 .index-module_controlBar__akamG .index-module_playButton__11yyR {
|
|
103
|
+
color: white;
|
|
104
|
+
display: flex;
|
|
105
|
+
align-items: center;
|
|
106
|
+
}
|
|
107
|
+
.index-module_audioPlayer__OVF-0 .index-module_controlBar__akamG .index-module_playButton__11yyR.index-module_playButtonDisabled__fX0pu {
|
|
108
|
+
cursor: not-allowed;
|
|
109
|
+
}
|
|
110
|
+
.index-module_audioPlayer__OVF-0 .index-module_controlBar__akamG .index-module_playButton__11yyR .anticon {
|
|
111
|
+
font-size: 32px;
|
|
112
|
+
width: 32px;
|
|
113
|
+
height: 32px;
|
|
114
|
+
}
|
|
115
|
+
.index-module_audioPlayer__OVF-0 .index-module_progress__s9y-A {
|
|
116
|
+
position: absolute;
|
|
117
|
+
bottom: 0;
|
|
118
|
+
width: 100%;
|
|
119
|
+
background-color: #3f3f3f;
|
|
120
|
+
height: 10px;
|
|
121
|
+
cursor: pointer;
|
|
122
|
+
}
|
|
123
|
+
.index-module_audioPlayer__OVF-0 .index-module_progress__s9y-A:hover .index-module_radioTooltip__EiW7s {
|
|
124
|
+
display: block;
|
|
125
|
+
}
|
|
126
|
+
.index-module_audioPlayer__OVF-0 .index-module_progress__s9y-A .index-module_radioTooltip__EiW7s {
|
|
127
|
+
position: absolute;
|
|
128
|
+
top: -2em;
|
|
129
|
+
z-index: 999;
|
|
130
|
+
display: none;
|
|
131
|
+
float: right;
|
|
132
|
+
padding: 6px 8px 8px 8px;
|
|
133
|
+
color: #000;
|
|
134
|
+
font-size: 1em;
|
|
135
|
+
font-family: Arial, Helvetica, sans-serif;
|
|
136
|
+
background-color: rgba(255, 255, 255, 0.8);
|
|
137
|
+
border-radius: 0.3em;
|
|
138
|
+
transform: translate(-50%, -50%);
|
|
139
|
+
pointer-events: none;
|
|
140
|
+
}
|
|
141
|
+
.index-module_audioPlayer__OVF-0 .index-module_progress__s9y-A .index-module_radioTooltip__EiW7s::selection {
|
|
142
|
+
background: transparent;
|
|
143
|
+
}
|
|
144
|
+
.index-module_audioPlayer__OVF-0 .index-module_progress__s9y-A .index-module_mouseTooltip__kSGHB {
|
|
145
|
+
z-index: 1000;
|
|
146
|
+
color: #fff;
|
|
147
|
+
background-color: black;
|
|
148
|
+
}
|
|
149
|
+
.index-module_audioPlayer__OVF-0 .index-module_time__mrKjI {
|
|
150
|
+
color: white;
|
|
151
|
+
margin-right: 20px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.index-module_audioFooter__MYrrN {
|
|
155
|
+
background-color: #333;
|
|
156
|
+
height: 40px;
|
|
157
|
+
opacity: 0.8;
|
|
158
|
+
display: flex;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.index-module_waveformContainer__rVhq9 {
|
|
162
|
+
transform: scaleY(-1);
|
|
163
|
+
overflow: scroll hidden;
|
|
164
|
+
}
|
|
165
|
+
.index-module_waveformContainer__rVhq9 .index-module_waveform__e4P3w {
|
|
166
|
+
position: relative;
|
|
167
|
+
padding-bottom: 10px;
|
|
168
|
+
transform: scaleY(-1);
|
|
169
|
+
}
|
|
170
|
+
.index-module_waveformContainer__rVhq9::-webkit-scrollbar {
|
|
171
|
+
width: 8px;
|
|
172
|
+
}
|
|
173
|
+
.index-module_waveformContainer__rVhq9::-webkit-scrollbar-track {
|
|
174
|
+
background: #555;
|
|
175
|
+
border-radius: 5.5px;
|
|
176
|
+
}
|
|
177
|
+
.index-module_waveformContainer__rVhq9::-webkit-scrollbar-thumb {
|
|
178
|
+
background: #999;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.index-module_tips__2gqDh {
|
|
182
|
+
position: fixed;
|
|
183
|
+
color: #fff;
|
|
184
|
+
background-color: black;
|
|
185
|
+
padding: 4px 8px;
|
|
186
|
+
border-radius: 4px;
|
|
187
|
+
z-index: 999;
|
|
188
|
+
}
|
|
189
|
+
.index-module_progressDot__-oYYt {
|
|
190
|
+
position: absolute;
|
|
191
|
+
top: -12px;
|
|
192
|
+
left: 0;
|
|
193
|
+
display: inline-block;
|
|
194
|
+
z-index: 200;
|
|
195
|
+
margin-left: -9px;
|
|
196
|
+
}
|
|
197
|
+
.index-module_progressDot__-oYYt img {
|
|
198
|
+
width: 16px;
|
|
199
|
+
height: 18px;
|
|
200
|
+
}
|
|
201
|
+
.index-module_containerWrapper__PX-CC {
|
|
202
|
+
position: relative;
|
|
203
|
+
flex: 1;
|
|
204
|
+
overflow: hidden;
|
|
205
|
+
display: flex;
|
|
206
|
+
flex-direction: column;
|
|
207
|
+
}
|
|
208
|
+
.index-module_containerWrapper__PX-CC .index-module_audioWrapper__XjVIw {
|
|
209
|
+
position: relative;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.index-module_textareaContainer__d4FJD {
|
|
213
|
+
flex: 1;
|
|
214
|
+
overflow: scroll;
|
|
215
|
+
text-align: center;
|
|
216
|
+
}
|
|
217
|
+
.index-module_textareaContainer__d4FJD .index-module_textareaContent__S-ZWp {
|
|
218
|
+
display: inline-block;
|
|
219
|
+
width: 65%;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.audio-tool-spinner {
|
|
223
|
+
height: calc(100vh - 60px);
|
|
224
|
+
}
|
|
225
|
+
.audio-tool-spinner .ant-spin-container {
|
|
226
|
+
height: 100%;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.index-module_toggleAudioOption__eEFXP {
|
|
230
|
+
display: flex;
|
|
231
|
+
height: 63px;
|
|
232
|
+
border-bottom: 1px solid #eee;
|
|
233
|
+
flex-shrink: 0;
|
|
234
|
+
background-color: #fff;
|
|
235
|
+
}
|
|
236
|
+
.index-module_toggleAudioOption__eEFXP .index-module_option__f4zaZ {
|
|
237
|
+
width: 50%;
|
|
238
|
+
padding: 10px;
|
|
239
|
+
display: flex;
|
|
240
|
+
align-items: center;
|
|
241
|
+
}
|
|
242
|
+
.index-module_toggleAudioOption__eEFXP .index-module_option__f4zaZ:first-child {
|
|
243
|
+
justify-content: flex-end;
|
|
244
|
+
}
|
|
245
|
+
.index-module_toggleAudioOption__eEFXP .index-module_option__f4zaZ img {
|
|
246
|
+
cursor: pointer;
|
|
247
|
+
}
|
|
248
|
+
.index-module_labelContainer__HPFqD {
|
|
249
|
+
position: absolute;
|
|
250
|
+
right: 0;
|
|
251
|
+
z-index: 5;
|
|
252
|
+
overflow: auto;
|
|
253
|
+
}
|
|
254
|
+
.index-module_labelContainer__HPFqD .index-module_label__juM3z {
|
|
255
|
+
clear: both;
|
|
256
|
+
padding: 0 20px;
|
|
257
|
+
color: white;
|
|
258
|
+
font-size: 15px;
|
|
259
|
+
line-height: 32px;
|
|
260
|
+
white-space: pre;
|
|
261
|
+
text-align: right;
|
|
262
|
+
background: rgb(102, 111, 255);
|
|
263
|
+
opacity: 0.6;
|
|
264
|
+
}
|
|
265
|
+
.index-module_textInputContainer__ES6X3 {
|
|
266
|
+
height: 100%;
|
|
267
|
+
padding: 20px;
|
|
268
|
+
overflow-y: scroll;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.index-module_textField__uRcb7 {
|
|
272
|
+
position: relative;
|
|
273
|
+
margin-bottom: 24px;
|
|
274
|
+
text-align: left;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.index-module_label__xE6hM {
|
|
278
|
+
display: flex;
|
|
279
|
+
align-items: center;
|
|
280
|
+
margin-bottom: 4px;
|
|
281
|
+
color: rgba(0, 0, 0, 0.85);
|
|
282
|
+
font-size: 12px;
|
|
283
|
+
font-family: SourceHanSansCN-Medium;
|
|
284
|
+
font-size: 14px;
|
|
285
|
+
}
|
|
286
|
+
.index-module_label__xE6hM .index-module_required__iElYl::before {
|
|
287
|
+
display: inline-block;
|
|
288
|
+
margin-right: 4px;
|
|
289
|
+
color: #ff4d4f;
|
|
290
|
+
font-size: 14px;
|
|
291
|
+
font-family: SimSun, sans-serif;
|
|
292
|
+
line-height: 1;
|
|
293
|
+
content: "*";
|
|
294
|
+
}
|
|
295
|
+
.index-module_label__xE6hM .index-module_extra__PW5Qk {
|
|
296
|
+
float: right;
|
|
297
|
+
margin-right: 5px;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.index-module_textareaContainer__dTIv4 {
|
|
301
|
+
position: relative;
|
|
302
|
+
padding: 0;
|
|
303
|
+
padding-bottom: 36px;
|
|
304
|
+
}
|
|
305
|
+
.index-module_textareaContainer__dTIv4 .index-module_textAreaFooter__h1Vv- {
|
|
306
|
+
position: absolute;
|
|
307
|
+
bottom: 0;
|
|
308
|
+
display: flex;
|
|
309
|
+
width: 100%;
|
|
310
|
+
padding: 0 10px;
|
|
311
|
+
color: rgb(204, 204, 204);
|
|
312
|
+
font-weight: 400;
|
|
313
|
+
font-size: 12px;
|
|
314
|
+
opacity: 1;
|
|
315
|
+
}
|
|
316
|
+
.index-module_textareaContainer__dTIv4 .index-module_textAreaFooter__h1Vv- > span {
|
|
317
|
+
line-height: 16px;
|
|
318
|
+
}
|
|
319
|
+
.index-module_textareaContainer__dTIv4 .index-module_textAreaFooter__h1Vv- .index-module_warning__NKpW6 {
|
|
320
|
+
color: #ff0000;
|
|
321
|
+
}
|
|
322
|
+
.index-module_textareaContainer__dTIv4 .index-module_textAreaFooter__h1Vv- .index-module_hotkeyTip__BSJ6A {
|
|
323
|
+
display: flex;
|
|
324
|
+
flex-direction: column;
|
|
325
|
+
font-size: 12px;
|
|
326
|
+
text-align: left;
|
|
327
|
+
opacity: 0;
|
|
328
|
+
transition: opacity 0.3s ease-in-out;
|
|
329
|
+
}
|
|
330
|
+
.index-module_textareaContainer__dTIv4 .index-module_textAreaFooter__h1Vv- .index-module_wordCount__OD4eL {
|
|
331
|
+
flex: 1;
|
|
332
|
+
align-self: flex-end;
|
|
333
|
+
text-align: right;
|
|
334
|
+
}
|
|
335
|
+
.index-module_textareaContainer__dTIv4.index-module_focus__H07-Y {
|
|
336
|
+
border-color: #40a9ff;
|
|
337
|
+
}
|
|
338
|
+
.index-module_textareaContainer__dTIv4.index-module_focus__H07-Y .index-module_textAreaFooter__h1Vv- .index-module_hotkeyTip__BSJ6A {
|
|
339
|
+
opacity: 1;
|
|
340
|
+
}
|
|
341
|
+
.index-module_textareaContainer__dTIv4.index-module_invalid__F9RC5 {
|
|
342
|
+
border-color: #ff4d4f;
|
|
343
|
+
}
|
|
344
|
+
.index-module_textareaContainer__dTIv4.index-module_invalid__F9RC5.index-module_focus__H07-Y {
|
|
345
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
346
|
+
}
|
|
347
|
+
.index-module_textareaContainer__dTIv4 .index-module_warning__NKpW6 {
|
|
348
|
+
border-color: #ff0000;
|
|
349
|
+
outline-color: #ff0000;
|
|
350
|
+
}
|
|
351
|
+
.index-module_textareaContainer__dTIv4 .index-module_inputCount__--XiT {
|
|
352
|
+
position: absolute;
|
|
353
|
+
right: 5px;
|
|
354
|
+
bottom: 0;
|
|
355
|
+
color: rgb(204, 204, 204);
|
|
356
|
+
font-weight: 400;
|
|
357
|
+
font-size: 12px;
|
|
358
|
+
line-height: 20px;
|
|
359
|
+
opacity: 1;
|
|
360
|
+
}
|
|
361
|
+
.index-module_textareaContainer__dTIv4 .index-module_inputCount__--XiT .index-module_warning__NKpW6 {
|
|
362
|
+
color: #ff0000;
|
|
363
|
+
}
|
|
364
|
+
.index-module_textareaContainer__dTIv4 .index-module_notify__rYuqq {
|
|
365
|
+
color: rgb(204, 204, 204);
|
|
366
|
+
font-size: 12px;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.index-module_switchItem__Q256x {
|
|
370
|
+
display: flex;
|
|
371
|
+
justify-content: space-between;
|
|
372
|
+
margin-top: 20px;
|
|
373
|
+
font-size: 12px;
|
|
374
|
+
font-family: SourceHanSansCN-Medium;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.index-module_notify__rYuqq {
|
|
378
|
+
color: rgb(204, 204, 204);
|
|
379
|
+
font-size: 12px;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.index-module_placeholderHotkey__0SKPo {
|
|
383
|
+
padding: 20px;
|
|
384
|
+
border-bottom: 1px solid #eee;
|
|
385
|
+
}
|
|
386
|
+
.index-module_placeholderHotkey__0SKPo .index-module_title__YRpw9 {
|
|
387
|
+
margin-bottom: 8px;
|
|
388
|
+
color: #333;
|
|
389
|
+
font-size: 12px;
|
|
390
|
+
}
|
|
391
|
+
.index-module_placeholderHotkey__0SKPo .index-module_questionIcon__oK1HK {
|
|
392
|
+
margin-left: 8px;
|
|
393
|
+
color: #999;
|
|
394
|
+
cursor: pointer;
|
|
395
|
+
}
|
|
396
|
+
.index-module_placeholderHotkey__0SKPo .index-module_questionIcon__oK1HK:hover {
|
|
397
|
+
color: #666fff;
|
|
398
|
+
}
|
|
399
|
+
.index-module_placeholderHotkey__0SKPo .ant-radio-group {
|
|
400
|
+
display: flex;
|
|
401
|
+
justify-content: space-between;
|
|
402
|
+
width: 100%;
|
|
403
|
+
}
|
|
404
|
+
.index-module_placeholderHotkey__0SKPo .ant-radio-button-wrapper {
|
|
405
|
+
width: 60px;
|
|
406
|
+
height: 60px;
|
|
407
|
+
padding: 0;
|
|
408
|
+
font-size: 12px;
|
|
409
|
+
text-align: center;
|
|
410
|
+
background: #fff;
|
|
411
|
+
border: 1px solid #ccc !important;
|
|
412
|
+
border-radius: 2px;
|
|
413
|
+
}
|
|
414
|
+
.index-module_placeholderHotkey__0SKPo .ant-radio-button-wrapper:hover {
|
|
415
|
+
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
|
|
416
|
+
}
|
|
417
|
+
.index-module_placeholderHotkey__0SKPo .ant-radio-button-wrapper.ant-radio-button-wrapper-checked .text {
|
|
418
|
+
color: #666fff;
|
|
419
|
+
}
|
|
420
|
+
.index-module_placeholderHotkey__0SKPo .ant-radio-button-wrapper::before {
|
|
421
|
+
display: none;
|
|
422
|
+
}
|
|
423
|
+
.index-module_placeholderHotkey__0SKPo .label {
|
|
424
|
+
display: flex;
|
|
425
|
+
flex-wrap: wrap;
|
|
426
|
+
align-items: center;
|
|
427
|
+
justify-content: center;
|
|
428
|
+
}
|
|
429
|
+
.index-module_placeholderHotkey__0SKPo .text {
|
|
430
|
+
color: #333;
|
|
431
|
+
}
|
|
432
|
+
.index-module_placeholderHotkey__0SKPo .hotkey {
|
|
433
|
+
width: 44px;
|
|
434
|
+
height: 20px;
|
|
435
|
+
color: #999;
|
|
436
|
+
line-height: 20px;
|
|
437
|
+
text-align: center;
|
|
438
|
+
border: 1px solid #ccc;
|
|
439
|
+
border-radius: 2px;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.index-module_attribute__g8Vbl {
|
|
443
|
+
height: 22px;
|
|
444
|
+
padding: 2px 8px;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.index-module_clearIcon__ZBZqI {
|
|
448
|
+
display: inline-block;
|
|
449
|
+
width: 14px;
|
|
450
|
+
height: 14px;
|
|
451
|
+
margin-left: 4px;
|
|
452
|
+
vertical-align: text-top;
|
|
453
|
+
background-repeat: no-repeat;
|
|
454
|
+
background-position: center;
|
|
455
|
+
cursor: pointer;
|
|
456
|
+
}
|
|
457
|
+
.index-module_clearIcon__ZBZqI.index-module_disabled__zqh8C {
|
|
458
|
+
cursor: not-allowed;
|
|
459
|
+
}
|
|
460
|
+
.index-module_optionMenu__-aO65 {
|
|
461
|
+
display: flex;
|
|
462
|
+
flex-direction: column;
|
|
463
|
+
flex: 1;
|
|
464
|
+
overflow: auto;
|
|
465
|
+
}
|
|
466
|
+
.index-module_optionMenu__-aO65 .ant-collapse {
|
|
467
|
+
background-color: #fff;
|
|
468
|
+
}
|
|
469
|
+
.index-module_optionMenu__-aO65 .ant-tabs .ant-tabs-content-holder {
|
|
470
|
+
padding: 0;
|
|
471
|
+
}
|
|
472
|
+
.index-module_optionMenu__-aO65 .ant-tabs-tabpane {
|
|
473
|
+
height: 100%;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.index-module_main__f6-QY {
|
|
477
|
+
width: 100%;
|
|
478
|
+
padding: 8px 8px;
|
|
479
|
+
overflow: auto;
|
|
480
|
+
-moz-user-select: none;
|
|
481
|
+
-webkit-user-select: none;
|
|
482
|
+
-ms-user-select: none;
|
|
483
|
+
user-select: none;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.index-module_main__f6-QY::-webkit-scrollbar {
|
|
487
|
+
width: 0;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.index-module_keyDownIcon__08vzX {
|
|
491
|
+
display: inline-block;
|
|
492
|
+
width: 20px;
|
|
493
|
+
height: 20px;
|
|
494
|
+
line-height: 20px;
|
|
495
|
+
text-align: center;
|
|
496
|
+
border: 1px solid rgb(204, 204, 204);
|
|
497
|
+
border-radius: 2px;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.index-module_keyDownIconActive__XIffN {
|
|
501
|
+
display: inline-block;
|
|
502
|
+
width: 20px;
|
|
503
|
+
height: 20px;
|
|
504
|
+
color: white;
|
|
505
|
+
line-height: 20px;
|
|
506
|
+
text-align: center;
|
|
507
|
+
background: #6371ff;
|
|
508
|
+
border: 1px solid rgb(204, 204, 204);
|
|
509
|
+
border-radius: 2px;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.index-module_level__G-0-x {
|
|
513
|
+
margin: 0px 0 0 -6px;
|
|
514
|
+
}
|
|
515
|
+
.index-module_level__G-0-x .index-module_radioOption__-WpIp {
|
|
516
|
+
display: flex;
|
|
517
|
+
justify-content: space-between;
|
|
518
|
+
width: 100%;
|
|
519
|
+
margin-bottom: 10px;
|
|
520
|
+
padding: 4px 16px 4px 20px;
|
|
521
|
+
cursor: pointer;
|
|
522
|
+
}
|
|
523
|
+
.index-module_level__G-0-x .index-module_radioOption__-WpIp .index-module_labelMouseClick__cDRh4 {
|
|
524
|
+
margin: 0 26px;
|
|
525
|
+
}
|
|
526
|
+
.index-module_level__G-0-x .index-module_radioOption__-WpIp:hover {
|
|
527
|
+
background: rgba(158, 158, 158, 0.18);
|
|
528
|
+
}
|
|
529
|
+
.index-module_level__G-0-x .index-module_radioOption__-WpIp:active {
|
|
530
|
+
color: #666fff;
|
|
531
|
+
background: none;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.index-module_singleBar__2J-ms {
|
|
535
|
+
padding: 0 3px 0 8px;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
|
|
539
|
+
padding-top: 4px;
|
|
540
|
+
}
|
|
541
|
+
.ant-collapse-content > .ant-collapse-content-box {
|
|
542
|
+
padding: 0;
|
|
543
|
+
}
|
|
544
|
+
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
|
|
545
|
+
padding-right: 40px;
|
|
546
|
+
}
|
|
547
|
+
.ant-collapse-borderless > .ant-collapse-item {
|
|
548
|
+
border-bottom: 0px;
|
|
549
|
+
}
|
|
550
|
+
.ant-collapse-borderless > .ant-collapse-item .ant-collapse-header {
|
|
551
|
+
padding: 16px;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.index-module_filterContainer__LiNrv {
|
|
555
|
+
position: relative;
|
|
556
|
+
height: 100%;
|
|
557
|
+
padding-top: 15px;
|
|
558
|
+
background-color: #fff;
|
|
559
|
+
}
|
|
560
|
+
.index-module_filterContainer__LiNrv .index-module_filterInputContainer__SgsUw {
|
|
561
|
+
margin: 0 20px;
|
|
562
|
+
}
|
|
563
|
+
.index-module_filterContainer__LiNrv .index-module_filterContent__C70F2 {
|
|
564
|
+
position: absolute;
|
|
565
|
+
top: 52px;
|
|
566
|
+
right: 0;
|
|
567
|
+
bottom: 0;
|
|
568
|
+
left: 0;
|
|
569
|
+
overflow: auto;
|
|
570
|
+
}
|
|
571
|
+
.index-module_errorMsg__eOX7D {
|
|
572
|
+
color: red;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.index-module_content__34AQ8 {
|
|
576
|
+
width: 300px;
|
|
577
|
+
max-height: 100vh;
|
|
578
|
+
padding: 12px 14px 0 14px;
|
|
579
|
+
overflow: scroll;
|
|
580
|
+
}
|
|
581
|
+
.index-module_content__34AQ8::-webkit-scrollbar {
|
|
582
|
+
margin-left: 20px;
|
|
583
|
+
}
|
|
584
|
+
.index-module_content__34AQ8 .index-module_nameList__gQCkl {
|
|
585
|
+
margin-bottom: 20px;
|
|
586
|
+
}
|
|
587
|
+
.index-module_content__34AQ8 .index-module_nameList__gQCkl .index-module_nameZH__jhSpF {
|
|
588
|
+
margin-bottom: 2px;
|
|
589
|
+
color: #333333;
|
|
590
|
+
font-weight: 500;
|
|
591
|
+
font-size: 20px;
|
|
592
|
+
}
|
|
593
|
+
.index-module_content__34AQ8 .index-module_nameList__gQCkl .index-module_nameEN__usQhu {
|
|
594
|
+
font-weight: 400;
|
|
595
|
+
font-size: 16px;
|
|
596
|
+
font-style: italic;
|
|
597
|
+
}
|
|
598
|
+
.index-module_content__34AQ8 .index-module_nameList__gQCkl .index-module_number__kiWaa {
|
|
599
|
+
font-style: italic;
|
|
600
|
+
}
|
|
601
|
+
.index-module_content__34AQ8 .index-module_item__Q1q3p {
|
|
602
|
+
margin-bottom: 20px;
|
|
603
|
+
font-size: 14px;
|
|
604
|
+
}
|
|
605
|
+
.index-module_content__34AQ8 .index-module_item__Q1q3p .index-module_title__XNUcS {
|
|
606
|
+
display: flex;
|
|
607
|
+
align-items: center;
|
|
608
|
+
margin-bottom: 4px;
|
|
609
|
+
}
|
|
610
|
+
.index-module_content__34AQ8 .index-module_item__Q1q3p .index-module_title__XNUcS .index-module_dot__N3Tuy {
|
|
611
|
+
display: inline-block;
|
|
612
|
+
width: 6px;
|
|
613
|
+
height: 6px;
|
|
614
|
+
margin-right: 5px;
|
|
615
|
+
background-color: #666666;
|
|
616
|
+
border-radius: 50%;
|
|
617
|
+
}
|
|
618
|
+
.index-module_content__34AQ8 .index-module_item__Q1q3p .index-module_contentEN__bc62b {
|
|
619
|
+
margin-top: 4px;
|
|
620
|
+
font-style: italic;
|
|
621
|
+
}
|
|
622
|
+
.index-module_content__34AQ8 .index-module_item__Q1q3p:last-child {
|
|
623
|
+
margin-bottom: 0;
|
|
624
|
+
}
|
|
625
|
+
.index-module_content__34AQ8 .index-module_img__RVaOw {
|
|
626
|
+
width: 100%;
|
|
627
|
+
margin-bottom: 10px;
|
|
628
|
+
object-fit: contain;
|
|
629
|
+
}
|
|
630
|
+
.index-module_content__34AQ8 .index-module_video__KTYwQ {
|
|
631
|
+
margin-bottom: 10px;
|
|
632
|
+
}
|
|
633
|
+
.index-module_filterInput__4V--L {
|
|
634
|
+
background-color: #f5f5f5;
|
|
635
|
+
border: none;
|
|
636
|
+
box-shadow: none;
|
|
637
|
+
}
|
|
638
|
+
.index-module_filterInput__4V--L input {
|
|
639
|
+
color: #999;
|
|
640
|
+
background-color: #f5f5f5;
|
|
641
|
+
}
|
|
642
|
+
.index-module_filterInput__4V--L input::placeholder {
|
|
643
|
+
font-size: 12px;
|
|
644
|
+
}
|
|
645
|
+
.index-module_clipSidebar__z2E8x {
|
|
646
|
+
display: flex;
|
|
647
|
+
flex-direction: column;
|
|
648
|
+
flex: 1;
|
|
649
|
+
overflow: hidden;
|
|
650
|
+
background-color: white;
|
|
651
|
+
}
|
|
652
|
+
.index-module_clipSidebar__z2E8x .index-module_clipResults__-jFGw {
|
|
653
|
+
display: flex;
|
|
654
|
+
flex-direction: column;
|
|
655
|
+
overflow: hidden;
|
|
656
|
+
flex: 1;
|
|
657
|
+
}
|
|
658
|
+
.index-module_clipSidebar__z2E8x .index-module_clipResults__-jFGw .index-module_title__WRH7u {
|
|
659
|
+
padding-left: 20px;
|
|
660
|
+
height: 32px;
|
|
661
|
+
line-height: 32px;
|
|
662
|
+
color: #333;
|
|
663
|
+
border-bottom: 1px solid #eee;
|
|
664
|
+
}
|
|
665
|
+
.index-module_clipSidebar__z2E8x .index-module_clipResults__-jFGw .index-module_regions__vS3xd {
|
|
666
|
+
flex: 1;
|
|
667
|
+
color: #666;
|
|
668
|
+
overflow: auto;
|
|
669
|
+
background: #fafafa;
|
|
670
|
+
}
|
|
671
|
+
.index-module_clipSidebar__z2E8x .index-module_clipResults__-jFGw .index-module_regions__vS3xd .index-module_region__jsJCs {
|
|
672
|
+
position: relative;
|
|
673
|
+
padding: 12px 20px;
|
|
674
|
+
line-height: 18px;
|
|
675
|
+
}
|
|
676
|
+
.index-module_clipSidebar__z2E8x .index-module_clipResults__-jFGw .index-module_regions__vS3xd .index-module_region__jsJCs.index-module_selected__xvEm9 {
|
|
677
|
+
background: rgba(102, 111, 255, 0.1);
|
|
678
|
+
color: #666fff;
|
|
679
|
+
}
|
|
680
|
+
.index-module_clipSidebar__z2E8x .index-module_clipResults__-jFGw .index-module_regions__vS3xd .index-module_region__jsJCs img {
|
|
681
|
+
margin-right: 6px;
|
|
682
|
+
}
|
|
683
|
+
.index-module_clipSidebar__z2E8x .index-module_clipResults__-jFGw .index-module_regions__vS3xd .index-module_region__jsJCs .index-module_label__W3qPv {
|
|
684
|
+
display: flex;
|
|
685
|
+
align-items: center;
|
|
686
|
+
margin-bottom: 2px;
|
|
687
|
+
}
|
|
688
|
+
.index-module_clipSidebar__z2E8x .index-module_clipResults__-jFGw .index-module_regions__vS3xd .index-module_region__jsJCs .index-module_label__W3qPv .index-module_text__HxLHk {
|
|
689
|
+
max-width: 185px;
|
|
690
|
+
}
|
|
691
|
+
.index-module_clipSidebar__z2E8x .index-module_clipResults__-jFGw .index-module_regions__vS3xd .index-module_region__jsJCs .index-module_time__pDAmm {
|
|
692
|
+
display: flex;
|
|
693
|
+
align-items: center;
|
|
694
|
+
}
|
|
695
|
+
.index-module_clipSidebar__z2E8x .index-module_clipResults__-jFGw .index-module_regions__vS3xd .index-module_region__jsJCs:hover .index-module_delete__LQA-h {
|
|
696
|
+
display: block;
|
|
697
|
+
}
|
|
698
|
+
.index-module_clipSidebar__z2E8x .index-module_clipResults__-jFGw .index-module_regions__vS3xd .index-module_region__jsJCs .index-module_delete__LQA-h {
|
|
699
|
+
display: none;
|
|
700
|
+
cursor: pointer;
|
|
701
|
+
position: absolute;
|
|
702
|
+
right: 24px;
|
|
703
|
+
bottom: 14px;
|
|
704
|
+
}
|
|
705
|
+
.index-module_clipSidebar__z2E8x .index-module_attributeList__2wnCE {
|
|
706
|
+
flex: 1;
|
|
707
|
+
overflow: auto;
|
|
708
|
+
}
|
|
709
|
+
.index-module_clipSidebar__z2E8x .index-module_attributeList__2wnCE .sensebee-radio-group,
|
|
710
|
+
.index-module_clipSidebar__z2E8x .index-module_attributeList__2wnCE .sensebee-radio-group-no-limit-height .ant-radio-group {
|
|
711
|
+
max-height: none;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.index-module_empty__-uyuD {
|
|
715
|
+
color: #999;
|
|
716
|
+
height: 262px;
|
|
717
|
+
display: flex;
|
|
718
|
+
justify-content: center;
|
|
719
|
+
align-items: center;
|
|
720
|
+
background: #fafafa;
|
|
721
|
+
}
|
|
1
722
|
@charset "UTF-8";
|
|
2
723
|
.bee-layout {
|
|
3
724
|
position: relative;
|