|
@@ -0,0 +1,585 @@
|
|
1
|
+<template>
|
|
2
|
+ <div class="page">
|
|
3
|
+ <div class="head-main">
|
|
4
|
+ <div class="user-info">
|
|
5
|
+ <my-image
|
|
6
|
+ class="user-head"
|
|
7
|
+ :src="orderData.user.headIcon"
|
|
8
|
+ ></my-image>
|
|
9
|
+ <span class="name"
|
|
10
|
+ >{{ orderData.user.nickName }}向您推荐了订单</span
|
|
11
|
+ >
|
|
12
|
+ </div>
|
|
13
|
+ <div class="line">
|
|
14
|
+ <span class="line-ele"></span>
|
|
15
|
+ <span class="text">大家都在抢</span>
|
|
16
|
+ <span class="line-ele"></span>
|
|
17
|
+ </div>
|
|
18
|
+ <ul class="good-list">
|
|
19
|
+ <li
|
|
20
|
+ class="item"
|
|
21
|
+ v-for="(item, index) of orderData.productList"
|
|
22
|
+ :key="index"
|
|
23
|
+ >
|
|
24
|
+ <my-image
|
|
25
|
+ class="good-img"
|
|
26
|
+ @click="goDetail(item)"
|
|
27
|
+ :src="item.image"
|
|
28
|
+ ></my-image>
|
|
29
|
+ <div class="con">
|
|
30
|
+ <div class="info">
|
|
31
|
+ <div class="name" @click="goDetail(item)">
|
|
32
|
+ {{ item.name }}
|
|
33
|
+ </div>
|
|
34
|
+ <div
|
|
35
|
+ class="tag-price"
|
|
36
|
+ @click="goDetail(item)"
|
|
37
|
+ v-if="item.tagPrice"
|
|
38
|
+ >
|
|
39
|
+ <span class="symbol">¥</span>
|
|
40
|
+ {{ item.tagPrice / 100 }}
|
|
41
|
+ </div>
|
|
42
|
+ <div class="price" @click="goDetail(item)">
|
|
43
|
+ <span class="symbol">¥</span>
|
|
44
|
+ {{ item.price / 100 }}
|
|
45
|
+ </div>
|
|
46
|
+ </div>
|
|
47
|
+ <div class="tool">
|
|
48
|
+ <div class="btn" @click="addCart(item)">
|
|
49
|
+ 加入购物车
|
|
50
|
+ </div>
|
|
51
|
+ </div>
|
|
52
|
+ </div>
|
|
53
|
+ </li>
|
|
54
|
+ </ul>
|
|
55
|
+ </div>
|
|
56
|
+
|
|
57
|
+ <div class="more-list">
|
|
58
|
+ <div class="more-tit">精品推荐</div>
|
|
59
|
+ <ul class="good-list">
|
|
60
|
+ <li
|
|
61
|
+ class="item"
|
|
62
|
+ v-for="(item, index) of goodsList"
|
|
63
|
+ :key="index"
|
|
64
|
+ >
|
|
65
|
+ <my-image
|
|
66
|
+ class="good-img"
|
|
67
|
+ @click="goDetail(item)"
|
|
68
|
+ :src="item.pictureUrls[0]"
|
|
69
|
+ ></my-image>
|
|
70
|
+ <div class="con">
|
|
71
|
+ <div class="info" @click="goDetail(item)">
|
|
72
|
+ <div class="name">{{ item.name }}</div>
|
|
73
|
+ <!-- <div class="des">
|
|
74
|
+ <span>5月14日提货</span>
|
|
75
|
+ <span>已售5.6万件</span>
|
|
76
|
+ </div> -->
|
|
77
|
+ <div
|
|
78
|
+ class="tag-price"
|
|
79
|
+ @click="goDetail(item)"
|
|
80
|
+ v-if="item.tagPrice"
|
|
81
|
+ >
|
|
82
|
+ <span class="symbol">¥</span>
|
|
83
|
+ {{ item.tagPrice / 100 }}
|
|
84
|
+ </div>
|
|
85
|
+ <div class="price" @click="goDetail(item)">
|
|
86
|
+ <span class="symbol">¥</span>
|
|
87
|
+ {{ item.minPrice / 100 }}
|
|
88
|
+ </div>
|
|
89
|
+ </div>
|
|
90
|
+ <div class="tool" @click="addCart(item)">
|
|
91
|
+ <div class="btn">加入购物车</div>
|
|
92
|
+ </div>
|
|
93
|
+ </div>
|
|
94
|
+ </li>
|
|
95
|
+ </ul>
|
|
96
|
+ <div class="more-loading">加载中...</div>
|
|
97
|
+ </div>
|
|
98
|
+ <div class="navigation">
|
|
99
|
+ <ul class="navigation__list">
|
|
100
|
+ <!-- <button class="button">
|
|
101
|
+ <li class="navigation__item">
|
|
102
|
+ <i class="iconfont iconkefu navigation__icon"></i>
|
|
103
|
+ <div class="navigation__text">找客服</div>
|
|
104
|
+ </li>
|
|
105
|
+ </button> -->
|
|
106
|
+ <li
|
|
107
|
+ class="navigation__item"
|
|
108
|
+ @click="
|
|
109
|
+ jump({ isTabBer: true, path: '/pages/goods/index' })
|
|
110
|
+ "
|
|
111
|
+ >
|
|
112
|
+ <i class="iconfont icondianpu navigation__icon"></i>
|
|
113
|
+ <div class="navigation__text">首页</div>
|
|
114
|
+ </li>
|
|
115
|
+ <li class="navigation__item">
|
|
116
|
+ <button v-if="user.login" class="button" @click="jumpCart">
|
|
117
|
+ <i class="iconfont icongouwuche navigation__icon"></i>
|
|
118
|
+ <div class="navigation__text">购物车</div>
|
|
119
|
+ </button>
|
|
120
|
+
|
|
121
|
+ <div class="navigation__num" v-if="cartInfo.count">
|
|
122
|
+ {{ cartInfo.count }}
|
|
123
|
+ </div>
|
|
124
|
+ </li>
|
|
125
|
+ </ul>
|
|
126
|
+ <div class="navigation__right">
|
|
127
|
+ <div class="price">
|
|
128
|
+ 总价:<span class="symbol">¥</span
|
|
129
|
+ ><span class="num">{{cartInfo.amount / 100}}</span>
|
|
130
|
+ </div>
|
|
131
|
+ <button class="button" @click="submit">
|
|
132
|
+ <div class="navigation__btn">去结算</div>
|
|
133
|
+ </button>
|
|
134
|
+ </div>
|
|
135
|
+ </div>
|
|
136
|
+ <g-spec ref="spec" :goods="goods" :spec.sync="spec"></g-spec>
|
|
137
|
+ </div>
|
|
138
|
+</template>
|
|
139
|
+
|
|
140
|
+<script>
|
|
141
|
+import MyImage from "../../components/image/index";
|
|
142
|
+import GSpec from "../recommend/spec";
|
|
143
|
+export default {
|
|
144
|
+ name: "",
|
|
145
|
+ components: { MyImage, GSpec },
|
|
146
|
+ // 数据
|
|
147
|
+ data() {
|
|
148
|
+ return {
|
|
149
|
+ orderId: "",
|
|
150
|
+ orderData: {},
|
|
151
|
+ cartInfo: {},
|
|
152
|
+ goods: {},
|
|
153
|
+
|
|
154
|
+ isHaveMore: true, // 是否有更多数据
|
|
155
|
+ loading: false, // 是否加载完成
|
|
156
|
+ goodsList: [], // 详情数据 加入购物车时用
|
|
157
|
+ page: 1,
|
|
158
|
+ moreLoading: true,
|
|
159
|
+ };
|
|
160
|
+ },
|
|
161
|
+
|
|
162
|
+ async onShow() {},
|
|
163
|
+ onLoad(opts) {
|
|
164
|
+ this.orderId = opts.orderId;
|
|
165
|
+ this.getCartNumber();
|
|
166
|
+ this.getOrderData();
|
|
167
|
+ this.getGoodsList();
|
|
168
|
+ },
|
|
169
|
+
|
|
170
|
+ onReachBottom() {
|
|
171
|
+ this.getMoreGoods();
|
|
172
|
+ },
|
|
173
|
+ // 函数
|
|
174
|
+ methods: {
|
|
175
|
+ getOrderData() {
|
|
176
|
+ this.api
|
|
177
|
+ .get("/Order/GetOrderInfo", {
|
|
178
|
+ id: this.orderId,
|
|
179
|
+ })
|
|
180
|
+ .then((res) => {
|
|
181
|
+ this.orderData = res.data;
|
|
182
|
+ console.log(this.orderData);
|
|
183
|
+ // this.orderProuct = this.orderData.
|
|
184
|
+ this.fn.shareMenu();
|
|
185
|
+ console.log(this.orderData);
|
|
186
|
+ });
|
|
187
|
+ },
|
|
188
|
+
|
|
189
|
+ // 获取商品列表
|
|
190
|
+ getGoodsList() {
|
|
191
|
+ const self = this;
|
|
192
|
+
|
|
193
|
+ self.page = 1;
|
|
194
|
+ uni.showLoading({
|
|
195
|
+ title: "加载中...",
|
|
196
|
+ });
|
|
197
|
+ self.api
|
|
198
|
+ .get("/Product/GetHHSGProductList", {
|
|
199
|
+ pageIndex: self.page,
|
|
200
|
+ pageSize: 20,
|
|
201
|
+ aid: "1391692975070859265",
|
|
202
|
+ })
|
|
203
|
+ .then((res) => {
|
|
204
|
+ uni.hideLoading();
|
|
205
|
+ uni.stopPullDownRefresh();
|
|
206
|
+ let data = JSON.parse(res.data.list);
|
|
207
|
+ if (data.length) {
|
|
208
|
+ self.page++;
|
|
209
|
+ } else {
|
|
210
|
+ self.isHaveMore = false;
|
|
211
|
+ }
|
|
212
|
+
|
|
213
|
+ self.goodsList = data;
|
|
214
|
+ console.log(data);
|
|
215
|
+ // self.loading = true;
|
|
216
|
+ uni.hideLoading();
|
|
217
|
+ });
|
|
218
|
+ },
|
|
219
|
+
|
|
220
|
+ // 加入购物车
|
|
221
|
+ addCart(val) {
|
|
222
|
+ const self = this;
|
|
223
|
+ let pid = val.id || val.pid;
|
|
224
|
+ uni.showLoading({
|
|
225
|
+ title: "处理中...",
|
|
226
|
+ });
|
|
227
|
+ self.api
|
|
228
|
+ .get(
|
|
229
|
+ "/Product/GetHHSGProduct",
|
|
230
|
+ {
|
|
231
|
+ pid,
|
|
232
|
+ },
|
|
233
|
+ {
|
|
234
|
+ pass: true,
|
|
235
|
+ }
|
|
236
|
+ )
|
|
237
|
+ .then((res) => {
|
|
238
|
+ self.goods = JSON.parse(res.data);
|
|
239
|
+ console.log(self.goods);
|
|
240
|
+ if (self.goods.skuList.length === 1) {
|
|
241
|
+ self.api
|
|
242
|
+ .post("/Order/AddCart", {
|
|
243
|
+ productId: pid,
|
|
244
|
+ count: 1,
|
|
245
|
+ skuId: self.goods.skuList[0].skuNo,
|
|
246
|
+ productSource: 1, // 优选,
|
|
247
|
+ })
|
|
248
|
+ .then((res) => {
|
|
249
|
+ uni.hideLoading();
|
|
250
|
+ this.fn.showToast("已成功加入购物车");
|
|
251
|
+ this.getCartNumber();
|
|
252
|
+ });
|
|
253
|
+ } else {
|
|
254
|
+ uni.hideLoading();
|
|
255
|
+ this.openSpec();
|
|
256
|
+ }
|
|
257
|
+ });
|
|
258
|
+ },
|
|
259
|
+ goDetail(val) {
|
|
260
|
+ const self = this;
|
|
261
|
+
|
|
262
|
+ self.router.push({
|
|
263
|
+ path: "/pages/recommend/detail",
|
|
264
|
+ query: {
|
|
265
|
+ goodsId: val.id || val.pid,
|
|
266
|
+ },
|
|
267
|
+ });
|
|
268
|
+ },
|
|
269
|
+ // 打开规则选项
|
|
270
|
+ openSpec() {
|
|
271
|
+ this.$refs.spec.open("cart", (res) => {
|
|
272
|
+ this.getCartNumber();
|
|
273
|
+ this.fn.showToast("已成功加入购物车");
|
|
274
|
+ });
|
|
275
|
+ },
|
|
276
|
+
|
|
277
|
+ // 获取购物车数量
|
|
278
|
+ getCartNumber() {
|
|
279
|
+ const self = this;
|
|
280
|
+ self.api.get("/Order/GetCartInfo",{productSource:1}).then((res) => {
|
|
281
|
+ this.cartInfo = res.data;
|
|
282
|
+ });
|
|
283
|
+ },
|
|
284
|
+
|
|
285
|
+ // 获取更多商品
|
|
286
|
+ getMoreGoods() {
|
|
287
|
+ const self = this;
|
|
288
|
+ this.moreLoading = true;
|
|
289
|
+ self.api
|
|
290
|
+ .get("/Product/GetHHSGProductList", {
|
|
291
|
+ pageIndex: self.page,
|
|
292
|
+ pageSize: 20,
|
|
293
|
+ aid: "1391692975070859265",
|
|
294
|
+ })
|
|
295
|
+ .then((res) => {
|
|
296
|
+ this.moreLoading = false;
|
|
297
|
+ let data = JSON.parse(res.data.list);
|
|
298
|
+ if (data.length) {
|
|
299
|
+ self.page++;
|
|
300
|
+ } else {
|
|
301
|
+ self.isHaveMore = false;
|
|
302
|
+ }
|
|
303
|
+
|
|
304
|
+ self.goodsList = self.goodsList.concat(data);
|
|
305
|
+ });
|
|
306
|
+ },
|
|
307
|
+
|
|
308
|
+ // 跳转到购物车
|
|
309
|
+ jumpCart() {
|
|
310
|
+ this.router.push({
|
|
311
|
+ isTabBer: true,
|
|
312
|
+ path: "/pages/cart/index",
|
|
313
|
+ });
|
|
314
|
+ },
|
|
315
|
+ },
|
|
316
|
+
|
|
317
|
+ // 数据计算
|
|
318
|
+ computed: {
|
|
319
|
+ user() {
|
|
320
|
+ return this.$store.state.user;
|
|
321
|
+ },
|
|
322
|
+ },
|
|
323
|
+
|
|
324
|
+ // 数据监听
|
|
325
|
+ watch: {},
|
|
326
|
+};
|
|
327
|
+</script>
|
|
328
|
+
|
|
329
|
+<style lang="scss" scoped>
|
|
330
|
+.page {
|
|
331
|
+ height: 100vh;
|
|
332
|
+ overflow: auto;
|
|
333
|
+ padding-bottom: px(185);
|
|
334
|
+}
|
|
335
|
+.head-main {
|
|
336
|
+ padding: px(45);
|
|
337
|
+ background: linear-gradient(#27a34f, #78d197);
|
|
338
|
+ font-size: px(44);
|
|
339
|
+ .user-info {
|
|
340
|
+ display: flex;
|
|
341
|
+ align-items: center;
|
|
342
|
+ justify-content: center;
|
|
343
|
+ }
|
|
344
|
+ .user-head {
|
|
345
|
+ width: px(70);
|
|
346
|
+ height: px(70);
|
|
347
|
+ border-radius: 50%;
|
|
348
|
+ background-color: #eee;
|
|
349
|
+ flex-shrink: 0;
|
|
350
|
+ margin-right: px(20);
|
|
351
|
+ /deep/ img {
|
|
352
|
+ width: px(60);
|
|
353
|
+ height: px(60);
|
|
354
|
+ }
|
|
355
|
+ }
|
|
356
|
+ .name {
|
|
357
|
+ color: #fff;
|
|
358
|
+ }
|
|
359
|
+ .line {
|
|
360
|
+ display: flex;
|
|
361
|
+ align-items: center;
|
|
362
|
+ justify-content: center;
|
|
363
|
+ margin-top: px(30);
|
|
364
|
+ }
|
|
365
|
+ .text {
|
|
366
|
+ font-size: px(40);
|
|
367
|
+ color: #fff;
|
|
368
|
+ padding: 0 px(20);
|
|
369
|
+ }
|
|
370
|
+ .line-ele {
|
|
371
|
+ height: 1px;
|
|
372
|
+ width: 35%;
|
|
373
|
+ background-color: #fff;
|
|
374
|
+ }
|
|
375
|
+}
|
|
376
|
+.good-list {
|
|
377
|
+ margin-top: px(60);
|
|
378
|
+ .item {
|
|
379
|
+ display: flex;
|
|
380
|
+ justify-content: space-between;
|
|
381
|
+ align-items: stretch;
|
|
382
|
+ background-color: #fff;
|
|
383
|
+ border-radius: px(20);
|
|
384
|
+ padding: px(30);
|
|
385
|
+ .good-img {
|
|
386
|
+ background-color: pink;
|
|
387
|
+ width: px(440);
|
|
388
|
+ height: px(440);
|
|
389
|
+ flex-shrink: 0;
|
|
390
|
+ margin-right: px(30);
|
|
391
|
+ /deep/ img {
|
|
392
|
+ width: px(440);
|
|
393
|
+ height: px(440);
|
|
394
|
+ }
|
|
395
|
+ }
|
|
396
|
+ .con {
|
|
397
|
+ width: 100%;
|
|
398
|
+ display: flex;
|
|
399
|
+ flex-direction: column;
|
|
400
|
+ justify-content: space-between;
|
|
401
|
+ .name {
|
|
402
|
+ font-size: px(44);
|
|
403
|
+ color: #333;
|
|
404
|
+ font-weight: bold;
|
|
405
|
+ @include omits(2);
|
|
406
|
+ }
|
|
407
|
+ .des {
|
|
408
|
+ font-size: px(40);
|
|
409
|
+ color: #888;
|
|
410
|
+ margin-top: px(20);
|
|
411
|
+ span ~ span {
|
|
412
|
+ margin-left: px(10);
|
|
413
|
+ padding-left: px(10);
|
|
414
|
+ border-left: 1px solid #f1f1f1;
|
|
415
|
+ }
|
|
416
|
+ }
|
|
417
|
+ .price {
|
|
418
|
+ color: #e30b00;
|
|
419
|
+ font-size: px(54);
|
|
420
|
+ margin-top: px(20);
|
|
421
|
+ .symbol {
|
|
422
|
+ font-size: px(40);
|
|
423
|
+ }
|
|
424
|
+ }
|
|
425
|
+ .tag-price {
|
|
426
|
+ margin-top: px(20);
|
|
427
|
+ color: #999;
|
|
428
|
+ text-decoration: line-through;
|
|
429
|
+ font-size: px(42);
|
|
430
|
+ .symbol {
|
|
431
|
+ font-size: px(40);
|
|
432
|
+ }
|
|
433
|
+ }
|
|
434
|
+ .tool {
|
|
435
|
+ display: flex;
|
|
436
|
+ justify-content: space-between;
|
|
437
|
+ align-items: center;
|
|
438
|
+ .btn {
|
|
439
|
+ width: 100%;
|
|
440
|
+ height: px(100);
|
|
441
|
+ border-radius: px(50);
|
|
442
|
+ display: flex;
|
|
443
|
+ align-items: center;
|
|
444
|
+ justify-content: center;
|
|
445
|
+ color: #fff;
|
|
446
|
+ font-size: px(40);
|
|
447
|
+ background-color: #27a34f;
|
|
448
|
+ }
|
|
449
|
+ }
|
|
450
|
+ }
|
|
451
|
+ }
|
|
452
|
+ .item ~ .item {
|
|
453
|
+ margin-top: px(30);
|
|
454
|
+ }
|
|
455
|
+}
|
|
456
|
+.navigation {
|
|
457
|
+ position: absolute;
|
|
458
|
+ bottom: 0;
|
|
459
|
+ left: 0;
|
|
460
|
+ z-index: 995;
|
|
461
|
+ display: flex;
|
|
462
|
+ justify-content: space-between;
|
|
463
|
+ align-items: center;
|
|
464
|
+ width: 100%;
|
|
465
|
+ height: px(185);
|
|
466
|
+ padding: 0 px(40);
|
|
467
|
+ background-color: #fff;
|
|
468
|
+ border-top: 1px solid #f1f1f1;
|
|
469
|
+
|
|
470
|
+ &--iphoneX {
|
|
471
|
+ height: px(215);
|
|
472
|
+ padding-bottom: px(30);
|
|
473
|
+ }
|
|
474
|
+
|
|
475
|
+ &__list {
|
|
476
|
+ display: flex;
|
|
477
|
+ justify-content: space-between;
|
|
478
|
+ align-items: center;
|
|
479
|
+ width: px(200);
|
|
480
|
+ }
|
|
481
|
+
|
|
482
|
+ &__item {
|
|
483
|
+ position: relative;
|
|
484
|
+ display: flex;
|
|
485
|
+ flex-direction: column;
|
|
486
|
+ justify-content: center;
|
|
487
|
+ align-items: center;
|
|
488
|
+ }
|
|
489
|
+
|
|
490
|
+ &__icon {
|
|
491
|
+ font-size: px(54);
|
|
492
|
+ color: #666;
|
|
493
|
+ }
|
|
494
|
+
|
|
495
|
+ &__text {
|
|
496
|
+ margin-top: px(20);
|
|
497
|
+ font-size: px(32);
|
|
498
|
+ color: #666;
|
|
499
|
+ }
|
|
500
|
+
|
|
501
|
+ &__num {
|
|
502
|
+ position: absolute;
|
|
503
|
+ top: 0;
|
|
504
|
+ right: 0;
|
|
505
|
+ z-index: 0;
|
|
506
|
+ display: flex;
|
|
507
|
+ justify-content: center;
|
|
508
|
+ align-items: center;
|
|
509
|
+ min-width: px(40);
|
|
510
|
+ height: px(40);
|
|
511
|
+ padding: 0 px(15);
|
|
512
|
+ transform: translate(30%, -30%);
|
|
513
|
+ font-size: px(26);
|
|
514
|
+ color: #fff;
|
|
515
|
+ border-radius: px(20);
|
|
516
|
+ background-color: #ff4421;
|
|
517
|
+ }
|
|
518
|
+
|
|
519
|
+ &__right {
|
|
520
|
+ display: flex;
|
|
521
|
+ justify-content: flex-end;
|
|
522
|
+ align-items: center;
|
|
523
|
+ flex: 1;
|
|
524
|
+ margin-left: px(40);
|
|
525
|
+ }
|
|
526
|
+
|
|
527
|
+ &__btn {
|
|
528
|
+ display: flex;
|
|
529
|
+ justify-content: center;
|
|
530
|
+ align-items: center;
|
|
531
|
+ width: px(270);
|
|
532
|
+ height: px(110);
|
|
533
|
+ font-size: px(40);
|
|
534
|
+ color: #fff;
|
|
535
|
+ border-radius: px(55);
|
|
536
|
+ background-color: #27a34f;
|
|
537
|
+ margin-left: px(20);
|
|
538
|
+ &--cart {
|
|
539
|
+ color: #262626;
|
|
540
|
+ background-color: #e5e5e5;
|
|
541
|
+ }
|
|
542
|
+ }
|
|
543
|
+
|
|
544
|
+ &__null {
|
|
545
|
+ display: flex;
|
|
546
|
+ justify-content: center;
|
|
547
|
+ align-items: center;
|
|
548
|
+ width: 100%;
|
|
549
|
+ height: px(110);
|
|
550
|
+ font-size: px(40);
|
|
551
|
+ color: #fff;
|
|
552
|
+ border-radius: px(55);
|
|
553
|
+ background-color: #e5e5e5;
|
|
554
|
+ }
|
|
555
|
+ .price {
|
|
556
|
+ font-size: px(40);
|
|
557
|
+ }
|
|
558
|
+ .symbol {
|
|
559
|
+ }
|
|
560
|
+ .symbol,
|
|
561
|
+ .num {
|
|
562
|
+ color: red;
|
|
563
|
+ }
|
|
564
|
+ .num {
|
|
565
|
+ font-size: px(50);
|
|
566
|
+ }
|
|
567
|
+}
|
|
568
|
+
|
|
569
|
+.more-loading {
|
|
570
|
+ font-size: px(40);
|
|
571
|
+ color: #999;
|
|
572
|
+ text-align: center;
|
|
573
|
+ padding: px(30);
|
|
574
|
+}
|
|
575
|
+.more-list {
|
|
576
|
+ padding: px(45);
|
|
577
|
+ background-color: #f1f1f1;
|
|
578
|
+}
|
|
579
|
+.more-tit {
|
|
580
|
+ font-size: px(50);
|
|
581
|
+ font-weight: bold;
|
|
582
|
+ text-align: center;
|
|
583
|
+ padding-top: px(30);
|
|
584
|
+}
|
|
585
|
+</style>
|