mars3d 3.9.9 → 3.9.11
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/mars3d.css +5 -5
- package/mars3d.d.ts +652 -86
- package/mars3d.js +3 -3
- package/package.json +1 -1
package/mars3d.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Mars3D三维可视化平台 mars3d
|
|
3
3
|
*
|
|
4
|
-
* 版本信息:v3.9.
|
|
5
|
-
* 编译日期:2025-
|
|
4
|
+
* 版本信息:v3.9.11
|
|
5
|
+
* 编译日期:2025-06-10 18:07
|
|
6
6
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
7
7
|
* 使用单位:火星科技免费公开版 ,2025-02-01
|
|
8
8
|
*/
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
.cesium-performanceDisplay-ms,
|
|
386
386
|
.cesium-performanceDisplay-fps,
|
|
387
387
|
.mars3d-locationbar-content > .hide1000 {
|
|
388
|
-
display: none;
|
|
388
|
+
display: none !important;
|
|
389
389
|
}
|
|
390
390
|
.mars3d-locationbar-content > div {
|
|
391
391
|
margin-right: 10px;
|
|
@@ -393,12 +393,12 @@
|
|
|
393
393
|
}
|
|
394
394
|
@media screen and (max-width: 700px) {
|
|
395
395
|
.mars3d-locationbar-content > .hide700 {
|
|
396
|
-
display: none;
|
|
396
|
+
display: none !important;
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
399
|
@media screen and (max-width: 600px) {
|
|
400
400
|
.mars3d-locationbar {
|
|
401
|
-
display: none;
|
|
401
|
+
display: none !important;
|
|
402
402
|
}
|
|
403
403
|
}
|
|
404
404
|
.mars3d-slider {
|