xiaoe_mp_npm 0.5.39 → 0.5.40-alpha2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.scss +37 -0
- package/miniprogram_dist/ConfirmOrder/components/ConfirmOrderContent/index.wxss +25 -1
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.scss +215 -0
- package/miniprogram_dist/ConfirmOrder/components/GoodsInfo/index.wxss +360 -36
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.scss +83 -0
- package/miniprogram_dist/ConfirmOrder/components/IntegralSelect/index.wxss +118 -14
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.scss +51 -0
- package/miniprogram_dist/ConfirmOrder/components/Invoice/index.wxss +46 -2
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.scss +32 -0
- package/miniprogram_dist/ConfirmOrder/components/LeaveWord/index.wxss +18 -2
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.scss +54 -0
- package/miniprogram_dist/ConfirmOrder/components/PayBar/index.wxss +55 -3
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.scss +41 -0
- package/miniprogram_dist/ConfirmOrder/components/PayDetail/index.wxss +35 -3
- package/miniprogram_dist/CouponList/components/CouponItem/index.js +83 -91
- package/miniprogram_dist/CouponList/components/CouponItem/index.scss +130 -132
- package/miniprogram_dist/CouponList/components/CouponItem/index.wxss +624 -78
- package/miniprogram_dist/CouponList/couponColumn/index.scss +106 -0
- package/miniprogram_dist/CouponList/couponColumn/index.wxss +159 -33
- package/miniprogram_dist/GoodsItem/index.js +21 -3
- package/miniprogram_dist/GoodsItem/index.scss +323 -0
- package/miniprogram_dist/GoodsItem/index.wxml +1 -1
- package/miniprogram_dist/GoodsItem/index.wxss +630 -85
- package/miniprogram_dist/GoodsRecommend/index.scss +154 -0
- package/miniprogram_dist/GoodsRecommend/index.wxss +289 -33
- package/miniprogram_dist/LiveGoodsList/Header/index.scss +71 -0
- package/miniprogram_dist/LiveGoodsList/Header/index.wxss +102 -10
- package/miniprogram_dist/LiveGoodsList/index.js +8 -1
- package/miniprogram_dist/LiveGoodsList/index.scss +80 -0
- package/miniprogram_dist/LiveGoodsList/index.wxml +56 -33
- package/miniprogram_dist/LiveGoodsList/index.wxss +123 -19
- package/miniprogram_dist/PayModule/button/index.scss +37 -0
- package/miniprogram_dist/PayModule/button/index.wxss +32 -4
- package/miniprogram_dist/common/utils/index.js +9 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.less +1 -0
- package/miniprogram_dist/coupon/components/CouponItem/index.scss +239 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.scss +319 -0
- package/miniprogram_dist/coupon/components/CouponSelect/index.wxss +594 -59
- package/miniprogram_dist/coupon/index.scss +75 -0
- package/miniprogram_dist/coupon/index.wxss +119 -15
- package/package.json +1 -1
- package/src/ConfirmOrder/components/ConfirmOrderContent/index.scss +37 -0
- package/src/ConfirmOrder/components/ConfirmOrderContent/index.wxss +29 -1
- package/src/ConfirmOrder/components/GoodsInfo/index.scss +215 -0
- package/src/ConfirmOrder/components/GoodsInfo/index.wxss +390 -39
- package/src/ConfirmOrder/components/IntegralSelect/index.scss +83 -0
- package/src/ConfirmOrder/components/IntegralSelect/index.wxss +129 -14
- package/src/ConfirmOrder/components/Invoice/index.scss +51 -0
- package/src/ConfirmOrder/components/Invoice/index.wxss +52 -2
- package/src/ConfirmOrder/components/LeaveWord/index.scss +32 -0
- package/src/ConfirmOrder/components/LeaveWord/index.wxss +21 -2
- package/src/ConfirmOrder/components/PayBar/index.scss +54 -0
- package/src/ConfirmOrder/components/PayBar/index.wxss +60 -3
- package/src/ConfirmOrder/components/PayDetail/index.scss +41 -0
- package/src/ConfirmOrder/components/PayDetail/index.wxss +39 -3
- package/src/CouponList/components/CouponItem/index.js +83 -91
- package/src/CouponList/components/CouponItem/index.scss +130 -132
- package/src/CouponList/components/CouponItem/index.wxss +625 -84
- package/src/CouponList/couponColumn/index.scss +106 -0
- package/src/CouponList/couponColumn/index.wxss +173 -33
- package/src/GoodsItem/index.js +21 -3
- package/src/GoodsItem/index.scss +323 -0
- package/src/GoodsItem/index.wxml +1 -1
- package/src/GoodsItem/index.wxss +673 -85
- package/src/GoodsRecommend/index.scss +154 -0
- package/src/GoodsRecommend/index.wxss +311 -33
- package/src/LiveGoodsList/Header/index.scss +71 -0
- package/src/LiveGoodsList/Header/index.wxss +109 -10
- package/src/LiveGoodsList/index.js +8 -1
- package/src/LiveGoodsList/index.scss +80 -0
- package/src/LiveGoodsList/index.wxml +56 -33
- package/src/LiveGoodsList/index.wxss +133 -19
- package/src/PayModule/button/index.scss +37 -0
- package/src/PayModule/button/index.wxss +35 -4
- package/src/common/utils/index.js +9 -0
- package/src/coupon/components/CouponItem/index.less +1 -0
- package/src/coupon/components/CouponItem/index.scss +239 -0
- package/src/coupon/components/CouponSelect/index.scss +319 -0
- package/src/coupon/components/CouponSelect/index.wxss +642 -59
- package/src/coupon/index.scss +75 -0
- package/src/coupon/index.wxss +128 -15
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
|
|
2
|
+
$deviceWidth: 750;
|
|
3
|
+
@function vmin($rpx) {
|
|
4
|
+
@return #{$rpx * 100 / $deviceWidth}vmin;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
@mixin goods-recommend-container {
|
|
9
|
+
width: 100%;
|
|
10
|
+
background-color: #ffffff;
|
|
11
|
+
padding-bottom: vmin(100);
|
|
12
|
+
|
|
13
|
+
.recommend-title {
|
|
14
|
+
font-size: vmin(32);
|
|
15
|
+
padding-left: vmin(32);
|
|
16
|
+
padding-top: vmin(32);
|
|
17
|
+
}
|
|
18
|
+
.goods-item {
|
|
19
|
+
display: flex;
|
|
20
|
+
padding: vmin(32) vmin(24) 0rpx vmin(24);
|
|
21
|
+
height: vmin(180);
|
|
22
|
+
.cover-picture {
|
|
23
|
+
margin-right: vmin(16);
|
|
24
|
+
position: relative;
|
|
25
|
+
.picture {
|
|
26
|
+
width: vmin(240);
|
|
27
|
+
height: vmin(180);
|
|
28
|
+
border-radius: vmin(16);
|
|
29
|
+
}
|
|
30
|
+
.marketing-type {
|
|
31
|
+
position: absolute;
|
|
32
|
+
font-size: vmin(20);
|
|
33
|
+
left: 0;
|
|
34
|
+
color: #807157;
|
|
35
|
+
padding: vmin(4) vmin(8);
|
|
36
|
+
top: 0;
|
|
37
|
+
border-radius: vmin(8) 0 vmin(8) 0;
|
|
38
|
+
}
|
|
39
|
+
.super-member {
|
|
40
|
+
background: linear-gradient(-45deg, rgba(51, 51, 51, 1) 0%, rgba(82, 82, 82, 1) 68%, rgba(51, 51, 51, 1) 100%);
|
|
41
|
+
color: #ffc166;
|
|
42
|
+
}
|
|
43
|
+
.else-activity {
|
|
44
|
+
color: #fff;
|
|
45
|
+
border: 0 solid rgba(0.5920000076293945, 0.5920000076293945, 0.5920000076293945, 1);
|
|
46
|
+
background: linear-gradient(270deg, rgba(254, 101, 0, 1) 0%, rgba(255, 65, 2, 1) 100%);
|
|
47
|
+
}
|
|
48
|
+
.goods-type {
|
|
49
|
+
position: absolute;
|
|
50
|
+
font-size: vmin(20);
|
|
51
|
+
right: vmin(12);
|
|
52
|
+
bottom: vmin(12);
|
|
53
|
+
padding: vmin(4) vmin(8);
|
|
54
|
+
color: #ffffff;
|
|
55
|
+
border-radius: vmin(8);
|
|
56
|
+
border: 0 solid rgba(0.5920000076293945, 0.5920000076293945, 0.5920000076293945, 1);
|
|
57
|
+
background: rgba(0, 0, 0, 0.25);
|
|
58
|
+
backdrop-filter: blur(10.17462539672851.56rem);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
.goods-info {
|
|
62
|
+
font-size: vmin(28);
|
|
63
|
+
display: flex;
|
|
64
|
+
flex-direction: column;
|
|
65
|
+
justify-content: space-between;
|
|
66
|
+
.goods-title {
|
|
67
|
+
font-weight: 600;
|
|
68
|
+
display: -webkit-box;
|
|
69
|
+
overflow: hidden;
|
|
70
|
+
text-overflow: ellipsis;
|
|
71
|
+
-webkit-box-orient: vertical;
|
|
72
|
+
-webkit-line-clamp: 2;
|
|
73
|
+
}
|
|
74
|
+
.price-watch {
|
|
75
|
+
display: flex;
|
|
76
|
+
justify-content: space-between;
|
|
77
|
+
align-items: center;
|
|
78
|
+
.goods-type {
|
|
79
|
+
font-size: vmin(24);
|
|
80
|
+
color: #ff5024;
|
|
81
|
+
font-weight: 700;
|
|
82
|
+
}
|
|
83
|
+
.goods-price {
|
|
84
|
+
width: 75%;
|
|
85
|
+
color: #b2b2b2;
|
|
86
|
+
font-weight: 700;
|
|
87
|
+
white-space: nowrap;
|
|
88
|
+
text-overflow: ellipsis;
|
|
89
|
+
overflow: hidden;
|
|
90
|
+
display: flex;
|
|
91
|
+
align-items: baseline;
|
|
92
|
+
.greenback-one {
|
|
93
|
+
font-size: vmin(32);
|
|
94
|
+
color: #ff5024;
|
|
95
|
+
}
|
|
96
|
+
.greenback {
|
|
97
|
+
font-size: vmin(24);
|
|
98
|
+
color: #ff5024;
|
|
99
|
+
}
|
|
100
|
+
.discount {
|
|
101
|
+
font-size: vmin(24);
|
|
102
|
+
margin-left: vmin(8);
|
|
103
|
+
text-decoration: line-through;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
.goods-watch {
|
|
107
|
+
text-align: right;
|
|
108
|
+
width: 25%;
|
|
109
|
+
white-space: nowrap;
|
|
110
|
+
text-overflow: ellipsis;
|
|
111
|
+
overflow: hidden;
|
|
112
|
+
font-size: vmin(20);
|
|
113
|
+
color: #b2b2b2;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
.empty {
|
|
119
|
+
width: 100%;
|
|
120
|
+
display: flex;
|
|
121
|
+
justify-content: center;
|
|
122
|
+
align-items: center;
|
|
123
|
+
flex-direction: column;
|
|
124
|
+
padding: vmin(80) 0;
|
|
125
|
+
.empty-text {
|
|
126
|
+
color: #9e9e9e;
|
|
127
|
+
font-size: vmin(32);
|
|
128
|
+
margin-top: vmin(32);
|
|
129
|
+
}
|
|
130
|
+
image {
|
|
131
|
+
width: vmin(176);
|
|
132
|
+
height: vmin(176);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.goods-recommend-container {
|
|
138
|
+
@include goods-recommend-container;
|
|
139
|
+
}
|
|
140
|
+
// 竖屏pad
|
|
141
|
+
@media screen and (min-width: 768px) and (orientation: portrait) {
|
|
142
|
+
$deviceWidth: 1536 !global;
|
|
143
|
+
.goods-recommend-container {
|
|
144
|
+
@include goods-recommend-container;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
// 横屏pad
|
|
148
|
+
@media screen and (min-height: 768px) and (orientation: landscape) {
|
|
149
|
+
$deviceWidth: 1536 !global;
|
|
150
|
+
.goods-recommend-container {
|
|
151
|
+
@include goods-recommend-container;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
|
|
@@ -1,64 +1,73 @@
|
|
|
1
1
|
.goods-recommend-container {
|
|
2
2
|
width: 100%;
|
|
3
3
|
background-color: #ffffff;
|
|
4
|
-
padding-bottom:
|
|
4
|
+
padding-bottom: 13.33333vmin;
|
|
5
5
|
}
|
|
6
|
+
|
|
6
7
|
.goods-recommend-container .recommend-title {
|
|
7
|
-
font-size:
|
|
8
|
-
padding-left:
|
|
9
|
-
padding-top:
|
|
8
|
+
font-size: 4.26667vmin;
|
|
9
|
+
padding-left: 4.26667vmin;
|
|
10
|
+
padding-top: 4.26667vmin;
|
|
10
11
|
}
|
|
12
|
+
|
|
11
13
|
.goods-recommend-container .goods-item {
|
|
12
14
|
display: flex;
|
|
13
|
-
padding:
|
|
14
|
-
height:
|
|
15
|
+
padding: 4.26667vmin 3.2vmin 0rpx 3.2vmin;
|
|
16
|
+
height: 24vmin;
|
|
15
17
|
}
|
|
18
|
+
|
|
16
19
|
.goods-recommend-container .goods-item .cover-picture {
|
|
17
|
-
margin-right:
|
|
20
|
+
margin-right: 2.13333vmin;
|
|
18
21
|
position: relative;
|
|
19
22
|
}
|
|
23
|
+
|
|
20
24
|
.goods-recommend-container .goods-item .cover-picture .picture {
|
|
21
|
-
width:
|
|
22
|
-
height:
|
|
23
|
-
border-radius:
|
|
25
|
+
width: 32vmin;
|
|
26
|
+
height: 24vmin;
|
|
27
|
+
border-radius: 2.13333vmin;
|
|
24
28
|
}
|
|
29
|
+
|
|
25
30
|
.goods-recommend-container .goods-item .cover-picture .marketing-type {
|
|
26
31
|
position: absolute;
|
|
27
|
-
font-size:
|
|
32
|
+
font-size: 2.66667vmin;
|
|
28
33
|
left: 0;
|
|
29
34
|
color: #807157;
|
|
30
|
-
padding:
|
|
35
|
+
padding: 0.53333vmin 1.06667vmin;
|
|
31
36
|
top: 0;
|
|
32
|
-
border-radius:
|
|
37
|
+
border-radius: 1.06667vmin 0 1.06667vmin 0;
|
|
33
38
|
}
|
|
39
|
+
|
|
34
40
|
.goods-recommend-container .goods-item .cover-picture .super-member {
|
|
35
41
|
background: linear-gradient(-45deg, #333333 0%, #525252 68%, #333333 100%);
|
|
36
42
|
color: #ffc166;
|
|
37
43
|
}
|
|
44
|
+
|
|
38
45
|
.goods-recommend-container .goods-item .cover-picture .else-activity {
|
|
39
46
|
color: #fff;
|
|
40
47
|
border: 0 solid #010101;
|
|
41
48
|
background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
|
|
42
49
|
}
|
|
50
|
+
|
|
43
51
|
.goods-recommend-container .goods-item .cover-picture .goods-type {
|
|
44
52
|
position: absolute;
|
|
45
|
-
font-size:
|
|
46
|
-
right:
|
|
47
|
-
bottom:
|
|
48
|
-
padding:
|
|
53
|
+
font-size: 2.66667vmin;
|
|
54
|
+
right: 1.6vmin;
|
|
55
|
+
bottom: 1.6vmin;
|
|
56
|
+
padding: 0.53333vmin 1.06667vmin;
|
|
49
57
|
color: #ffffff;
|
|
50
|
-
border-radius:
|
|
58
|
+
border-radius: 1.06667vmin;
|
|
51
59
|
border: 0 solid #010101;
|
|
52
60
|
background: rgba(0, 0, 0, 0.25);
|
|
53
|
-
backdrop-filter: blur(10.
|
|
61
|
+
backdrop-filter: blur(10.17463 0.56rem);
|
|
54
62
|
}
|
|
63
|
+
|
|
55
64
|
.goods-recommend-container .goods-item .goods-info {
|
|
56
|
-
font-size:
|
|
57
|
-
width: calc(100% - 256rpx);
|
|
65
|
+
font-size: 3.73333vmin;
|
|
58
66
|
display: flex;
|
|
59
67
|
flex-direction: column;
|
|
60
68
|
justify-content: space-between;
|
|
61
69
|
}
|
|
70
|
+
|
|
62
71
|
.goods-recommend-container .goods-item .goods-info .goods-title {
|
|
63
72
|
font-weight: 600;
|
|
64
73
|
display: -webkit-box;
|
|
@@ -67,17 +76,19 @@
|
|
|
67
76
|
-webkit-box-orient: vertical;
|
|
68
77
|
-webkit-line-clamp: 2;
|
|
69
78
|
}
|
|
79
|
+
|
|
70
80
|
.goods-recommend-container .goods-item .goods-info .price-watch {
|
|
71
81
|
display: flex;
|
|
72
|
-
margin-top: 60rpx;
|
|
73
82
|
justify-content: space-between;
|
|
74
83
|
align-items: center;
|
|
75
84
|
}
|
|
85
|
+
|
|
76
86
|
.goods-recommend-container .goods-item .goods-info .price-watch .goods-type {
|
|
77
|
-
font-size:
|
|
87
|
+
font-size: 3.2vmin;
|
|
78
88
|
color: #ff5024;
|
|
79
89
|
font-weight: 700;
|
|
80
90
|
}
|
|
91
|
+
|
|
81
92
|
.goods-recommend-container .goods-item .goods-info .price-watch .goods-price {
|
|
82
93
|
width: 75%;
|
|
83
94
|
color: #b2b2b2;
|
|
@@ -88,42 +99,309 @@
|
|
|
88
99
|
display: flex;
|
|
89
100
|
align-items: baseline;
|
|
90
101
|
}
|
|
102
|
+
|
|
91
103
|
.goods-recommend-container .goods-item .goods-info .price-watch .goods-price .greenback-one {
|
|
92
|
-
font-size:
|
|
104
|
+
font-size: 4.26667vmin;
|
|
93
105
|
color: #ff5024;
|
|
94
106
|
}
|
|
107
|
+
|
|
95
108
|
.goods-recommend-container .goods-item .goods-info .price-watch .goods-price .greenback {
|
|
96
|
-
font-size:
|
|
109
|
+
font-size: 3.2vmin;
|
|
97
110
|
color: #ff5024;
|
|
98
111
|
}
|
|
112
|
+
|
|
99
113
|
.goods-recommend-container .goods-item .goods-info .price-watch .goods-price .discount {
|
|
100
|
-
font-size:
|
|
101
|
-
margin-left:
|
|
114
|
+
font-size: 3.2vmin;
|
|
115
|
+
margin-left: 1.06667vmin;
|
|
102
116
|
text-decoration: line-through;
|
|
103
117
|
}
|
|
118
|
+
|
|
104
119
|
.goods-recommend-container .goods-item .goods-info .price-watch .goods-watch {
|
|
105
120
|
text-align: right;
|
|
106
121
|
width: 25%;
|
|
107
122
|
white-space: nowrap;
|
|
108
123
|
text-overflow: ellipsis;
|
|
109
124
|
overflow: hidden;
|
|
110
|
-
font-size:
|
|
125
|
+
font-size: 2.66667vmin;
|
|
111
126
|
color: #b2b2b2;
|
|
112
127
|
}
|
|
128
|
+
|
|
113
129
|
.goods-recommend-container .empty {
|
|
114
130
|
width: 100%;
|
|
115
131
|
display: flex;
|
|
116
132
|
justify-content: center;
|
|
117
133
|
align-items: center;
|
|
118
134
|
flex-direction: column;
|
|
119
|
-
padding:
|
|
135
|
+
padding: 10.66667vmin 0;
|
|
120
136
|
}
|
|
137
|
+
|
|
121
138
|
.goods-recommend-container .empty .empty-text {
|
|
122
139
|
color: #9e9e9e;
|
|
123
|
-
font-size:
|
|
124
|
-
margin-top:
|
|
140
|
+
font-size: 4.26667vmin;
|
|
141
|
+
margin-top: 4.26667vmin;
|
|
125
142
|
}
|
|
143
|
+
|
|
126
144
|
.goods-recommend-container .empty image {
|
|
127
|
-
width:
|
|
128
|
-
height:
|
|
145
|
+
width: 23.46667vmin;
|
|
146
|
+
height: 23.46667vmin;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
@media screen and (min-width: 768px) and (orientation: portrait) {
|
|
150
|
+
.goods-recommend-container {
|
|
151
|
+
width: 100%;
|
|
152
|
+
background-color: #ffffff;
|
|
153
|
+
padding-bottom: 6.51042vmin;
|
|
154
|
+
}
|
|
155
|
+
.goods-recommend-container .recommend-title {
|
|
156
|
+
font-size: 2.08333vmin;
|
|
157
|
+
padding-left: 2.08333vmin;
|
|
158
|
+
padding-top: 2.08333vmin;
|
|
159
|
+
}
|
|
160
|
+
.goods-recommend-container .goods-item {
|
|
161
|
+
display: flex;
|
|
162
|
+
padding: 2.08333vmin 1.5625vmin 0rpx 1.5625vmin;
|
|
163
|
+
height: 11.71875vmin;
|
|
164
|
+
}
|
|
165
|
+
.goods-recommend-container .goods-item .cover-picture {
|
|
166
|
+
margin-right: 1.04167vmin;
|
|
167
|
+
position: relative;
|
|
168
|
+
}
|
|
169
|
+
.goods-recommend-container .goods-item .cover-picture .picture {
|
|
170
|
+
width: 15.625vmin;
|
|
171
|
+
height: 11.71875vmin;
|
|
172
|
+
border-radius: 1.04167vmin;
|
|
173
|
+
}
|
|
174
|
+
.goods-recommend-container .goods-item .cover-picture .marketing-type {
|
|
175
|
+
position: absolute;
|
|
176
|
+
font-size: 1.30208vmin;
|
|
177
|
+
left: 0;
|
|
178
|
+
color: #807157;
|
|
179
|
+
padding: 0.26042vmin 0.52083vmin;
|
|
180
|
+
top: 0;
|
|
181
|
+
border-radius: 0.52083vmin 0 0.52083vmin 0;
|
|
182
|
+
}
|
|
183
|
+
.goods-recommend-container .goods-item .cover-picture .super-member {
|
|
184
|
+
background: linear-gradient(-45deg, #333333 0%, #525252 68%, #333333 100%);
|
|
185
|
+
color: #ffc166;
|
|
186
|
+
}
|
|
187
|
+
.goods-recommend-container .goods-item .cover-picture .else-activity {
|
|
188
|
+
color: #fff;
|
|
189
|
+
border: 0 solid #010101;
|
|
190
|
+
background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
|
|
191
|
+
}
|
|
192
|
+
.goods-recommend-container .goods-item .cover-picture .goods-type {
|
|
193
|
+
position: absolute;
|
|
194
|
+
font-size: 1.30208vmin;
|
|
195
|
+
right: 0.78125vmin;
|
|
196
|
+
bottom: 0.78125vmin;
|
|
197
|
+
padding: 0.26042vmin 0.52083vmin;
|
|
198
|
+
color: #ffffff;
|
|
199
|
+
border-radius: 0.52083vmin;
|
|
200
|
+
border: 0 solid #010101;
|
|
201
|
+
background: rgba(0, 0, 0, 0.25);
|
|
202
|
+
backdrop-filter: blur(10.17463 0.56rem);
|
|
203
|
+
}
|
|
204
|
+
.goods-recommend-container .goods-item .goods-info {
|
|
205
|
+
font-size: 1.82292vmin;
|
|
206
|
+
display: flex;
|
|
207
|
+
flex-direction: column;
|
|
208
|
+
justify-content: space-between;
|
|
209
|
+
}
|
|
210
|
+
.goods-recommend-container .goods-item .goods-info .goods-title {
|
|
211
|
+
font-weight: 600;
|
|
212
|
+
display: -webkit-box;
|
|
213
|
+
overflow: hidden;
|
|
214
|
+
text-overflow: ellipsis;
|
|
215
|
+
-webkit-box-orient: vertical;
|
|
216
|
+
-webkit-line-clamp: 2;
|
|
217
|
+
}
|
|
218
|
+
.goods-recommend-container .goods-item .goods-info .price-watch {
|
|
219
|
+
display: flex;
|
|
220
|
+
justify-content: space-between;
|
|
221
|
+
align-items: center;
|
|
222
|
+
}
|
|
223
|
+
.goods-recommend-container .goods-item .goods-info .price-watch .goods-type {
|
|
224
|
+
font-size: 1.5625vmin;
|
|
225
|
+
color: #ff5024;
|
|
226
|
+
font-weight: 700;
|
|
227
|
+
}
|
|
228
|
+
.goods-recommend-container .goods-item .goods-info .price-watch .goods-price {
|
|
229
|
+
width: 75%;
|
|
230
|
+
color: #b2b2b2;
|
|
231
|
+
font-weight: 700;
|
|
232
|
+
white-space: nowrap;
|
|
233
|
+
text-overflow: ellipsis;
|
|
234
|
+
overflow: hidden;
|
|
235
|
+
display: flex;
|
|
236
|
+
align-items: baseline;
|
|
237
|
+
}
|
|
238
|
+
.goods-recommend-container .goods-item .goods-info .price-watch .goods-price .greenback-one {
|
|
239
|
+
font-size: 2.08333vmin;
|
|
240
|
+
color: #ff5024;
|
|
241
|
+
}
|
|
242
|
+
.goods-recommend-container .goods-item .goods-info .price-watch .goods-price .greenback {
|
|
243
|
+
font-size: 1.5625vmin;
|
|
244
|
+
color: #ff5024;
|
|
245
|
+
}
|
|
246
|
+
.goods-recommend-container .goods-item .goods-info .price-watch .goods-price .discount {
|
|
247
|
+
font-size: 1.5625vmin;
|
|
248
|
+
margin-left: 0.52083vmin;
|
|
249
|
+
text-decoration: line-through;
|
|
250
|
+
}
|
|
251
|
+
.goods-recommend-container .goods-item .goods-info .price-watch .goods-watch {
|
|
252
|
+
text-align: right;
|
|
253
|
+
width: 25%;
|
|
254
|
+
white-space: nowrap;
|
|
255
|
+
text-overflow: ellipsis;
|
|
256
|
+
overflow: hidden;
|
|
257
|
+
font-size: 1.30208vmin;
|
|
258
|
+
color: #b2b2b2;
|
|
259
|
+
}
|
|
260
|
+
.goods-recommend-container .empty {
|
|
261
|
+
width: 100%;
|
|
262
|
+
display: flex;
|
|
263
|
+
justify-content: center;
|
|
264
|
+
align-items: center;
|
|
265
|
+
flex-direction: column;
|
|
266
|
+
padding: 5.20833vmin 0;
|
|
267
|
+
}
|
|
268
|
+
.goods-recommend-container .empty .empty-text {
|
|
269
|
+
color: #9e9e9e;
|
|
270
|
+
font-size: 2.08333vmin;
|
|
271
|
+
margin-top: 2.08333vmin;
|
|
272
|
+
}
|
|
273
|
+
.goods-recommend-container .empty image {
|
|
274
|
+
width: 11.45833vmin;
|
|
275
|
+
height: 11.45833vmin;
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
@media screen and (min-height: 768px) and (orientation: landscape) {
|
|
280
|
+
.goods-recommend-container {
|
|
281
|
+
width: 100%;
|
|
282
|
+
background-color: #ffffff;
|
|
283
|
+
padding-bottom: 6.51042vmin;
|
|
284
|
+
}
|
|
285
|
+
.goods-recommend-container .recommend-title {
|
|
286
|
+
font-size: 2.08333vmin;
|
|
287
|
+
padding-left: 2.08333vmin;
|
|
288
|
+
padding-top: 2.08333vmin;
|
|
289
|
+
}
|
|
290
|
+
.goods-recommend-container .goods-item {
|
|
291
|
+
display: flex;
|
|
292
|
+
padding: 2.08333vmin 1.5625vmin 0rpx 1.5625vmin;
|
|
293
|
+
height: 11.71875vmin;
|
|
294
|
+
}
|
|
295
|
+
.goods-recommend-container .goods-item .cover-picture {
|
|
296
|
+
margin-right: 1.04167vmin;
|
|
297
|
+
position: relative;
|
|
298
|
+
}
|
|
299
|
+
.goods-recommend-container .goods-item .cover-picture .picture {
|
|
300
|
+
width: 15.625vmin;
|
|
301
|
+
height: 11.71875vmin;
|
|
302
|
+
border-radius: 1.04167vmin;
|
|
303
|
+
}
|
|
304
|
+
.goods-recommend-container .goods-item .cover-picture .marketing-type {
|
|
305
|
+
position: absolute;
|
|
306
|
+
font-size: 1.30208vmin;
|
|
307
|
+
left: 0;
|
|
308
|
+
color: #807157;
|
|
309
|
+
padding: 0.26042vmin 0.52083vmin;
|
|
310
|
+
top: 0;
|
|
311
|
+
border-radius: 0.52083vmin 0 0.52083vmin 0;
|
|
312
|
+
}
|
|
313
|
+
.goods-recommend-container .goods-item .cover-picture .super-member {
|
|
314
|
+
background: linear-gradient(-45deg, #333333 0%, #525252 68%, #333333 100%);
|
|
315
|
+
color: #ffc166;
|
|
316
|
+
}
|
|
317
|
+
.goods-recommend-container .goods-item .cover-picture .else-activity {
|
|
318
|
+
color: #fff;
|
|
319
|
+
border: 0 solid #010101;
|
|
320
|
+
background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
|
|
321
|
+
}
|
|
322
|
+
.goods-recommend-container .goods-item .cover-picture .goods-type {
|
|
323
|
+
position: absolute;
|
|
324
|
+
font-size: 1.30208vmin;
|
|
325
|
+
right: 0.78125vmin;
|
|
326
|
+
bottom: 0.78125vmin;
|
|
327
|
+
padding: 0.26042vmin 0.52083vmin;
|
|
328
|
+
color: #ffffff;
|
|
329
|
+
border-radius: 0.52083vmin;
|
|
330
|
+
border: 0 solid #010101;
|
|
331
|
+
background: rgba(0, 0, 0, 0.25);
|
|
332
|
+
backdrop-filter: blur(10.17463 0.56rem);
|
|
333
|
+
}
|
|
334
|
+
.goods-recommend-container .goods-item .goods-info {
|
|
335
|
+
font-size: 1.82292vmin;
|
|
336
|
+
display: flex;
|
|
337
|
+
flex-direction: column;
|
|
338
|
+
justify-content: space-between;
|
|
339
|
+
}
|
|
340
|
+
.goods-recommend-container .goods-item .goods-info .goods-title {
|
|
341
|
+
font-weight: 600;
|
|
342
|
+
display: -webkit-box;
|
|
343
|
+
overflow: hidden;
|
|
344
|
+
text-overflow: ellipsis;
|
|
345
|
+
-webkit-box-orient: vertical;
|
|
346
|
+
-webkit-line-clamp: 2;
|
|
347
|
+
}
|
|
348
|
+
.goods-recommend-container .goods-item .goods-info .price-watch {
|
|
349
|
+
display: flex;
|
|
350
|
+
justify-content: space-between;
|
|
351
|
+
align-items: center;
|
|
352
|
+
}
|
|
353
|
+
.goods-recommend-container .goods-item .goods-info .price-watch .goods-type {
|
|
354
|
+
font-size: 1.5625vmin;
|
|
355
|
+
color: #ff5024;
|
|
356
|
+
font-weight: 700;
|
|
357
|
+
}
|
|
358
|
+
.goods-recommend-container .goods-item .goods-info .price-watch .goods-price {
|
|
359
|
+
width: 75%;
|
|
360
|
+
color: #b2b2b2;
|
|
361
|
+
font-weight: 700;
|
|
362
|
+
white-space: nowrap;
|
|
363
|
+
text-overflow: ellipsis;
|
|
364
|
+
overflow: hidden;
|
|
365
|
+
display: flex;
|
|
366
|
+
align-items: baseline;
|
|
367
|
+
}
|
|
368
|
+
.goods-recommend-container .goods-item .goods-info .price-watch .goods-price .greenback-one {
|
|
369
|
+
font-size: 2.08333vmin;
|
|
370
|
+
color: #ff5024;
|
|
371
|
+
}
|
|
372
|
+
.goods-recommend-container .goods-item .goods-info .price-watch .goods-price .greenback {
|
|
373
|
+
font-size: 1.5625vmin;
|
|
374
|
+
color: #ff5024;
|
|
375
|
+
}
|
|
376
|
+
.goods-recommend-container .goods-item .goods-info .price-watch .goods-price .discount {
|
|
377
|
+
font-size: 1.5625vmin;
|
|
378
|
+
margin-left: 0.52083vmin;
|
|
379
|
+
text-decoration: line-through;
|
|
380
|
+
}
|
|
381
|
+
.goods-recommend-container .goods-item .goods-info .price-watch .goods-watch {
|
|
382
|
+
text-align: right;
|
|
383
|
+
width: 25%;
|
|
384
|
+
white-space: nowrap;
|
|
385
|
+
text-overflow: ellipsis;
|
|
386
|
+
overflow: hidden;
|
|
387
|
+
font-size: 1.30208vmin;
|
|
388
|
+
color: #b2b2b2;
|
|
389
|
+
}
|
|
390
|
+
.goods-recommend-container .empty {
|
|
391
|
+
width: 100%;
|
|
392
|
+
display: flex;
|
|
393
|
+
justify-content: center;
|
|
394
|
+
align-items: center;
|
|
395
|
+
flex-direction: column;
|
|
396
|
+
padding: 5.20833vmin 0;
|
|
397
|
+
}
|
|
398
|
+
.goods-recommend-container .empty .empty-text {
|
|
399
|
+
color: #9e9e9e;
|
|
400
|
+
font-size: 2.08333vmin;
|
|
401
|
+
margin-top: 2.08333vmin;
|
|
402
|
+
}
|
|
403
|
+
.goods-recommend-container .empty image {
|
|
404
|
+
width: 11.45833vmin;
|
|
405
|
+
height: 11.45833vmin;
|
|
406
|
+
}
|
|
129
407
|
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
$deviceWidth: 750;
|
|
2
|
+
@function vmin($rpx) {
|
|
3
|
+
@return #{$rpx * 100 / $deviceWidth}vmin;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
@mixin popup-header{
|
|
7
|
+
padding: vmin(24) vmin(32);
|
|
8
|
+
height: vmin(48);
|
|
9
|
+
top: auto;
|
|
10
|
+
display: flex;
|
|
11
|
+
justify-content: space-between;
|
|
12
|
+
align-items: center;
|
|
13
|
+
.head-right-txt {
|
|
14
|
+
display: inline-block;
|
|
15
|
+
text-align: right;
|
|
16
|
+
min-width: vmin(104);
|
|
17
|
+
font-size: vmin(40);
|
|
18
|
+
}
|
|
19
|
+
.popup-header-title{
|
|
20
|
+
color: rgba(51,51,51,1);
|
|
21
|
+
font-size: vmin(32);
|
|
22
|
+
font-weight: 500;
|
|
23
|
+
font-family: "PingFang SC";
|
|
24
|
+
}
|
|
25
|
+
.van-action-sheet__left {
|
|
26
|
+
color: #c8c9cc;
|
|
27
|
+
font-size: vmin(22);
|
|
28
|
+
line-height: inherit;
|
|
29
|
+
display: flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
min-width: vmin(104);
|
|
32
|
+
|
|
33
|
+
.order-icon {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
width: vmin(40);
|
|
36
|
+
height: vmin(40);
|
|
37
|
+
-moz-background-size: 100% 100%;
|
|
38
|
+
background-size: 100% 100%;
|
|
39
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANHSURBVHgB7ZzPcdpQEId/yAwXH0IJdBCoINCBXYHlYRAcSQekAnPk34yVCuxUYDowJagEc4ADM0D2xTplkvDEaldE3m+GEYeHkD6e3q7eWwQYhvEfU4ESg8GgcTweh/T2E2RZVyqV8WQySaCAisBer9ekzQudWB06vNGP1ZnP5ysIE0ABEveoKM9RD4LgAQqoCCSaUIZ6YBsKaAksLWePgRQU2vQr38AjKFC7EAVAw0bs0WxNx7eczWbPOIPMAl1AoAN7orcNlIuERN5mDTyZBLpedzgcXpATrodMp9N7MIiiKKbNHXKCgk+HUqCld3vfhi6PI3mPKDl0jk9hGHpnDN4C9/u9S4IbKD/1Wq029G1c9W1Il9sX5IxLNfr9PqtX0z5yPy68Dwkjn4beAiGTyzWKitAnaPg2zCLwj/gEAhrojygASk3+GSTzCECWSDNREUiX6Rv0SaCA1mTCN+jzHQqoCKSxaEwbJzGBPAm9vtJ3jqAAO4j4kp7QCCXDgggTE8jEBDIxgUxMIBMTyMQEMjGBTEwgE/E7kbQq4YHuh9vQZUXrG7fSJR6iPdCto+C9pKMNfZq0vvGaHoMYogLdOopyScfv1NO1HDFEBRYs7xd0GYtWg0kHEfHqqFO4qgMIIipwt9vFKFbiiqbRRCdWRaNwHMduKr9FkTikS0li+fGvUABZXV9fi89Kq0yozufzmDYxSogl0kxMIBMTyMQEMjGBTMSj8HA4rG82mztKY3IpTkrLcVUWzX0QF7jdbl/pls5VYSEnwiiKhpSkd9I8s1BEL2GXQEOmKLNZq9VCXADSkwltCEH7/owLQFSgZFUW3aqtcQGICry6uhpLSHT7dPvGBSAq0E2n04m26HJbIifS6amO1r8xTyEehdMT7aCkWCLNxAQyMYFMTCATE8jEBDIxgUxMIBMTyMQEMjGBTEwgExPIxAQyMYFMTCATE8jEBDIxgUzYayLuuS9RFIX4oGTpgQk+Dt513VkEXkxBjwI/fBt6C9ztduOCnv+iTRIEQezb2Fugq4RyDyhEiXEd5HA43GdZtM8UhReLxZK+pIVyjocJvTruHDN85vxnqHa73ZtqtdqG/IO1pVnv9/vnrOIMwygFPwHK0g4OEWNPBgAAAABJRU5ErkJggg==");
|
|
40
|
+
}
|
|
41
|
+
.head-left-txt {
|
|
42
|
+
opacity: 1;
|
|
43
|
+
color: #666666;
|
|
44
|
+
font-size: vmin(28);
|
|
45
|
+
font-weight: 500;
|
|
46
|
+
font-family: "PingFang SC";
|
|
47
|
+
margin-left: vmin(8);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
.popup-header {
|
|
54
|
+
@include popup-header;
|
|
55
|
+
}
|
|
56
|
+
// 竖屏pad
|
|
57
|
+
@media screen and (min-width: 768px) and (orientation: portrait) {
|
|
58
|
+
$deviceWidth: 1536 !global;
|
|
59
|
+
|
|
60
|
+
.popup-header {
|
|
61
|
+
@include popup-header;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
// 横屏pad
|
|
65
|
+
@media screen and (min-height: 768px) and (orientation: landscape) {
|
|
66
|
+
$deviceWidth: 1536 !global;
|
|
67
|
+
|
|
68
|
+
.popup-header {
|
|
69
|
+
@include popup-header;
|
|
70
|
+
}
|
|
71
|
+
}
|