s-material-react 1.3.31 → 1.3.33
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/css/common/card.scss +6 -2
- package/css/pages/articleDetail.scss +19 -0
- package/css/pages/cart.scss +21 -6
- package/css/pages/collectionList.scss +3 -0
- package/css/pages/couponList.scss +17 -17
- package/css/pages/cube.scss +52 -1
- package/css/pages/footprint.scss +4 -1
- package/css/pages/goodsClassify.scss +1 -2
- package/css/pages/goodsDetail.scss +196 -178
- package/css/pages/index.scss +5 -1
- package/css/pages/mineFunction.scss +2 -0
- package/css/pages/mineOrderEntry.scss +4 -4
- package/css/pages/placeOrderGroup.scss +161 -0
- package/css/pages/search.scss +15 -0
- package/css/pages/searchStyleTwo.scss +23 -0
- package/dist/common/card/index.d.ts +2 -1
- package/dist/common/coupon/index.d.ts +2 -1
- package/dist/common/scrollWrap/index.d.ts +2 -1
- package/dist/components/ArticleDetail/index.d.ts +3 -1
- package/dist/components/Cube/index.d.ts +4 -1
- package/dist/components/GoodsDetail/components/goodsBanner.d.ts +3 -0
- package/dist/components/GoodsDetail/components/goodsDetailAndEvaluate.d.ts +3 -0
- package/dist/components/GoodsDetail/components/goodsDetailCollection.d.ts +2 -1
- package/dist/components/GoodsDetail/components/goodsDetailCoupon.d.ts +2 -2
- package/dist/components/GoodsDetail/components/goodsDetailHandleBar.d.ts +3 -1
- package/dist/components/GoodsDetail/components/goodsDetailInfo.d.ts +3 -1
- package/dist/components/GoodsDetail/components/goodsDetailPopup.d.ts +6 -2
- package/dist/components/GoodsDetail/components/goodsDetailPromotion.d.ts +3 -1
- package/dist/components/GoodsDetail/components/goodsDetailSize.d.ts +3 -2
- package/dist/components/GoodsDetail/components/goodsInfo.d.ts +3 -0
- package/dist/components/GoodsDetail/components/index.d.ts +5 -5
- package/dist/components/GoodsDetail/index.d.ts +2 -4
- package/dist/components/GoodsDetailSwiper/index.d.ts +1 -0
- package/dist/components/GoodsGroup/index.d.ts +1 -0
- package/dist/components/Mine/MineData/index.d.ts +8 -0
- package/dist/components/Mine/MineFunction/index.d.ts +6 -0
- package/dist/components/Mine/MineOrderEntry/index.d.ts +5 -0
- package/dist/components/Mine/index.d.ts +3 -8
- package/dist/components/PaymentMode/index.d.ts +2 -1
- package/dist/components/PlaceOrder/components/index.d.ts +1 -1
- package/dist/components/PlaceOrder/components/{address.d.ts → orderAddress.d.ts} +1 -1
- package/dist/components/PlaceOrder/index.d.ts +2 -3
- package/dist/components/PlaceOrderGroup/PlaceOrderAddress/index.d.ts +3 -0
- package/dist/components/PlaceOrderGroup/PlaceOrderAddress/orderAddress.d.ts +12 -0
- package/dist/components/PlaceOrderGroup/PlaceOrderCoupon/index.d.ts +2 -0
- package/dist/components/PlaceOrderGroup/PlaceOrderDelivery/index.d.ts +3 -0
- package/dist/components/PlaceOrderGroup/PlaceOrderGood/index.d.ts +2 -0
- package/dist/components/PlaceOrderGroup/PlaceOrderInfo/index.d.ts +2 -0
- package/dist/components/PlaceOrderGroup/PlaceOrderOperate/index.d.ts +14 -0
- package/dist/components/PlaceOrderGroup/index.d.ts +6 -0
- package/dist/components/PlaceOrderResult/index.d.ts +2 -1
- package/dist/components/Search/Search/index.d.ts +18 -0
- package/dist/components/Search/SearchStyleTwo/index.d.ts +18 -0
- package/dist/components/Search/index.d.ts +2 -14
- package/dist/components/Slider/index.d.ts +3 -1
- package/dist/components/goodsDetailGroup/GoodsDetailAndEvaluate/goodsDetailEvaluate.d.ts +1 -0
- package/dist/components/goodsDetailGroup/GoodsDetailAndEvaluate/goodsDetailInfo.d.ts +3 -0
- package/dist/components/goodsDetailGroup/GoodsDetailAndEvaluate/index.d.ts +7 -0
- package/dist/components/goodsDetailGroup/GoodsDetailBanner/index.d.ts +8 -0
- package/dist/components/goodsDetailGroup/GoodsDetailCoupon/index.d.ts +3 -0
- package/dist/components/goodsDetailGroup/GoodsDetailHandleBar/goodsDetailPopup.d.ts +10 -0
- package/dist/components/goodsDetailGroup/GoodsDetailHandleBar/index.d.ts +14 -0
- package/dist/components/goodsDetailGroup/GoodsDetailInfo/goodsDetailCollection.d.ts +2 -0
- package/dist/components/goodsDetailGroup/GoodsDetailInfo/index.d.ts +10 -0
- package/dist/components/goodsDetailGroup/GoodsDetailPromotion/index.d.ts +3 -0
- package/dist/components/goodsDetailGroup/GoodsDetailSku/goodsDetailPopup.d.ts +10 -0
- package/dist/components/goodsDetailGroup/GoodsDetailSku/index.d.ts +6 -0
- package/dist/components/goodsDetailGroup/index.d.ts +7 -0
- package/dist/components/index.d.ts +2 -4
- package/dist/hooks/useDynamicHeight.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/utils/util.d.ts +1 -1
- package/package.json +2 -3
- package/dist/components/GoodsDetailPromotion/index.d.ts +0 -1
- package/dist/components/Mine/components/index.d.ts +0 -2
- package/dist/components/Mine/components/menuList.d.ts +0 -1
- package/dist/components/Mine/components/orderEntry.d.ts +0 -1
- package/dist/components/MineData/index.d.ts +0 -8
- package/dist/components/MineFunction/index.d.ts +0 -1
- package/dist/components/MineOrderEntry/index.d.ts +0 -1
- package/dist/routerMap/index.d.ts +0 -21
package/css/common/card.scss
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
grid-template-columns: 1fr 60px;
|
|
19
19
|
grid-auto-flow: dense;
|
|
20
20
|
line-height: 18px;
|
|
21
|
-
|
|
21
|
+
justify-content: space-between;
|
|
22
22
|
&-title {
|
|
23
23
|
@include titleLine(2);
|
|
24
24
|
font-size: 13px;
|
|
@@ -33,11 +33,15 @@
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
&-sub {
|
|
36
|
-
display:
|
|
36
|
+
display: grid;
|
|
37
|
+
grid-template-columns: 1fr 60px;
|
|
37
38
|
justify-content: space-between;
|
|
38
39
|
color: #999999;
|
|
39
40
|
font-size: 13px;
|
|
40
41
|
margin-bottom: 3px;
|
|
42
|
+
.count {
|
|
43
|
+
text-align: right;
|
|
44
|
+
}
|
|
41
45
|
}
|
|
42
46
|
|
|
43
47
|
&-tips {
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
.articleDetail {
|
|
2
|
+
padding: 0 15px;
|
|
3
|
+
|
|
4
|
+
.title {
|
|
5
|
+
font-size: 20px;
|
|
6
|
+
text-align: center;
|
|
7
|
+
margin-bottom: 10px;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.author {
|
|
11
|
+
font-size: 14px;
|
|
12
|
+
text-align: center;
|
|
13
|
+
margin-bottom: 10px;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.content {
|
|
17
|
+
font-size: 12px;
|
|
18
|
+
}
|
|
19
|
+
}
|
package/css/pages/cart.scss
CHANGED
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
border-radius: 10px;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
.info {
|
|
65
|
-
.goodsName {
|
|
64
|
+
.cartItem-info {
|
|
65
|
+
.cartItem-goodsName {
|
|
66
66
|
font-size: 14px;
|
|
67
67
|
min-height: 28px;
|
|
68
68
|
line-height: 17px;
|
|
@@ -72,14 +72,14 @@
|
|
|
72
72
|
text-align: left;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
.size {
|
|
75
|
+
.cartItem-size {
|
|
76
76
|
font-size: 12px;
|
|
77
77
|
color: #bababa;
|
|
78
78
|
margin-bottom: 6px;
|
|
79
79
|
text-align: left;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
.handleWrap {
|
|
82
|
+
.cartItem-handleWrap {
|
|
83
83
|
display: flex;
|
|
84
84
|
justify-content: space-between;
|
|
85
85
|
|
|
@@ -96,16 +96,22 @@
|
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
+
|
|
99
100
|
//}
|
|
100
101
|
|
|
101
102
|
.dashboard {
|
|
103
|
+
height: 50px;
|
|
104
|
+
line-height: 50px;
|
|
102
105
|
width: 100%;
|
|
103
|
-
padding:
|
|
106
|
+
padding: 0 10px;
|
|
104
107
|
box-sizing: border-box;
|
|
105
108
|
display: flex;
|
|
106
109
|
justify-content: space-between;
|
|
107
110
|
background: rgba(255, 255, 255, 1);
|
|
108
111
|
border-top: 1px solid #eeeeee;
|
|
112
|
+
overflow: hidden;
|
|
113
|
+
position: sticky;
|
|
114
|
+
bottom: 0;
|
|
109
115
|
|
|
110
116
|
.choose {
|
|
111
117
|
display: flex;
|
|
@@ -129,18 +135,27 @@
|
|
|
129
135
|
}
|
|
130
136
|
|
|
131
137
|
.check {
|
|
138
|
+
display: flex;
|
|
139
|
+
align-items: center;
|
|
140
|
+
|
|
132
141
|
.priceGroup {
|
|
133
|
-
display: inline-block;
|
|
134
142
|
vertical-align: top;
|
|
135
143
|
margin-right: 8px;
|
|
136
144
|
color: #a7a7a7;
|
|
145
|
+
display: grid;
|
|
146
|
+
grid-template-rows: 50% 50%;
|
|
147
|
+
height: 100%;
|
|
137
148
|
|
|
138
149
|
.discount {
|
|
139
150
|
font-size: 12px;
|
|
151
|
+
display: flex;
|
|
152
|
+
align-items: center;
|
|
140
153
|
}
|
|
141
154
|
|
|
142
155
|
.all {
|
|
143
156
|
font-size: 14px;
|
|
157
|
+
display: flex;
|
|
158
|
+
align-items: center;
|
|
144
159
|
}
|
|
145
160
|
|
|
146
161
|
.data {
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
|
|
53
53
|
.couponListItem {
|
|
54
54
|
width: 100%;
|
|
55
|
+
box-sizing: border-box;
|
|
55
56
|
display: inline-block;
|
|
56
57
|
padding: 10px;
|
|
57
58
|
position: relative;
|
|
58
|
-
|
|
59
|
+
background: radial-gradient(transparent 0px, transparent 4px, #1a1922 4px, #1a1922) -10px -10px;
|
|
59
60
|
background-size: 20px 20px;
|
|
60
61
|
margin-bottom: 14px;
|
|
61
62
|
overflow: hidden;
|
|
62
|
-
box-sizing: border-box;
|
|
63
63
|
|
|
64
64
|
&:after {
|
|
65
65
|
content: '';
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
.coupon-content {
|
|
77
77
|
.info {
|
|
78
78
|
.btn {
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
background-color: #ffffff;
|
|
80
|
+
color: #393939;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
}
|
|
@@ -87,27 +87,27 @@
|
|
|
87
87
|
.coupon-content {
|
|
88
88
|
.info {
|
|
89
89
|
.btn {
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
background-color: rgba(255, 255, 255, 0.29);
|
|
91
|
+
color: #393939;
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
&.overdue {
|
|
98
|
-
|
|
98
|
+
background: radial-gradient(transparent 0px, transparent 4px, #d9dae1 4px, #d9dae1) -10px -10px;
|
|
99
99
|
background-size: 20px 20px;
|
|
100
100
|
|
|
101
101
|
.coupon-content {
|
|
102
|
-
|
|
102
|
+
background: #d9dae1;
|
|
103
103
|
|
|
104
104
|
.price {
|
|
105
105
|
.symbol {
|
|
106
|
-
|
|
106
|
+
color: #000;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.num {
|
|
110
|
-
|
|
110
|
+
color: #000;
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
flex-direction: column;
|
|
119
119
|
|
|
120
120
|
.title {
|
|
121
|
-
|
|
121
|
+
color: #000000;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.date {
|
|
125
125
|
margin-bottom: 0;
|
|
126
|
-
|
|
126
|
+
color: rgba(80, 80, 80, 0.45);
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
.btn {
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
.coupon-content {
|
|
137
137
|
height: 120px;
|
|
138
138
|
width: 100%;
|
|
139
|
-
|
|
139
|
+
background: #1a1922;
|
|
140
140
|
display: grid;
|
|
141
141
|
grid-template-columns: 108px 1fr;
|
|
142
142
|
position: relative;
|
|
@@ -162,19 +162,19 @@
|
|
|
162
162
|
|
|
163
163
|
.num {
|
|
164
164
|
font-size: 18px;
|
|
165
|
-
|
|
165
|
+
color: #fff;
|
|
166
166
|
text-align: left;
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
.info {
|
|
170
|
+
.couponListItem-info {
|
|
171
171
|
padding: 18px;
|
|
172
172
|
box-sizing: border-box;
|
|
173
173
|
|
|
174
174
|
.title {
|
|
175
175
|
margin-bottom: 4px;
|
|
176
176
|
font-size: 16px;
|
|
177
|
-
|
|
177
|
+
color: #fff;
|
|
178
178
|
line-height: 22px;
|
|
179
179
|
display: block;
|
|
180
180
|
position: relative;
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
|
|
184
184
|
.date {
|
|
185
185
|
display: block;
|
|
186
|
-
|
|
186
|
+
color: rgba(255, 255, 255, 0.45);
|
|
187
187
|
font-size: 12px;
|
|
188
188
|
margin-bottom: 15px;
|
|
189
189
|
position: relative;
|
package/css/pages/cube.scss
CHANGED
|
@@ -5,8 +5,24 @@
|
|
|
5
5
|
display: grid;
|
|
6
6
|
grid-template-columns: repeat(2, 1fr);
|
|
7
7
|
gap: 10px;
|
|
8
|
+
& .outer-shadow {
|
|
9
|
+
box-shadow: 4px 4px 4px #969292;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
/* 大图 */
|
|
13
|
+
.outer-shadow {
|
|
14
|
+
box-shadow: 4px 4px 4px #969292;
|
|
8
15
|
}
|
|
16
|
+
/*一行三个*/
|
|
9
17
|
|
|
18
|
+
.cube-type10 {
|
|
19
|
+
height: 200px;
|
|
20
|
+
display: grid;
|
|
21
|
+
grid-template-columns: repeat(3, 1fr);
|
|
22
|
+
& .outer-shadow {
|
|
23
|
+
box-shadow: 4px 4px 4px #969292;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
10
26
|
/*一上二下*/
|
|
11
27
|
|
|
12
28
|
.cube-type3 {
|
|
@@ -15,13 +31,18 @@
|
|
|
15
31
|
grid-template-columns: repeat(2, 1fr);
|
|
16
32
|
grid-template-rows: repeat(2, 1fr);
|
|
17
33
|
gap: 10px;
|
|
34
|
+
& .outer-shadow {
|
|
35
|
+
box-shadow: 4px 4px 4px #969292;
|
|
36
|
+
}
|
|
18
37
|
|
|
19
38
|
& .block:nth-child(1) {
|
|
20
39
|
grid-area: 1 / 1 / 2 / 3;
|
|
21
40
|
}
|
|
41
|
+
|
|
22
42
|
& .block:nth-child(2) {
|
|
23
43
|
grid-area: 2 / 1 / 3 / 2;
|
|
24
44
|
}
|
|
45
|
+
|
|
25
46
|
& .block:nth-child(3) {
|
|
26
47
|
grid-area: 2 / 2 / 3 / 3;
|
|
27
48
|
}
|
|
@@ -35,6 +56,10 @@
|
|
|
35
56
|
gap: 10px;
|
|
36
57
|
grid-template-rows: repeat(2, 1fr);
|
|
37
58
|
grid-template-columns: repeat(2, 1fr);
|
|
59
|
+
& .outer-shadow {
|
|
60
|
+
box-shadow: 4px 4px 4px #969292;
|
|
61
|
+
}
|
|
62
|
+
|
|
38
63
|
& .block:nth-child(1) {
|
|
39
64
|
grid-row: 1 / 3;
|
|
40
65
|
}
|
|
@@ -48,21 +73,47 @@
|
|
|
48
73
|
grid-template-columns: repeat(2, 1fr);
|
|
49
74
|
grid-template-rows: repeat(2, 1fr);
|
|
50
75
|
gap: 10px;
|
|
51
|
-
|
|
76
|
+
& .outer-shadow {
|
|
77
|
+
box-shadow: 4px 4px 4px #969292;
|
|
78
|
+
}
|
|
52
79
|
& .block:nth-child(1) {
|
|
53
80
|
grid-area: 1 / 1 / 2 / 2;
|
|
54
81
|
}
|
|
82
|
+
|
|
55
83
|
& .block:nth-child(2) {
|
|
56
84
|
grid-area: 1 / 2 / 2 / 3;
|
|
57
85
|
}
|
|
86
|
+
|
|
58
87
|
& .block:nth-child(3) {
|
|
59
88
|
grid-area: 2 / 1 / 3 / 2;
|
|
60
89
|
}
|
|
90
|
+
|
|
61
91
|
& .block:nth-child(4) {
|
|
62
92
|
grid-area: 2 / 2 / 3 / 3;
|
|
63
93
|
}
|
|
64
94
|
}
|
|
65
95
|
|
|
96
|
+
/*一左三右*/
|
|
97
|
+
|
|
98
|
+
.cube-type6 {
|
|
99
|
+
height: 400px;
|
|
100
|
+
display: grid;
|
|
101
|
+
gap: 10px;
|
|
102
|
+
grid-template: repeat(2, 1fr) / repeat(3, 1fr);
|
|
103
|
+
& .outer-shadow {
|
|
104
|
+
box-shadow: 4px 4px 4px #969292;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
& .block:nth-child(1) {
|
|
108
|
+
grid-row: 1 / 4;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
& .block:nth-child(2) {
|
|
112
|
+
grid-row: 1 / 2;
|
|
113
|
+
grid-column: 2/4;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
66
117
|
.block {
|
|
67
118
|
height: 100%;
|
|
68
119
|
width: 100%;
|
package/css/pages/footprint.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.footprint {
|
|
2
2
|
.noDate {
|
|
3
3
|
.img {
|
|
4
4
|
display: block;
|
|
@@ -26,6 +26,9 @@
|
|
|
26
26
|
display: flex;
|
|
27
27
|
align-items: center;
|
|
28
28
|
justify-content: space-between;
|
|
29
|
+
background-color: #ffffff;
|
|
30
|
+
position: sticky;
|
|
31
|
+
bottom: 0;
|
|
29
32
|
|
|
30
33
|
.checkAll {
|
|
31
34
|
margin-left: 20px;
|