102 lines
1.6 KiB
Plaintext
102 lines
1.6 KiB
Plaintext
.map {
|
|
width: 100vw;
|
|
transition: all .5s ease;
|
|
}
|
|
|
|
.panel {
|
|
width: 100vw;
|
|
background: white;
|
|
z-index: 99999;
|
|
box-shadow: 0 0 16rpx #b8b8b8, none, none, none;
|
|
transition: all .5s ease;
|
|
overflow: hidden;
|
|
left: 0;
|
|
bottom: 0;
|
|
position: absolute;
|
|
border-top-left-radius: 20rpx;
|
|
border-top-right-radius: 20rpx;
|
|
|
|
}
|
|
|
|
|
|
.scroll-container {
|
|
margin-bottom: 64rpx;
|
|
height: 100%;
|
|
width: 100vw;
|
|
border-top-left-radius: 20rpx;
|
|
border-top-right-radius: 20rpx;
|
|
}
|
|
|
|
.area-name {
|
|
font-family: Source Han Sans CN;
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #303030;
|
|
}
|
|
|
|
.area-tags {
|
|
display: flex;
|
|
flex-direction: row;
|
|
white-space: pre-wrap;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.area-tag {
|
|
background: rgba(219, 72, 72, 0.12);
|
|
border-radius: 18rpx;
|
|
font-family: Source Han Sans CN;
|
|
font-weight: 300;
|
|
font-size: 24rpx;
|
|
color: #D83535;
|
|
text-align: center;
|
|
padding: 10rpx 20rpx;
|
|
}
|
|
|
|
.area-tag:nth-of-type(n+2) {
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.area-desc-info {
|
|
margin: 20rpx 0rpx;
|
|
font-family: Source Han Sans CN;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #6F6F6F;
|
|
}
|
|
|
|
/*
|
|
.hospitals .hospital {
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 32rpx;
|
|
height: 218rpx;
|
|
margin-bottom: 64rpx;
|
|
border-radius: 25rpx;
|
|
border: 1rpx solid #b8b8b8;
|
|
}
|
|
|
|
.hospitals .hospital:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.hospital .info {
|
|
width: 70%;
|
|
}
|
|
|
|
.hospital .info,
|
|
.hospital .lookDetail {
|
|
height: 100%;
|
|
}
|
|
|
|
.name {
|
|
font-size: 36rpx;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.type {
|
|
color: #D43030;
|
|
}
|
|
|
|
.lookDetail {
|
|
color: #2A82E4;
|
|
} */ |