mars3d 3.7.3 → 3.7.5

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/mars3d.css CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Mars3D三维可视化平台 mars3d
3
3
  *
4
- * 版本信息:v3.7.3
5
- * 编译日期:2024-02-05 15:49:09
4
+ * 版本信息:v3.7.5
5
+ * 编译日期:2024-03-05 18:11:06
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:免费公开版 ,2024-01-15
8
8
  */
@@ -274,6 +274,58 @@
274
274
  background-repeat: no-repeat;
275
275
  background-size: contain;
276
276
  }
277
+ .mars3d-cubeview {
278
+ position: absolute;
279
+ width: 100px;
280
+ height: 100px;
281
+ }
282
+ .mars3d-cubeview-cube {
283
+ width: 50%;
284
+ height: 50%;
285
+ top: 25%;
286
+ transform-style: preserve-3d;
287
+ margin: auto;
288
+ position: relative;
289
+ will-change: transform;
290
+ font-family: monospace;
291
+ font-weight: bold;
292
+ }
293
+ .mars3d-cubeview-cube > div {
294
+ display: flex;
295
+ justify-content: center;
296
+ align-items: center;
297
+ position: absolute;
298
+ width: 100%;
299
+ height: 100%;
300
+ user-select: none;
301
+ color: rgba(0, 0, 0, 0.6);
302
+ background-color: #e0e1e2;
303
+ border: 1px solid rgba(0, 0, 0, 0.6);
304
+ }
305
+ .mars3d-cubeview-side-t {
306
+ transform: rotatex(90deg) translateZ(25px);
307
+ }
308
+ .mars3d-cubeview-side-w {
309
+ transform: rotateY(-90deg) translateZ(25px);
310
+ border-right: 2px solid blue !important;
311
+ border-bottom: 2px solid green !important;
312
+ }
313
+ .mars3d-cubeview-side-s {
314
+ border-left: 2px solid blue !important;
315
+ border-bottom: 2px solid red !important;
316
+ transform: translateZ(25px);
317
+ }
318
+ .mars3d-cubeview-side-e {
319
+ transform: rotateY(90deg) translateZ(25px);
320
+ }
321
+ .mars3d-cubeview-side-n {
322
+ transform: rotateY(180deg) translateZ(25px);
323
+ }
324
+ .mars3d-cubeview-side-b {
325
+ transform: rotateX(-90deg) translateZ(25px);
326
+ border-top: 2px solid red !important;
327
+ border-left: 2px solid green !important;
328
+ }
277
329
  .mars3d-distance-legend {
278
330
  position: absolute;
279
331
  width: 125px;
@@ -421,6 +473,8 @@
421
473
  }
422
474
  .mar3d-toolButton {
423
475
  cursor: pointer;
476
+ margin: 0;
477
+ padding: 0;
424
478
  }
425
479
  .mar3d-toolButton img,
426
480
  .mar3d-toolButton svg,