|
|
@@ -862,11 +862,10 @@ export default {
|
|
|
padding: 40upx 30upx;
|
|
|
text-align: center;
|
|
|
position: relative;
|
|
|
- background: linear-gradient(180deg, #ffffff 0%, #f8fdfb 100%);
|
|
|
- border-bottom: 1upx solid #f0f0f0;
|
|
|
+ background: linear-gradient(180deg, rgba(34, 197, 94, 0.08) 0%, rgba(34, 197, 94, 0.02) 100%);
|
|
|
|
|
|
&:active {
|
|
|
- background: linear-gradient(180deg, #f8fdfb 0%, #f0faf5 100%);
|
|
|
+ background: linear-gradient(180deg, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0.04) 100%);
|
|
|
}
|
|
|
|
|
|
.income-label {
|