orders.wxss
1.04 KB
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
page {
display: block;
min-height: 100%;
background-color: #f0f0f0;
}
.emptyContainer {
width:750rpx;
height:100%;
margin-top:350rpx
}
.emptyIcon {
width:220rpx;
height:220rpx;
}
.emptyTips {
font-family: PingFang SC;
font-size:30rpx;
text-align:center;
margin-top:20rpx;
}
.loginBtn {
width: 65%;
height: 90rpx;
font-size: 30rpx;
text-align: center;
margin-top: 150rpx;
background-color: #444444;
color: white;
}
.addr-item {
line-height: 100rpx;
text-align: center;
}
.mask{
position:fixed;
top:0;
left:0;
background-color: #333;
filter: alpha(opacity=30);
opacity: 0.3;
width:100%;
height:100%;
z-index:1009
}
image {
display: block;
margin: 0 auto;
max-width: 100%;
border: 0;
}
.picker-view{
z-index:1100;
background-color:white;
position:fixed;
bottom:0;
left:0;
width: 100%;
height: 400rpx;
}
.chooseBtn{
position: fixed;
background-color: white;
width: 80rpx;
height: 40rpx;
color: #444444;
font-size: 28rpx;
bottom: 340rpx;
right: 0;
z-index: 1101;
}