Sanakey
2020-08-13 d98d05000c3d14e1f12a7754ebeea11ec1fa0f0b
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
/* pages/map/map.wxss */
#myMap{
  width: 100%;
  /*height: 350px;*/
}
cover-view{
  background-color: #fff;
}
.des-layer{
  width: 100%;
  position: fixed;
  top: 350px;
  left: 0;
  overflow: auto;
}
 
.result{
  font-size: 28rpx;
  /*line-height: 80rpx;*/
  text-align: center;
}
.no-result view{
  text-align: center;
  font-size: 28rpx;
}
.no-result .result{
  line-height: 50px;
}
 
.iconfont.icon{
  position:absolute;
  right:10px;
  top:0px;
  font-size:22px;
  color:#5388f9;
}
.picker{
  max-width: 600rpx;
  margin:30rpx auto 20rpx auto;
  background-color:#1aad19;
  color:#fff;
}
 
.icon-mulu{
  position:absolute;
  left:10px;
  /*top:12px;*/
  font-size:22px;
  color:#5388f9;
  padding: 0 20rpx;
}
.title-bar{
  position: fixed;
  width: 100%;
  height: 50px;
  top:0;
  left:0;
  z-index:1;
  background-color: #fff;
  line-height: 50px;
}
c-mapItem{
  /*margin-top: 80rpx;*/
}
.c-content{
  margin-top: 50px !important;
}
.toggle-icon{
  font-size: 22px;
  color: #5388f9;
  /*margin-top: 5px;*/
  vertical-align: middle;
}