|
@@ -740,19 +740,19 @@ export default {
|
|
|
|
|
|
|
|
flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
|
|
|
|
|
|
- min-width: 88upx;
|
|
|
|
|
|
|
+ min-width: 75upx;
|
|
|
|
|
|
|
|
- max-width: 150upx;
|
|
|
|
|
|
|
+ max-width: 129upx;
|
|
|
|
|
|
|
|
- height: 65upx;
|
|
|
|
|
|
|
+ height: 56upx;
|
|
|
|
|
|
|
|
- padding: 0 16upx;
|
|
|
|
|
|
|
+ padding: 0 14upx;
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
- margin: 0 8upx 14upx;
|
|
|
|
|
|
|
+ margin: 0 7upx 12upx;
|
|
|
|
|
|
|
|
- border-radius: 33upx;
|
|
|
|
|
|
|
+ border-radius: 28upx;
|
|
|
|
|
|
|
|
border: 1upx solid #dee3e0;
|
|
border: 1upx solid #dee3e0;
|
|
|
|
|
|
|
@@ -766,7 +766,7 @@ export default {
|
|
|
|
|
|
|
|
background-color: #f4f7f5;
|
|
background-color: #f4f7f5;
|
|
|
|
|
|
|
|
- box-shadow: 0 2upx 6upx rgba(0, 0, 0, 0.06);
|
|
|
|
|
|
|
+ box-shadow: 0 2upx 5upx rgba(0, 0, 0, 0.06);
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -780,7 +780,7 @@ export default {
|
|
|
|
|
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
|
|
|
|
|
- box-shadow: 0 4upx 14upx rgba(9, 197, 103, 0.35);
|
|
|
|
|
|
|
+ box-shadow: 0 3upx 12upx rgba(9, 197, 103, 0.35);
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -796,13 +796,13 @@ export default {
|
|
|
|
|
|
|
|
color: #047c40;
|
|
color: #047c40;
|
|
|
|
|
|
|
|
- box-shadow: 0 2upx 10upx rgba(9, 197, 103, 0.2);
|
|
|
|
|
|
|
+ box-shadow: 0 2upx 9upx rgba(9, 197, 103, 0.2);
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.discount-name {
|
|
.discount-name {
|
|
|
|
|
|
|
|
- font-size: 16upx;
|
|
|
|
|
|
|
+ font-size: 14upx;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
|
|
|
|
@@ -834,9 +834,9 @@ export default {
|
|
|
|
|
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
|
|
|
|
|
- top: -8upx;
|
|
|
|
|
|
|
+ top: -7upx;
|
|
|
|
|
|
|
|
- right: -10upx;
|
|
|
|
|
|
|
+ right: -9upx;
|
|
|
|
|
|
|
|
display: flex;
|
|
display: flex;
|
|
|
|
|
|
|
@@ -848,27 +848,27 @@ export default {
|
|
|
|
|
|
|
|
.drag-handle {
|
|
.drag-handle {
|
|
|
|
|
|
|
|
- width: 24upx;
|
|
|
|
|
|
|
+ width: 21upx;
|
|
|
|
|
|
|
|
- height: 24upx;
|
|
|
|
|
|
|
+ height: 21upx;
|
|
|
|
|
|
|
|
- border-radius: 12upx;
|
|
|
|
|
|
|
+ border-radius: 10upx;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.delete-btn {
|
|
.delete-btn {
|
|
|
|
|
|
|
|
- line-height: 21upx;
|
|
|
|
|
|
|
+ line-height: 18upx;
|
|
|
|
|
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
|
|
|
- margin-right: 13upx;
|
|
|
|
|
|
|
+ margin-right: 11upx;
|
|
|
|
|
|
|
|
background-color: #ff4d4f;
|
|
background-color: #ff4d4f;
|
|
|
|
|
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
|
|
|
|
|
- font-size: 19upx;
|
|
|
|
|
|
|
+ font-size: 16upx;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -884,13 +884,13 @@ export default {
|
|
|
|
|
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
|
|
|
|
- margin-right: 16upx;
|
|
|
|
|
|
|
+ margin-right: 14upx;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.drag-handle text {
|
|
.drag-handle text {
|
|
|
|
|
|
|
|
- width: 11upx;
|
|
|
|
|
|
|
+ width: 9upx;
|
|
|
|
|
|
|
|
height: 1upx;
|
|
height: 1upx;
|
|
|
|
|
|