浏览代码

no message

USER-20230908AJ\Administrator 1 年之前
父节点
当前提交
ca1fa73050
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/index/module/index_column.vue

+ 2 - 2
pages/index/module/index_column.vue

@@ -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 {