4dfe89e4
monkeyhouyi
初始化
|
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
|
.page{
// position: absolute;
// left: 0;
// top: 0;
width: 100%;
height: 100%;
// overflow-x: hidden;
// overflow-y: auto;
position: absolute;
}
.top-img {
width: 750rpx;
height: 600rpx;
/* #ifdef MP */
height: 650rpx;
/* #endif */
}
.head{
position: fixed;
left: 0;
top: 0;
z-index: 100;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 100rpx;
/* #ifdef APP-PLUS */
height: calc(100rpx + var(--status-bar-height));
padding-top: var(--status-bar-height);
/* #endif */
/* #ifdef MP */
height: calc(120rpx + var(--status-bar-height));
padding-top: calc(40rpx + var(--status-bar-height));
/* #endif */
background-color: rgba(255,255,255,0);
.logo-title{
width: 40%;
color: #fff;
padding-left: 20rpx;
image {
width: 169rpx;
height: 40rpx;
margin-left: 10rpx;
}
}
.setting-mess{
width: 20%;
display: flex;
align-items: center;
height: 100%;
margin-right: 20rpx;
.setting{
display: flex;
justify-content: center;
align-items: center;
width: 80rpx;
height: 100%;
text{
font-size: 38rpx;
}
}
.mess{
display: flex;
justify-content: center;
align-items: center;
width: 80rpx;
height: 100%;
text{
font-size: 38rpx;
}
}
}
}
.main{
position: relative;
top: 110rpx;
/* #ifdef MP */
top: 190rpx;
/* #endif */
padding-bottom: 140rpx;
|
19e734d2
杨鑫
场地,登录页,隐私政策
|
82
|
// margin: 0 20rpx;
|
4dfe89e4
monkeyhouyi
初始化
|
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
}
.banner{
height: 400rpx;
margin-bottom: 30rpx;
// margin: -200rpx auto 20rpx;
border-radius: 10rpx;
overflow: hidden;
.screen-swiper{
height: 100%;
min-height: 100% !important;
image{
height: 400rpx;
border-radius: 10rpx;
}
}
}
.bg-white {
|
19e734d2
杨鑫
场地,登录页,隐私政策
|
100
|
margin: 0 20rpx;
|
4dfe89e4
monkeyhouyi
初始化
|
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
|
background-color: #fff;
border-radius: 20rpx;
}
.notice-content {
display: flex;
align-items: center;
padding: 20rpx;
.notice-left {
image {
width: 70rpx;
height: 70rpx;
}
}
.notice-line {
width: 2rpx;
background-color: #e1e1e1;
height: 50rpx;
margin: 0 20rpx;
}
.notice-right {
.notice-right-content {
display: flex;
align-items: center;
margin-bottom: 10rpx;
.notice-icon {
|
19e734d2
杨鑫
场地,登录页,隐私政策
|
126
127
|
border: 2rpx solid #3F9B6A;
color: #3F9B6A;
|
4dfe89e4
monkeyhouyi
初始化
|
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
|
background-color: #eefff5;
border-radius: 10rpx;
font-size: 20rpx;
margin-right: 20rpx;
padding: 2rpx 10rpx;
}
.notice-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 460rpx;
font-size: 24rpx;
}
}
}
}
/* 订单tab */
.order-tab{
display: flex;
align-items: center;
width: 100%;
height: 90rpx;
padding: 0 80rpx;
border-bottom: 2rpx solid #E5E5E5;
.tab{
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 50%;
height: 115%;
text{
font-size: 28rpx;
font-weight: bold;
color:#7B7B7B;
}
.active-img {
display: none;
}
.active-img-right {
display: none;
}
}
.action{
text{
font-size: 32rpx;
color: #000;
}
}
}
.wallet-info{
display: flex;
width: 100%;
padding: 30rpx 0;
margin-top: 20rpx;
flex-wrap: wrap;
justify-content: center;
.list{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 25%;
.icon{
position: relative;
display: flex;
align-items: center;
image {
width: 100rpx;
height: 100rpx;
}
}
.title{
display: flex;
align-items: center;
margin-top: 10rpx;
text{
color: #333333;
font-size: 24rpx;
}
}
}
}
.screen-list {
display: flex;
align-items: center;
width: 100%;
height: 100rpx;
.list {
display: flex;
justify-content: center;
align-items: center;
width: 25%;
height: 100%;
text {
font-size: 26rpx;
color: #555555;
}
image {
width: 30rpx;
height: 30rpx;
margin-left: 10rpx;
}
}
.action {
text {
color: $base;
}
}
}
/* 商品列表 */
.goods-data {
width: 100%;
.goods-list {
overflow: hidden;
.list-view {
float: left;
width: 49%;
height: 560rpx;
background-color: #ffffff;
border-radius: 20rpx;
margin-right: 2%;
margin-bottom: 20rpx;
overflow: hidden;
.thumb {
width: 100%;
|
c62ab6f2
杨鑫
1
|
256
257
258
|
display: flex;
justify-content: space-evenly;
padding-top:10px;
|
4dfe89e4
monkeyhouyi
初始化
|
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
|
//height: 300rpx;
overflow: hidden;
image {
height: 270rpx;
border-radius: 20rpx;
}
}
.item {
width: 100%;
.tag {
padding: 10rpx 20rpx;
text {
display: inline-block;
color: #717981;
font-size: 24rpx;
margin-right: 10rpx;
}
}
.title {
padding: 0 20rpx;
text {
width: 100%;
color: #212121;
font-size: 28rpx;
font-weight: bold;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
}
}
.price {
padding: 0 20rpx;
.retail-price {
display: flex;
justify-content: space-between;
align-items: flex-end;
width: 100%;
color: #676767;
font-size: 20rpx;
margin-top: 20rpx;
margin-bottom: 20rpx;
.min {
display: inline-block;
font-size: 24rpx;
color: #000;
font-weight: bold;
transform: scale(0.7);
}
.max {
|
c62ab6f2
杨鑫
1
|
310
|
font-size: 24rpx;
|
4dfe89e4
monkeyhouyi
初始化
|
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
|
color: #000;
font-weight: bold;
}
.line {
height: 24rpx;
width: 2rpx;
border-right: 2rpx solid #E5E5E5;
margin: 0 12rpx;
}
}
.vip-price {
display: flex;
align-items: center;
width: 100%;
height: 40rpx;
image {
width: 26rpx;
height: 26rpx;
margin-right: 10rpx;
}
.min {
width: 92%;
font-size: 24rpx;
color: #717981;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
}
}
.list-view:nth-child(2n) {
margin-right: 0;
}
}
|
19e734d2
杨鑫
场地,登录页,隐私政策
|
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
|
}
.cardHome{
margin-top:20rpx;
padding:20rpx;
background-color: #fff;
.card_home{
display:flex;
justify-content: space-between;
align-items: center;
}
.card_title{
font-size:16px;
}
}
.other-business {
.scroll-view_H {
white-space: nowrap;
width: 100%;
}
.scroll-view-item_H {
display: inline-block;
width: 210rpx;
margin-right: 22rpx;
&:last-child {
margin-right: 0;
}
.business-card {
width: 100%;
.u-image {
overflow: hidden !important;
border-radius: 20rpx !important;
}
.business-card-title {
width: 100%;
overflow : hidden;/*必须结合的属性,当内容溢出元素框时发生的事情*/
text-overflow: ellipsis;/*可以用来多行文本的情况下,用省略号“…”隐藏超出范围的文本 。*/
// display: -webkit-box;/*必须结合的属性 ,将对象作为弹性伸缩盒子模型显示 。*/
// -webkit-line-clamp: 2;/*用来限制在一个块元素显示的文本的行数。*/
// -webkit-box-orient: vertical;/*必须结合的属性 ,设置或检索伸缩盒对象的子元素的排*/
line-height: 30rpx;
margin: 10rpx 0;
padding: 0 10rpx;
}
.business-card-item {
padding: 0 10rpx;
font-weight: 400;
font-size: 20rpx;
color: #676767;
line-height: 1.5;
span {
font-weight: 700;
font-size: 30rpx;
color: #000000;
}
}
.huo-card-item{
font-size: 20rpx;
line-height: 1.5;
}
.introduce{
display: flex;
align-items: center;
width: 100%;
margin-bottom: 50rpx;
image {
width: 26rpx;
height: 26rpx;
margin-right: 10rpx;
}
text{
font-size: 24rpx;
color: #c0c0c0;
width: 98%;
}
}
}
}
}
|