Newer
Older
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
page-chooseAddress {
.searchToolBar{
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.search-header{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
border-bottom: 1px solid #cccccc;
width: 100%;
margin-left: 5px;
}
.clear{
background-color: #cccccc;
width: 15px;
height: 15px;
border-radius: 15px;
text-align: center;
}
.pageMenuSlides{
//设置菜单栏底部的颜色
border-bottom:1px solid rgb(255, 255, 255);
.swiper-container{
width: 100%;
height: 40px;
}
.swiper-slide{
//设置菜单栏的颜色
background: rgb(255, 255, 255);
//设置字体颜色
color: #666666;
font-size: 16px;
}
.bottomLine{
//设置当前菜单底部边框
border-bottom: 2px solid #7aa7fa;
color:#7aa7fa
}
}
ion-slides {
.slide-zoom {
height: 100%;
}
}
.box{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.box-item{
margin: 3px 3px;
}
.city-title{
margin: 3px 0;
background-color: #f0eff4;
padding: 3px 0;
}
.city-box{
display: flex;
flex-direction: row;
flex-wrap:wrap;
align-content: space-between;
justify-content: left;
box-sizing: border-box;
position: relative;
}
.city{
.input-wrapper{
padding-left: 2rem;
padding-right: 2rem;
}
.item-ios p{
font-size: 1.8rem;
}
.item-ios p.areaChildren{
font-size: 1.6rem;
padding-left: 1rem;
margin: 10px 0;
}