map.css
775 Bytes
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
.search-area {
margin-top: 10px;
margin-left: 15px;
margin-right: 15px;
height: 36px;
background:rgba(240,245,255,1);
border-radius:18px;
}
.address-list {
margin-top: 2.5px;
}
.address-inside-list {
padding-left: 15.5px;
padding-right: 15px;
}
.padding-top-14-5 {
padding-top: 14.5px;
}
.margin-top-14 {
margin-top: 14px;
}
.panel-line {
height:1px;
background:rgba(240,245,255,1)
}
.location-name {
font-size:14px;
font-family:PingFang SC;
font-weight:500;
color:rgba(55,57,78,1);
line-height:15px;
width: 100%;
}
.location-detail {
margin-top: 8px;
font-size:12px;
font-family:PingFang SC;
font-weight:500;
color:rgba(174,184,206,1);
line-height:15px;
}
.img-selected {
width:18px;height:18px;margin-top:0.3rem;
}