@cloud-app-dev/vidc 4.0.15 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.dumirc.ts +2 -18
- package/.eslintrc.js +3 -0
- package/.fatherrc.ts +0 -7
- package/es/AppContext/Sync.d.ts +1 -2
- package/es/AppContext/index.d.ts +10 -3
- package/es/AppContext/index.js +14 -4
- package/es/AppContext/interface.d.ts +1 -0
- package/es/CheckGroupFixed/demo.d.ts +1 -2
- package/es/CheckGroupFixed/demo.js +7 -12
- package/es/CheckGroupFixed/index.d.ts +7 -3
- package/es/CheckGroupFixed/index.js +9 -9
- package/es/CheckGroupFixed/style.d.ts +6 -0
- package/es/CheckGroupFixed/style.js +9 -0
- package/es/Config/index.js +1 -1
- package/es/CustomRenderSelect/index.d.ts +3 -2
- package/es/CustomRenderSelect/index.js +13 -10
- package/es/DBTools/index.js +1 -2
- package/es/DisableMark/index.d.ts +1 -2
- package/es/DisableMark/index.js +5 -2
- package/es/DomMove/demo.d.ts +1 -2
- package/es/DomMove/demo.js +0 -1
- package/es/DomMove/index.js +7 -8
- package/es/DynamicGridList/demo.d.ts +2 -0
- package/es/DynamicGridList/index.d.ts +1 -1
- package/es/DynamicGridList/index.js +3 -3
- package/es/DynamicList/demo.d.ts +1 -2
- package/es/DynamicList/demo.js +14 -19
- package/es/DynamicList/index.d.ts +1 -2
- package/es/DynamicList/index.js +10 -8
- package/es/ErrorFallback/index.d.ts +1 -2
- package/es/EventTools/index.d.ts +1 -1
- package/es/GridList/demo.d.ts +2 -0
- package/es/GridList/{Demo.js → demo.js} +1 -1
- package/es/GridList/hook.js +2 -2
- package/es/GridList/index.d.ts +0 -1
- package/es/GridList/index.js +5 -2
- package/es/HightLevel/index.d.ts +1 -2
- package/es/HightLevel/index.js +2 -3
- package/es/IconFont/index.d.ts +1 -1
- package/es/LabelValue/index.d.ts +1 -2
- package/es/LabelValue/index.js +5 -2
- package/es/List/demo.d.ts +1 -2
- package/es/List/demo.js +1 -2
- package/es/List/index.d.ts +2 -3
- package/es/List/index.js +25 -17
- package/es/ListWithSizeAnimate/demo.d.ts +1 -2
- package/es/ListWithSizeAnimate/index.d.ts +0 -1
- package/es/ListWithSizeAnimate/index.js +19 -10
- package/es/LoaderScript/index.d.ts +1 -1
- package/es/Picture/component/DefaultRects/RectInfo.d.ts +1 -2
- package/es/Picture/component/DefaultRects/RectInfo.js +6 -4
- package/es/Picture/component/DefaultRects/index.d.ts +1 -3
- package/es/Picture/component/DefaultRects/index.js +5 -5
- package/es/Picture/component/DefaultRects/style.d.ts +10 -0
- package/es/Picture/component/DefaultRects/style.js +28 -0
- package/es/Picture/component/DrawRect/index.d.ts +1 -3
- package/es/Picture/component/DrawRect/index.js +6 -3
- package/es/Picture/component/RectMenu/index.d.ts +1 -3
- package/es/Picture/component/RectMenu/index.js +13 -8
- package/es/Picture/component/Tools/index.d.ts +1 -2
- package/es/Picture/component/Tools/index.js +21 -9
- package/es/Picture/component/Tools/style.d.ts +2 -0
- package/es/Picture/component/Tools/style.js +5 -0
- package/es/Picture/component/WheelScale/index.d.ts +1 -2
- package/es/Picture/demo.d.ts +1 -2
- package/es/Picture/demo.js +1 -1
- package/es/Picture/index.d.ts +1 -3
- package/es/Picture/index.js +21 -19
- package/es/Picture/useDraw.js +4 -4
- package/es/Player/api/index.d.ts +1 -1
- package/es/Player/api/index.js +44 -18
- package/es/Player/context.d.ts +1 -1
- package/es/Player/contraller_bar/bar.d.ts +1 -1
- package/es/Player/contraller_bar/bar.js +5 -1
- package/es/Player/contraller_bar/contraller_event.d.ts +1 -1
- package/es/Player/contraller_bar/contraller_event.js +4 -5
- package/es/Player/contraller_bar/index.d.ts +1 -2
- package/es/Player/contraller_bar/index.js +8 -2
- package/es/Player/contraller_bar/left_bar.d.ts +1 -1
- package/es/Player/contraller_bar/left_bar.js +12 -3
- package/es/Player/contraller_bar/right_bar.d.ts +1 -1
- package/es/Player/contraller_bar/right_bar.js +1 -2
- package/es/Player/contraller_bar/time.d.ts +1 -2
- package/es/Player/contraller_bar/time.js +5 -2
- package/es/Player/contraller_bar/volume.d.ts +1 -2
- package/es/Player/contraller_bar/volume.js +11 -6
- package/es/Player/demo.d.ts +1 -2
- package/es/Player/demo.js +41 -29
- package/es/Player/empty.d.ts +1 -2
- package/es/Player/empty.js +0 -1
- package/es/Player/event/index.d.ts +1 -1
- package/es/Player/event/index.js +4 -3
- package/es/Player/fps_play.d.ts +1 -2
- package/es/Player/fps_play.js +6 -2
- package/es/Player/frontend_player.d.ts +1 -2
- package/es/Player/frontend_player.js +4 -5
- package/es/Player/frontend_timeline.d.ts +1 -3
- package/es/Player/frontend_timeline.js +16 -8
- package/es/Player/iconfont.d.ts +1 -2
- package/es/Player/iconfont.js +1 -2
- package/es/Player/live_heart.js +8 -9
- package/es/Player/message.d.ts +2 -4
- package/es/Player/message.js +16 -7
- package/es/Player/player.d.ts +2 -0
- package/es/Player/segment_player.d.ts +1 -2
- package/es/Player/segment_player.js +4 -5
- package/es/Player/segment_timeline.d.ts +1 -3
- package/es/Player/segment_timeline.js +19 -9
- package/es/Player/single_player.d.ts +0 -1
- package/es/Player/single_player.js +18 -15
- package/es/Player/timeline.d.ts +5 -3
- package/es/Player/timeline.js +10 -4
- package/es/Player/util.d.ts +2 -2
- package/es/Player/util.js +2 -2
- package/es/PlayerExt/demo.d.ts +1 -2
- package/es/PlayerExt/demo.js +3 -3
- package/es/PlayerExt/index.d.ts +1 -2
- package/es/PlayerExt/index.js +10 -5
- package/es/Progress/index.d.ts +1 -3
- package/es/Progress/index.js +7 -3
- package/es/ROI/demo.d.ts +1 -2
- package/es/ROI/demo.js +1 -2
- package/es/ROI/index.d.ts +1 -2
- package/es/ROI/index.js +17 -7
- package/es/RefDrawer/Footer.d.ts +1 -1
- package/es/RefDrawer/index.d.ts +1 -1
- package/es/RefDrawer/index.js +2 -2
- package/es/RefModal/demo.d.ts +1 -2
- package/es/RefModal/index.d.ts +1 -1
- package/es/RefModal/index.js +2 -2
- package/es/ScreenPlayer/Live.d.ts +1 -3
- package/es/ScreenPlayer/Live.js +10 -11
- package/es/ScreenPlayer/LiveTools.d.ts +5 -1
- package/es/ScreenPlayer/LiveTools.js +14 -9
- package/es/ScreenPlayer/PlayerWithExt.d.ts +3 -3
- package/es/ScreenPlayer/PlayerWithExt.js +14 -13
- package/es/ScreenPlayer/RatePick.d.ts +1 -2
- package/es/ScreenPlayer/RatePick.js +9 -4
- package/es/ScreenPlayer/Record.d.ts +1 -3
- package/es/ScreenPlayer/Record.js +27 -22
- package/es/ScreenPlayer/RecordTools.d.ts +1 -1
- package/es/ScreenPlayer/RecordTools.js +11 -13
- package/es/ScreenPlayer/ScreenSelect.d.ts +1 -2
- package/es/ScreenPlayer/ScreenSelect.js +11 -3
- package/es/ScreenPlayer/SegmentTimeLine.d.ts +1 -2
- package/es/ScreenPlayer/SegmentTimeLine.js +12 -6
- package/es/ScreenPlayer/TimeMode.d.ts +1 -2
- package/es/ScreenPlayer/TimeMode.js +7 -3
- package/es/ScreenPlayer/TimeSelect.d.ts +1 -2
- package/es/ScreenPlayer/TimeSelect.js +10 -5
- package/es/ScreenPlayer/containerStyle.d.ts +13 -0
- package/es/ScreenPlayer/containerStyle.js +32 -0
- package/es/ScreenPlayer/demo.d.ts +1 -2
- package/es/ScreenPlayer/demo.js +8 -13
- package/es/ScreenPlayer/demo2.d.ts +1 -2
- package/es/ScreenPlayer/demo2.js +112 -116
- package/es/ScreenPlayer/index.d.ts +2 -2
- package/es/ScreenPlayer/useTimeSlider.d.ts +2 -2
- package/es/ScreenPlayer/useTimeSlider.js +16 -15
- package/es/ScreenPlayer/useVideoFit.js +2 -2
- package/es/SocketEmitter/eventEmitter.d.ts +1 -1
- package/es/TableLayout/index.d.ts +1 -2
- package/es/TableLayout/index.js +7 -4
- package/es/Timeout/index.d.ts +1 -2
- package/es/Timeout/index.js +4 -5
- package/es/cache/index.d.ts +1 -1
- package/es/cache/index.js +21 -21
- package/es/index.d.ts +3 -11
- package/es/index.js +3 -11
- package/es/likeGo/index.d.ts +2 -0
- package/es/{Map/Config/utils.js → likeGo/index.js} +15 -49
- package/es/likeGoSync/index.d.ts +2 -0
- package/es/likeGoSync/index.js +10 -0
- package/es/logger/index.d.ts +4 -4
- package/es/nextTick/index.d.ts +1 -1
- package/es/nextTick/index.js +2 -6
- package/es/recorder/demo.d.ts +2 -0
- package/es/recorder/demo.js +200 -0
- package/es/recorder/index.d.ts +294 -0
- package/es/recorder/index.js +991 -0
- package/es/useDrawROI/index.js +8 -12
- package/es/useEventEmitterHandle/index.js +2 -2
- package/es/useInfiniteScroll/index.d.ts +1 -1
- package/es/useInfiniteScroll/index.js +8 -7
- package/es/useRafInterval/index.js +2 -2
- package/es/useSimpleState/index.js +3 -4
- package/es/useVirtualList/index.d.ts +1 -1
- package/es/useVirtualList/index.js +5 -8
- package/es/utils.d.ts +4 -4
- package/es/utils.js +1 -30
- package/es/uuid/index.d.ts +2 -1
- package/es/uuid/index.js +3 -12
- package/package.json +36 -37
- package/release-build.sh +3 -2
- package/scripts/{entry.js → entry.mjs} +4 -6
- package/{icon-fix.js → scripts/icon-fix.mjs} +4 -3
- package/tsconfig.json +1 -1
- package/es/Auth/index.d.ts +0 -8
- package/es/Auth/index.js +0 -18
- package/es/AutoExit/index.d.ts +0 -6
- package/es/AutoExit/index.js +0 -23
- package/es/CheckGroupFixed/index.less +0 -53
- package/es/ConfigContext/index.d.ts +0 -22
- package/es/ConfigContext/index.js +0 -25
- package/es/CustomRenderSelect/index.less +0 -25
- package/es/DisableMark/index.less +0 -9
- package/es/DynamicGridList/Demo.d.ts +0 -3
- package/es/DynamicList/index.less +0 -17
- package/es/FullScreen/index.d.ts +0 -22
- package/es/FullScreen/index.js +0 -36
- package/es/FullScreen/index.less +0 -18
- package/es/GridList/Demo.d.ts +0 -3
- package/es/GridList/index.less +0 -8
- package/es/HightLevel/index.less +0 -3
- package/es/ImageView/index.d.ts +0 -17
- package/es/ImageView/index.js +0 -58
- package/es/ImageView/index.less +0 -11
- package/es/LabelPlayer/111.png +0 -0
- package/es/LabelPlayer/demo.d.ts +0 -2
- package/es/LabelPlayer/demo.js +0 -123
- package/es/LabelPlayer/index.d.ts +0 -21
- package/es/LabelPlayer/index.js +0 -169
- package/es/LabelPlayer/index.less +0 -24
- package/es/LabelValue/index.less +0 -23
- package/es/List/index.less +0 -13
- package/es/ListWithSizeAnimate/index.less +0 -23
- package/es/Map/AMap.d.ts +0 -7109
- package/es/Map/BasicMap/AMapInstance.d.ts +0 -19
- package/es/Map/BasicMap/AMapInstance.js +0 -98
- package/es/Map/BasicMap/LeafletInstance.d.ts +0 -18
- package/es/Map/BasicMap/LeafletInstance.js +0 -111
- package/es/Map/BasicMap/index.d.ts +0 -9
- package/es/Map/BasicMap/index.js +0 -98
- package/es/Map/BasicMap/index.less +0 -29
- package/es/Map/ClusterLayer/demo.d.ts +0 -3
- package/es/Map/ClusterLayer/demo.js +0 -22
- package/es/Map/ClusterLayer/hook.d.ts +0 -5
- package/es/Map/ClusterLayer/hook.js +0 -124
- package/es/Map/ClusterLayer/index.d.ts +0 -6
- package/es/Map/ClusterLayer/index.js +0 -32
- package/es/Map/ClusterLayer/index.less +0 -29
- package/es/Map/ClusterLayer/props.d.ts +0 -8
- package/es/Map/Config/index.d.ts +0 -9
- package/es/Map/Config/index.js +0 -52
- package/es/Map/Config/utils.d.ts +0 -2
- package/es/Map/Context/index.d.ts +0 -11
- package/es/Map/Context/index.js +0 -56
- package/es/Map/FindPio/index.d.ts +0 -4
- package/es/Map/FindPio/index.js +0 -14
- package/es/Map/FindPio/index.less +0 -7
- package/es/Map/InfoWindow/MakerLikeWindow.d.ts +0 -4
- package/es/Map/InfoWindow/MakerLikeWindow.js +0 -113
- package/es/Map/InfoWindow/demo.d.ts +0 -3
- package/es/Map/InfoWindow/demo.js +0 -76
- package/es/Map/InfoWindow/index.d.ts +0 -11
- package/es/Map/InfoWindow/index.js +0 -67
- package/es/Map/LevelCenter/DragMarker/index.d.ts +0 -10
- package/es/Map/LevelCenter/DragMarker/index.js +0 -44
- package/es/Map/LevelCenter/demo.d.ts +0 -3
- package/es/Map/LevelCenter/demo.js +0 -46
- package/es/Map/LevelCenter/index.d.ts +0 -15
- package/es/Map/LevelCenter/index.js +0 -71
- package/es/Map/LoaderMap/index.d.ts +0 -12
- package/es/Map/LoaderMap/index.js +0 -71
- package/es/Map/MapDrawSelect/demo.d.ts +0 -3
- package/es/Map/MapDrawSelect/demo.js +0 -79
- package/es/Map/MapDrawSelect/index.d.ts +0 -15
- package/es/Map/MapDrawSelect/index.js +0 -62
- package/es/Map/MouseTool/index.d.ts +0 -10
- package/es/Map/MouseTool/index.js +0 -44
- package/es/Map/MouseTool/useMouseTools.d.ts +0 -7
- package/es/Map/MouseTool/useMouseTools.js +0 -83
- package/es/Map/ResetTools/index.d.ts +0 -10
- package/es/Map/ResetTools/index.js +0 -67
- package/es/Map/ResetTools/index.less +0 -39
- package/es/Map/SinglePoint/demo.d.ts +0 -3
- package/es/Map/SinglePoint/demo.js +0 -16
- package/es/Map/SinglePoint/index.d.ts +0 -27
- package/es/Map/SinglePoint/index.js +0 -57
- package/es/Map/SinglePoint/index.less +0 -41
- package/es/Map/hook/useMapEvent.d.ts +0 -2
- package/es/Map/hook/useMapEvent.js +0 -19
- package/es/Map/hook/useMapType.d.ts +0 -4
- package/es/Map/hook/useMapType.js +0 -12
- package/es/Map/icon.d.ts +0 -2
- package/es/Map/icon.js +0 -10
- package/es/Map/index.d.ts +0 -24
- package/es/Map/index.js +0 -25
- package/es/Map/interface.d.ts +0 -74
- package/es/Map/points.d.ts +0 -74
- package/es/Map/points.js +0 -1
- package/es/Map/useMarker/index.d.ts +0 -10
- package/es/Map/useMarker/index.js +0 -71
- package/es/Map/withMap/index.d.ts +0 -3
- package/es/Map/withMap/index.js +0 -18
- package/es/Picture/component/DefaultRects/index.less +0 -211
- package/es/Picture/component/DrawRect/index.less +0 -8
- package/es/Picture/component/RectMenu/index.less +0 -36
- package/es/Picture/component/Tools/index.less +0 -49
- package/es/Picture/index.less +0 -20
- package/es/Player/style/bar.less +0 -43
- package/es/Player/style/index.less +0 -34
- package/es/Player/style/message.less +0 -56
- package/es/Player/style/slider.less +0 -106
- package/es/Player/style/timeline.less +0 -116
- package/es/Player/style/volume.less +0 -24
- package/es/PlayerExt/index.less +0 -10
- package/es/Progress/index.less +0 -21
- package/es/ROI/index.less +0 -33
- package/es/ScreenPlayer/index.less +0 -335
- package/es/TableLayout/index.less +0 -4
- package/es/ThemeAntd/demo.d.ts +0 -4
- package/es/ThemeAntd/demo.js +0 -129
- package/es/ThemeAntd/demo.less +0 -20
- package/es/ThemeAntd/index.d.ts +0 -7
- package/es/ThemeAntd/index.js +0 -23
- package/es/ThemeAntd/index.less +0 -4
- package/es/VList/index.d.ts +0 -11
- package/es/VList/index.js +0 -42
- package/es/VList/index.less +0 -6
- package/es/VList/utils.d.ts +0 -14
- package/es/VList/utils.js +0 -17
- package/es/bigNumberTransformCN/index.d.ts +0 -5
- package/es/bigNumberTransformCN/index.js +0 -60
- package/es/useFullscreen/demo.d.ts +0 -2
- package/es/useFullscreen/demo.js +0 -48
- package/es/useFullscreen/index.d.ts +0 -12
- package/es/useFullscreen/index.js +0 -76
- /package/es/DynamicGridList/{Demo.js → demo.js} +0 -0
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
.player-timeline-layout {
|
|
2
|
-
position: absolute;
|
|
3
|
-
bottom: 28px;
|
|
4
|
-
left: 0;
|
|
5
|
-
z-index: 9;
|
|
6
|
-
display: flex;
|
|
7
|
-
width: 100%;
|
|
8
|
-
height: 20px;
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
background: rgb(0 0 0 / 100%);
|
|
11
|
-
opacity: .8;
|
|
12
|
-
justify-content: center;
|
|
13
|
-
align-items: center;
|
|
14
|
-
transition: all .1s;
|
|
15
|
-
|
|
16
|
-
&.hide-time-line {
|
|
17
|
-
bottom: 0;
|
|
18
|
-
height: 4px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.buffer-line {
|
|
22
|
-
position: absolute;
|
|
23
|
-
top: 0;
|
|
24
|
-
left: 0;
|
|
25
|
-
height: 100%;
|
|
26
|
-
max-width: 100%;
|
|
27
|
-
pointer-events: none;
|
|
28
|
-
background-color: rgb(103 103 103);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.current-line {
|
|
32
|
-
position: absolute;
|
|
33
|
-
top: 0;
|
|
34
|
-
left: 0;
|
|
35
|
-
height: 100%;
|
|
36
|
-
max-width: 100%;
|
|
37
|
-
overflow: hidden;
|
|
38
|
-
pointer-events: none;
|
|
39
|
-
background-color: rgb(70 97 255 / 100%);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
&.player-segment-timeline-layout {
|
|
43
|
-
background: transparent;
|
|
44
|
-
|
|
45
|
-
.segment-line-box {
|
|
46
|
-
display: flex;
|
|
47
|
-
width: 100%;
|
|
48
|
-
height: 100%;
|
|
49
|
-
|
|
50
|
-
.segment-line-item {
|
|
51
|
-
position: relative;
|
|
52
|
-
background: rgb(0 0 0 / 100%);
|
|
53
|
-
box-sizing: border-box;
|
|
54
|
-
|
|
55
|
-
&:hover {
|
|
56
|
-
&::after {
|
|
57
|
-
position: absolute;
|
|
58
|
-
top: 0;
|
|
59
|
-
left: 0;
|
|
60
|
-
z-index: 6;
|
|
61
|
-
width: 100%;
|
|
62
|
-
height: 100%;
|
|
63
|
-
border: 1px solid #fff;
|
|
64
|
-
content: ' ';
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
&.segment-line-item-none {
|
|
69
|
-
z-index: 6;
|
|
70
|
-
cursor: not-allowed;
|
|
71
|
-
background: rgb(222 14 14 / 100%);
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.segment-line-mark {
|
|
77
|
-
position: absolute;
|
|
78
|
-
width: 2px;
|
|
79
|
-
height: 100%;
|
|
80
|
-
pointer-events: none;
|
|
81
|
-
background-color: #fff;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
&.frontend-player-timeline-layout {
|
|
86
|
-
.frontend-line-mark {
|
|
87
|
-
position: absolute;
|
|
88
|
-
width: 2px;
|
|
89
|
-
height: 100%;
|
|
90
|
-
pointer-events: none;
|
|
91
|
-
background-color: #fff;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.frontend-line-tip-box {
|
|
95
|
-
position: absolute;
|
|
96
|
-
top: -130px;
|
|
97
|
-
width: max-content;
|
|
98
|
-
padding: 10px;
|
|
99
|
-
margin-left: -81px;
|
|
100
|
-
font-size: 12px;
|
|
101
|
-
line-height: 20px;
|
|
102
|
-
color: #fff;
|
|
103
|
-
background-color: rgb(0 0 0 / 65%);
|
|
104
|
-
border-radius: 3px;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.segment-line-tip-box {
|
|
110
|
-
font-size: 12px;
|
|
111
|
-
|
|
112
|
-
div {
|
|
113
|
-
padding: 2px 0;
|
|
114
|
-
margin: 0;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
.lm-player-volume-popup {
|
|
2
|
-
.cloudapp-tooltip-inner {
|
|
3
|
-
display: flex;
|
|
4
|
-
width: 30px;
|
|
5
|
-
height: 130px;
|
|
6
|
-
padding: 12px 6px;
|
|
7
|
-
text-align: center;
|
|
8
|
-
border-radius: 15px;
|
|
9
|
-
justify-content: center;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.cloudapp-slider-vertical {
|
|
13
|
-
margin: 0;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.cloudapp-slider-track {
|
|
17
|
-
background-color: var(--primary);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.cloudapp-slider-handle {
|
|
21
|
-
background-color: var(--primary);
|
|
22
|
-
border-color: var(--gray1);
|
|
23
|
-
}
|
|
24
|
-
}
|
package/es/PlayerExt/index.less
DELETED
package/es/Progress/index.less
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
.@{ant-prefix}-progress.lm-c-loading-progress {
|
|
2
|
-
position: absolute;
|
|
3
|
-
top: 0;
|
|
4
|
-
left: 0;
|
|
5
|
-
z-index: 99;
|
|
6
|
-
height: 2px;
|
|
7
|
-
overflow: hidden;
|
|
8
|
-
opacity: 1;
|
|
9
|
-
transition: opacity 1s linear;
|
|
10
|
-
|
|
11
|
-
&.lm-c-loading-progress-over {
|
|
12
|
-
opacity: 0;
|
|
13
|
-
}
|
|
14
|
-
.@{ant-prefix}-progress-outer {
|
|
15
|
-
display: block;
|
|
16
|
-
.@{ant-prefix}-progress-inner {
|
|
17
|
-
display: block;
|
|
18
|
-
background-color: transparent;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
package/es/ROI/index.less
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
.rio-layout {
|
|
2
|
-
position: relative;
|
|
3
|
-
width: 100%;
|
|
4
|
-
height: 100%;
|
|
5
|
-
|
|
6
|
-
canvas {
|
|
7
|
-
position: absolute;
|
|
8
|
-
top: 0;
|
|
9
|
-
left: 0;
|
|
10
|
-
width: 100%;
|
|
11
|
-
height: 100%;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.rio-debug-box {
|
|
15
|
-
position: absolute;
|
|
16
|
-
top: 0;
|
|
17
|
-
left: 0;
|
|
18
|
-
display: flex;
|
|
19
|
-
width: 100%;
|
|
20
|
-
height: 100%;
|
|
21
|
-
flex-direction: column;
|
|
22
|
-
|
|
23
|
-
& > div {
|
|
24
|
-
display: flex;
|
|
25
|
-
flex: 1;
|
|
26
|
-
|
|
27
|
-
span {
|
|
28
|
-
flex: 1;
|
|
29
|
-
border: 1px solid #eee;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,335 +0,0 @@
|
|
|
1
|
-
.split-screen-player-wrapper {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
box-sizing: border-box;
|
|
5
|
-
user-select: none;
|
|
6
|
-
min-width: 600px;
|
|
7
|
-
|
|
8
|
-
.player-layout {
|
|
9
|
-
height: calc(100% - 88px);
|
|
10
|
-
|
|
11
|
-
.player-with-ext-layout {
|
|
12
|
-
display: flex;
|
|
13
|
-
|
|
14
|
-
.lm-player-ext-layout {
|
|
15
|
-
border: 1px solid var(--gray12);
|
|
16
|
-
box-sizing: border-box;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&.player-current-index {
|
|
20
|
-
.lm-player-ext-layout {
|
|
21
|
-
border: 1px solid var(--primary);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&.split-screen-player-live-wrapper {
|
|
28
|
-
.player-layout {
|
|
29
|
-
height: calc(100% - 42px);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.player-tools-group {
|
|
34
|
-
position: relative;
|
|
35
|
-
height: 88px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.player-record-time {
|
|
39
|
-
padding: 0 16px;
|
|
40
|
-
margin: 0 20px;
|
|
41
|
-
font-size: 16px;
|
|
42
|
-
line-height: 42px;
|
|
43
|
-
color: var(--gray1);
|
|
44
|
-
text-align: center;
|
|
45
|
-
background-color: var(--gray11);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.icon-chajian {
|
|
49
|
-
position: relative;
|
|
50
|
-
top: 1px;
|
|
51
|
-
left: 1px;
|
|
52
|
-
font-size: 22px !important;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.player-tools {
|
|
56
|
-
position: relative;
|
|
57
|
-
display: flex;
|
|
58
|
-
height: 42px;
|
|
59
|
-
padding: 0 10px;
|
|
60
|
-
background-color: #242c3d;
|
|
61
|
-
align-items: center;
|
|
62
|
-
justify-content: space-between;
|
|
63
|
-
|
|
64
|
-
.player-tools-left,
|
|
65
|
-
.player-tools-right {
|
|
66
|
-
display: grid;
|
|
67
|
-
width: 35%;
|
|
68
|
-
grid-template-columns: repeat(auto-fill, 32px);
|
|
69
|
-
grid-gap: 10px;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.player-tools-right {
|
|
73
|
-
display: flex;
|
|
74
|
-
justify-content: flex-end;
|
|
75
|
-
margin-right: 0;
|
|
76
|
-
margin-left: 4px;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.player-tools-mid {
|
|
80
|
-
display: flex;
|
|
81
|
-
align-items: center;
|
|
82
|
-
justify-self: center;
|
|
83
|
-
height: 100%;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.player-tools-item {
|
|
87
|
-
display: flex;
|
|
88
|
-
width: 32px;
|
|
89
|
-
height: 32px;
|
|
90
|
-
margin: 0;
|
|
91
|
-
font-size: 18px;
|
|
92
|
-
color: var(--gray1);
|
|
93
|
-
cursor: pointer;
|
|
94
|
-
align-items: center;
|
|
95
|
-
justify-content: center;
|
|
96
|
-
|
|
97
|
-
.lm-player-iconfont {
|
|
98
|
-
font-size: 20px;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
&:hover {
|
|
102
|
-
background-color: var(--gray11);
|
|
103
|
-
border-radius: var(--radius1);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.select-current-screen-item {
|
|
108
|
-
display: flex;
|
|
109
|
-
width: 32px;
|
|
110
|
-
height: 32px;
|
|
111
|
-
font-size: 18px;
|
|
112
|
-
color: var(--gray1);
|
|
113
|
-
text-align: center;
|
|
114
|
-
cursor: pointer;
|
|
115
|
-
align-items: center;
|
|
116
|
-
justify-content: center;
|
|
117
|
-
|
|
118
|
-
.lm-player-iconfont {
|
|
119
|
-
font-size: 20px;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
&:hover {
|
|
123
|
-
background-color: var(--gray11);
|
|
124
|
-
border-radius: var(--radius1);
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
// 录像
|
|
130
|
-
&.split-screen-player-wrapper-record {
|
|
131
|
-
.record-time-line {
|
|
132
|
-
position: relative;
|
|
133
|
-
width: 100%;
|
|
134
|
-
height: 46px;
|
|
135
|
-
|
|
136
|
-
canvas {
|
|
137
|
-
box-sizing: border-box;
|
|
138
|
-
width: 100%;
|
|
139
|
-
height: 100%;
|
|
140
|
-
cursor: pointer;
|
|
141
|
-
background-color: #030917;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.time-line-mask {
|
|
145
|
-
position: absolute;
|
|
146
|
-
top: 0;
|
|
147
|
-
left: 0;
|
|
148
|
-
z-index: 5;
|
|
149
|
-
width: 100%;
|
|
150
|
-
height: 100%;
|
|
151
|
-
cursor: not-allowed;
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.ant-popover-inner-content {
|
|
157
|
-
padding: 4px 0;
|
|
158
|
-
|
|
159
|
-
.ant-select-item-option:hover {
|
|
160
|
-
background-color: var(--form-bg-dark);
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
/* ------------------------1分屏---------------------- */
|
|
165
|
-
.container1 {
|
|
166
|
-
display: grid;
|
|
167
|
-
grid-template-columns: repeat(1, 100%);
|
|
168
|
-
grid-template-rows: repeat(1, 100%);
|
|
169
|
-
grid-auto-flow: row dense; //排列顺序先行后列 紧密排列
|
|
170
|
-
place-content: center;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
/* ------------------------4分屏---------------------- */
|
|
174
|
-
.container4 {
|
|
175
|
-
display: grid;
|
|
176
|
-
grid-template-columns: repeat(2, 50%);
|
|
177
|
-
grid-template-rows: repeat(2, 50%);
|
|
178
|
-
grid-auto-flow: row dense; //排列顺序先行后列 紧密排列
|
|
179
|
-
place-content: center;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
/* ------------------------6分屏---------------------- */
|
|
183
|
-
.container6 {
|
|
184
|
-
display: grid;
|
|
185
|
-
grid-template-columns: repeat(3, 33.3333%);
|
|
186
|
-
grid-template-rows: repeat(2, 50%);
|
|
187
|
-
grid-auto-flow: row dense; //排列顺序先行后列 紧密排列
|
|
188
|
-
place-content: center;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
/* -----------------------8分屏---------------------- */
|
|
192
|
-
.container8 {
|
|
193
|
-
display: grid;
|
|
194
|
-
grid-template-columns: repeat(24, 4.1667%);
|
|
195
|
-
grid-template-rows: repeat(24, 4.1667%);
|
|
196
|
-
grid-auto-flow: row dense; //排列顺序先行后列 紧密排列
|
|
197
|
-
place-content: center;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.item8-1 {
|
|
201
|
-
grid-column: 1 / 11;
|
|
202
|
-
grid-row: 1 / 13;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.item8-2 {
|
|
206
|
-
grid-column: 11 / 18;
|
|
207
|
-
grid-row: 1 / 9;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.item8-3 {
|
|
211
|
-
grid-column: 18 / 25;
|
|
212
|
-
grid-row: 1 / 9;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.item8-4 {
|
|
216
|
-
grid-column: 11 / 18;
|
|
217
|
-
grid-row: 9 / 17;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.item8-5 {
|
|
221
|
-
grid-column: 18 / 25;
|
|
222
|
-
grid-row: 9 / 17;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.item8-6 {
|
|
226
|
-
grid-column: 1 / 11;
|
|
227
|
-
grid-row: 13 / 25;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.item8-7 {
|
|
231
|
-
grid-column: 11 / 18;
|
|
232
|
-
grid-row: 17 / 25;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.item8-8 {
|
|
236
|
-
grid-column: 18 / 25;
|
|
237
|
-
grid-row: 17 / 25;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
/* ------------------------9分屏---------------------- */
|
|
241
|
-
.container9 {
|
|
242
|
-
display: grid;
|
|
243
|
-
grid-template-columns: repeat(3, 33.3333%);
|
|
244
|
-
grid-template-rows: repeat(3, 33.3333%);
|
|
245
|
-
grid-auto-flow: row dense; //排列顺序先行后列 紧密排列
|
|
246
|
-
place-content: center;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
/* ------------------------10分屏---------------------- */
|
|
250
|
-
|
|
251
|
-
.container10 {
|
|
252
|
-
display: grid;
|
|
253
|
-
grid-template-columns: repeat(4, 25%);
|
|
254
|
-
grid-template-rows: repeat(4, 25%);
|
|
255
|
-
grid-auto-flow: row dense; //排列顺序先行后列 紧密排列
|
|
256
|
-
place-content: center;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
.item10-1 {
|
|
260
|
-
grid-column: 1 / 3;
|
|
261
|
-
grid-row: 1 / 3;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.item10-2 {
|
|
265
|
-
grid-column: 3 / 5;
|
|
266
|
-
grid-row: 1 / 3;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
/* ------------------------13分屏---------------------- */
|
|
270
|
-
|
|
271
|
-
.container13 {
|
|
272
|
-
display: grid;
|
|
273
|
-
grid-template-columns: repeat(4, 25%);
|
|
274
|
-
grid-template-rows: repeat(4, 25%);
|
|
275
|
-
grid-auto-flow: row dense; //排列顺序先行后列 紧密排列
|
|
276
|
-
place-content: center;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.item13-1 {
|
|
280
|
-
grid-column: 1 / 3;
|
|
281
|
-
grid-row: 1 / 3;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
/* ------------------------16分屏---------------------- */
|
|
285
|
-
.container16 {
|
|
286
|
-
display: grid;
|
|
287
|
-
grid-template-columns: repeat(4, 25%);
|
|
288
|
-
grid-template-rows: repeat(4, 25%);
|
|
289
|
-
grid-auto-flow: row dense; //排列顺序先行后列 紧密排列
|
|
290
|
-
place-content: center;
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.player-time-select {
|
|
295
|
-
display: flex;
|
|
296
|
-
width: 190px;
|
|
297
|
-
justify-content: space-around;
|
|
298
|
-
align-items: center;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.@{ant-prefix}-select.time-mode-select {
|
|
302
|
-
font-size: var(--fs-small);
|
|
303
|
-
color: var(--gray1);
|
|
304
|
-
|
|
305
|
-
.cloudapp-select-selector {
|
|
306
|
-
background-color: transparent !important;
|
|
307
|
-
border-radius: var(--radius1) !important;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.anticon {
|
|
311
|
-
color: var(--gray1);
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
.custom-select-dropdown {
|
|
316
|
-
font-size: var(--fs-small);
|
|
317
|
-
|
|
318
|
-
.cloudapp-select-item {
|
|
319
|
-
font-size: var(--fs-small);
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
.select-current-rate-item {
|
|
324
|
-
position: relative;
|
|
325
|
-
top: 4px;
|
|
326
|
-
display: inline-block;
|
|
327
|
-
width: 64px;
|
|
328
|
-
padding: 2px 0;
|
|
329
|
-
font-size: 12px;
|
|
330
|
-
color: var(--gray1);
|
|
331
|
-
text-align: center;
|
|
332
|
-
cursor: pointer;
|
|
333
|
-
border: 1px solid var(--gray1);
|
|
334
|
-
border-radius: 2px;
|
|
335
|
-
}
|
package/es/ThemeAntd/demo.d.ts
DELETED
package/es/ThemeAntd/demo.js
DELETED
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
import { Button, Checkbox, ConfigProvider, DatePicker, Input, InputNumber, Pagination, Radio, Select, Table } from 'antd';
|
|
2
|
-
import React, { useRef } from 'react';
|
|
3
|
-
import ThemeAntd from '.';
|
|
4
|
-
import "./demo.less";
|
|
5
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
-
var App = function App() {
|
|
8
|
-
var ref = useRef(null);
|
|
9
|
-
return /*#__PURE__*/_jsx(ConfigProvider, {
|
|
10
|
-
prefixCls: "cloudapp",
|
|
11
|
-
children: /*#__PURE__*/_jsx(ThemeAntd, {
|
|
12
|
-
children: /*#__PURE__*/_jsxs("div", {
|
|
13
|
-
className: "theme-antd-demo",
|
|
14
|
-
ref: ref,
|
|
15
|
-
children: [/*#__PURE__*/_jsx("p", {
|
|
16
|
-
children: /*#__PURE__*/_jsx(Input, {
|
|
17
|
-
placeholder: "\u6587\u672C\u8F93\u5165",
|
|
18
|
-
prefix: /*#__PURE__*/_jsx("div", {
|
|
19
|
-
children: "111"
|
|
20
|
-
}),
|
|
21
|
-
suffix: /*#__PURE__*/_jsx("div", {
|
|
22
|
-
children: "2222"
|
|
23
|
-
})
|
|
24
|
-
})
|
|
25
|
-
}), /*#__PURE__*/_jsx("p", {
|
|
26
|
-
children: /*#__PURE__*/_jsx(Input, {
|
|
27
|
-
placeholder: "\u6587\u672C\u8F93\u5165"
|
|
28
|
-
})
|
|
29
|
-
}), /*#__PURE__*/_jsx("p", {
|
|
30
|
-
children: /*#__PURE__*/_jsx(InputNumber, {
|
|
31
|
-
placeholder: "\u6570\u5B57\u8F93\u5165"
|
|
32
|
-
})
|
|
33
|
-
}), /*#__PURE__*/_jsx("p", {
|
|
34
|
-
children: /*#__PURE__*/_jsx(Input.TextArea, {
|
|
35
|
-
placeholder: "\u591A\u884C\u6587\u672C\u8F93\u5165"
|
|
36
|
-
})
|
|
37
|
-
}), /*#__PURE__*/_jsx("p", {
|
|
38
|
-
children: /*#__PURE__*/_jsxs(Select, {
|
|
39
|
-
placeholder: "\u9009\u62E9\u8F93\u5165",
|
|
40
|
-
getPopupContainer: function getPopupContainer() {
|
|
41
|
-
return ref.current;
|
|
42
|
-
},
|
|
43
|
-
children: [/*#__PURE__*/_jsx(Select.Option, {
|
|
44
|
-
value: 1,
|
|
45
|
-
children: "\u9009\u98791"
|
|
46
|
-
}), /*#__PURE__*/_jsx(Select.Option, {
|
|
47
|
-
value: 2,
|
|
48
|
-
children: "\u9009\u98792"
|
|
49
|
-
})]
|
|
50
|
-
})
|
|
51
|
-
}), /*#__PURE__*/_jsx("p", {
|
|
52
|
-
children: /*#__PURE__*/_jsxs(Radio.Group, {
|
|
53
|
-
children: [/*#__PURE__*/_jsx(Radio, {
|
|
54
|
-
value: 1,
|
|
55
|
-
children: "\u9009\u98791"
|
|
56
|
-
}), /*#__PURE__*/_jsx(Radio, {
|
|
57
|
-
value: 2,
|
|
58
|
-
children: "\u9009\u98792"
|
|
59
|
-
})]
|
|
60
|
-
})
|
|
61
|
-
}), /*#__PURE__*/_jsx("p", {
|
|
62
|
-
children: /*#__PURE__*/_jsxs(Checkbox.Group, {
|
|
63
|
-
children: [/*#__PURE__*/_jsx(Checkbox, {
|
|
64
|
-
value: 1,
|
|
65
|
-
children: "\u9009\u98791"
|
|
66
|
-
}), /*#__PURE__*/_jsx(Checkbox, {
|
|
67
|
-
value: 2,
|
|
68
|
-
children: "\u9009\u98792"
|
|
69
|
-
})]
|
|
70
|
-
})
|
|
71
|
-
}), /*#__PURE__*/_jsx("p", {
|
|
72
|
-
children: /*#__PURE__*/_jsx(DatePicker, {
|
|
73
|
-
getPopupContainer: function getPopupContainer() {
|
|
74
|
-
return ref.current;
|
|
75
|
-
}
|
|
76
|
-
})
|
|
77
|
-
}), /*#__PURE__*/_jsx("p", {
|
|
78
|
-
children: /*#__PURE__*/_jsx(DatePicker.RangePicker, {
|
|
79
|
-
getPopupContainer: function getPopupContainer() {
|
|
80
|
-
return ref.current;
|
|
81
|
-
}
|
|
82
|
-
})
|
|
83
|
-
}), /*#__PURE__*/_jsx("p", {
|
|
84
|
-
children: /*#__PURE__*/_jsx(Pagination, {
|
|
85
|
-
total: 100
|
|
86
|
-
})
|
|
87
|
-
}), /*#__PURE__*/_jsxs("p", {
|
|
88
|
-
children: [/*#__PURE__*/_jsx(Button, {
|
|
89
|
-
children: "\u6309\u94AE1"
|
|
90
|
-
}), /*#__PURE__*/_jsx("span", {
|
|
91
|
-
style: {
|
|
92
|
-
paddingRight: 10
|
|
93
|
-
}
|
|
94
|
-
}), /*#__PURE__*/_jsx(Button, {
|
|
95
|
-
type: "primary",
|
|
96
|
-
children: "\u6309\u94AE2"
|
|
97
|
-
})]
|
|
98
|
-
}), /*#__PURE__*/_jsx("p", {
|
|
99
|
-
children: /*#__PURE__*/_jsx(Table, {
|
|
100
|
-
columns: [{
|
|
101
|
-
title: '姓名',
|
|
102
|
-
dataIndex: 'name'
|
|
103
|
-
}, {
|
|
104
|
-
title: '年龄',
|
|
105
|
-
dataIndex: 'age'
|
|
106
|
-
}, {
|
|
107
|
-
title: '性别',
|
|
108
|
-
dataIndex: 'sex'
|
|
109
|
-
}],
|
|
110
|
-
dataSource: [{
|
|
111
|
-
name: '张三',
|
|
112
|
-
sex: '男',
|
|
113
|
-
age: 20
|
|
114
|
-
}, {
|
|
115
|
-
name: '李四',
|
|
116
|
-
sex: '男',
|
|
117
|
-
age: 20
|
|
118
|
-
}, {
|
|
119
|
-
name: '王五',
|
|
120
|
-
sex: '男',
|
|
121
|
-
age: 20
|
|
122
|
-
}]
|
|
123
|
-
})
|
|
124
|
-
})]
|
|
125
|
-
})
|
|
126
|
-
})
|
|
127
|
-
});
|
|
128
|
-
};
|
|
129
|
-
export default App;
|
package/es/ThemeAntd/demo.less
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
.theme-antd-demo {
|
|
2
|
-
padding: 40px;
|
|
3
|
-
color: #fff;
|
|
4
|
-
background-color: #0f2e61;
|
|
5
|
-
|
|
6
|
-
a {
|
|
7
|
-
color: inherit;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
--form-bg: #1d4788;
|
|
11
|
-
--form-bd: rgb(255 255 255 / 30%);
|
|
12
|
-
--form-active-bg: #e8b127;
|
|
13
|
-
--table-bg: #0f2e61;
|
|
14
|
-
--table-bd: rgb(255 255 255 / 30%);
|
|
15
|
-
--table-head-bg: #1d4788;
|
|
16
|
-
--table-row-hover-color: #1d4788;
|
|
17
|
-
--radius1: 4px;
|
|
18
|
-
--color1: #fff;
|
|
19
|
-
--color: #333;
|
|
20
|
-
}
|