index.ttss
2.48 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
page {
height: 100%;
}
.product-list-page {
height: 100%;
}
.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;
}
.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%;
}
.scroll-content {
height: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.load_more_view {
display: flex;
position: fixed;
z-index: 600;
width: 100%;
height: 80%;
font-size: 14px;
/* margin-top: 10rpx; */
/* margin-bottom: 10rpx; */
text-align: center;
background-color: rgba(20, 20, 20, 0.3);
}
.empty {
display: flex;
justify-content: center;
font-family: PingFang SC;
color: #999;
font-size: 30rpx;
letter-spacing: 0.8px;
margin-top: 300rpx;
height: 80%;
}
.product-filter-view {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #FFFFFF;
z-index: 9999;
}
.filter-item-scroll-view {
height: 1120rpx;
margin-right: 30rpx;
margin-left: 30rpx;
}
.filter-item-sub-view {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.filter-item-unselected-button {
position: relative;
width: 210rpx;
height: 61rpx;
margin-right: 30rpx;
margin-bottom: 30rpx;
display: flex;
flex-direction: row;
justify-content: center;
}
.filter-item-bootom-button-view {
display: flex;
flex-direction: row;
bottom: 0;
}
.filter-item-bootom-button {
display: flex;
width: 375rpx;
height: 80rpx;
align-content: center;
}