23 lines
317 B
Plaintext
23 lines
317 B
Plaintext
page{
|
|
height: 100%;
|
|
}
|
|
.map_container{
|
|
height: 92%;
|
|
width: 100%;
|
|
}
|
|
|
|
.map {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.go-here{
|
|
height: 60rpx;
|
|
width: 180rpx;
|
|
margin: 15rpx auto;
|
|
border-radius: 10rpx;
|
|
color: #fff;
|
|
background: #50A4F3;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
} |