gis-cesium-helper 1.1.20 → 1.1.21
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/Cesium/Cesium.d.ts +3498 -2977
- package/dist/Cesium/Cesium.js +15065 -90
- package/dist/Cesium/README.md +13 -0
- package/dist/Cesium/ThirdParty/Workers/basis_transcoder.js +31 -1
- package/dist/Cesium/ThirdParty/Workers/draco_decoder_nodejs.js +1 -116
- package/dist/Cesium/ThirdParty/Workers/package.js +1 -0
- package/dist/Cesium/ThirdParty/Workers/package.json +1 -0
- package/dist/Cesium/ThirdParty/Workers/pako_deflate.min.js +1 -1
- package/dist/Cesium/ThirdParty/Workers/pako_inflate.min.js +1 -1
- package/dist/Cesium/ThirdParty/Workers/z-worker-pako.js +1 -1
- package/dist/Cesium/ThirdParty/draco_decoder.wasm +0 -0
- package/dist/Cesium/ThirdParty/google-earth-dbroot-parser.js +1 -1
- package/dist/Cesium/Widgets/Animation/Animation.css +127 -1
- package/dist/Cesium/Widgets/Animation/lighter.css +70 -1
- package/dist/Cesium/Widgets/BaseLayerPicker/BaseLayerPicker.css +108 -1
- package/dist/Cesium/Widgets/BaseLayerPicker/lighter.css +22 -1
- package/dist/Cesium/Widgets/Cesium3DTilesInspector/Cesium3DTilesInspector.css +102 -1
- package/dist/Cesium/Widgets/CesiumInspector/CesiumInspector.css +113 -1
- package/dist/Cesium/Widgets/CesiumWidget/CesiumWidget.css +124 -1
- package/dist/Cesium/Widgets/CesiumWidget/lighter.css +14 -1
- package/dist/Cesium/Widgets/FullscreenButton/FullscreenButton.css +8 -1
- package/dist/Cesium/Widgets/Geocoder/Geocoder.css +70 -1
- package/dist/Cesium/Widgets/Geocoder/lighter.css +17 -1
- package/dist/Cesium/Widgets/InfoBox/InfoBox.css +92 -1
- package/dist/Cesium/Widgets/InfoBox/InfoBoxDescription.css +178 -1
- package/dist/Cesium/Widgets/NavigationHelpButton/NavigationHelpButton.css +93 -1
- package/dist/Cesium/Widgets/NavigationHelpButton/lighter.css +38 -1
- package/dist/Cesium/Widgets/PerformanceWatchdog/PerformanceWatchdog.css +15 -1
- package/dist/Cesium/Widgets/ProjectionPicker/ProjectionPicker.css +38 -1
- package/dist/Cesium/Widgets/SceneModePicker/SceneModePicker.css +56 -1
- package/dist/Cesium/Widgets/SelectionIndicator/SelectionIndicator.css +20 -1
- package/dist/Cesium/Widgets/Timeline/Timeline.css +96 -1
- package/dist/Cesium/Widgets/Timeline/lighter.css +18 -1
- package/dist/Cesium/Widgets/VRButton/VRButton.css +8 -1
- package/dist/Cesium/Widgets/Viewer/Viewer.css +107 -1
- package/dist/Cesium/Widgets/VoxelInspector/VoxelInspector.css +16 -0
- package/dist/Cesium/Widgets/lighter.css +232 -1
- package/dist/Cesium/Widgets/lighterShared.css +46 -1
- package/dist/Cesium/Widgets/shared.css +103 -1
- package/dist/Cesium/Widgets/widgets.css +1311 -1
- package/dist/Cesium/Workers/ArcType-26a3f38d.js +1 -0
- package/dist/Cesium/Workers/AttributeCompression-48e336db.js +1 -0
- package/dist/Cesium/Workers/AxisAlignedBoundingBox-2c8f82be.js +1 -0
- package/dist/Cesium/Workers/BoundingRectangle-b8248608.js +1 -0
- package/dist/Cesium/Workers/BoxGeometry-85afccf5.js +1 -0
- package/dist/Cesium/Workers/Color-50ebab71.js +1 -0
- package/dist/Cesium/Workers/ComponentDatatype-ab629b88.js +1 -0
- package/dist/Cesium/Workers/CoplanarPolygonGeometryLibrary-44d91286.js +1 -0
- package/dist/Cesium/Workers/CorridorGeometryLibrary-0fed6511.js +1 -0
- package/dist/Cesium/Workers/CylinderGeometry-4802140c.js +1 -0
- package/dist/Cesium/Workers/CylinderGeometryLibrary-f49f33a8.js +1 -0
- package/dist/Cesium/Workers/EllipseGeometry-e8ae6742.js +1 -0
- package/dist/Cesium/Workers/EllipseGeometryLibrary-6ce53de3.js +1 -0
- package/dist/Cesium/Workers/EllipseOutlineGeometry-52d25fd2.js +1 -0
- package/dist/Cesium/Workers/EllipsoidGeodesic-2723ab86.js +1 -0
- package/dist/Cesium/Workers/EllipsoidGeometry-7cbedd8f.js +1 -0
- package/dist/Cesium/Workers/EllipsoidOutlineGeometry-876d584e.js +1 -0
- package/dist/Cesium/Workers/EllipsoidRhumbLine-77eff028.js +1 -0
- package/dist/Cesium/Workers/EllipsoidTangentPlane-4cf30b6c.js +1 -0
- package/dist/Cesium/Workers/EncodedCartesian3-5e2017ab.js +1 -0
- package/dist/Cesium/Workers/FrustumGeometry-cffd2aa8.js +1 -0
- package/dist/Cesium/Workers/GeometryAttribute-b10c5c29.js +1 -0
- package/dist/Cesium/Workers/GeometryAttributes-1e4ddcd2.js +1 -0
- package/dist/Cesium/Workers/GeometryInstance-0318e0cd.js +1 -0
- package/dist/Cesium/Workers/GeometryOffsetAttribute-2579b8d2.js +1 -0
- package/dist/Cesium/Workers/GeometryPipeline-5926bf6a.js +1 -0
- package/dist/Cesium/Workers/IndexDatatype-d3db4e7d.js +1 -0
- package/dist/Cesium/Workers/IntersectionTests-832aa5c7.js +1 -0
- package/dist/Cesium/Workers/Math-2ce22ee9.js +1 -0
- package/dist/Cesium/Workers/Matrix2-413c4048.js +1 -0
- package/dist/Cesium/Workers/Matrix3-81054f0f.js +1 -0
- package/dist/Cesium/Workers/OrientedBoundingBox-c3eda7c2.js +1 -0
- package/dist/Cesium/Workers/Plane-6add0ae1.js +1 -0
- package/dist/Cesium/Workers/PolygonGeometryLibrary-d5f3e119.js +1 -0
- package/dist/Cesium/Workers/PolygonPipeline-e8d27f39.js +1 -0
- package/dist/Cesium/Workers/PolylinePipeline-3006b0cf.js +1 -0
- package/dist/Cesium/Workers/PolylineVolumeGeometryLibrary-437b726e.js +1 -0
- package/dist/Cesium/Workers/PrimitivePipeline-90884677.js +1 -0
- package/dist/Cesium/Workers/RectangleGeometryLibrary-11b080fb.js +1 -0
- package/dist/Cesium/Workers/RuntimeError-9b4ce3fb.js +1 -0
- package/dist/Cesium/Workers/TerrainEncoding-7b6ac0c5.js +1 -0
- package/dist/Cesium/Workers/Transforms-c65aae74.js +14 -0
- package/dist/Cesium/Workers/VertexFormat-fbdec922.js +1 -0
- package/dist/Cesium/Workers/WallGeometryLibrary-dc44247b.js +1 -0
- package/dist/Cesium/Workers/WebGLConstants-7f557f93.js +1 -0
- package/dist/Cesium/Workers/WebMercatorProjection-943e2226.js +1 -0
- package/dist/Cesium/Workers/arrayRemoveDuplicates-9b636830.js +1 -0
- package/dist/Cesium/Workers/cesiumWorkerBootstrapper.js +28 -3
- package/dist/Cesium/Workers/combine-0c102d93.js +1 -0
- package/dist/Cesium/Workers/combineGeometry.js +1 -1
- package/dist/Cesium/Workers/createBoxGeometry.js +1 -1
- package/dist/Cesium/Workers/createBoxOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createCircleGeometry.js +1 -1
- package/dist/Cesium/Workers/createCircleOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createCoplanarPolygonGeometry.js +1 -1
- package/dist/Cesium/Workers/createCoplanarPolygonOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createCorridorGeometry.js +1 -1
- package/dist/Cesium/Workers/createCorridorOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createCylinderGeometry.js +1 -1
- package/dist/Cesium/Workers/createCylinderOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createEllipseGeometry.js +1 -1
- package/dist/Cesium/Workers/createEllipseOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createEllipsoidGeometry.js +1 -1
- package/dist/Cesium/Workers/createEllipsoidOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createFrustumGeometry.js +1 -1
- package/dist/Cesium/Workers/createFrustumOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createGeometry.js +1 -1
- package/dist/Cesium/Workers/createGroundPolylineGeometry.js +1 -1
- package/dist/Cesium/Workers/createPlaneGeometry.js +1 -1
- package/dist/Cesium/Workers/createPlaneOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createPolygonGeometry.js +1 -1
- package/dist/Cesium/Workers/createPolygonOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createPolylineGeometry.js +1 -1
- package/dist/Cesium/Workers/createPolylineVolumeGeometry.js +1 -1
- package/dist/Cesium/Workers/createPolylineVolumeOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createRectangleGeometry.js +1 -1
- package/dist/Cesium/Workers/createRectangleOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createSimplePolylineGeometry.js +1 -1
- package/dist/Cesium/Workers/createSphereGeometry.js +1 -1
- package/dist/Cesium/Workers/createSphereOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createTaskProcessorWorker.js +1 -1
- package/dist/Cesium/Workers/createVectorTileClampedPolylines.js +1 -1
- package/dist/Cesium/Workers/createVectorTileGeometries.js +1 -1
- package/dist/Cesium/Workers/createVectorTilePoints.js +1 -1
- package/dist/Cesium/Workers/createVectorTilePolygons.js +1 -1
- package/dist/Cesium/Workers/createVectorTilePolylines.js +1 -1
- package/dist/Cesium/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +1 -1
- package/dist/Cesium/Workers/createVerticesFromHeightmap.js +2 -2
- package/dist/Cesium/Workers/createVerticesFromQuantizedTerrainMesh.js +1 -1
- package/dist/Cesium/Workers/createWallGeometry.js +1 -1
- package/dist/Cesium/Workers/createWallOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/decodeDraco.js +1 -1
- package/dist/Cesium/Workers/decodeGoogleEarthEnterprisePacket.js +1 -1
- package/dist/Cesium/Workers/decodeI3S.js +1 -0
- package/dist/Cesium/Workers/defaultValue-f6d5e6da.js +1 -0
- package/dist/Cesium/Workers/package.js +26 -0
- package/dist/Cesium/Workers/transcodeKTX2.js +1 -1
- package/dist/Cesium/Workers/transferTypedArrayTest.js +26 -1
- package/dist/Cesium/Workers/upsampleQuantizedTerrainMesh.js +1 -1
- package/dist/Cesium/index.cjs +15065 -0
- package/dist/Cesium/index.js +15065 -0
- package/dist/gis3d/gis3d.css +772 -742
- package/dist/gis3d/gis3d.js +80490 -16
- package/package.json +1 -1
package/dist/gis3d/gis3d.css
CHANGED
|
@@ -1,999 +1,1029 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Mars3D三维可视化平台 mars3d
|
|
3
|
+
*
|
|
4
|
+
* 版本信息:v3.5.2
|
|
5
|
+
* 编译日期:2023-03-30 20:07:31
|
|
6
|
+
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
7
|
+
* 使用单位:免费公开版 ,2023-03-17
|
|
8
|
+
*/
|
|
9
|
+
|
|
1
10
|
/**地球容器div*/
|
|
2
11
|
.mars3d-container {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
.
|
|
11
|
-
|
|
12
|
+
width: 100%;
|
|
13
|
+
height: 100%;
|
|
14
|
+
margin: 0;
|
|
15
|
+
padding: 0;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
position: relative;
|
|
18
|
+
}
|
|
19
|
+
.mars3d-container .cesium-widget-credits {
|
|
20
|
+
display: none;
|
|
21
|
+
}
|
|
22
|
+
.mars3d-container .mars3d-vrButton {
|
|
23
|
+
right: auto !important;
|
|
24
|
+
}
|
|
25
|
+
/**隐藏的div对象,如 DivBillboardEntity、HeatLayer 等*/
|
|
26
|
+
.mars3d-hideDiv {
|
|
27
|
+
z-index: -99;
|
|
28
|
+
position: absolute !important;
|
|
29
|
+
top: 0;
|
|
30
|
+
left: 0;
|
|
31
|
+
margin: 0;
|
|
32
|
+
padding: 0;
|
|
33
|
+
pointer-events: none;
|
|
12
34
|
}
|
|
13
35
|
/**右键菜单*/
|
|
14
36
|
.mars3d-contextmenu {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
37
|
+
position: absolute;
|
|
38
|
+
padding: 0;
|
|
39
|
+
z-index: 20170825;
|
|
40
|
+
display: none;
|
|
19
41
|
}
|
|
20
42
|
.mars3d-contextmenu-ul {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
43
|
+
background: rgba(43, 44, 47, 0.8);
|
|
44
|
+
border: 1px solid #2b2c2f;
|
|
45
|
+
min-width: 110px;
|
|
46
|
+
position: relative;
|
|
47
|
+
list-style: none;
|
|
48
|
+
margin: 0;
|
|
49
|
+
padding: 0;
|
|
28
50
|
}
|
|
29
51
|
.mars3d-contextmenu-ul .contextmenu-icon {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
52
|
+
position: absolute;
|
|
53
|
+
left: 5px;
|
|
54
|
+
width: 20px;
|
|
55
|
+
height: 20px;
|
|
56
|
+
text-align: center;
|
|
57
|
+
overflow: hidden;
|
|
34
58
|
}
|
|
35
59
|
.mars3d-contextmenu-ul .contextmenu-arrow {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
60
|
+
position: absolute;
|
|
61
|
+
right: 0;
|
|
62
|
+
width: 20px;
|
|
63
|
+
height: 20px;
|
|
64
|
+
text-align: center;
|
|
41
65
|
}
|
|
42
66
|
.mars3d-contextmenu-ul li + li {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
67
|
+
margin: 0;
|
|
68
|
+
padding: 0;
|
|
69
|
+
position: relative;
|
|
46
70
|
}
|
|
47
71
|
.mars3d-contextmenu-ul li + li:before {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
72
|
+
content: "";
|
|
73
|
+
display: block;
|
|
74
|
+
height: 1px;
|
|
75
|
+
width: 100%;
|
|
76
|
+
background: -webkit-linear-gradient(to left, transparent, rgba(255, 255, 255, 0.2), transparent);
|
|
77
|
+
background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.2), transparent);
|
|
78
|
+
position: absolute;
|
|
79
|
+
top: 0;
|
|
80
|
+
left: 0;
|
|
57
81
|
}
|
|
58
82
|
.mars3d-contextmenu-ul .line {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
83
|
+
display: block;
|
|
84
|
+
content: "";
|
|
85
|
+
height: 1px;
|
|
86
|
+
width: 96%;
|
|
87
|
+
position: absolute;
|
|
88
|
+
left: 2%;
|
|
89
|
+
background: #dddddd;
|
|
90
|
+
width: 100%;
|
|
91
|
+
height: 20px;
|
|
92
|
+
border: 1px;
|
|
69
93
|
}
|
|
70
94
|
.mars3d-contextmenu-ul > li > a {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
95
|
+
padding: 6px 10px 6px 30px;
|
|
96
|
+
-webkit-transition: background-color 0.25s;
|
|
97
|
+
-o-transition: background-color 0.25s;
|
|
98
|
+
transition: background-color 0.25s;
|
|
99
|
+
display: block;
|
|
100
|
+
clear: both;
|
|
101
|
+
line-height: 22px;
|
|
102
|
+
color: #76838f;
|
|
103
|
+
white-space: nowrap;
|
|
104
|
+
color: #edffff;
|
|
105
|
+
text-decoration: none;
|
|
82
106
|
}
|
|
83
107
|
.mars3d-contextmenu-ul > li > a:hover,
|
|
84
108
|
.mars3d-contextmenu-ul > li > a:focus,
|
|
85
109
|
.mars3d-contextmenu-ul > li > .active {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
110
|
+
color: #fff;
|
|
111
|
+
background-color: #444d59;
|
|
112
|
+
text-decoration: none;
|
|
89
113
|
}
|
|
90
114
|
.mars3d-contextmenu-ul > .active > a,
|
|
91
115
|
.mars3d-contextmenu-ul > .active > a:hover,
|
|
92
116
|
.mars3d-contextmenu-ul > .active > a:focus {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
117
|
+
color: #fff;
|
|
118
|
+
background-color: #444d59;
|
|
119
|
+
text-decoration: none;
|
|
96
120
|
}
|
|
97
121
|
.mars3d-sub-menu {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
122
|
+
position: absolute;
|
|
123
|
+
background: rgba(43, 44, 47, 0.8);
|
|
124
|
+
min-width: 160px;
|
|
125
|
+
display: none;
|
|
102
126
|
}
|
|
103
127
|
.mars3d-sub-menu li {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
128
|
+
width: 100%;
|
|
129
|
+
box-sizing: border-box;
|
|
130
|
+
font-size: 14px;
|
|
131
|
+
color: #ffffff;
|
|
132
|
+
margin: 0;
|
|
133
|
+
padding: 0;
|
|
110
134
|
}
|
|
111
135
|
.mars3d-sub-menu li:hover {
|
|
112
|
-
|
|
136
|
+
background-color: #444d59;
|
|
113
137
|
}
|
|
114
138
|
.mars3d-smallTooltip {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
139
|
+
display: block;
|
|
140
|
+
position: absolute;
|
|
141
|
+
max-width: 200px;
|
|
142
|
+
min-width: 100px;
|
|
143
|
+
padding: 2px 5px;
|
|
144
|
+
font-size: 11px;
|
|
145
|
+
z-index: 1000;
|
|
146
|
+
opacity: 0.8;
|
|
147
|
+
-khtml-opacity: 0.8;
|
|
148
|
+
-moz-opacity: 0.8;
|
|
149
|
+
filter: alpha(opacity=80);
|
|
150
|
+
pointer-events: none;
|
|
127
151
|
}
|
|
128
152
|
.mars3d-smallTooltip-inner {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
153
|
+
padding: 3px 5px;
|
|
154
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
155
|
+
color: white;
|
|
156
|
+
text-align: left;
|
|
157
|
+
max-width: 200px;
|
|
158
|
+
text-decoration: none;
|
|
159
|
+
-webkit-border-radius: 4px;
|
|
160
|
+
-moz-border-radius: 4px;
|
|
161
|
+
border-radius: 4px;
|
|
138
162
|
}
|
|
139
163
|
.mars3d-smallTooltip-inner p {
|
|
140
|
-
|
|
164
|
+
margin: 0;
|
|
141
165
|
}
|
|
142
166
|
.mars3d-smallTooltip-arrow {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
167
|
+
position: absolute;
|
|
168
|
+
width: 0;
|
|
169
|
+
height: 0;
|
|
170
|
+
top: 50%;
|
|
147
171
|
}
|
|
148
172
|
.mars3d-smallTooltip-leftArrow {
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
173
|
+
right: 0;
|
|
174
|
+
margin-top: -5px;
|
|
175
|
+
border-top: 5px solid transparent;
|
|
176
|
+
border-bottom: 5px solid transparent;
|
|
177
|
+
border-left: 5px solid #000000;
|
|
154
178
|
}
|
|
155
179
|
.mars3d-smallTooltip-rightArrow {
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
180
|
+
left: 0;
|
|
181
|
+
margin-top: -5px;
|
|
182
|
+
border-top: 5px solid transparent;
|
|
183
|
+
border-bottom: 5px solid transparent;
|
|
184
|
+
border-right: 5px solid #000000;
|
|
161
185
|
}
|
|
162
186
|
.mars3d-clockAnimate {
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
to bottom,
|
|
170
|
-
rgba(116, 117, 119, 0.8) 0%,
|
|
171
|
-
rgba(58, 68, 82, 0.8) 11%,
|
|
172
|
-
rgba(46, 50, 56, 0.8) 46%,
|
|
173
|
-
rgba(53, 53, 53, 0.8) 81%,
|
|
174
|
-
rgba(53, 53, 53, 0.8) 100%
|
|
175
|
-
);
|
|
187
|
+
position: absolute;
|
|
188
|
+
bottom: 0;
|
|
189
|
+
left: 0;
|
|
190
|
+
height: 27px;
|
|
191
|
+
z-index: 999;
|
|
192
|
+
background: linear-gradient(to bottom, rgba(116, 117, 119, 0.8) 0%, rgba(58, 68, 82, 0.8) 11%, rgba(46, 50, 56, 0.8) 46%, rgba(53, 53, 53, 0.8) 81%, rgba(53, 53, 53, 0.8) 100%);
|
|
176
193
|
}
|
|
177
194
|
.mars3d-clockAnimate .time {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
195
|
+
margin: 0 4px;
|
|
196
|
+
font-size: 13px;
|
|
197
|
+
-webkit-user-select: none;
|
|
198
|
+
-moz-user-select: none;
|
|
199
|
+
-ms-user-select: none;
|
|
200
|
+
user-select: none;
|
|
184
201
|
}
|
|
185
202
|
.mars3d-clockAnimate .mars3d-clockAnimate-btn {
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
203
|
+
display: inline-block;
|
|
204
|
+
vertical-align: middle;
|
|
205
|
+
padding: 1px 8px;
|
|
206
|
+
border: solid 1px #888;
|
|
207
|
+
color: #ffffff;
|
|
208
|
+
background-color: rgba(63, 72, 84, 0.7);
|
|
209
|
+
border: none;
|
|
210
|
+
cursor: pointer;
|
|
211
|
+
width: 24px;
|
|
195
212
|
}
|
|
196
213
|
.mars3d-clockAnimate .mars3d-clockAnimate-btn svg {
|
|
197
|
-
|
|
214
|
+
margin-top: 1px;
|
|
198
215
|
}
|
|
199
216
|
.mars3d-clockAnimate .mars3d-clockAnimate-speed {
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
217
|
+
width: 80px;
|
|
218
|
+
height: 24px;
|
|
219
|
+
border: solid 1px rgba(136, 136, 136, 0.6);
|
|
220
|
+
padding: 0 3px;
|
|
221
|
+
margin: 0;
|
|
222
|
+
color: #ffffff;
|
|
223
|
+
background-color: rgba(63, 72, 84, 0.7);
|
|
207
224
|
}
|
|
208
225
|
.mars3d-clockAnimate .mars3d-clockAnimate-speed ::-webkit-outer-spin-button,
|
|
209
226
|
.mars3d-clockAnimate .mars3d-clockAnimate-speed input::-webkit-inner-spin-button {
|
|
210
|
-
|
|
211
|
-
|
|
227
|
+
appearance: none !important;
|
|
228
|
+
margin: 0;
|
|
212
229
|
}
|
|
213
230
|
.mars3d-compass {
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
231
|
+
position: absolute;
|
|
232
|
+
cursor: pointer;
|
|
233
|
+
pointer-events: auto;
|
|
234
|
+
user-select: none;
|
|
235
|
+
width: 55px;
|
|
236
|
+
height: 55px;
|
|
220
237
|
}
|
|
221
238
|
.mars3d-compass .mars3d-compass-outer {
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
239
|
+
position: absolute;
|
|
240
|
+
top: 0;
|
|
241
|
+
left: 0;
|
|
242
|
+
height: 55px;
|
|
243
|
+
width: 55px;
|
|
244
|
+
background-repeat: no-repeat;
|
|
245
|
+
background-size: contain;
|
|
246
|
+
fill: #3f4854;
|
|
247
|
+
border-radius: 50%;
|
|
231
248
|
}
|
|
232
249
|
.mars3d-compass .mars3d-compass-outer svg {
|
|
233
|
-
|
|
234
|
-
|
|
250
|
+
height: 55px;
|
|
251
|
+
width: 55px;
|
|
235
252
|
}
|
|
236
253
|
.mars3d-compass .mars3d-compass-inner {
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
254
|
+
position: relative;
|
|
255
|
+
top: 50%;
|
|
256
|
+
transform: translateY(-50%);
|
|
257
|
+
height: 25px;
|
|
258
|
+
width: 25px;
|
|
259
|
+
border-radius: 50%;
|
|
260
|
+
display: block;
|
|
261
|
+
margin: 0 auto;
|
|
262
|
+
padding: 4px;
|
|
263
|
+
box-sizing: border-box;
|
|
264
|
+
background: #ffffff;
|
|
265
|
+
fill: #68adfe;
|
|
249
266
|
}
|
|
250
267
|
.mars3d-compass .mars3d-compass-rotation-arc {
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
268
|
+
position: absolute;
|
|
269
|
+
top: 2px;
|
|
270
|
+
left: 2px;
|
|
271
|
+
height: 51px;
|
|
272
|
+
width: 51px;
|
|
273
|
+
border-radius: 50%;
|
|
274
|
+
background-repeat: no-repeat;
|
|
275
|
+
background-size: contain;
|
|
259
276
|
}
|
|
260
277
|
.mars3d-distance-legend {
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
278
|
+
position: absolute;
|
|
279
|
+
width: 125px;
|
|
280
|
+
height: 25px;
|
|
281
|
+
pointer-events: none;
|
|
282
|
+
user-select: none;
|
|
266
283
|
}
|
|
267
284
|
.mars3d-distance-legend .legend-label {
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
285
|
+
font-size: 13px;
|
|
286
|
+
color: #ffffff;
|
|
287
|
+
text-align: center;
|
|
288
|
+
width: 100%;
|
|
272
289
|
}
|
|
273
290
|
.mars3d-distance-legend .legend-scale-bar {
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
291
|
+
position: absolute;
|
|
292
|
+
height: 10px;
|
|
293
|
+
top: 10px;
|
|
294
|
+
border-left: 1px solid #ffffff;
|
|
295
|
+
border-right: 1px solid #ffffff;
|
|
296
|
+
border-bottom: 1px solid #ffffff;
|
|
280
297
|
}
|
|
281
298
|
/**左下角,鼠标经纬度提示*/
|
|
282
299
|
.mars3d-locationbar {
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
300
|
+
position: absolute;
|
|
301
|
+
z-index: 991;
|
|
302
|
+
padding: 3px 10px;
|
|
303
|
+
font-size: 13px;
|
|
304
|
+
color: #e9e9e9;
|
|
305
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
306
|
+
min-height: 26px;
|
|
307
|
+
pointer-events: none;
|
|
291
308
|
}
|
|
292
309
|
.mars3d-locationbar-content {
|
|
293
|
-
|
|
310
|
+
float: right;
|
|
294
311
|
}
|
|
295
312
|
.mars3d-locationbar-content > div {
|
|
296
|
-
|
|
297
|
-
|
|
313
|
+
float: left;
|
|
314
|
+
margin-right: 20px;
|
|
298
315
|
}
|
|
299
316
|
.cesium-performanceDisplay-ms,
|
|
300
317
|
.cesium-performanceDisplay-fps {
|
|
301
|
-
|
|
318
|
+
min-width: 65px;
|
|
302
319
|
}
|
|
303
320
|
/* 兼容屏幕大小 美观显示不同信息 */
|
|
304
321
|
@media screen and (max-width: 1200px) {
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
322
|
+
.mars3d-locationbar-content > div {
|
|
323
|
+
margin-right: 15px;
|
|
324
|
+
}
|
|
308
325
|
}
|
|
309
326
|
@media screen and (max-width: 1000px) {
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
327
|
+
.cesium-performanceDisplay-ms,
|
|
328
|
+
.cesium-performanceDisplay-fps,
|
|
329
|
+
.mars3d-locationbar-content > .hide1000 {
|
|
330
|
+
display: none;
|
|
331
|
+
}
|
|
332
|
+
.mars3d-locationbar-content > div {
|
|
333
|
+
margin-right: 10px;
|
|
334
|
+
}
|
|
318
335
|
}
|
|
319
336
|
@media screen and (max-width: 700px) {
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
337
|
+
.mars3d-locationbar-content > .hide700 {
|
|
338
|
+
display: none;
|
|
339
|
+
}
|
|
323
340
|
}
|
|
324
341
|
@media screen and (max-width: 600px) {
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
342
|
+
.mars3d-locationbar {
|
|
343
|
+
display: none;
|
|
344
|
+
}
|
|
328
345
|
}
|
|
329
346
|
.mars3d-slider {
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
347
|
+
position: absolute;
|
|
348
|
+
left: 50%;
|
|
349
|
+
top: 0px;
|
|
350
|
+
background-color: #d3d3d3;
|
|
351
|
+
width: 3px;
|
|
352
|
+
height: 100%;
|
|
353
|
+
z-index: 9999;
|
|
337
354
|
}
|
|
338
355
|
.mars3d-slider .slider-splitter {
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
356
|
+
position: absolute;
|
|
357
|
+
left: -15px;
|
|
358
|
+
top: calc(50% - 15px);
|
|
359
|
+
width: 30px;
|
|
360
|
+
height: 30px;
|
|
361
|
+
background: #f0eeee;
|
|
362
|
+
border-radius: 50%;
|
|
363
|
+
text-align: center;
|
|
364
|
+
line-height: 40px;
|
|
365
|
+
padding: 2px;
|
|
366
|
+
border: 1px solid lightgrey;
|
|
350
367
|
}
|
|
351
368
|
.mars3d-slider .slider-splitter:hover {
|
|
352
|
-
|
|
369
|
+
cursor: ew-resize;
|
|
370
|
+
}
|
|
371
|
+
.mars3d-mapCompare {
|
|
372
|
+
position: absolute;
|
|
373
|
+
left: auto;
|
|
374
|
+
right: 0px;
|
|
375
|
+
top: 0px;
|
|
376
|
+
bottom: 0px;
|
|
377
|
+
width: 50%;
|
|
378
|
+
height: 100%;
|
|
379
|
+
margin: 0;
|
|
380
|
+
padding: 0;
|
|
353
381
|
}
|
|
354
382
|
/**滚轮样式*/
|
|
355
383
|
.mars3d-mousedownview {
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
384
|
+
position: absolute;
|
|
385
|
+
top: 0px;
|
|
386
|
+
left: 0px;
|
|
387
|
+
width: 40px;
|
|
388
|
+
height: 40px;
|
|
389
|
+
margin-top: -23px;
|
|
390
|
+
/*图片高度的一半*/
|
|
391
|
+
margin-left: -23px;
|
|
392
|
+
pointer-events: none;
|
|
393
|
+
visibility: hidden;
|
|
394
|
+
opacity: 0;
|
|
395
|
+
-webkit-transition: visibility 0s 0.2s, opacity 0.2s ease-in;
|
|
396
|
+
-moz-transition: visibility 0s 0.2s, opacity 0.2s ease-in;
|
|
397
|
+
transition: visibility 0s 0.2s, opacity 0.2s ease-in;
|
|
370
398
|
}
|
|
371
399
|
.mars3d-mousedownview-img {
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
400
|
+
width: 36px;
|
|
401
|
+
height: 36px;
|
|
402
|
+
background-image: url(./img/cursor.png);
|
|
403
|
+
background-size: 100% 100%;
|
|
376
404
|
}
|
|
377
405
|
.mars3d-mousedownview-show {
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
406
|
+
visibility: visible;
|
|
407
|
+
opacity: 1;
|
|
408
|
+
-webkit-transition: opacity 0.2s ease-out;
|
|
409
|
+
-moz-transition: opacity 0.2s ease-out;
|
|
410
|
+
transition: opacity 0.2s ease-out;
|
|
383
411
|
}
|
|
384
412
|
.mars3d-overviewMap {
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
413
|
+
position: absolute;
|
|
414
|
+
user-select: none;
|
|
415
|
+
width: 200px;
|
|
416
|
+
height: 150px;
|
|
417
|
+
overflow: hidden;
|
|
418
|
+
border: 1px solid orange;
|
|
419
|
+
box-shadow: 2px 2px 3px #2b2b2b;
|
|
392
420
|
}
|
|
393
421
|
.mar3d-toolButton {
|
|
394
|
-
|
|
422
|
+
cursor: pointer;
|
|
395
423
|
}
|
|
396
424
|
.mar3d-toolButton img,
|
|
397
425
|
.mar3d-toolButton svg,
|
|
398
426
|
.mar3d-toolButton div {
|
|
399
|
-
|
|
400
|
-
|
|
427
|
+
height: 100%;
|
|
428
|
+
text-align: center;
|
|
429
|
+
}
|
|
430
|
+
.mars3d-divGraphic {
|
|
431
|
+
position: absolute;
|
|
432
|
+
left: 0;
|
|
433
|
+
top: 0;
|
|
434
|
+
}
|
|
435
|
+
.mars3d-divGraphic-edit {
|
|
436
|
+
background-color: rgba(254, 87, 161, 0.1);
|
|
437
|
+
border: 2px dashed rgba(172, 85, 59, 0.768);
|
|
438
|
+
-webkit-border-radius: 2px;
|
|
439
|
+
border-radius: 2px;
|
|
440
|
+
margin: -2px;
|
|
441
|
+
box-sizing: content-box;
|
|
401
442
|
}
|
|
402
443
|
/**内置的DivGraphic通用样式【文本动态边框】*/
|
|
403
444
|
.mars3d-divBoderLabel {
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
445
|
+
position: absolute;
|
|
446
|
+
left: 0px;
|
|
447
|
+
bottom: 0px;
|
|
448
|
+
cursor: pointer;
|
|
449
|
+
--animation-name: mars3d-divBoderLabel-animation;
|
|
450
|
+
--text-left-position: -75px;
|
|
410
451
|
}
|
|
411
452
|
@keyframes mars3d-divBoderLabel-animation {
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
453
|
+
0%,
|
|
454
|
+
100% {
|
|
455
|
+
clip: rect(0px, var(--clip-width-1), 2px, 0px);
|
|
456
|
+
}
|
|
457
|
+
25% {
|
|
458
|
+
clip: rect(0px, 2px, var(--clip-height-1), 0px);
|
|
459
|
+
}
|
|
460
|
+
50% {
|
|
461
|
+
clip: rect(var(--clip-height-2), var(--clip-width-1), var(--clip-width-1), 0px);
|
|
462
|
+
}
|
|
463
|
+
75% {
|
|
464
|
+
clip: rect(0px, var(--clip-width-1), var(--clip-height-1), var(--clip-width-2));
|
|
465
|
+
}
|
|
425
466
|
}
|
|
426
467
|
.mars3d-divBoderLabel-boder {
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
468
|
+
width: var(--boder-width);
|
|
469
|
+
height: var(--boder-height);
|
|
470
|
+
margin: auto;
|
|
471
|
+
color: var(--border-color);
|
|
472
|
+
box-shadow: inset 0 0 0 1px var(--box-shadow-color);
|
|
432
473
|
}
|
|
433
474
|
.mars3d-divBoderLabel-text {
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
475
|
+
color: var(--text-color);
|
|
476
|
+
font-size: var(--text-font-size);
|
|
477
|
+
display: flex;
|
|
478
|
+
width: 100%;
|
|
479
|
+
height: 100%;
|
|
480
|
+
align-items: center;
|
|
481
|
+
justify-content: center;
|
|
482
|
+
font-weight: bolder;
|
|
483
|
+
user-select: none;
|
|
484
|
+
cursor: pointer;
|
|
444
485
|
}
|
|
445
486
|
.mars3d-divBoderLabel-boder,
|
|
446
487
|
.mars3d-divBoderLabel-boder::before,
|
|
447
488
|
.mars3d-divBoderLabel-boder::after {
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
489
|
+
position: absolute;
|
|
490
|
+
top: 0;
|
|
491
|
+
bottom: 0;
|
|
492
|
+
left: 0;
|
|
493
|
+
right: 0;
|
|
453
494
|
}
|
|
454
495
|
.mars3d-divBoderLabel-boder::before,
|
|
455
496
|
.mars3d-divBoderLabel-boder::after {
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
497
|
+
content: "";
|
|
498
|
+
margin: -5%;
|
|
499
|
+
box-shadow: inset 0 0 0 2px;
|
|
500
|
+
animation: var(--animation-name) 8s linear infinite;
|
|
460
501
|
}
|
|
461
502
|
.mars3d-divBoderLabel-boder::before {
|
|
462
|
-
|
|
503
|
+
animation-delay: -4s;
|
|
463
504
|
}
|
|
464
|
-
.mars3d-divGraphic {
|
|
465
|
-
position: absolute;
|
|
466
|
-
left: 0;
|
|
467
|
-
top: 0;
|
|
468
|
-
-webkit-user-select: none;
|
|
469
|
-
-moz-user-select: none;
|
|
470
|
-
-ms-user-select: none;
|
|
471
|
-
user-select: none;
|
|
472
|
-
}
|
|
473
|
-
.mars3d-divGraphic-edit {
|
|
474
|
-
background-color: rgba(254, 87, 161, 0.1);
|
|
475
|
-
border: 2px dashed rgba(172, 85, 59, 0.768);
|
|
476
|
-
-webkit-border-radius: 2px;
|
|
477
|
-
border-radius: 2px;
|
|
478
|
-
margin: -2px;
|
|
479
|
-
box-sizing: content-box;
|
|
480
|
-
}
|
|
481
|
-
/**内置的DivGraphic通用样式【动画点】*/
|
|
482
505
|
.mars3d-animation-point,
|
|
483
506
|
.mars3d-animation-point:after,
|
|
484
507
|
.mars3d-animation-point:before,
|
|
485
508
|
.mars3d-animation-point p,
|
|
486
509
|
.mars3d-animation-point p:after,
|
|
487
510
|
.mars3d-animation-point p:before {
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
511
|
+
margin: 0;
|
|
512
|
+
padding: 0;
|
|
513
|
+
-webkit-box-sizing: border-box;
|
|
514
|
+
-moz-box-sizing: border-box;
|
|
515
|
+
-o-box-sizing: border-box;
|
|
516
|
+
-ms-box-sizing: border-box;
|
|
517
|
+
box-sizing: border-box;
|
|
495
518
|
}
|
|
496
519
|
.mars3d-animation-point {
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
520
|
+
width: 10px;
|
|
521
|
+
height: 10px;
|
|
522
|
+
border-radius: 50%;
|
|
523
|
+
border: 1px solid hsla(0, 0%, 100%, 0.5);
|
|
524
|
+
cursor: pointer;
|
|
525
|
+
color: #0ff;
|
|
526
|
+
background: currentColor;
|
|
527
|
+
z-index: 3;
|
|
528
|
+
left: 50%;
|
|
529
|
+
top: 50%;
|
|
530
|
+
-webkit-transform: translate(-50%, -50%);
|
|
531
|
+
-moz-transform: translate(-50%, -50%);
|
|
532
|
+
-o-transform: translate(-50%, -50%);
|
|
533
|
+
-ms-transform: translate(-50%, -50%);
|
|
534
|
+
transform: translate(-50%, -50%);
|
|
535
|
+
box-shadow: 0 0 2em currentColor, 0 0 0.5em currentColor;
|
|
536
|
+
position: absolute;
|
|
537
|
+
}
|
|
538
|
+
.mars3d-animation-point .mars3d-animation-point-lbl {
|
|
539
|
+
position: absolute;
|
|
540
|
+
transform: translate(-50%, -120%);
|
|
541
|
+
left: 50%;
|
|
542
|
+
font-size: 16px;
|
|
543
|
+
width: fit-content;
|
|
544
|
+
white-space: nowrap;
|
|
514
545
|
}
|
|
515
546
|
.mars3d-animation-point p {
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
547
|
+
position: absolute;
|
|
548
|
+
left: 50%;
|
|
549
|
+
top: 50%;
|
|
550
|
+
width: 0;
|
|
551
|
+
height: 0;
|
|
552
|
+
border-radius: 50%;
|
|
553
|
+
-webkit-transform: translate(-50%, -50%);
|
|
554
|
+
-moz-transform: translate(-50%, -50%);
|
|
555
|
+
-o-transform: translate(-50%, -50%);
|
|
556
|
+
-ms-transform: translate(-50%, -50%);
|
|
557
|
+
transform: translate(-50%, -50%);
|
|
558
|
+
-webkit-animation: mars3d-animation-point-mapAni 2s ease infinite;
|
|
559
|
+
-moz-animation: mars3d-animation-point-mapAni 2s ease infinite;
|
|
560
|
+
-o-animation: mars3d-animation-point-mapAni 2s ease infinite;
|
|
561
|
+
-ms-animation: mars3d-animation-point-mapAni 2s ease infinite;
|
|
562
|
+
animation: mars3d-animation-point-mapAni 2s ease infinite;
|
|
532
563
|
}
|
|
533
564
|
.mars3d-animation-point .mapError {
|
|
534
|
-
|
|
565
|
+
color: red;
|
|
535
566
|
}
|
|
536
567
|
.mars3d-animation-point .mapWarn {
|
|
537
|
-
|
|
568
|
+
color: #b5a603;
|
|
538
569
|
}
|
|
539
570
|
.mars3d-animation-point .mapSuccess {
|
|
540
|
-
|
|
571
|
+
color: #239233;
|
|
541
572
|
}
|
|
542
573
|
.mars3d-animation-point .mapOrange {
|
|
543
|
-
|
|
574
|
+
color: #8c4d34;
|
|
544
575
|
}
|
|
545
576
|
.mars3d-animation-point:after,
|
|
546
577
|
.mars3d-animation-point:before,
|
|
547
578
|
.mars3d-animation-point p:after,
|
|
548
579
|
.mars3d-animation-point p:before {
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
580
|
+
content: "";
|
|
581
|
+
position: absolute;
|
|
582
|
+
width: 100%;
|
|
583
|
+
height: 100%;
|
|
584
|
+
left: 50%;
|
|
585
|
+
top: 50%;
|
|
586
|
+
border-radius: 50%;
|
|
587
|
+
-webkit-transform: translate(-50%, -50%);
|
|
588
|
+
-moz-transform: translate(-50%, -50%);
|
|
589
|
+
-o-transform: translate(-50%, -50%);
|
|
590
|
+
-ms-transform: translate(-50%, -50%);
|
|
591
|
+
transform: translate(-50%, -50%);
|
|
561
592
|
}
|
|
562
593
|
.mars3d-animation-point:after,
|
|
563
594
|
.mars3d-animation-point:before {
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
595
|
+
border: 1px solid;
|
|
596
|
+
-webkit-animation: mars3d-animation-point-mapAni 1s ease infinite;
|
|
597
|
+
-moz-animation: mars3d-animation-point-mapAni 1s ease infinite;
|
|
598
|
+
-o-animation: mars3d-animation-point-mapAni 1s ease infinite;
|
|
599
|
+
-ms-animation: mars3d-animation-point-mapAni 1s ease infinite;
|
|
600
|
+
animation: mars3d-animation-point-mapAni 1s ease infinite;
|
|
570
601
|
}
|
|
571
602
|
.mars3d-animation-point p:before {
|
|
572
|
-
|
|
603
|
+
border: 1px solid;
|
|
573
604
|
}
|
|
574
605
|
@-webkit-keyframes mars3d-animation-point-mapAni {
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
606
|
+
0% {
|
|
607
|
+
width: 0;
|
|
608
|
+
height: 0;
|
|
609
|
+
opacity: 1;
|
|
610
|
+
filter: alpha(opacity=1);
|
|
611
|
+
}
|
|
612
|
+
25% {
|
|
613
|
+
width: 120%;
|
|
614
|
+
height: 120%;
|
|
615
|
+
opacity: 0.7;
|
|
616
|
+
filter: alpha(opacity=70);
|
|
617
|
+
}
|
|
618
|
+
50% {
|
|
619
|
+
width: 200%;
|
|
620
|
+
height: 200%;
|
|
621
|
+
opacity: 0.5;
|
|
622
|
+
filter: alpha(opacity=50);
|
|
623
|
+
}
|
|
624
|
+
75% {
|
|
625
|
+
width: 300%;
|
|
626
|
+
height: 300%;
|
|
627
|
+
opacity: 0.2;
|
|
628
|
+
filter: alpha(opacity=20);
|
|
629
|
+
}
|
|
630
|
+
to {
|
|
631
|
+
width: 400%;
|
|
632
|
+
height: 400%;
|
|
633
|
+
opacity: 0;
|
|
634
|
+
filter: alpha(opacity=0);
|
|
635
|
+
}
|
|
605
636
|
}
|
|
606
637
|
@-moz-keyframes mars3d-animation-point-mapAni {
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
638
|
+
0% {
|
|
639
|
+
width: 0;
|
|
640
|
+
height: 0;
|
|
641
|
+
opacity: 1;
|
|
642
|
+
filter: alpha(opacity=1);
|
|
643
|
+
}
|
|
644
|
+
25% {
|
|
645
|
+
width: 120%;
|
|
646
|
+
height: 120%;
|
|
647
|
+
opacity: 0.7;
|
|
648
|
+
filter: alpha(opacity=70);
|
|
649
|
+
}
|
|
650
|
+
50% {
|
|
651
|
+
width: 200%;
|
|
652
|
+
height: 200%;
|
|
653
|
+
opacity: 0.5;
|
|
654
|
+
filter: alpha(opacity=50);
|
|
655
|
+
}
|
|
656
|
+
75% {
|
|
657
|
+
width: 300%;
|
|
658
|
+
height: 300%;
|
|
659
|
+
opacity: 0.2;
|
|
660
|
+
filter: alpha(opacity=20);
|
|
661
|
+
}
|
|
662
|
+
to {
|
|
663
|
+
width: 400%;
|
|
664
|
+
height: 400%;
|
|
665
|
+
opacity: 0;
|
|
666
|
+
filter: alpha(opacity=0);
|
|
667
|
+
}
|
|
637
668
|
}
|
|
638
669
|
@-o-keyframes mars3d-animation-point-mapAni {
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
670
|
+
0% {
|
|
671
|
+
width: 0;
|
|
672
|
+
height: 0;
|
|
673
|
+
opacity: 1;
|
|
674
|
+
filter: alpha(opacity=1);
|
|
675
|
+
}
|
|
676
|
+
25% {
|
|
677
|
+
width: 120%;
|
|
678
|
+
height: 120%;
|
|
679
|
+
opacity: 0.7;
|
|
680
|
+
filter: alpha(opacity=70);
|
|
681
|
+
}
|
|
682
|
+
50% {
|
|
683
|
+
width: 200%;
|
|
684
|
+
height: 200%;
|
|
685
|
+
opacity: 0.5;
|
|
686
|
+
filter: alpha(opacity=50);
|
|
687
|
+
}
|
|
688
|
+
75% {
|
|
689
|
+
width: 300%;
|
|
690
|
+
height: 300%;
|
|
691
|
+
opacity: 0.2;
|
|
692
|
+
filter: alpha(opacity=20);
|
|
693
|
+
}
|
|
694
|
+
to {
|
|
695
|
+
width: 400%;
|
|
696
|
+
height: 400%;
|
|
697
|
+
opacity: 0;
|
|
698
|
+
filter: alpha(opacity=0);
|
|
699
|
+
}
|
|
669
700
|
}
|
|
670
701
|
@-ms-keyframes mars3d-animation-point-mapAni {
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
702
|
+
0% {
|
|
703
|
+
width: 0;
|
|
704
|
+
height: 0;
|
|
705
|
+
opacity: 1;
|
|
706
|
+
filter: alpha(opacity=1);
|
|
707
|
+
}
|
|
708
|
+
25% {
|
|
709
|
+
width: 120%;
|
|
710
|
+
height: 120%;
|
|
711
|
+
opacity: 0.7;
|
|
712
|
+
filter: alpha(opacity=70);
|
|
713
|
+
}
|
|
714
|
+
50% {
|
|
715
|
+
width: 200%;
|
|
716
|
+
height: 200%;
|
|
717
|
+
opacity: 0.5;
|
|
718
|
+
filter: alpha(opacity=50);
|
|
719
|
+
}
|
|
720
|
+
75% {
|
|
721
|
+
width: 300%;
|
|
722
|
+
height: 300%;
|
|
723
|
+
opacity: 0.2;
|
|
724
|
+
filter: alpha(opacity=20);
|
|
725
|
+
}
|
|
726
|
+
to {
|
|
727
|
+
width: 400%;
|
|
728
|
+
height: 400%;
|
|
729
|
+
opacity: 0;
|
|
730
|
+
filter: alpha(opacity=0);
|
|
731
|
+
}
|
|
701
732
|
}
|
|
702
733
|
@keyframes mars3d-animation-point-mapAni {
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
734
|
+
0% {
|
|
735
|
+
width: 0;
|
|
736
|
+
height: 0;
|
|
737
|
+
opacity: 1;
|
|
738
|
+
filter: alpha(opacity=1);
|
|
739
|
+
}
|
|
740
|
+
25% {
|
|
741
|
+
width: 120%;
|
|
742
|
+
height: 120%;
|
|
743
|
+
opacity: 0.7;
|
|
744
|
+
filter: alpha(opacity=70);
|
|
745
|
+
}
|
|
746
|
+
50% {
|
|
747
|
+
width: 200%;
|
|
748
|
+
height: 200%;
|
|
749
|
+
opacity: 0.5;
|
|
750
|
+
filter: alpha(opacity=50);
|
|
751
|
+
}
|
|
752
|
+
75% {
|
|
753
|
+
width: 300%;
|
|
754
|
+
height: 300%;
|
|
755
|
+
opacity: 0.2;
|
|
756
|
+
filter: alpha(opacity=20);
|
|
757
|
+
}
|
|
758
|
+
to {
|
|
759
|
+
width: 400%;
|
|
760
|
+
height: 400%;
|
|
761
|
+
opacity: 0;
|
|
762
|
+
filter: alpha(opacity=0);
|
|
763
|
+
}
|
|
733
764
|
}
|
|
734
765
|
.mars3d-divUpLabel {
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
766
|
+
text-align: center;
|
|
767
|
+
background: transparent;
|
|
768
|
+
color: white;
|
|
769
|
+
display: block;
|
|
770
|
+
box-sizing: border-box;
|
|
771
|
+
animation-duration: 1s;
|
|
772
|
+
animation-fill-mode: both;
|
|
773
|
+
animation-name: mars3d-divUpLabel-tinUpIn;
|
|
743
774
|
}
|
|
744
775
|
.mars3d-divUpLabel-text {
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
776
|
+
writing-mode: vertical-lr;
|
|
777
|
+
font-size: 16px;
|
|
778
|
+
letter-spacing: 4px;
|
|
748
779
|
}
|
|
749
780
|
.mars3d-divUpLabel-line {
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
781
|
+
display: block;
|
|
782
|
+
height: 100px;
|
|
783
|
+
width: 1.5px;
|
|
784
|
+
margin-left: calc(50% - 1px);
|
|
785
|
+
margin-top: 3px;
|
|
786
|
+
background-color: white;
|
|
756
787
|
}
|
|
757
788
|
@keyframes mars3d-divUpLabel-tinUpIn {
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
789
|
+
0% {
|
|
790
|
+
opacity: 0;
|
|
791
|
+
transform: scale(1, 1) translateY(-900%);
|
|
792
|
+
}
|
|
793
|
+
50%,
|
|
794
|
+
70%,
|
|
795
|
+
90% {
|
|
796
|
+
opacity: 1;
|
|
797
|
+
transform: scale(1.1, 1.1) translateY(0);
|
|
798
|
+
}
|
|
799
|
+
100%,
|
|
800
|
+
60%,
|
|
801
|
+
80% {
|
|
802
|
+
opacity: 1;
|
|
803
|
+
transform: scale(1, 1) translateY(0);
|
|
804
|
+
}
|
|
774
805
|
}
|
|
775
806
|
/*****popup弹出框样式******/
|
|
776
807
|
/*白色字体,如果黑色改为:#2b2929;*/
|
|
777
808
|
/*黑色背景,如果白色改为:rgba(255,255,255,0.85);*/
|
|
778
809
|
.mars3d-popup {
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
810
|
+
-webkit-user-select: auto;
|
|
811
|
+
-moz-user-select: auto;
|
|
812
|
+
-ms-user-select: auto;
|
|
813
|
+
user-select: auto;
|
|
783
814
|
}
|
|
784
815
|
.mars3d-popup-close-button {
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
816
|
+
position: absolute;
|
|
817
|
+
top: 0;
|
|
818
|
+
right: 0;
|
|
819
|
+
padding: 4px 4px 0 0;
|
|
820
|
+
text-align: center;
|
|
821
|
+
width: 20px;
|
|
822
|
+
height: 20px;
|
|
823
|
+
font: 16px/14px Tahoma, Verdana, sans-serif;
|
|
824
|
+
text-decoration: none;
|
|
825
|
+
font-weight: bold;
|
|
826
|
+
background: transparent;
|
|
827
|
+
z-index: 20170825;
|
|
828
|
+
cursor: pointer;
|
|
798
829
|
}
|
|
799
830
|
.mars3d-popup-content-wrapper {
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
831
|
+
text-align: center;
|
|
832
|
+
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
|
|
833
|
+
padding: 1px;
|
|
834
|
+
text-align: left;
|
|
835
|
+
border-radius: 3px;
|
|
805
836
|
}
|
|
806
837
|
.mars3d-popup-content {
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
838
|
+
margin: 10px;
|
|
839
|
+
line-height: 1.4;
|
|
840
|
+
font-size: 13px;
|
|
841
|
+
max-width: 700px;
|
|
842
|
+
min-width: 50px;
|
|
843
|
+
max-height: 550px;
|
|
844
|
+
overflow-y: auto;
|
|
814
845
|
}
|
|
815
846
|
.mars3d-popup-tip-container {
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
847
|
+
margin: 0 auto;
|
|
848
|
+
width: 40px;
|
|
849
|
+
height: 20px;
|
|
850
|
+
position: relative;
|
|
851
|
+
overflow: hidden;
|
|
821
852
|
}
|
|
822
853
|
.mars3d-popup-tip {
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
854
|
+
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
|
|
855
|
+
width: 17px;
|
|
856
|
+
height: 17px;
|
|
857
|
+
padding: 1px;
|
|
858
|
+
margin: -10px auto 0;
|
|
859
|
+
-webkit-transform: rotate(45deg);
|
|
860
|
+
-moz-transform: rotate(45deg);
|
|
861
|
+
-ms-transform: rotate(45deg);
|
|
862
|
+
-o-transform: rotate(45deg);
|
|
863
|
+
transform: rotate(45deg);
|
|
833
864
|
}
|
|
834
865
|
.mars3d-popup-scrolled {
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
866
|
+
overflow: auto;
|
|
867
|
+
border-bottom: 1px solid #ddd;
|
|
868
|
+
border-top: 1px solid #ddd;
|
|
838
869
|
}
|
|
839
870
|
.mars3d-popup-color {
|
|
840
|
-
|
|
871
|
+
color: #ffffff;
|
|
841
872
|
}
|
|
842
873
|
.mars3d-popup-background {
|
|
843
|
-
|
|
874
|
+
background: rgba(63, 72, 84, 0.9);
|
|
844
875
|
}
|
|
845
876
|
.mars3d-popup-animation {
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
877
|
+
animation-duration: 0.3s;
|
|
878
|
+
animation-fill-mode: both;
|
|
879
|
+
animation-name: mars3d-popup-swashIn;
|
|
849
880
|
}
|
|
850
881
|
@keyframes mars3d-popup-swashIn {
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
}
|
|
867
|
-
.mars3d-popup-background {
|
|
868
|
-
background: rgba(41, 84, 141, 0.9) !important;
|
|
882
|
+
0% {
|
|
883
|
+
opacity: 0;
|
|
884
|
+
transform-origin: 50% 50%;
|
|
885
|
+
transform: scale(0, 0);
|
|
886
|
+
}
|
|
887
|
+
90% {
|
|
888
|
+
opacity: 1;
|
|
889
|
+
transform-origin: 50% 50%;
|
|
890
|
+
transform: scale(0.9, 0.9);
|
|
891
|
+
}
|
|
892
|
+
100% {
|
|
893
|
+
opacity: 1;
|
|
894
|
+
transform-origin: 50% 50%;
|
|
895
|
+
transform: scale(1, 1);
|
|
896
|
+
}
|
|
869
897
|
}
|
|
870
898
|
.mars3d-popup-btn {
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
899
|
+
padding: 3px 10px;
|
|
900
|
+
border: 1px solid #209ffd;
|
|
901
|
+
background: #209ffd1c;
|
|
874
902
|
}
|
|
875
903
|
/* all 中的html样式 */
|
|
876
904
|
.mars3d-template-titile {
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
905
|
+
border-radius: 3px 0 0 3px;
|
|
906
|
+
padding: 0 80px 0 10px;
|
|
907
|
+
height: 40px;
|
|
908
|
+
line-height: 40px;
|
|
909
|
+
font-size: 16px;
|
|
910
|
+
color: #ffffff;
|
|
911
|
+
border-bottom: 1px solid #616161;
|
|
912
|
+
overflow: hidden;
|
|
885
913
|
}
|
|
886
914
|
.mars3d-template-content {
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
915
|
+
min-width: 150px;
|
|
916
|
+
margin-top: 12px;
|
|
917
|
+
font-size: 14px;
|
|
918
|
+
max-height: 490px;
|
|
919
|
+
overflow-y: auto;
|
|
892
920
|
}
|
|
893
921
|
.mars3d-template-content > div {
|
|
894
|
-
|
|
922
|
+
margin-top: 5px;
|
|
895
923
|
}
|
|
896
924
|
.mars3d-template-content label {
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
925
|
+
margin: 0 10px;
|
|
926
|
+
min-width: 55px;
|
|
927
|
+
float: left;
|
|
900
928
|
}
|
|
901
929
|
.mars3d-template-content input {
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
930
|
+
color: #ffffff;
|
|
931
|
+
background-color: transparent;
|
|
932
|
+
padding: 4px 5px;
|
|
933
|
+
border-width: 1px;
|
|
934
|
+
border-style: solid;
|
|
906
935
|
}
|
|
907
936
|
.mars3d-template-content textarea {
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
937
|
+
color: #ffffff;
|
|
938
|
+
background-color: transparent;
|
|
939
|
+
padding: 4px 5px;
|
|
940
|
+
border-width: 1px;
|
|
941
|
+
border-style: solid;
|
|
942
|
+
height: 60px;
|
|
943
|
+
resize: none;
|
|
914
944
|
}
|
|
915
945
|
/*****tooltip弹出框样式******/
|
|
916
946
|
/*白色字体,如果黑色改为:#2b2929;*/
|
|
917
947
|
/*黑色背景,如果白色改为:rgba(255,255,255,0.85);*/
|
|
918
948
|
.mars3d-tooltip {
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
949
|
+
padding: 6px;
|
|
950
|
+
background: rgba(63, 72, 84, 0.9);
|
|
951
|
+
border: 1px solid rgba(63, 72, 84, 0.9);
|
|
952
|
+
border-radius: 3px;
|
|
953
|
+
color: #ffffff;
|
|
954
|
+
white-space: nowrap;
|
|
955
|
+
-webkit-user-select: none;
|
|
956
|
+
-moz-user-select: none;
|
|
957
|
+
-ms-user-select: none;
|
|
958
|
+
user-select: none;
|
|
959
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
|
|
960
|
+
max-width: 700px;
|
|
961
|
+
min-width: 50px;
|
|
962
|
+
max-height: 550px;
|
|
933
963
|
}
|
|
934
964
|
.mars3d-tooltip-top:before,
|
|
935
965
|
.mars3d-tooltip-bottom:before,
|
|
936
966
|
.mars3d-tooltip-left:before,
|
|
937
967
|
.mars3d-tooltip-right:before {
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
968
|
+
position: absolute;
|
|
969
|
+
pointer-events: none;
|
|
970
|
+
border: 6px solid transparent;
|
|
971
|
+
background: transparent;
|
|
972
|
+
content: "";
|
|
943
973
|
}
|
|
944
974
|
/* Directions */
|
|
945
975
|
.mars3d-tooltip-bottom {
|
|
946
|
-
|
|
976
|
+
margin-top: 6px;
|
|
947
977
|
}
|
|
948
978
|
.mars3d-tooltip-top {
|
|
949
|
-
|
|
979
|
+
margin-top: -6px;
|
|
950
980
|
}
|
|
951
981
|
.mars3d-tooltip-bottom:before,
|
|
952
982
|
.mars3d-tooltip-top:before {
|
|
953
|
-
|
|
954
|
-
|
|
983
|
+
left: 50%;
|
|
984
|
+
margin-left: -6px;
|
|
955
985
|
}
|
|
956
986
|
.mars3d-tooltip-top:before {
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
987
|
+
bottom: 0;
|
|
988
|
+
margin-bottom: -12px;
|
|
989
|
+
border-top-color: rgba(63, 72, 84, 0.9);
|
|
960
990
|
}
|
|
961
991
|
.mars3d-tooltip-bottom:before {
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
992
|
+
top: 0;
|
|
993
|
+
margin-top: -6px;
|
|
994
|
+
margin-left: -6px;
|
|
995
|
+
border-bottom-color: rgba(63, 72, 84, 0.9);
|
|
966
996
|
}
|
|
967
997
|
.mars3d-tooltip-left {
|
|
968
|
-
|
|
998
|
+
margin-left: -6px;
|
|
969
999
|
}
|
|
970
1000
|
.mars3d-tooltip-right {
|
|
971
|
-
|
|
1001
|
+
margin-left: 6px;
|
|
972
1002
|
}
|
|
973
1003
|
.mars3d-tooltip-left:before,
|
|
974
1004
|
.mars3d-tooltip-right:before {
|
|
975
|
-
|
|
976
|
-
|
|
1005
|
+
top: 50%;
|
|
1006
|
+
margin-top: -6px;
|
|
977
1007
|
}
|
|
978
1008
|
.mars3d-tooltip-left:before {
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
1009
|
+
right: 0;
|
|
1010
|
+
margin-right: -12px;
|
|
1011
|
+
border-left-color: rgba(63, 72, 84, 0.9);
|
|
982
1012
|
}
|
|
983
1013
|
.mars3d-tooltip-right:before {
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
1014
|
+
left: 0;
|
|
1015
|
+
margin-left: -6px;
|
|
1016
|
+
border-right-color: rgba(63, 72, 84, 0.9);
|
|
987
1017
|
}
|
|
988
1018
|
.mars3d-widgetbar {
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
1019
|
+
margin: 0 auto;
|
|
1020
|
+
position: absolute;
|
|
1021
|
+
bottom: 30px;
|
|
1022
|
+
left: 20%;
|
|
1023
|
+
width: 60%;
|
|
1024
|
+
height: auto;
|
|
1025
|
+
z-index: 1987;
|
|
996
1026
|
}
|
|
997
1027
|
.mars3d-widgetbar .fa {
|
|
998
|
-
|
|
1028
|
+
margin-right: 5px;
|
|
999
1029
|
}
|