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.

46 lines
637 B

.outer,map{
width:100%;
height:100vh
}
.outer{
position:relative;
}
.location{
position: absolute;
bottom:0;
z-index:100
}
.nav{
position: absolute;
top:0;
z-index:100;
background: #fff;
border-bottom:1px solid #dfdfdf;
}
.nav text{
display:inline-block;
height:100rpx;
line-height: 100rpx;
border-right:1px solid #dfdfdf;
padding:30rpx;
}
.nav image{
width:40rpx;
height:40rpx;
}
scroll-view{
height:600rpx;
background:#fff;
}
scroll-view .content{
border-bottom:1px solid #dfdfdf;
width:100%;
padding:30rpx;
}
scroll-view .title{
font-size:16px;
}
scroll-view .address{
font-size:10px;
color:rgb(83, 78, 78)
}