MrShi
昨天 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
@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;
}