You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
920 B
65 lines
920 B
.map-container { |
|
width: 100%; |
|
height: 100%; |
|
position: relative; |
|
} |
|
|
|
.popup_list > li { |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
white-space: nowrap; |
|
margin-bottom: 2px; |
|
} |
|
|
|
.popup_list > li > a:hover { |
|
text-decoration: underline; |
|
} |
|
|
|
.map_action { |
|
position: absolute; |
|
right: 20px; |
|
bottom: 20px; |
|
display: flex; |
|
align-items: flex-end; |
|
user-select: none; |
|
} |
|
|
|
.too-bar, |
|
.hot_style, |
|
.switch_style { |
|
color: #ffffff; |
|
cursor: pointer; |
|
font-size: 14px; |
|
background: #00254e; |
|
border: 1px solid #074287; |
|
width: 70px; |
|
text-align: center; |
|
height: 30px; |
|
line-height: 30px; |
|
} |
|
|
|
.too-bar { |
|
width: 60px; |
|
display: flex; |
|
border: none; |
|
} |
|
|
|
.too-bar > p { |
|
width: 30px; |
|
line-height: 30px; |
|
font-size: 16px; |
|
font-weight: bold; |
|
border: 1px solid #074287; |
|
color: #ffffff; |
|
cursor: pointer; |
|
height: inherit; |
|
} |
|
|
|
.too-bar p:last-child { |
|
border-left: none; |
|
} |
|
|
|
.too-bar > p:active { |
|
color: white; |
|
background: #0095e2; |
|
}
|
|
|