|
@@ -611,8 +611,7 @@ export default {
|
|
|
color: #666666;
|
|
color: #666666;
|
|
|
|
|
|
|
|
&.withdraw-btn {
|
|
&.withdraw-btn {
|
|
|
- background: #049E2C;
|
|
|
|
|
- color: white;
|
|
|
|
|
|
|
+ color: #049E2C;
|
|
|
border-color: #049E2C;
|
|
border-color: #049E2C;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
}
|
|
}
|
|
@@ -646,10 +645,10 @@ export default {
|
|
|
.category-title {
|
|
.category-title {
|
|
|
padding: 18upx 24upx;
|
|
padding: 18upx 24upx;
|
|
|
font-size: 26upx;
|
|
font-size: 26upx;
|
|
|
- font-weight: 600;
|
|
|
|
|
- color: #333;
|
|
|
|
|
- background: #f8f9fa;
|
|
|
|
|
- border-bottom: 1upx solid #f0f0f0;
|
|
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+ background: linear-gradient(135deg, #049E2C 0%, #06C547 100%);
|
|
|
|
|
+ border-bottom: 1upx solid #048a26;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.category-items {
|
|
.category-items {
|