@vtx/player 0.0.15 → 0.0.18
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/lib/controls/style/css.js +10 -0
- package/lib/controls/style/css.js.map +1 -1
- package/lib/controls/style/index.d.ts +5 -0
- package/lib/controls/style/index.js +10 -0
- package/lib/controls/style/index.js.map +1 -1
- package/lib/history-control/index.d.ts +1 -1
- package/lib/history-control/index.js +14 -3
- package/lib/history-control/index.js.map +1 -1
- package/lib/history-control/style/css.js +10 -0
- package/lib/history-control/style/css.js.map +1 -1
- package/lib/history-control/style/index.css +8 -0
- package/lib/history-control/style/index.d.ts +5 -0
- package/lib/history-control/style/index.js +10 -0
- package/lib/history-control/style/index.js.map +1 -1
- package/lib/history-control/style/index.less +6 -0
- package/lib/history-player/style/css.js +4 -0
- package/lib/history-player/style/css.js.map +1 -1
- package/lib/history-player/style/index.d.ts +2 -0
- package/lib/history-player/style/index.js +4 -0
- package/lib/history-player/style/index.js.map +1 -1
- package/lib/icons/index.css +1 -1
- package/lib/icons/index.less +2 -2
- package/lib/live-control/style/css.js +7 -1
- package/lib/live-control/style/css.js.map +1 -1
- package/lib/live-control/style/index.d.ts +5 -1
- package/lib/live-control/style/index.js +7 -1
- package/lib/live-control/style/index.js.map +1 -1
- package/lib/live-player/demo/src/components/lib/vtx-color-picker/style/index.css +12 -0
- package/lib/live-player/demo/src/components/lib/vtx-color-picker/style/index.less +12 -0
- package/lib/live-player/demo/src/components/lib/vtx-combogrid/style/index.css +24 -0
- package/lib/live-player/demo/src/components/lib/vtx-combogrid/style/index.less +29 -0
- package/lib/live-player/demo/src/components/lib/vtx-datagrid/style/index.css +136 -0
- package/lib/live-player/demo/src/components/lib/vtx-datagrid/style/index.less +166 -0
- package/lib/live-player/demo/src/components/lib/vtx-date-picker/style/index.css +29 -0
- package/lib/live-player/demo/src/components/lib/vtx-date-picker/style/index.less +39 -0
- package/lib/live-player/demo/src/components/lib/vtx-editor/style/index.css +6 -0
- package/lib/live-player/demo/src/components/lib/vtx-editor/style/index.less +8 -0
- package/lib/live-player/demo/src/components/lib/vtx-ellipsis-text/style/index.css +13 -0
- package/lib/live-player/demo/src/components/lib/vtx-ellipsis-text/style/index.less +13 -0
- package/lib/live-player/demo/src/components/lib/vtx-export/style/index.css +8 -0
- package/lib/live-player/demo/src/components/lib/vtx-export/style/index.less +6 -0
- package/lib/live-player/demo/src/components/lib/vtx-form-layout/demo/Modal.css +42 -0
- package/lib/live-player/demo/src/components/lib/vtx-form-layout/demo/Modal.less +43 -0
- package/lib/live-player/demo/src/components/lib/vtx-form-layout/style/index.css +224 -0
- package/lib/live-player/demo/src/components/lib/vtx-form-layout/style/index.less +211 -0
- package/lib/live-player/demo/src/components/lib/vtx-image/style/index.css +46 -0
- package/lib/live-player/demo/src/components/lib/vtx-image/style/index.less +63 -0
- package/lib/live-player/demo/src/components/lib/vtx-import/style/index.css +3 -0
- package/lib/live-player/demo/src/components/lib/vtx-import/style/index.less +8 -0
- package/lib/live-player/demo/src/components/lib/vtx-input/style/index.css +22 -0
- package/lib/live-player/demo/src/components/lib/vtx-input/style/index.less +24 -0
- package/lib/live-player/demo/src/components/lib/vtx-modal/style/index.css +80 -0
- package/lib/live-player/demo/src/components/lib/vtx-modal/style/index.less +95 -0
- package/lib/live-player/demo/src/components/lib/vtx-page-layout/style/index.css +115 -0
- package/lib/live-player/demo/src/components/lib/vtx-page-layout/style/index.less +138 -0
- package/lib/live-player/demo/src/components/lib/vtx-rps-frame/style/index.css +8 -0
- package/lib/live-player/demo/src/components/lib/vtx-rps-frame/style/index.less +8 -0
- package/lib/live-player/demo/src/components/lib/vtx-scrollable-row/style/index.css +111 -0
- package/lib/live-player/demo/src/components/lib/vtx-scrollable-row/style/index.less +113 -0
- package/lib/live-player/demo/src/components/lib/vtx-search/style/index.css +84 -0
- package/lib/live-player/demo/src/components/lib/vtx-search/style/index.less +83 -0
- package/lib/live-player/demo/src/components/lib/vtx-select/style/index.css +68 -0
- package/lib/live-player/demo/src/components/lib/vtx-select/style/index.less +68 -0
- package/lib/live-player/demo/src/components/lib/vtx-signature/style/index.css +35 -0
- package/lib/live-player/demo/src/components/lib/vtx-signature/style/index.less +33 -0
- package/lib/live-player/demo/src/components/lib/vtx-split-pane/style/index.css +59 -0
- package/lib/live-player/demo/src/components/lib/vtx-split-pane/style/index.less +60 -0
- package/lib/live-player/demo/src/components/lib/vtx-statistics-column/style/index.css +55 -0
- package/lib/live-player/demo/src/components/lib/vtx-statistics-column/style/index.less +59 -0
- package/lib/live-player/demo/src/components/lib/vtx-upload/style/index.css +54 -0
- package/lib/live-player/demo/src/components/lib/vtx-upload/style/index.less +61 -0
- package/lib/live-player/demo/src/components/lib/vtx-ztree/style/index.css +29 -0
- package/lib/live-player/demo/src/components/lib/vtx-ztree/style/index.less +30 -0
- package/lib/live-player/demo/src/components/lib/vtx-ztree-select/style/index.css +66 -0
- package/lib/live-player/demo/src/components/lib/vtx-ztree-select/style/index.less +74 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/be-input/style/index.css +13 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/be-input/style/index.less +16 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/theme/dark.css +17 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/theme/dark.less +19 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/theme/default.css +16 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/theme/default.less +16 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/theme/global.css +18 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/theme/global.less +61 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-car-history/style/index.css +3 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-car-history/style/index.less +5 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-chart/style/index.css +9 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-chart/style/index.less +10 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-filter/style/index.css +109 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-filter/style/index.less +142 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-info-collection/style/index.css +22 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-info-collection/style/index.less +18 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-stat-collection/style/index.css +37 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-stat-collection/style/index.less +41 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-sub-tabs/style/index.css +42 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-sub-tabs/style/index.less +50 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-table/style/index.css +150 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-table/style/index.less +187 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-base-modal/style/index.css +412 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-base-modal/style/index.less +469 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-community-modal/style/index.css +52 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-community-modal/style/index.less +43 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-construction-site-modal/style/index.css +108 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-construction-site-modal/style/index.less +95 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-full-screen-base-modal/style/index.css +81 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-full-screen-base-modal/style/index.less +96 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-cylinder-file-modal/style/index.css +3 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-cylinder-file-modal/style/index.less +7 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-cylinder-file-modal/style/lastProcessFlow.css +67 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-cylinder-file-modal/style/lastProcessFlow.less +69 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-enterprise-modal/style/index.css +6 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-enterprise-modal/style/index.less +7 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-filling-station-modal/style/index.css +6 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-filling-station-modal/style/index.less +7 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-security-check-modal/style/index.css +0 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-security-check-modal/style/index.less +1 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-staff-modal/style/index.css +9 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-staff-modal/style/index.less +13 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-supply-station-modal/style/index.css +6 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-supply-station-modal/style/index.less +7 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-user-modal/style/index.css +0 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-user-modal/style/index.less +1 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-vehicle-modal/style/index.css +245 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-vehicle-modal/style/index.less +218 -0
- package/lib/live-player/demo/src/global.css +6 -0
- package/lib/live-player/demo/src/global.less +6 -0
- package/lib/live-player/demo/src/layouts/menu/index.css +31 -0
- package/lib/live-player/demo/src/layouts/menu/index.less +30 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Cover/index.css +370 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Cover/index.less +235 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Earth/images/map2.jpg +0 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Earth/images/map_inverted.png +0 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Earth/images/radial_layers_medium2.jpg +0 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Earth/images/universe4.jpg +0 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Earth/index.css +10 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Earth/index.less +10 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/index.d.ts +221 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/api/fetch.d.ts +12 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/api/index.d.ts +15 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/api/types.d.ts +107 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/bill-player/index.d.ts +21 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/controls/index.d.ts +52 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/history-control/index.d.ts +39 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/history-player/index.d.ts +31 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/live-channel-player/index.d.ts +16 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/live-control/index.d.ts +35 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/live-player/index.d.ts +22 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/player/index.d.ts +84 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/context/index.d.ts +8 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/hooks/useSettings.d.ts +9 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/icons/index.d.ts +54 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/main.d.ts +8 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/utils/index.d.ts +60 -0
- package/lib/live-player/demo/src/pages/carHistory/index.css +13 -0
- package/lib/live-player/demo/src/pages/carHistory/index.less +13 -0
- package/lib/live-player/demo/src/pages/demo/index.css +0 -0
- package/lib/live-player/demo/src/pages/demo/index.less +0 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/AMap/AMap.css +27 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/AMap/AMap.less +27 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/BMap/Map.css +26 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/BMap/Map.less +28 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/GMap/Map.css +88 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/GMap/Map.less +87 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/Map.css +7 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/Map.less +9 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/OMap/Map.css +76 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/OMap/Map.less +70 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/OlMap/Map.css +169 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/OlMap/Map.less +165 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/TMap/TMap.css +31 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/TMap/TMap.less +37 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/images/defaultMarker.png +0 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/images/defaultMarker_selected.png +0 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxModal/VtxModal.css +62 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxModal/VtxModal.less +67 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxModal/VtxModalAntd3.css +62 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxModal/VtxModalAntd3.less +67 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxSearchMap/VtxSearchMap.css +171 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxSearchMap/VtxSearchMap.less +171 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxSearchMap/VtxSearchMapAntd3.css +0 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxSearchMap/VtxSearchMapAntd3.less +1 -0
- package/lib/live-player/demo/src/pages/test/lib/be-input/style/index.css +13 -0
- package/lib/live-player/demo/src/pages/test/lib/be-input/style/index.less +16 -0
- package/lib/live-player/demo/src/pages/test/lib/theme/dark.css +16 -0
- package/lib/live-player/demo/src/pages/test/lib/theme/dark.less +18 -0
- package/lib/live-player/demo/src/pages/test/lib/theme/default.css +16 -0
- package/lib/live-player/demo/src/pages/test/lib/theme/default.less +16 -0
- package/lib/live-player/demo/src/pages/test/lib/theme/global.css +18 -0
- package/lib/live-player/demo/src/pages/test/lib/theme/global.less +61 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-car-history/style/index.css +3 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-car-history/style/index.less +5 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-chart/style/index.css +9 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-chart/style/index.less +10 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-filter/style/index.css +112 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-filter/style/index.less +146 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-info-collection/style/index.css +17 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-info-collection/style/index.less +17 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-stat-collection/style/index.css +38 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-stat-collection/style/index.less +41 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-sub-tabs/style/index.css +42 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-sub-tabs/style/index.less +50 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-table/style/index.css +150 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-table/style/index.less +187 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-base-modal/style/index.css +122 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-base-modal/style/index.less +123 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-community-modal/style/index.css +47 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-community-modal/style/index.less +41 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-construction-site-modal/style/index.css +100 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-construction-site-modal/style/index.less +90 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-vehicle-modal/style/index.css +228 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-vehicle-modal/style/index.less +201 -0
- package/lib/live-player/style/css.js +2 -0
- package/lib/live-player/style/css.js.map +1 -1
- package/lib/live-player/style/index.d.ts +1 -0
- package/lib/live-player/style/index.js +2 -0
- package/lib/live-player/style/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,370 @@
|
|
|
1
|
+
.page {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
position: relative;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
background: rgba(7, 27, 68, 0.8);
|
|
7
|
+
}
|
|
8
|
+
.earthTxt {
|
|
9
|
+
position: absolute;
|
|
10
|
+
top: 0;
|
|
11
|
+
left: 0;
|
|
12
|
+
width: 100%;
|
|
13
|
+
height: 100%;
|
|
14
|
+
}
|
|
15
|
+
.earthTxt .label {
|
|
16
|
+
position: absolute;
|
|
17
|
+
color: #13ffea;
|
|
18
|
+
z-index: 2001;
|
|
19
|
+
}
|
|
20
|
+
.earthTxt .label1 {
|
|
21
|
+
-webkit-animation: move1 5s forwards;
|
|
22
|
+
animation: move1 5s forwards;
|
|
23
|
+
text-align: center;
|
|
24
|
+
margin: auto;
|
|
25
|
+
left: 0;
|
|
26
|
+
right: 0;
|
|
27
|
+
}
|
|
28
|
+
@-webkit-keyframes move1 {
|
|
29
|
+
from {
|
|
30
|
+
top: 20%;
|
|
31
|
+
opacity: 0;
|
|
32
|
+
-webkit-transform: scaleZ(1);
|
|
33
|
+
transform: scaleZ(1);
|
|
34
|
+
}
|
|
35
|
+
to {
|
|
36
|
+
top: 5%;
|
|
37
|
+
opacity: 1;
|
|
38
|
+
font-size: 42px;
|
|
39
|
+
-webkit-transform: scaleZ(3);
|
|
40
|
+
transform: scaleZ(3);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
@keyframes move1 {
|
|
44
|
+
from {
|
|
45
|
+
top: 20%;
|
|
46
|
+
opacity: 0;
|
|
47
|
+
-webkit-transform: scaleZ(1);
|
|
48
|
+
transform: scaleZ(1);
|
|
49
|
+
}
|
|
50
|
+
to {
|
|
51
|
+
top: 5%;
|
|
52
|
+
opacity: 1;
|
|
53
|
+
font-size: 42px;
|
|
54
|
+
-webkit-transform: scaleZ(3);
|
|
55
|
+
transform: scaleZ(3);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
.earthTxt .label2 {
|
|
59
|
+
-webkit-animation: move2 5s forwards;
|
|
60
|
+
animation: move2 5s forwards;
|
|
61
|
+
text-align: center;
|
|
62
|
+
}
|
|
63
|
+
@-webkit-keyframes move2 {
|
|
64
|
+
from {
|
|
65
|
+
left: 20%;
|
|
66
|
+
bottom: 30%;
|
|
67
|
+
opacity: 0;
|
|
68
|
+
font-size: 16px;
|
|
69
|
+
}
|
|
70
|
+
to {
|
|
71
|
+
left: 10%;
|
|
72
|
+
bottom: 10%;
|
|
73
|
+
opacity: 0.4;
|
|
74
|
+
font-size: 24px;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
@keyframes move2 {
|
|
78
|
+
from {
|
|
79
|
+
left: 20%;
|
|
80
|
+
bottom: 30%;
|
|
81
|
+
opacity: 0;
|
|
82
|
+
font-size: 16px;
|
|
83
|
+
}
|
|
84
|
+
to {
|
|
85
|
+
left: 10%;
|
|
86
|
+
bottom: 10%;
|
|
87
|
+
opacity: 0.4;
|
|
88
|
+
font-size: 24px;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
.earthTxt .label3 {
|
|
92
|
+
-webkit-animation: move3 5s forwards;
|
|
93
|
+
animation: move3 5s forwards;
|
|
94
|
+
text-align: center;
|
|
95
|
+
}
|
|
96
|
+
@-webkit-keyframes move3 {
|
|
97
|
+
from {
|
|
98
|
+
right: 20%;
|
|
99
|
+
bottom: 30%;
|
|
100
|
+
opacity: 0;
|
|
101
|
+
font-size: 16px;
|
|
102
|
+
}
|
|
103
|
+
to {
|
|
104
|
+
right: 10%;
|
|
105
|
+
bottom: 14%;
|
|
106
|
+
opacity: 0.6;
|
|
107
|
+
font-size: 28px;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
@keyframes move3 {
|
|
111
|
+
from {
|
|
112
|
+
right: 20%;
|
|
113
|
+
bottom: 30%;
|
|
114
|
+
opacity: 0;
|
|
115
|
+
font-size: 16px;
|
|
116
|
+
}
|
|
117
|
+
to {
|
|
118
|
+
right: 10%;
|
|
119
|
+
bottom: 14%;
|
|
120
|
+
opacity: 0.6;
|
|
121
|
+
font-size: 28px;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
.earthTxt .label4 {
|
|
125
|
+
-webkit-animation: move4 5s forwards;
|
|
126
|
+
animation: move4 5s forwards;
|
|
127
|
+
text-align: center;
|
|
128
|
+
}
|
|
129
|
+
@-webkit-keyframes move4 {
|
|
130
|
+
from {
|
|
131
|
+
left: 20%;
|
|
132
|
+
top: 20%;
|
|
133
|
+
opacity: 0;
|
|
134
|
+
font-size: 16px;
|
|
135
|
+
}
|
|
136
|
+
to {
|
|
137
|
+
left: 3%;
|
|
138
|
+
top: 26%;
|
|
139
|
+
opacity: 0.6;
|
|
140
|
+
font-size: 26px;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
@keyframes move4 {
|
|
144
|
+
from {
|
|
145
|
+
left: 20%;
|
|
146
|
+
top: 20%;
|
|
147
|
+
opacity: 0;
|
|
148
|
+
font-size: 16px;
|
|
149
|
+
}
|
|
150
|
+
to {
|
|
151
|
+
left: 3%;
|
|
152
|
+
top: 26%;
|
|
153
|
+
opacity: 0.6;
|
|
154
|
+
font-size: 26px;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
.earthTxt .label5 {
|
|
158
|
+
-webkit-animation: move5 5s forwards;
|
|
159
|
+
animation: move5 5s forwards;
|
|
160
|
+
text-align: center;
|
|
161
|
+
}
|
|
162
|
+
@-webkit-keyframes move5 {
|
|
163
|
+
from {
|
|
164
|
+
right: 20%;
|
|
165
|
+
top: 14%;
|
|
166
|
+
opacity: 0;
|
|
167
|
+
font-size: 16px;
|
|
168
|
+
}
|
|
169
|
+
to {
|
|
170
|
+
right: 10%;
|
|
171
|
+
top: 25%;
|
|
172
|
+
opacity: 0.6;
|
|
173
|
+
font-size: 32px;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
@keyframes move5 {
|
|
177
|
+
from {
|
|
178
|
+
right: 20%;
|
|
179
|
+
top: 14%;
|
|
180
|
+
opacity: 0;
|
|
181
|
+
font-size: 16px;
|
|
182
|
+
}
|
|
183
|
+
to {
|
|
184
|
+
right: 10%;
|
|
185
|
+
top: 25%;
|
|
186
|
+
opacity: 0.6;
|
|
187
|
+
font-size: 32px;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
.earthTxt .label6 {
|
|
191
|
+
-webkit-animation: move6 5s forwards;
|
|
192
|
+
animation: move6 5s forwards;
|
|
193
|
+
text-align: center;
|
|
194
|
+
}
|
|
195
|
+
@-webkit-keyframes move6 {
|
|
196
|
+
from {
|
|
197
|
+
left: 20%;
|
|
198
|
+
bottom: 34%;
|
|
199
|
+
opacity: 0;
|
|
200
|
+
font-size: 16px;
|
|
201
|
+
}
|
|
202
|
+
to {
|
|
203
|
+
left: 12%;
|
|
204
|
+
bottom: 22%;
|
|
205
|
+
opacity: 0.8;
|
|
206
|
+
font-size: 24px;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
@keyframes move6 {
|
|
210
|
+
from {
|
|
211
|
+
left: 20%;
|
|
212
|
+
bottom: 34%;
|
|
213
|
+
opacity: 0;
|
|
214
|
+
font-size: 16px;
|
|
215
|
+
}
|
|
216
|
+
to {
|
|
217
|
+
left: 12%;
|
|
218
|
+
bottom: 22%;
|
|
219
|
+
opacity: 0.8;
|
|
220
|
+
font-size: 24px;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
.earthTxt .label7 {
|
|
224
|
+
-webkit-animation: move7 5s forwards;
|
|
225
|
+
animation: move7 5s forwards;
|
|
226
|
+
text-align: center;
|
|
227
|
+
}
|
|
228
|
+
@-webkit-keyframes move7 {
|
|
229
|
+
from {
|
|
230
|
+
right: 20%;
|
|
231
|
+
bottom: 30%;
|
|
232
|
+
opacity: 0;
|
|
233
|
+
font-size: 16px;
|
|
234
|
+
}
|
|
235
|
+
to {
|
|
236
|
+
right: 12%;
|
|
237
|
+
bottom: 25%;
|
|
238
|
+
opacity: 0.2;
|
|
239
|
+
font-size: 18px;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
@keyframes move7 {
|
|
243
|
+
from {
|
|
244
|
+
right: 20%;
|
|
245
|
+
bottom: 30%;
|
|
246
|
+
opacity: 0;
|
|
247
|
+
font-size: 16px;
|
|
248
|
+
}
|
|
249
|
+
to {
|
|
250
|
+
right: 12%;
|
|
251
|
+
bottom: 25%;
|
|
252
|
+
opacity: 0.2;
|
|
253
|
+
font-size: 18px;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
.earthTxt .label8 {
|
|
257
|
+
-webkit-animation: move8 5s forwards;
|
|
258
|
+
animation: move8 5s forwards;
|
|
259
|
+
text-align: center;
|
|
260
|
+
margin: auto;
|
|
261
|
+
left: 0;
|
|
262
|
+
right: 0;
|
|
263
|
+
}
|
|
264
|
+
@-webkit-keyframes move8 {
|
|
265
|
+
from {
|
|
266
|
+
bottom: 20%;
|
|
267
|
+
opacity: 0;
|
|
268
|
+
-webkit-transform: scaleZ(1);
|
|
269
|
+
transform: scaleZ(1);
|
|
270
|
+
}
|
|
271
|
+
to {
|
|
272
|
+
bottom: 5%;
|
|
273
|
+
opacity: 0.5;
|
|
274
|
+
font-size: 24px;
|
|
275
|
+
-webkit-transform: scaleZ(3);
|
|
276
|
+
transform: scaleZ(3);
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
@keyframes move8 {
|
|
280
|
+
from {
|
|
281
|
+
bottom: 20%;
|
|
282
|
+
opacity: 0;
|
|
283
|
+
-webkit-transform: scaleZ(1);
|
|
284
|
+
transform: scaleZ(1);
|
|
285
|
+
}
|
|
286
|
+
to {
|
|
287
|
+
bottom: 5%;
|
|
288
|
+
opacity: 0.5;
|
|
289
|
+
font-size: 24px;
|
|
290
|
+
-webkit-transform: scaleZ(3);
|
|
291
|
+
transform: scaleZ(3);
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
.earthTxt .label9 {
|
|
295
|
+
-webkit-animation: move9 5s forwards;
|
|
296
|
+
animation: move9 5s forwards;
|
|
297
|
+
}
|
|
298
|
+
@-webkit-keyframes move9 {
|
|
299
|
+
from {
|
|
300
|
+
left: 20%;
|
|
301
|
+
top: 30%;
|
|
302
|
+
opacity: 0;
|
|
303
|
+
-webkit-transform: scaleZ(1);
|
|
304
|
+
transform: scaleZ(1);
|
|
305
|
+
}
|
|
306
|
+
to {
|
|
307
|
+
left: 8%;
|
|
308
|
+
top: 50%;
|
|
309
|
+
opacity: 0.5;
|
|
310
|
+
font-size: 24px;
|
|
311
|
+
-webkit-transform: scaleZ(3);
|
|
312
|
+
transform: scaleZ(3);
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
@keyframes move9 {
|
|
316
|
+
from {
|
|
317
|
+
left: 20%;
|
|
318
|
+
top: 30%;
|
|
319
|
+
opacity: 0;
|
|
320
|
+
-webkit-transform: scaleZ(1);
|
|
321
|
+
transform: scaleZ(1);
|
|
322
|
+
}
|
|
323
|
+
to {
|
|
324
|
+
left: 8%;
|
|
325
|
+
top: 50%;
|
|
326
|
+
opacity: 0.5;
|
|
327
|
+
font-size: 24px;
|
|
328
|
+
-webkit-transform: scaleZ(3);
|
|
329
|
+
transform: scaleZ(3);
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
.earthTxt .label10 {
|
|
333
|
+
-webkit-animation: move10 5s forwards;
|
|
334
|
+
animation: move10 5s forwards;
|
|
335
|
+
text-align: center;
|
|
336
|
+
}
|
|
337
|
+
@-webkit-keyframes move10 {
|
|
338
|
+
from {
|
|
339
|
+
right: 20%;
|
|
340
|
+
top: 50%;
|
|
341
|
+
opacity: 0;
|
|
342
|
+
-webkit-transform: scaleZ(1);
|
|
343
|
+
transform: scaleZ(1);
|
|
344
|
+
}
|
|
345
|
+
to {
|
|
346
|
+
right: 5%;
|
|
347
|
+
opacity: 0.5;
|
|
348
|
+
top: 55%;
|
|
349
|
+
font-size: 24px;
|
|
350
|
+
-webkit-transform: scaleZ(3);
|
|
351
|
+
transform: scaleZ(3);
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
@keyframes move10 {
|
|
355
|
+
from {
|
|
356
|
+
right: 20%;
|
|
357
|
+
top: 50%;
|
|
358
|
+
opacity: 0;
|
|
359
|
+
-webkit-transform: scaleZ(1);
|
|
360
|
+
transform: scaleZ(1);
|
|
361
|
+
}
|
|
362
|
+
to {
|
|
363
|
+
right: 5%;
|
|
364
|
+
opacity: 0.5;
|
|
365
|
+
top: 55%;
|
|
366
|
+
font-size: 24px;
|
|
367
|
+
-webkit-transform: scaleZ(3);
|
|
368
|
+
transform: scaleZ(3);
|
|
369
|
+
}
|
|
370
|
+
}
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
.page {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
position: relative;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
background: rgba(7, 27, 68, 0.8);
|
|
7
|
+
}
|
|
8
|
+
.earthTxt {
|
|
9
|
+
position: absolute;
|
|
10
|
+
top: 0;
|
|
11
|
+
left: 0;
|
|
12
|
+
width: 100%;
|
|
13
|
+
height: 100%;
|
|
14
|
+
|
|
15
|
+
.label {
|
|
16
|
+
position: absolute;
|
|
17
|
+
color: rgba(19, 266, 234, 1);
|
|
18
|
+
z-index: 2001;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.label1 {
|
|
22
|
+
animation: move1 5s forwards;
|
|
23
|
+
text-align: center;
|
|
24
|
+
margin: auto;
|
|
25
|
+
left: 0;
|
|
26
|
+
right: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@keyframes move1 {
|
|
30
|
+
from {
|
|
31
|
+
top: 20%;
|
|
32
|
+
opacity: 0;
|
|
33
|
+
transform: scaleZ(1);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
to {
|
|
37
|
+
top: 5%;
|
|
38
|
+
opacity: 1;
|
|
39
|
+
font-size: 42px;
|
|
40
|
+
transform: scaleZ(3);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.label2 {
|
|
45
|
+
animation: move2 5s forwards;
|
|
46
|
+
text-align: center;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@keyframes move2 {
|
|
50
|
+
from {
|
|
51
|
+
left: 20%;
|
|
52
|
+
bottom: 30%;
|
|
53
|
+
opacity: 0;
|
|
54
|
+
font-size: 16px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
to {
|
|
58
|
+
left: 10%;
|
|
59
|
+
bottom: 10%;
|
|
60
|
+
opacity: 0.4;
|
|
61
|
+
font-size: 24px;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.label3 {
|
|
66
|
+
animation: move3 5s forwards;
|
|
67
|
+
text-align: center;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
@keyframes move3 {
|
|
71
|
+
from {
|
|
72
|
+
right: 20%;
|
|
73
|
+
bottom: 30%;
|
|
74
|
+
opacity: 0;
|
|
75
|
+
font-size: 16px;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
to {
|
|
79
|
+
right: 10%;
|
|
80
|
+
bottom: 14%;
|
|
81
|
+
opacity: 0.6;
|
|
82
|
+
font-size: 28px;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.label4 {
|
|
87
|
+
animation: move4 5s forwards;
|
|
88
|
+
text-align: center;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@keyframes move4 {
|
|
92
|
+
from {
|
|
93
|
+
left: 20%;
|
|
94
|
+
top: 20%;
|
|
95
|
+
opacity: 0;
|
|
96
|
+
font-size: 16px;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
to {
|
|
100
|
+
left: 3%;
|
|
101
|
+
top: 26%;
|
|
102
|
+
opacity: 0.6;
|
|
103
|
+
font-size: 26px;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.label5 {
|
|
108
|
+
animation: move5 5s forwards;
|
|
109
|
+
text-align: center;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
@keyframes move5 {
|
|
113
|
+
from {
|
|
114
|
+
right: 20%;
|
|
115
|
+
top: 14%;
|
|
116
|
+
opacity: 0;
|
|
117
|
+
font-size: 16px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
to {
|
|
121
|
+
right: 10%;
|
|
122
|
+
top: 25%;
|
|
123
|
+
opacity: 0.6;
|
|
124
|
+
font-size: 32px;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.label6 {
|
|
129
|
+
animation: move6 5s forwards;
|
|
130
|
+
text-align: center;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
@keyframes move6 {
|
|
134
|
+
from {
|
|
135
|
+
left: 20%;
|
|
136
|
+
bottom: 34%;
|
|
137
|
+
opacity: 0;
|
|
138
|
+
font-size: 16px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
to {
|
|
142
|
+
left: 12%;
|
|
143
|
+
bottom: 22%;
|
|
144
|
+
opacity: 0.8;
|
|
145
|
+
font-size: 24px;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.label7 {
|
|
150
|
+
animation: move7 5s forwards;
|
|
151
|
+
text-align: center;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
@keyframes move7 {
|
|
155
|
+
from {
|
|
156
|
+
right: 20%;
|
|
157
|
+
bottom: 30%;
|
|
158
|
+
opacity: 0;
|
|
159
|
+
font-size: 16px;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
to {
|
|
163
|
+
right: 12%;
|
|
164
|
+
bottom: 25%;
|
|
165
|
+
opacity: 0.2;
|
|
166
|
+
font-size: 18px;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.label8 {
|
|
171
|
+
animation: move8 5s forwards;
|
|
172
|
+
text-align: center;
|
|
173
|
+
margin: auto;
|
|
174
|
+
left: 0;
|
|
175
|
+
right: 0;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@keyframes move8 {
|
|
179
|
+
from {
|
|
180
|
+
bottom: 20%;
|
|
181
|
+
opacity: 0;
|
|
182
|
+
transform: scaleZ(1);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
to {
|
|
186
|
+
bottom: 5%;
|
|
187
|
+
opacity: 0.5;
|
|
188
|
+
font-size: 24px;
|
|
189
|
+
transform: scaleZ(3);
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.label9 {
|
|
194
|
+
animation: move9 5s forwards;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
@keyframes move9 {
|
|
198
|
+
from {
|
|
199
|
+
left: 20%;
|
|
200
|
+
top: 30%;
|
|
201
|
+
opacity: 0;
|
|
202
|
+
transform: scaleZ(1);
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
to {
|
|
206
|
+
left: 8%;
|
|
207
|
+
top: 50%;
|
|
208
|
+
opacity: 0.5;
|
|
209
|
+
font-size: 24px;
|
|
210
|
+
transform: scaleZ(3);
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.label10 {
|
|
215
|
+
animation: move10 5s forwards;
|
|
216
|
+
text-align: center;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
@keyframes move10 {
|
|
220
|
+
from {
|
|
221
|
+
right: 20%;
|
|
222
|
+
top: 50%;
|
|
223
|
+
opacity: 0;
|
|
224
|
+
transform: scaleZ(1);
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
to {
|
|
228
|
+
right: 5%;
|
|
229
|
+
opacity: 0.5;
|
|
230
|
+
top: 55%;
|
|
231
|
+
font-size: 24px;
|
|
232
|
+
transform: scaleZ(3);
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
Binary file
|
|
Binary file
|
package/lib/live-player/demo/src/pages/carHistory/components/Earth/images/radial_layers_medium2.jpg
ADDED
|
Binary file
|
|
Binary file
|