changqu.wxss
615 字节
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
page {
height: 100%;
}
.mapbox {
height: 100%;
position: relative;
}
#map {
height: 100%;
}
.search {
width: 690rpx;
height: 90rpx;
background: rgba(255, 255, 255, 1);
opacity: 1;
border-radius: 10rpx;
display: flex;
align-items: center;
position: fixed;
top: 29rpx;
left: 37rpx;
z-index: 999;
padding: 24rpx 30rpx;
box-sizing: border-box;
}
.searchimg {
width: 41rpx;
height: 41rpx;
font-size: 0;
}
.searchinput {
margin-left: 66rpx;
height: 40rpx;
width: 550rpx;
color: #666666ff;
font-size: 28rpx;
}
.searchword {
color: #666666ff;
font-size: 28rpx;
}