|
@@ -432,7 +432,6 @@ page{
|
|
|
.cart-bar{
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- padding:20upx;
|
|
|
.edit{
|
|
|
color: #666;
|
|
|
}
|
|
@@ -444,6 +443,9 @@ page{
|
|
|
font-weight: bold;
|
|
|
margin: 0 10rpx;
|
|
|
}
|
|
|
+ >view{
|
|
|
+ padding:20upx;
|
|
|
+ }
|
|
|
}
|
|
|
.check-button{
|
|
|
width: 40rpx;
|
|
@@ -508,6 +510,9 @@ page{
|
|
|
.checkbox{
|
|
|
width: 60rpx;
|
|
|
overflow: hidden;
|
|
|
+ height: 140rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
.goods-info{
|
|
|
display: flex;
|