|
@@ -399,7 +399,7 @@ export default {
|
|
|
margin-right: 20upx;
|
|
margin-right: 20upx;
|
|
|
|
|
|
|
|
.product-name-compact {
|
|
.product-name-compact {
|
|
|
- font-size: 30upx;
|
|
|
|
|
|
|
+ font-size: 32upx;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
color: #333;
|
|
color: #333;
|
|
|
line-height: 1.3;
|
|
line-height: 1.3;
|
|
@@ -408,7 +408,7 @@ export default {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
- width: 360upx;
|
|
|
|
|
|
|
+ width: 380upx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.product-meta {
|
|
.product-meta {
|
|
@@ -426,7 +426,7 @@ export default {
|
|
|
|
|
|
|
|
.available-info {
|
|
.available-info {
|
|
|
font-size: 28upx;
|
|
font-size: 28upx;
|
|
|
- color: #ff6b35;
|
|
|
|
|
|
|
+ color: #09c567;
|
|
|
background: rgba(255, 107, 53, 0.1);
|
|
background: rgba(255, 107, 53, 0.1);
|
|
|
padding: 4upx 8upx;
|
|
padding: 4upx 8upx;
|
|
|
border-radius: 4upx;
|
|
border-radius: 4upx;
|
|
@@ -450,7 +450,7 @@ export default {
|
|
|
gap: 8upx;
|
|
gap: 8upx;
|
|
|
|
|
|
|
|
.input-label {
|
|
.input-label {
|
|
|
- font-size: 22upx;
|
|
|
|
|
|
|
+ font-size: 24upx;
|
|
|
color: #666;
|
|
color: #666;
|
|
|
min-width: 60upx;
|
|
min-width: 60upx;
|
|
|
}
|
|
}
|
|
@@ -524,12 +524,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.refunded-text {
|
|
.refunded-text {
|
|
|
- margin-left: 20upx;
|
|
|
|
|
- font-size: 24upx;
|
|
|
|
|
- color: #09c567;
|
|
|
|
|
- background: rgba(9, 197, 103, 0.1);
|
|
|
|
|
- padding: 6upx 12upx;
|
|
|
|
|
- border-radius: 16upx;
|
|
|
|
|
|
|
+ font-size: 32upx;
|
|
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.available-amount {
|
|
&.available-amount {
|
|
@@ -547,7 +543,7 @@ export default {
|
|
|
border: 1upx solid #ddd;
|
|
border: 1upx solid #ddd;
|
|
|
border-radius: 8upx;
|
|
border-radius: 8upx;
|
|
|
padding: 0 20upx;
|
|
padding: 0 20upx;
|
|
|
- width: 210upx;
|
|
|
|
|
|
|
+ width: 190upx;
|
|
|
|
|
|
|
|
&:focus-within {
|
|
&:focus-within {
|
|
|
border-color: #09c567;
|
|
border-color: #09c567;
|
|
@@ -567,7 +563,7 @@ export default {
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
border: none;
|
|
border: none;
|
|
|
background: transparent;
|
|
background: transparent;
|
|
|
- width: 135upx;
|
|
|
|
|
|
|
+ width: 115upx;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|