소스 검색

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 {