index.wxss
1.61 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.order-list-page {
height: 100%;
display: flex;
flex-direction: column;
}
.order-list-navbar {
display: flex;
align-items: center;
justify-content: space-between;
position: absolute;
z-index: 500;
top: 0;
width: 100%;
height: 96rpx;
border-top: 2rpx solid #eeeeee;
border-bottom: 2rpx solid #eeeeee;
/* align-content: center; */
/* padding-left: 40rpx;
padding-right: 40rpx; */
}
.order-list-navbar-item-space {
width: 0rpx;
}
.order-list-navbar-item {
/* display: block;
flex: 1; */
position: relative;
padding: 20rpx 0;
text-align: center;
font-family: PingFang-SC-Medium;
font-weight: 500;
font-size: 28rpx;
color: #999999;
align-self: center;
}
.order-list-navbar-item-on {
color: #000000;
font-weight: bold;
font-size: 40rpx;
font-family: PingFang-SC-Medium;
border-bottom: 6rpx solid #000000;
}
.order-list-navbar-slider {
position: absolute;
display: block;
content: " ";
transition: transform .3s;
}
.order-list-navbar-title {
display: inline-block;
font-size: 30rpx;
max-width: 8em;
text-align: center;
}
.order-list-navtab-content {
position: absolute;
top: 68rpx;
left: 0px;
width: 100%;
height: 100%;
}
swiper, scroll-view {
height: 100%;
}
.load_more_view {
width: 100%;
height: 30rpx;
font-size: 14px;
margin-top: 10rpx;
margin-bottom: 10rpx;
text-align: center;
}
.empty {
display: flex;
justify-content: center;
font-family: PingFang-SC-Regular;
color: #999;
font-size: 30rpx;
letter-spacing: 0.8px;
margin-top: 300rpx;
height: 80%;
}