fix: BUG修改

This commit is contained in:
kun 2023-12-11 16:50:27 +08:00
parent ea0e373a3b
commit 0453e8d80b

View File

@ -2227,154 +2227,6 @@ onUnmounted(() => {
}
}
}
//
:deep() {
.mars3d-camera-content {
width: 100px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.mars3d-camera-style1 {
border: 3px solid #5b8fee;
}
.mars3d-camera-style2 {
border: 3px solid #ff6564;
}
.mars3d-borderLeft1 {
border-left: 3px dashed #5b8fee;
}
.mars3d-borderLeft2 {
border-left: 3px dashed #ff6564;
}
.mars3d-bg1 {
background-color: #5b8fee;
}
.mars3d-bg2 {
background-color: #ff6564;
}
.mars3d-camera-img {
width: 30px;
height: 30px;
// animation: cameraMove 1s linear infinite alternate;
// -webkit-animation: cameraMove 1s linear infinite alternate;
}
.mars3d-camera-text {
color: white;
font-size: 20px;
}
@keyframes cameraMove {
from {
margin-top: 20px;
}
to {
margin-top: 0px;
}
}
@-webkit-keyframes cameraMove {
from {
margin-top: 20px;
}
to {
margin-top: 0px;
}
}
.mars3d-camera-line {
height: 120px;
width: 5px;
margin-top: 10px;
// border-left: 3px dashed #5b8fee;
margin-left: calc(50% - 1px);
}
.mars3d-camera-point {
border-radius: 50%;
width: 8px;
height: 8px;
margin-left: calc(50% - 3px);
// background-color: #5b8fee;
}
// .animation-spaceInDown {
// animation-duration: 1s;
// animation-fill-mode: both;
// animation-name: spaceInDown;
// }
// @keyframes spaceInDown {
// 0% {
// opacity: 0;
// transform-origin: 0% 100%;
// transform: scale(0.2) translate(0, 200%);
// }
// 100% {
// opacity: 1;
// transform-origin: 0% 100%;
// transform: scale(1) translate(0, 0);
// }
// }
// .marsBlackPanel {
// min-width: 90px;
// min-height: 35px;
// position: absolute;
// left: 16px;
// bottom: 31px;
// cursor: default;
// border-radius: 4px;
// opacity: 0.96;
// border: 1px solid #14171c;
// box-shadow: 0px 2px 21px 0px rgba(33, 34, 39, 0.55);
// border-radius: 4px;
// box-sizing: border-box;
// background: linear-gradient(0deg, #1e202a 0%, #0d1013 100%);
// }
// .marsBlackPanel::before {
// content: "";
// width: calc(100% + 22px);
// height: 39px;
// position: absolute;
// bottom: -39px;
// left: -22px;
// background: url("@/assets/images/Mars3DImg/icon/popupLbl.png") 0px 0px no-repeat;
// background-position: 0px 0px;
// }
// .marsBlackPanel-text {
// width: 100%;
// height: 100%;
// min-height: 33px;
// text-align: center;
// padding: 10px 5px 0 5px;
// margin: 0;
// font-size: 14px;
// font-weight: 400;
// color: #ffffff;
// border: 1px solid #ffffff4f;
// -webkit-box-sizing: border-box;
// box-sizing: border-box;
// white-space: nowrap;
// }
// .marsBlackPanel-highlight {
// border: 2px solid yellow;
// }
// .mars3d-popup-close-button {
// position: absolute;
// top: 0;
// right: 0;
// padding: 4px 4px 0 0;
// text-align: center;
// width: 20px;
// height: 20px;
// font: 16px/14px Tahoma, Verdana, sans-serif;
// text-decoration: none;
// font-weight: bold;
// background: transparent;
// z-index: 20170825;
// cursor: pointer;
// color: #fff;
// }
}
:deep() {
//
.cesium-viewer-toolbar {