s-material-react 1.3.31 → 1.3.32

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.
Files changed (81) hide show
  1. package/css/common/card.scss +6 -2
  2. package/css/pages/articleDetail.scss +19 -0
  3. package/css/pages/cart.scss +21 -6
  4. package/css/pages/collectionList.scss +3 -0
  5. package/css/pages/couponList.scss +17 -17
  6. package/css/pages/cube.scss +52 -1
  7. package/css/pages/footprint.scss +4 -1
  8. package/css/pages/goodsClassify.scss +1 -2
  9. package/css/pages/goodsDetail.scss +196 -178
  10. package/css/pages/index.scss +5 -1
  11. package/css/pages/mineFunction.scss +2 -0
  12. package/css/pages/mineOrderEntry.scss +4 -4
  13. package/css/pages/placeOrderGroup.scss +161 -0
  14. package/css/pages/search.scss +15 -0
  15. package/css/pages/searchStyleTwo.scss +23 -0
  16. package/dist/common/card/index.d.ts +2 -1
  17. package/dist/common/coupon/index.d.ts +2 -1
  18. package/dist/common/scrollWrap/index.d.ts +2 -1
  19. package/dist/components/ArticleDetail/index.d.ts +3 -1
  20. package/dist/components/Cube/index.d.ts +4 -1
  21. package/dist/components/GoodsDetail/components/goodsBanner.d.ts +3 -0
  22. package/dist/components/GoodsDetail/components/goodsDetailAndEvaluate.d.ts +3 -0
  23. package/dist/components/GoodsDetail/components/goodsDetailCollection.d.ts +2 -1
  24. package/dist/components/GoodsDetail/components/goodsDetailCoupon.d.ts +2 -2
  25. package/dist/components/GoodsDetail/components/goodsDetailHandleBar.d.ts +3 -1
  26. package/dist/components/GoodsDetail/components/goodsDetailInfo.d.ts +3 -1
  27. package/dist/components/GoodsDetail/components/goodsDetailPopup.d.ts +6 -2
  28. package/dist/components/GoodsDetail/components/goodsDetailPromotion.d.ts +3 -1
  29. package/dist/components/GoodsDetail/components/goodsDetailSize.d.ts +3 -2
  30. package/dist/components/GoodsDetail/components/goodsInfo.d.ts +3 -0
  31. package/dist/components/GoodsDetail/components/index.d.ts +5 -5
  32. package/dist/components/GoodsDetail/index.d.ts +2 -4
  33. package/dist/components/GoodsDetailSwiper/index.d.ts +1 -0
  34. package/dist/components/GoodsGroup/index.d.ts +1 -0
  35. package/dist/components/Mine/MineData/index.d.ts +8 -0
  36. package/dist/components/Mine/MineFunction/index.d.ts +6 -0
  37. package/dist/components/Mine/MineOrderEntry/index.d.ts +5 -0
  38. package/dist/components/Mine/index.d.ts +3 -8
  39. package/dist/components/PaymentMode/index.d.ts +2 -1
  40. package/dist/components/PlaceOrder/components/index.d.ts +1 -1
  41. package/dist/components/PlaceOrder/components/{address.d.ts → orderAddress.d.ts} +1 -1
  42. package/dist/components/PlaceOrder/index.d.ts +2 -3
  43. package/dist/components/PlaceOrderGroup/PlaceOrderAddress/index.d.ts +3 -0
  44. package/dist/components/PlaceOrderGroup/PlaceOrderAddress/orderAddress.d.ts +12 -0
  45. package/dist/components/PlaceOrderGroup/PlaceOrderCoupon/index.d.ts +2 -0
  46. package/dist/components/PlaceOrderGroup/PlaceOrderDelivery/index.d.ts +3 -0
  47. package/dist/components/PlaceOrderGroup/PlaceOrderGood/index.d.ts +2 -0
  48. package/dist/components/PlaceOrderGroup/PlaceOrderInfo/index.d.ts +2 -0
  49. package/dist/components/PlaceOrderGroup/PlaceOrderOperate/index.d.ts +14 -0
  50. package/dist/components/PlaceOrderGroup/index.d.ts +6 -0
  51. package/dist/components/PlaceOrderResult/index.d.ts +2 -1
  52. package/dist/components/Search/Search/index.d.ts +18 -0
  53. package/dist/components/Search/SearchStyleTwo/index.d.ts +18 -0
  54. package/dist/components/Search/index.d.ts +2 -14
  55. package/dist/components/Slider/index.d.ts +3 -1
  56. package/dist/components/goodsDetailGroup/GoodsDetailAndEvaluate/goodsDetailEvaluate.d.ts +1 -0
  57. package/dist/components/goodsDetailGroup/GoodsDetailAndEvaluate/goodsDetailInfo.d.ts +3 -0
  58. package/dist/components/goodsDetailGroup/GoodsDetailAndEvaluate/index.d.ts +7 -0
  59. package/dist/components/goodsDetailGroup/GoodsDetailBanner/index.d.ts +8 -0
  60. package/dist/components/goodsDetailGroup/GoodsDetailCoupon/index.d.ts +3 -0
  61. package/dist/components/goodsDetailGroup/GoodsDetailHandleBar/goodsDetailPopup.d.ts +10 -0
  62. package/dist/components/goodsDetailGroup/GoodsDetailHandleBar/index.d.ts +14 -0
  63. package/dist/components/goodsDetailGroup/GoodsDetailInfo/goodsDetailCollection.d.ts +2 -0
  64. package/dist/components/goodsDetailGroup/GoodsDetailInfo/index.d.ts +10 -0
  65. package/dist/components/goodsDetailGroup/GoodsDetailPromotion/index.d.ts +3 -0
  66. package/dist/components/goodsDetailGroup/GoodsDetailSku/goodsDetailPopup.d.ts +10 -0
  67. package/dist/components/goodsDetailGroup/GoodsDetailSku/index.d.ts +6 -0
  68. package/dist/components/goodsDetailGroup/index.d.ts +7 -0
  69. package/dist/components/index.d.ts +2 -5
  70. package/dist/hooks/useDynamicHeight.d.ts +1 -1
  71. package/dist/index.js +1 -1
  72. package/dist/utils/util.d.ts +1 -1
  73. package/package.json +2 -3
  74. package/dist/components/GoodsDetailPromotion/index.d.ts +0 -1
  75. package/dist/components/Mine/components/index.d.ts +0 -2
  76. package/dist/components/Mine/components/menuList.d.ts +0 -1
  77. package/dist/components/Mine/components/orderEntry.d.ts +0 -1
  78. package/dist/components/MineData/index.d.ts +0 -8
  79. package/dist/components/MineFunction/index.d.ts +0 -1
  80. package/dist/components/MineOrderEntry/index.d.ts +0 -1
  81. package/dist/routerMap/index.d.ts +0 -21
@@ -1,27 +1,12 @@
1
- .GoodsDetailWrap {
2
- //overflow: scroll;
3
- background-color: #f6f6f6;
4
- //padding-top: 12px;
5
- //padding-bottom: 12px;
1
+ .goodsDetail-topInfo {
2
+ background-color: #fff;
3
+ margin: 0 10px;
4
+ padding: 13px;
5
+ display: flex;
6
+ border-bottom: 1px solid #ededed;
6
7
 
7
- .skeleton {
8
- width: 100%;
9
- height: 100vh;
10
- box-sizing: border-box;
11
- padding: 10px;
12
- }
13
-
14
- .topSlider {
15
- margin-bottom: 10px;
16
- }
17
-
18
- .goodsDetail-topInfo {
19
- background-color: #fff;
20
- margin: 0 10px 12px;
21
- padding: 13px;
22
- display: grid;
23
- grid-template-columns: 1fr 54px;
24
- border-radius: 8px;
8
+ .lPart {
9
+ flex: 1;
25
10
 
26
11
  .name {
27
12
  font-size: 18px;
@@ -36,209 +21,241 @@
36
21
  font-weight: 600;
37
22
  line-height: 28px;
38
23
  }
24
+ }
39
25
 
40
- .rPart {
41
- display: flex;
42
- justify-content: center;
43
- align-items: center;
44
- flex-direction: column;
45
- border-left: 1px solid #ededed;
46
- padding-left: 10px;
47
-
48
- .icon {
49
- cursor: pointer;
50
- width: 21px;
51
- height: 21px;
52
- display: block;
53
- margin: 0 auto 7px;
54
- }
26
+ .rPart {
27
+ display: flex;
28
+ justify-content: center;
29
+ align-items: center;
30
+ flex-direction: column;
31
+ border-left: 1px solid #ededed;
32
+ padding-left: 10px;
33
+ width: 54px;
34
+
35
+ .icon {
36
+ cursor: pointer;
37
+ width: 21px;
38
+ height: 21px;
39
+ display: block;
40
+ margin: 0 auto 7px;
41
+ }
55
42
 
56
- .txt {
57
- font-size: 12px;
58
- }
43
+ .txt {
44
+ font-size: 12px;
59
45
  }
60
46
  }
47
+ }
61
48
 
62
- .goodsDetail-promotion {
63
- background-color: #fff;
64
- margin: 0 10px 12px;
65
- padding: 13px;
66
- border-radius: 8px;
67
- display: grid;
68
- grid-template-columns: 52px 1fr;
49
+ .GoodsDetailWrap {
50
+ //overflow: scroll;
51
+ background-color: #f6f6f6;
52
+ //padding-top: 12px;
53
+ //padding-bottom: 12px;
54
+ .topSlider {
55
+ margin-bottom: 10px;
56
+ }
57
+ }
69
58
 
70
- .label {
71
- font-size: 14px;
72
- }
59
+ .goodsDetail-promotion {
60
+ background-color: #fff;
61
+ margin: 0 10px;
62
+ padding: 13px;
63
+ display: grid;
64
+ grid-template-columns: 52px 1fr;
65
+ border-bottom: 1px solid #ededed;
73
66
 
74
- .group {
75
- display: flex;
76
- flex-wrap: wrap;
77
- margin: -10px -10px 0 0;
67
+ .label {
68
+ font-size: 14px;
69
+ }
78
70
 
79
- .noPromotion {
80
- line-height: 22px;
81
- color: #999;
82
- }
71
+ .group {
72
+ display: flex;
73
+ flex-wrap: wrap;
74
+ margin: -10px -10px 0 0;
83
75
 
84
- .item {
85
- font-size: 12px;
86
- padding: 2px 10px;
87
- background-color: #f3f3f3;
88
- display: inline-block;
89
- margin: 10px 10px 0 0;
90
- border-radius: 20px;
91
- }
76
+ .noPromotion {
77
+ line-height: 1;
78
+ padding-top: 14px;
79
+ color: #999;
80
+ }
81
+
82
+ .item {
83
+ font-size: 12px;
84
+ padding: 2px 10px;
85
+ background-color: #f3f3f3;
86
+ display: inline-block;
87
+ margin: 10px 10px 0 0;
88
+ border-radius: 20px;
92
89
  }
93
90
  }
91
+ }
94
92
 
95
- .goodsDetail-coupon,
96
- .goodsDetail-size {
97
- background-color: #fff;
98
- margin: 0 10px 12px;
99
- padding: 13px;
100
- border-radius: 8px;
101
- display: grid;
102
- grid-template-columns: 52px 1fr;
103
- font-size: 14px;
93
+ .goodsDetail-coupon,
94
+ .goodsDetail-size {
95
+ background-color: #fff;
96
+ margin: 0 10px;
97
+ padding: 13px;
98
+ display: grid;
99
+ grid-template-columns: 52px 1fr;
100
+ font-size: 14px;
101
+ border-bottom: 1px solid #ededed;
104
102
 
105
- .info {
106
- display: flex;
107
- justify-content: space-between;
103
+ .info {
104
+ display: flex;
105
+ justify-content: space-between;
108
106
 
109
- .label {
110
- color: #999;
111
- }
107
+ .label {
108
+ color: #999;
109
+ }
112
110
 
113
- .icon {
114
- cursor: pointer;
115
- width: 14px;
116
- height: 3px;
117
- margin-top: 10px;
118
- }
111
+ .icon {
112
+ cursor: pointer;
113
+ width: 14px;
114
+ height: 3px;
115
+ margin-top: 10px;
119
116
  }
120
117
  }
118
+ }
119
+
120
+ .goodsDetailHandleBar {
121
+ width: 100%;
122
+ height: 54px;
123
+ background-color: #ffffff;
124
+ position: sticky;
125
+ bottom: 0;
126
+ left: 0;
127
+ //top: 0;
128
+ box-sizing: border-box;
129
+ padding: 7px 10px;
130
+ //display: grid;
131
+ //grid-template-columns: 30px 40px 1fr;
132
+ //gap: 20px;
133
+ display: flex;
134
+
135
+ .txt {
136
+ font-size: 13px;
137
+ margin-top: 4px;
138
+ }
121
139
 
122
- .goodsDetailHandleBar {
123
- width: 100%;
124
- height: 54px;
140
+ .server {
141
+ width: 30px;
142
+ margin-right: 20px;
143
+ }
144
+
145
+ .cart {
146
+ width: 40px;
147
+ margin-right: 20px;
125
148
  background-color: #ffffff;
126
- position: sticky;
127
- bottom: 0;
128
- left: 0;
129
- //top: 0;
130
- box-sizing: border-box;
131
- padding: 7px 10px;
132
- display: grid;
133
- grid-template-columns: 30px 40px 1fr;
134
- gap: 20px;
149
+ }
135
150
 
136
- .txt {
137
- font-size: 13px;
138
- margin-top: 4px;
139
- }
151
+ .linkGroup {
152
+ text-align: center;
153
+ }
154
+ }
140
155
 
141
- .linkGroup {
142
- text-align: center;
143
- }
156
+ .popup-buy-button {
157
+ padding: 20px 10px 0;
158
+ height: 40px;
159
+ }
144
160
 
145
- .btnGroup {
146
- display: grid;
147
- grid-template-columns: repeat(2, 1fr);
161
+ .goods-detail-btn-group {
162
+ display: flex;
163
+ flex: 1;
148
164
 
149
- .btn {
150
- display: flex;
151
- justify-content: center;
152
- align-items: center;
153
- font-size: 14px;
165
+ .btn {
166
+ flex: 1;
167
+ display: flex;
168
+ justify-content: center;
169
+ align-items: center;
170
+ font-size: 14px;
154
171
 
155
- &.addCart {
156
- background-color: #959595;
157
- color: #ffffff;
158
- border-top-left-radius: 20px;
159
- border-bottom-left-radius: 20px;
160
- }
172
+ &.addCart {
173
+ background-color: #959595;
174
+ color: #ffffff;
175
+ border-top-left-radius: 20px;
176
+ border-bottom-left-radius: 20px;
177
+ }
161
178
 
162
- &.buy {
163
- background-color: #000000;
164
- color: #ffffff;
165
- border-top-right-radius: 20px;
166
- border-bottom-right-radius: 20px;
167
- }
168
- }
179
+ &.buy {
180
+ background-color: #000000;
181
+ color: #ffffff;
182
+ border-top-right-radius: 20px;
183
+ border-bottom-right-radius: 20px;
169
184
  }
170
185
  }
186
+ }
171
187
 
172
- .goodsDetailTab {
173
- background-color: #ffffff;
174
- margin: 0 10px 12px;
175
- border-radius: 8px;
176
- overflow: hidden;
177
-
178
- .tabs {
179
- width: 100%;
180
- height: 50px;
181
- line-height: 50px;
182
- text-align: center;
183
- margin-bottom: 10px;
184
- display: flex;
188
+ .goodsDetailTab {
189
+ background-color: #ffffff;
190
+ margin: 0 10px 12px;
191
+ border-radius: 8px;
192
+ overflow: hidden;
185
193
 
186
- .tabsItem {
187
- flex: 1;
188
- display: inline-block;
189
- font-size: 16px;
190
- position: relative;
194
+ .tabs {
195
+ width: 100%;
196
+ height: 50px;
197
+ line-height: 50px;
198
+ text-align: center;
199
+ margin-bottom: 10px;
200
+ display: flex;
191
201
 
192
- &.active {
193
- .line {
194
- display: block;
195
- }
196
- }
202
+ .tabsItem {
203
+ flex: 1;
204
+ display: inline-block;
205
+ font-size: 16px;
206
+ position: relative;
197
207
 
208
+ &.active {
198
209
  .line {
199
- width: 40px;
200
- height: 2px;
201
- background-color: #000000;
202
- position: absolute;
203
- bottom: 0;
204
- left: 50%;
205
- margin-left: -20px;
206
- display: none;
210
+ display: block;
207
211
  }
208
212
  }
213
+
214
+ .line {
215
+ width: 40px;
216
+ height: 2px;
217
+ background-color: #000000;
218
+ position: absolute;
219
+ bottom: 0;
220
+ left: 50%;
221
+ margin-left: -20px;
222
+ display: none;
223
+ }
209
224
  }
210
225
  }
226
+ }
211
227
 
212
- .goodsDetail-info {
213
- .mystyle {
214
- width: 100% !important;
215
- height: auto;
216
- display: block;
217
- background-size: cover !important;
218
- }
228
+ .goodsDetail-info {
229
+ .mystyle {
230
+ width: 100% !important;
231
+ height: auto;
232
+ display: block;
233
+ background-size: cover !important;
234
+ }
235
+
236
+ width: 100%;
237
+ background-color: #ffffff;
219
238
 
239
+ .ssd-module-wrap {
220
240
  width: 100%;
221
- background-color: #ffffff;
222
241
 
223
- .ssd-module-wrap {
242
+ .ssd-module {
224
243
  width: 100%;
225
-
226
- .ssd-module {
227
- width: 100%;
228
- background-size: cover;
229
- }
244
+ background-size: cover;
230
245
  }
231
246
  }
247
+ }
232
248
 
233
- .goodsDetailEvaluate {
234
- padding: 0 13px;
235
- .topInfo {
236
- font-size: 14px;
237
- }
249
+ .goodsDetailEvaluate {
250
+ padding: 0 13px;
251
+
252
+ .topInfo {
253
+ font-size: 14px;
238
254
  }
239
255
  }
240
256
 
241
257
  .goodsDetail-coupon-popup {
258
+ overflow: auto;
242
259
  padding: 14px 14px 0;
243
260
 
244
261
  .stamp {
@@ -393,6 +410,7 @@
393
410
  border-radius: 4px;
394
411
  color: #a7a7a7;
395
412
  margin-bottom: 10px;
413
+
396
414
  &.active {
397
415
  //background: #346fc2;
398
416
  background: #000000;
@@ -20,6 +20,7 @@
20
20
  @import './addressList';
21
21
  @import './addressDetail';
22
22
  @import './placeOrder';
23
+ @import './placeOrderGroup';
23
24
  @import './placeOrderResult';
24
25
  @import './couponList';
25
26
  @import './cart';
@@ -28,10 +29,13 @@
28
29
  @import './mineOrderEntry';
29
30
  @import './mineFunction';
30
31
  @import './paymentMode';
31
- @import './footprint.scss';
32
+ @import './footprint';
32
33
  @import './collectionList';
33
34
  @import './noticeDetail';
34
35
  @import './expressinfo';
36
+ @import './articleDetail';
37
+ @import './search.scss';
38
+ @import './searchStyleTwo.scss';
35
39
  //
36
40
  //* {
37
41
  // box-sizing: border-box;
@@ -14,6 +14,8 @@
14
14
 
15
15
  .icon {
16
16
  margin-right: 12px;
17
+ width: 22px;
18
+ height: 22px;
17
19
  }
18
20
 
19
21
  .label {
@@ -23,16 +23,16 @@
23
23
  }
24
24
 
25
25
  .content {
26
- display: grid;
27
- grid-template-columns: repeat(5, 1fr);
28
26
  height: 73px;
29
27
  text-align: center;
30
28
  padding-top: 14px;
29
+ display: flex;
31
30
 
32
31
  .contentItem {
32
+ flex: 1;
33
33
  .icon {
34
- font-size: 22px !important;
35
- font-weight: 500 !important;
34
+ width: 22px;
35
+ height: 22px;
36
36
  display: block;
37
37
  margin: 0 auto 7px;
38
38
  }
@@ -0,0 +1,161 @@
1
+ .placeOrder-chooseAddress {
2
+ background: #fff;
3
+ margin: 0 12px;
4
+ padding-bottom: 8px;
5
+ height: 58px;
6
+ border-bottom: 1px solid #dddddd;
7
+
8
+ .group {
9
+ display: flex;
10
+ justify-content: space-between;
11
+ align-items: center;
12
+ margin-bottom: 8px;
13
+ line-height: 58px;
14
+
15
+ .local {
16
+ width: 17px;
17
+ height: 16px;
18
+ margin-right: 7px;
19
+ //background-color: yellowgreen;
20
+ display: inline-block;
21
+ }
22
+
23
+ .address {
24
+ font-size: 14px;
25
+ color: #000;
26
+ }
27
+ }
28
+
29
+ .address-info {
30
+ width: 100%;
31
+ display: grid;
32
+ grid-template-columns: 25px auto 50px;
33
+
34
+ .left-title {
35
+ display: flex;
36
+ font-size: 14px;
37
+ margin: 10px 0 4px 0;
38
+ flex-basis: auto;
39
+ }
40
+
41
+ .left-padding {
42
+ padding-left: 5px;
43
+ }
44
+
45
+ .left-title-default {
46
+ background: #1a1922;
47
+ font-size: 10px;
48
+ color: #fff;
49
+ padding: 2px 4px;
50
+ margin-left: 5px;
51
+ border-radius: 5px;
52
+ }
53
+ }
54
+
55
+ .arrow {
56
+ width: 6px;
57
+ height: 10px;
58
+ //background-color: yellowgreen;
59
+ }
60
+ }
61
+
62
+ .place-order-goods {
63
+ margin: 12px 12px 0;
64
+ background: #fff;
65
+ border-bottom: 1px solid #dddddd;
66
+ }
67
+
68
+ .placeOrder-blcWrap {
69
+ margin: 0 12px;
70
+ padding: 12px 0;
71
+ background-color: #fff;
72
+ border-bottom: 1px solid #dddddd;
73
+
74
+ .title {
75
+ font-size: 16px;
76
+ font-weight: 500;
77
+ color: #333333;
78
+ margin-bottom: 17px;
79
+ }
80
+
81
+ .placeOrder-blcItem {
82
+ display: flex;
83
+ justify-content: space-between;
84
+ margin-bottom: 17px;
85
+
86
+ &:last-child {
87
+ margin-bottom: 0;
88
+ }
89
+
90
+ .label {
91
+ color: #333;
92
+ }
93
+
94
+ .value {
95
+ color: #a7a7a7;
96
+
97
+ .icon {
98
+ width: 6px;
99
+ height: 10px;
100
+ display: inline-block;
101
+ //background-color: yellowgreen;
102
+ margin-left: 5px;
103
+ }
104
+ }
105
+ }
106
+ }
107
+
108
+ .placeOrderFooter {
109
+ background-color: #fff;
110
+ height: 54px;
111
+ line-height: 54px;
112
+ display: flex;
113
+ justify-content: space-between;
114
+ padding: 0 12px;
115
+ box-sizing: border-box;
116
+ align-items: center;
117
+ position: sticky;
118
+ bottom: 0;
119
+
120
+ .price {
121
+ font-size: 14px;
122
+ color: #333333;
123
+ }
124
+
125
+ .btn {
126
+ width: 105px;
127
+ height: 40px;
128
+ line-height: 40px;
129
+ color: #ffffff;
130
+ padding: 0 12px;
131
+ background-color: #000;
132
+ text-align: center;
133
+ border-radius: 20px;
134
+ }
135
+ }
136
+
137
+ .coupon-select {
138
+ background-color: #fff;
139
+ margin: 0 12px;
140
+ padding: 12px 0;
141
+ display: grid;
142
+ grid-template-columns: 52px 1fr;
143
+ font-size: 14px;
144
+ border-bottom: 1px solid #dddddd;
145
+ }
146
+
147
+ .info {
148
+ display: flex;
149
+ justify-content: space-between;
150
+
151
+ .label {
152
+ color: #999;
153
+ }
154
+
155
+ .icon {
156
+ cursor: pointer;
157
+ width: 14px;
158
+ height: 3px;
159
+ margin-top: 8px;
160
+ }
161
+ }
@@ -0,0 +1,15 @@
1
+ .boxPosition {
2
+ position: sticky;
3
+ top: 0;
4
+ padding-top: 0 !important;
5
+ z-index: 99;
6
+ }
7
+ .weight {
8
+ font-weight: 600;
9
+ }
10
+ .italic {
11
+ font-style: italic;
12
+ }
13
+ .decoration {
14
+ text-decoration: underline;
15
+ }
@@ -0,0 +1,23 @@
1
+ .boxPosition {
2
+ position: sticky;
3
+ top: 0;
4
+ padding-top: 0 !important;
5
+ z-index: 99;
6
+ }
7
+ .weight {
8
+ font-weight: 600;
9
+ }
10
+ .italic {
11
+ font-style: italic;
12
+ }
13
+ .decoration {
14
+ text-decoration: underline;
15
+ }
16
+ .searchBtn {
17
+ width: 20%;
18
+ height: 100%;
19
+ }
20
+ .btnBorderRadius {
21
+ border-bottom-right-radius: 20px;
22
+ border-top-right-radius: 20px;
23
+ }
@@ -5,5 +5,6 @@ export interface CardItemType {
5
5
  goodsCamount: number;
6
6
  pricesetNprice?: number;
7
7
  skuName?: string;
8
+ skuCode?: string;
8
9
  }
9
- export declare const CardJsx: ({ dataPic, goodsName, goodsCamount, pricesetNprice, skuName }: CardItemType) => JSX.Element;
10
+ export declare const CardJsx: ({ dataPic, goodsName, goodsCamount, pricesetNprice, skuName, skuCode }: CardItemType) => JSX.Element;