s-material-react 1.3.19 → 1.3.21

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 (64) hide show
  1. package/css/basic/textLine.scss +10 -10
  2. package/css/common/addressItem.scss +74 -74
  3. package/css/common/card.scss +42 -42
  4. package/css/common/coupon.scss +82 -82
  5. package/css/common/evaluateItem.scss +51 -51
  6. package/css/common/icon.scss +59 -59
  7. package/css/common/noData.scss +27 -27
  8. package/css/common/rateItem.scss +35 -35
  9. package/css/common/stepNum.scss +16 -16
  10. package/css/pages/addressDetail.scss +59 -59
  11. package/css/pages/addressList.scss +43 -41
  12. package/css/pages/cart.scss +161 -161
  13. package/css/pages/classifyNav.scss +15 -15
  14. package/css/pages/couponList.scss +198 -197
  15. package/css/pages/cube.scss +49 -49
  16. package/css/pages/evaluateDetail.scss +57 -57
  17. package/css/pages/evaluateEntry.scss +52 -52
  18. package/css/pages/evaluateList.scss +22 -22
  19. package/css/pages/goods.scss +79 -79
  20. package/css/pages/goodsClassify.scss +129 -109
  21. package/css/pages/goodsDetail.scss +380 -380
  22. package/css/pages/goodsDetailTopInfo.scss +40 -40
  23. package/css/pages/goodsList.scss +62 -63
  24. package/css/pages/index.scss +6 -3
  25. package/css/pages/mine.scss +72 -72
  26. package/css/pages/mineData.scss +48 -0
  27. package/css/pages/mineFunction.scss +35 -0
  28. package/css/pages/mineOrderEntry.scss +46 -0
  29. package/css/pages/order-goodsItem.scss +12 -12
  30. package/css/pages/orderDetail.scss +123 -123
  31. package/css/pages/orderEntry.scss +36 -36
  32. package/css/pages/orderList.scss +60 -60
  33. package/css/pages/paymentMode.scss +62 -61
  34. package/css/pages/placeOrder.scss +130 -130
  35. package/css/pages/placeOrderResult.scss +81 -81
  36. package/css/pages/searchPage.scss +65 -65
  37. package/css/pages/service.scss +2 -2
  38. package/css/pages/slider.scss +15 -15
  39. package/css/pages/title.scss +1 -1
  40. package/dist/common/scrollWrap/index.d.ts +1 -2
  41. package/dist/components/AddressDetail/index.d.ts +11 -1
  42. package/dist/components/AddressList/index.d.ts +10 -2
  43. package/dist/components/CouponList/components/couponItem.d.ts +9 -0
  44. package/dist/components/CouponList/components/index.d.ts +1 -3
  45. package/dist/components/CouponList/index.d.ts +8 -1
  46. package/dist/components/EvaluateDetail/index.d.ts +9 -2
  47. package/dist/components/GoodsClassify/components/classifyFloor.d.ts +1 -0
  48. package/dist/components/MineData/index.d.ts +8 -0
  49. package/dist/components/MineFunction/index.d.ts +1 -0
  50. package/dist/components/MineOrderEntry/index.d.ts +1 -0
  51. package/dist/components/OrderDetail/component/footer.d.ts +4 -0
  52. package/dist/components/OrderDetail/index.d.ts +13 -1
  53. package/dist/components/PaymentMode/index.d.ts +10 -2
  54. package/dist/components/PlaceOrder/components/operate.d.ts +4 -0
  55. package/dist/components/PlaceOrder/components/shop.d.ts +2 -1
  56. package/dist/components/PlaceOrder/index.d.ts +7 -0
  57. package/dist/components/PlaceOrderResult/index.d.ts +17 -2
  58. package/dist/components/SearchPage/index.d.ts +4 -1
  59. package/dist/components/index.d.ts +3 -0
  60. package/dist/index.js +1 -1
  61. package/package.json +2 -2
  62. package/dist/components/CouponList/components/overdue.d.ts +0 -5
  63. package/dist/components/CouponList/components/unUsed.d.ts +0 -5
  64. package/dist/components/CouponList/components/used.d.ts +0 -5
@@ -1,177 +1,177 @@
1
1
  .cart {
2
- background-color: #f6f6f6;
3
-
4
- .edit {
5
- text-align: right;
6
- border-bottom: 1px solid #e2e2e2;
7
- padding: 6px 0;
8
- background-color: #ffffff;
9
-
10
- .btn {
11
- display: inline-block;
12
- font-size: 12px;
13
- margin-right: 10px;
14
- color: #333333;
15
- padding: 10px 12px;
16
- }
2
+ background-color: #f6f6f6;
3
+
4
+ .edit {
5
+ text-align: right;
6
+ border-bottom: 1px solid #e2e2e2;
7
+ padding: 6px 0;
8
+ background-color: #ffffff;
9
+
10
+ .btn {
11
+ display: inline-block;
12
+ font-size: 12px;
13
+ margin-right: 10px;
14
+ color: #333333;
15
+ padding: 10px 12px;
16
+ }
17
+ }
18
+
19
+ //.itemGroup {
20
+ // overflow: scroll;
21
+ // height: calc(100vh - 150px);
22
+ .cartItem {
23
+ width: 100%;
24
+ padding: 22px 12px;
25
+ box-sizing: border-box;
26
+ display: grid;
27
+ grid-template-columns: 20px 82px 1fr;
28
+ gap: 10px;
29
+ border-bottom: 1px solid #e2e2e2;
30
+ background-color: #ffffff;
31
+
32
+ .checkBoxWrap {
33
+ position: relative;
34
+
35
+ checkbox {
36
+ position: absolute;
37
+ top: 50%;
38
+ left: 0;
39
+ margin-top: -10px;
40
+ }
41
+
42
+ .wx-checkbox-input {
43
+ width: 18px;
44
+ height: 18px;
45
+ border-radius: 50%;
46
+ }
47
+
48
+ .wx-checkbox-input.wx-checkbox-input-checked {
49
+ background-color: #000000;
50
+ }
51
+
52
+ .wx-checkbox-input.wx-checkbox-input-checked::before {
53
+ color: #ffffff;
54
+ font-size: 14px;
55
+ }
17
56
  }
18
57
 
19
- //.itemGroup {
20
- // overflow: scroll;
21
- // height: calc(100vh - 150px);
22
- .cartItem {
23
- width: 100%;
24
- padding: 22px 12px;
25
- box-sizing: border-box;
26
- display: grid;
27
- grid-template-columns: 20px 82px 1fr;
28
- gap: 10px;
29
- border-bottom: 1px solid #e2e2e2;
30
- background-color: #ffffff;
31
-
32
- .checkBoxWrap {
33
- position: relative;
34
-
35
- checkbox {
36
- position: absolute;
37
- top: 50%;
38
- left: 0;
39
- margin-top: -10px;
40
- }
41
-
42
- .wx-checkbox-input {
43
- width: 18px;
44
- height: 18px;
45
- border-radius: 50%;
46
- }
47
-
48
- .wx-checkbox-input.wx-checkbox-input-checked {
49
- background-color: #000000;
50
- }
51
-
52
- .wx-checkbox-input.wx-checkbox-input-checked::before {
53
- color: #ffffff;
54
- font-size: 14px;
55
- }
56
- }
58
+ .img {
59
+ width: 82px;
60
+ height: 82px;
61
+ border-radius: 10px;
62
+ }
63
+
64
+ .info {
65
+ .goodsName {
66
+ font-size: 14px;
67
+ min-height: 28px;
68
+ line-height: 17px;
69
+ display: block;
70
+ margin-bottom: 6px;
71
+ padding-top: 4px;
72
+ text-align: left;
73
+ }
74
+
75
+ .size {
76
+ font-size: 12px;
77
+ color: #bababa;
78
+ margin-bottom: 6px;
79
+ text-align: left;
80
+ }
81
+
82
+ .handleWrap {
83
+ display: flex;
84
+ justify-content: space-between;
57
85
 
58
- .img {
59
- width: 82px;
60
- height: 82px;
61
- border-radius: 10px;
86
+ .price {
87
+ font-size: 12px;
88
+ color: #000;
62
89
  }
63
90
 
64
- .info {
65
- .goodsName {
66
- font-size: 14px;
67
- min-height: 28px;
68
- line-height: 17px;
69
- display: block;
70
- margin-bottom: 6px;
71
- padding-top: 4px;
72
- text-align: left;
73
- }
74
-
75
- .size {
76
- font-size: 12px;
77
- color: #bababa;
78
- margin-bottom: 6px;
79
- text-align: left;
80
- }
81
-
82
- .handleWrap {
83
- display: flex;
84
- justify-content: space-between;
85
-
86
- .price {
87
- font-size: 12px;
88
- color: #000;
89
- }
90
-
91
- .stepper {
92
- height: 18px;
93
- --input-width: 30px;
94
- --button-width: 18px;
95
- }
96
- }
91
+ .stepper {
92
+ height: 18px;
93
+ --input-width: 30px;
94
+ --button-width: 18px;
97
95
  }
96
+ }
97
+ }
98
+ }
99
+ //}
100
+
101
+ .dashboard {
102
+ width: 100%;
103
+ padding: 7px 10px;
104
+ box-sizing: border-box;
105
+ display: flex;
106
+ justify-content: space-between;
107
+ background: rgba(255, 255, 255, 1);
108
+
109
+ .choose {
110
+ display: flex;
111
+ justify-content: center;
112
+ align-items: center;
113
+
114
+ .wx-checkbox-input {
115
+ width: 18px;
116
+ height: 18px;
117
+ border-radius: 50%;
118
+ }
119
+
120
+ .wx-checkbox-input.wx-checkbox-input-checked {
121
+ background-color: #000000;
122
+ }
123
+
124
+ .wx-checkbox-input.wx-checkbox-input-checked::before {
125
+ color: #ffffff;
126
+ font-size: 14px;
127
+ }
98
128
  }
99
- //}
100
129
 
101
- .dashboard {
102
- width: 100%;
103
- padding: 7px 10px;
104
- box-sizing: border-box;
105
- display: flex;
106
- justify-content: space-between;
107
- background: rgba(255, 255, 255, 1);
108
-
109
- .choose {
110
- display: flex;
111
- justify-content: center;
112
- align-items: center;
113
-
114
- .wx-checkbox-input {
115
- width: 18px;
116
- height: 18px;
117
- border-radius: 50%;
118
- }
119
-
120
- .wx-checkbox-input.wx-checkbox-input-checked {
121
- background-color: #000000;
122
- }
123
-
124
- .wx-checkbox-input.wx-checkbox-input-checked::before {
125
- color: #ffffff;
126
- font-size: 14px;
127
- }
130
+ .check {
131
+ .priceGroup {
132
+ display: inline-block;
133
+ vertical-align: top;
134
+ margin-right: 8px;
135
+ color: #a7a7a7;
136
+
137
+ .discount {
138
+ font-size: 12px;
128
139
  }
129
140
 
130
- .check {
131
- .priceGroup {
132
- display: inline-block;
133
- vertical-align: top;
134
- margin-right: 8px;
135
- color: #a7a7a7;
136
-
137
- .discount {
138
- font-size: 12px;
139
- }
140
-
141
- .all {
142
- font-size: 14px;
143
- }
144
-
145
- .data {
146
- color: #000000;
147
- }
148
- }
149
-
150
- .btn {
151
- height: 40px;
152
- line-height: 40px;
153
- padding: 0 26px;
154
- border-radius: 20px;
155
- background: #000000;
156
- font-size: 14px;
157
- color: #fff;
158
- display: inline-block;
159
- vertical-align: top;
160
- }
141
+ .all {
142
+ font-size: 14px;
161
143
  }
162
144
 
163
- .del {
164
- .btn {
165
- height: 40px;
166
- line-height: 40px;
167
- padding: 0 26px;
168
- border-radius: 20px;
169
- background: #ff1643;
170
- font-size: 14px;
171
- color: #fff;
172
- display: inline-block;
173
- vertical-align: top;
174
- }
145
+ .data {
146
+ color: #000000;
175
147
  }
148
+ }
149
+
150
+ .btn {
151
+ height: 40px;
152
+ line-height: 40px;
153
+ padding: 0 26px;
154
+ border-radius: 20px;
155
+ background: #000000;
156
+ font-size: 14px;
157
+ color: #fff;
158
+ display: inline-block;
159
+ vertical-align: top;
160
+ }
161
+ }
162
+
163
+ .del {
164
+ .btn {
165
+ height: 40px;
166
+ line-height: 40px;
167
+ padding: 0 26px;
168
+ border-radius: 20px;
169
+ background: #ff1643;
170
+ font-size: 14px;
171
+ color: #fff;
172
+ display: inline-block;
173
+ vertical-align: top;
174
+ }
176
175
  }
176
+ }
177
177
  }
@@ -1,19 +1,19 @@
1
1
  .classifyNav {
2
- width: 100%;
3
- display: grid;
4
- grid-template-columns: repeat(4, 1fr);
2
+ width: 100%;
3
+ display: grid;
4
+ grid-template-columns: repeat(4, 1fr);
5
5
 
6
- .classifyNavItem {
7
- .img {
8
- width: 60px;
9
- height: 60px;
10
- display: block;
11
- margin: 10px auto 0;
12
- }
13
- .label {
14
- display: block;
15
- text-align: center;
16
- margin-top: 6px;
17
- }
6
+ .classifyNavItem {
7
+ .img {
8
+ width: 60px;
9
+ height: 60px;
10
+ display: block;
11
+ margin: 10px auto 0;
18
12
  }
13
+ .label {
14
+ display: block;
15
+ text-align: center;
16
+ margin-top: 6px;
17
+ }
18
+ }
19
19
  }