cesium-arrow/src/components/domain/Three/index.module.less
2023-10-13 18:12:40 +08:00

40 lines
633 B
Plaintext

.domainThree :global {
height: 100%;
.scene_two {
display: flex;
height: 100%;
.domain-viewer {
flex: 1;
position: relative;
.title {
pointer-events: none;
}
.chart-info-panel {
width: 100%;
height: 100%;
pointer-events: auto;
padding: 12px;
border: 1px solid #04fbfd;
color: #02f9ff !important;
background-color: #000000e7;
transition: all 0.3s ease-in-out;
border-radius: 8px;
}
}
}
.scene-switch {
position: absolute;
left: 8px;
top: 8px;
}
.one {
top: 50%;
}
}