@charset "UTF-8";
|
/* 颜色变量 */
|
.map.data-v-4219aa94 {
|
width: 100%;
|
}
|
.map .container_h.data-v-4219aa94 {
|
width: 100%;
|
height: auto;
|
position: fixed;
|
top: 0;
|
left: 0;
|
z-index: 9;
|
}
|
.map .container_h .container_head.data-v-4219aa94 {
|
width: 100%;
|
padding: 0 32rpx;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
justify-content: flex-start;
|
}
|
.map .container_h .container_head .container_head_input.data-v-4219aa94 {
|
width: 488rpx;
|
background: rgba(255, 255, 255, 0.5);
|
border-radius: 32rpx;
|
display: flex;
|
align-items: center;
|
padding: 0 28rpx;
|
box-sizing: border-box;
|
}
|
.map .container_h .container_head .container_head_input input.data-v-4219aa94 {
|
flex: 1;
|
height: 100%;
|
font-size: 28rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #000000;
|
margin-left: 12rpx;
|
}
|
.map .map_box.data-v-4219aa94 {
|
width: 100vw;
|
height: 100vh;
|
}
|
.map .map_box map.data-v-4219aa94 {
|
width: 100%;
|
height: 100%;
|
}
|
.map .map_popule.data-v-4219aa94 {
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
z-index: 9999;
|
width: 100%;
|
max-height: 776rpx;
|
background-color: #ffffff;
|
border-radius: 25rpx 25rpx 0 0;
|
padding: 20rpx 32rpx;
|
box-sizing: border-box;
|
}
|
.map .map_popule .map_popule_icon.data-v-4219aa94 {
|
width: 100%;
|
text-align: center;
|
}
|
.map .map_popule .map_popule_text text.data-v-4219aa94 {
|
font-size: 36rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
}
|
.map .map_popule .map_popule_list.data-v-4219aa94 {
|
width: 100%;
|
height: auto;
|
max-height: 620rpx;
|
transition: .5s;
|
display: flex;
|
flex-direction: column;
|
margin-top: 24rpx;
|
}
|
.map .map_popule .map_popule_list .active.data-v-4219aa94 {
|
border: 2rpx solid #D20A0A;
|
border-radius: 12rpx;
|
}
|
.map .map_popule .map_popule_list .map_popule_list_item.data-v-4219aa94 {
|
padding: 20rpx;
|
background-color: #ffffff;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 24rpx;
|
}
|
.map .map_popule .map_popule_list .map_popule_list_item.data-v-4219aa94:first-child {
|
margin-top: 0 !important;
|
}
|
.map .map_popule .map_popule_list .map_popule_list_item image.data-v-4219aa94 {
|
flex-shrink: 0;
|
width: 172rpx;
|
height: 172rpx;
|
margin-right: 16rpx;
|
}
|
.map .map_popule .map_popule_list .map_popule_list_item .map_popule_list_item_info.data-v-4219aa94 {
|
flex: 1;
|
height: 172rpx;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
}
|
.map .map_popule .map_popule_list .map_popule_list_item .map_popule_list_item_info .title.data-v-4219aa94 {
|
font-size: 28rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
}
|
.map .map_popule .map_popule_list .map_popule_list_item .map_popule_list_item_info .divide.data-v-4219aa94 {
|
display: flex;
|
align-items: center;
|
}
|
.map .map_popule .map_popule_list .map_popule_list_item .map_popule_list_item_info .divide text.data-v-4219aa94 {
|
margin-left: 10rpx;
|
font-size: 24rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #D20A0A;
|
}
|
.map .map_popule .map_popule_list .map_popule_list_item .map_popule_list_item_info .address.data-v-4219aa94 {
|
font-size: 24rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #999999;
|
}
|
.map .map_popule .map_popule_list .map_popule_list_item .map_popule_list_item_info .isbusiness.data-v-4219aa94 {
|
font-size: 22rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #D20A0A;
|
}
|