2023-04-23 09:41:12 +08:00
|
|
|
.cesium-lighter .cesium-geocoder-input {
|
2023-09-11 21:56:39 +08:00
|
|
|
border: solid 1px #759dc0;
|
|
|
|
background-color: rgba(240, 240, 240, 0.9);
|
|
|
|
color: black;
|
2023-04-23 09:41:12 +08:00
|
|
|
}
|
2023-09-11 21:56:39 +08:00
|
|
|
|
2023-04-23 09:41:12 +08:00
|
|
|
.cesium-lighter .cesium-viewer-geocoderContainer:hover .cesium-geocoder-input {
|
2023-09-11 21:56:39 +08:00
|
|
|
border-color: #aef;
|
|
|
|
box-shadow: 0 0 8px #fff;
|
2023-04-23 09:41:12 +08:00
|
|
|
}
|
2023-09-11 21:56:39 +08:00
|
|
|
|
2023-04-23 09:41:12 +08:00
|
|
|
.cesium-lighter .cesium-geocoder-searchButton {
|
2023-09-11 21:56:39 +08:00
|
|
|
background-color: #e2f0ff;
|
|
|
|
fill: #111;
|
2023-04-23 09:41:12 +08:00
|
|
|
}
|
2023-09-11 21:56:39 +08:00
|
|
|
|
2023-04-23 09:41:12 +08:00
|
|
|
.cesium-lighter .cesium-geocoder-searchButton:hover {
|
2023-09-11 21:56:39 +08:00
|
|
|
background-color: #a6d2ff;
|
2023-04-23 09:41:12 +08:00
|
|
|
}
|