logistics.less
773 Bytes
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
@charset "UTF-8";
page {
background-color: #F5F5F5;
width: 100%;
height: 100%;
}
.logistics-page {
@supports (padding-bottom: env(safe-area-inset-bottom)) {
& {
padding-bottom: env(safe-area-inset-bottom);
}
}
.nav {
position: fixed;
top: 0;
z-index: 100;
background-color: #FFFFFF;
width: 100%;
.nav-bar {
position: unset;
background-color: #FFFFFF;
border-bottom: 1px solid #E6E6E6;
}
}
.pl {
background-color: transparent;
width: 100%;
&.is-cnlive {
height: 44px;
}
&.not-is-cnlive {
height: 0;
&.is-open-app {
// height: 124rpx;
}
}
&.not-is-cnlive {
&.not-is-wechat {
height: 44px;
}
}
}
.main-box {
.logistics-bar {
margin-bottom: 10rpx;
}
.logistics-list-com {
}
}
}