星油企业版
This commit is contained in:
28
BagStation/pages/overviewMap/map.css
Normal file
28
BagStation/pages/overviewMap/map.css
Normal file
@@ -0,0 +1,28 @@
|
||||
.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: 14rpx;
|
||||
position: relative;
|
||||
}
|
||||
Reference in New Issue
Block a user