|
|
@@ -219,12 +219,12 @@
|
|
|
|
|
|
.column_loan {
|
|
|
height: 140rpx;
|
|
|
- background: linear-gradient(180deg, #94ECE1 0%, rgba(255, 255, 255, 1) 100%);
|
|
|
+ background: linear-gradient(180deg, #94ECE1 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
|
|
|
}
|
|
|
|
|
|
.column_proceeds {
|
|
|
height: 140rpx;
|
|
|
- background: linear-gradient(180deg, #FFF5DA 0%, rgba(255, 255, 255, 1) 100%);
|
|
|
+ background: linear-gradient(180deg, #FFF5DA 0%, rgba(255, 255, 255, 1) 60% , rgba(255, 255, 255, 1) 100%);
|
|
|
}
|
|
|
|
|
|
.task_item {
|