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.
28 lines
448 B
28 lines
448 B
.map_body{ |
|
height: 100vh; |
|
width: 100vw; |
|
} |
|
.map_xx{ |
|
width: 100%; |
|
height: 100%; |
|
} |
|
.customCallout{ |
|
width: 150rpx; |
|
height: 78rpx; |
|
white-space:nowrap; |
|
overflow:hidden; |
|
text-overflow: ellipsis; |
|
/* background-color: #FF4A4A; */ |
|
color: #FFFFFF; |
|
border-radius: 10px; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
} |
|
.customCallout_text{ |
|
color: #FFFFFF; |
|
font-size: 20rpx; |
|
z-index: 99999; |
|
bottom: 16rpx; |
|
position: relative; |
|
} |