bt-lcyd/pages/map/map.wxss

23 lines
317 B
Plaintext
Raw Permalink Normal View History

2022-06-14 10:56:41 +08:00
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;
}