s-material-react 2.0.438 → 2.0.439
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/pages/cart.scss +8 -5
- package/package.json +1 -1
package/css/pages/cart.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import '../basic/textLine.scss';
|
|
2
2
|
|
|
3
3
|
.cart-wrap {
|
|
4
|
-
padding: 0 10px
|
|
4
|
+
padding: 0 10px 150px;
|
|
5
5
|
|
|
6
6
|
h4 {
|
|
7
7
|
font-size: 14px;
|
|
@@ -165,10 +165,10 @@
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.cart-dashboard {
|
|
168
|
-
height:
|
|
169
|
-
line-height:
|
|
168
|
+
height: 90px;
|
|
169
|
+
// line-height: 60px;
|
|
170
170
|
width: 100%;
|
|
171
|
-
padding: 0
|
|
171
|
+
padding: 0 30px 40px;
|
|
172
172
|
box-sizing: border-box;
|
|
173
173
|
display: flex;
|
|
174
174
|
justify-content: space-between;
|
|
@@ -177,6 +177,8 @@
|
|
|
177
177
|
overflow: hidden;
|
|
178
178
|
position: sticky;
|
|
179
179
|
bottom: 100px;
|
|
180
|
+
margin-bottom: -20px;
|
|
181
|
+
z-index: 100;
|
|
180
182
|
.choose {
|
|
181
183
|
display: flex;
|
|
182
184
|
justify-content: center;
|
|
@@ -282,7 +284,8 @@
|
|
|
282
284
|
margin: 0 12px;
|
|
283
285
|
text-align: left;
|
|
284
286
|
padding: 10px 0;
|
|
285
|
-
|
|
287
|
+
margin-bottom: 10px;
|
|
288
|
+
border-bottom: 1px solid #efefef;
|
|
286
289
|
display: grid;
|
|
287
290
|
cursor: pointer;
|
|
288
291
|
grid-template-columns: auto 30px;
|