2023-04-23 09:41:12 +08:00
|
|
|
.cesium-lighter .cesium-widget-errorPanel {
|
2023-09-11 21:56:39 +08:00
|
|
|
background: rgba(255, 255, 255, 0.7);
|
2023-04-23 09:41:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.cesium-lighter .cesium-widget-errorPanel-content {
|
2023-09-11 21:56:39 +08:00
|
|
|
border: 1px solid #526F82;
|
|
|
|
border-radius: 7px;
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
2023-04-23 09:41:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.cesium-lighter .cesium-widget-errorPanel-header {
|
2023-09-11 21:56:39 +08:00
|
|
|
color: #B87D00;
|
2023-04-23 09:41:12 +08:00
|
|
|
}
|