forked from vincenth520/pinche_xcx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.wxss
51 lines (45 loc) · 732 Bytes
/
app.wxss
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
/**app.wxss**/
@import 'weui.wxss';
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
view{ color:Grey}
/**选择城市**/
.citypickers{
position: fixed;
height: 100%;
width: 100%;
min-height: 100%;
background-color: red;
z-index:1000000;
}
.citybody {
position: fixed;
bottom: 0px;
}
.cityheader {
position: absolute;
top:0px;
width: 100%;
z-index: 4;
}
.city-cancel {
float: left;
margin: 20rpx;
color: #818181;
}
.city-true {
float: right;
margin: 20rpx;
color: #2FB42E
}
.section .picker {
background-color: #fff;
border-bottom: 1px #d9d9d9 solid;
border-top: 1px #d9d9d9 solid;
padding: 20rpx;
}