|
@@ -84,7 +84,7 @@ export default {
|
|
|
}
|
|
|
.basemap-text{
|
|
|
/* color: #007bff; */
|
|
|
- color: rgb(159, 123,80);
|
|
|
+ /* color: rgb(115, 172,23); */
|
|
|
font-weight: bold;
|
|
|
font-family: "Source Han Sans CN";
|
|
|
|
|
@@ -145,7 +145,8 @@ export default {
|
|
|
position: absolute;
|
|
|
font-size: 12px;
|
|
|
z-index: 100;
|
|
|
- background: transparent;
|
|
|
+ background: rgb(219, 236, 224);
|
|
|
+ /* color: rgb(115, 172,23); */
|
|
|
opacity: 0.95;
|
|
|
right: 0px;
|
|
|
margin-top: 40px;
|
|
@@ -157,6 +158,7 @@ export default {
|
|
|
|
|
|
.info-content {
|
|
|
height: 130px;
|
|
|
+ /* color: rgb(115, 172,23); */
|
|
|
}
|
|
|
|
|
|
/*设置选项样式*/
|