zhaojs
2023-04-25 f38ca22088b7a0de7e7db316c564b4bf7526f105
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
 
.scroll-h {
        /* width: 750rpx; */
        width: 100%;
        height: 106rpx;
        font-size: 14px;
        flex-direction: row;
        white-space: nowrap;
}
.navbarstyle {
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        /* color: #4169e1; */
        font-size: 14px;
}
.doing {
        /* color: palevioletred; */
        /* border-bottom: 2px solid #f92a54; */
        color: #f92a54;
        /* font-weight: 600; */
        padding: 14px 6px 6px 6px;
}
.willcome {
        padding: 14px 6px 6px 6px;
}
.passed {
        padding: 14px 6px 6px 6px;
}
.textClick {
        background: linear-gradient(90deg, #ff2c76, #ff3f3e);
        color: white;
        border-radius: 24rpx;
        padding: 0 12rpx;
        font-size: 24rpx;
}
.textunClick {
        border-radius: 24rpx;
        padding: 0 12rpx;
        font-size: 24rpx;
}
.swiperall {
        height: calc(100vh - 100rpx);
        /* flex: 1; */
}
.swiper-item {
        /* flex: 1; */
        /* flex-direction: row; */
        height: 95vh;
        overflow: auto;
}
.title {
        width: 60px;
        font-size: 12px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 20px;
}
.speendItem {
        width: 20%;
        padding: 0 5px;
        box-sizing: border-box;
        height: 75px;
        display: flex;
        flex-direction: column;
        align-items: center;
}
.speed {
        font-size: 12px;
        margin-top: 15px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 17px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
}
.indexBody {
        box-sizing: border-box;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        /* padding-bottom: 20px; */
}
.swiper {
        height: 220px;
        background-color: #f5f5f5;
}
.goodCards {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        background-color: #f5f5f5;
        padding-bottom: 20px;
        padding: 12rpx;
}
.card {
        display: flex;
        flex-direction: row;
        width: 100%;
        background-color: white;
        padding: 12rpx 0;
        border-radius: 12rpx;
}
.cardImg {
        padding: 12px 0 0 12px;
        height: 180rpx;
        width: 180rpx;
}
.cardTitle {
        background-color: white;
        /* margin-left: 12px; */
        font-size: 28rpx;
        overflow: hidden;
        font-weight: 600;
        /* text-overflow: ellipsis; */
        /* white-space: nowrap; */
}
.cardTip {
        color: #ff3f3e;
        font-size: 24rpx;
}
.cardDetail {
        background-color: white;
        margin-left: 12px;
        font-size: 14px;
        flex: 1;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        /* color: #eb0000; */
}
.cardCoupon {
        background: linear-gradient(90deg, #ff8873, #ff4f4f);
        padding: 6rpx;
        width: 120rpx;
        color: white;
        border-radius: 8rpx;
        font-size: 20rpx;
}
.cardBottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
}
.cardBottom_price {
        color: #fe3738;
}
.cardCount {
        color: gray;
}
.cardBottom_right {
        background: linear-gradient(90deg, #ff2c76, #ff3f3e);
        color: white;
        margin-right: 24rpx;
        padding: 6rpx 24rpx;
        border-radius: 12rpx;
}
.cardBottom_right2 {
        background: linear-gradient(90deg, #2eb751, #3bae59);
        color: white;
        margin-right: 24rpx;
        padding: 6rpx 24rpx;
        border-radius: 12rpx;
}
.loading-more {
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
}
.loading-more-text {
        font-size: 28rpx;
        color: #999;
}
.scroll-v {
        height: 100vh;
        flex: 1;
 
        flex-direction: column;
 
        width: 100%;
}
.uni-tab-item {
 
        display: inline-block;
 
        flex-wrap: nowrap;
        padding-left: 34rpx;
        padding-right: 34rpx;
}