mars3d 3.4.26 → 3.5.1

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,10 +1,10 @@
1
1
  /**
2
2
  * Mars3D三维可视化平台 mars3d
3
3
  *
4
- * 版本信息:v3.4.26
5
- * 编译日期:2023-03-09 16:18:03
4
+ * 版本信息:v3.5.1
5
+ * 编译日期:2023-03-27 17:49:24
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
- * 使用单位:免费公开版 ,2022-06-01
7
+ * 使用单位:免费公开版 ,2023-03-17
8
8
  */
9
9
 
10
10
  /**地球容器div*/
@@ -427,6 +427,19 @@
427
427
  height: 100%;
428
428
  text-align: center;
429
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;
442
+ }
430
443
  /**内置的DivGraphic通用样式【文本动态边框】*/
431
444
  .mars3d-divBoderLabel {
432
445
  position: absolute;
@@ -489,23 +502,6 @@
489
502
  .mars3d-divBoderLabel-boder::before {
490
503
  animation-delay: -4s;
491
504
  }
492
- .mars3d-divGraphic {
493
- position: absolute;
494
- left: 0;
495
- top: 0;
496
- -webkit-user-select: none;
497
- -moz-user-select: none;
498
- -ms-user-select: none;
499
- user-select: none;
500
- }
501
- .mars3d-divGraphic-edit {
502
- background-color: rgba(254, 87, 161, 0.1);
503
- border: 2px dashed rgba(172, 85, 59, 0.768);
504
- -webkit-border-radius: 2px;
505
- border-radius: 2px;
506
- margin: -2px;
507
- box-sizing: content-box;
508
- }
509
505
  .mars3d-animation-point,
510
506
  .mars3d-animation-point:after,
511
507
  .mars3d-animation-point:before,