美化了样式2.0

This commit is contained in:
2025-08-15 11:14:42 +08:00
parent 1b4d3e310b
commit 23ab2798d8
23 changed files with 1555 additions and 1106 deletions

View File

@ -7,7 +7,7 @@
}
.page-title { padding: 24rpx 24rpx 0; }
.title {
color: #e67e22; /* 橙主色 */
color: #ff8a00; /* 橙主色 */
font-size: 40rpx;
font-weight: 700;
}
@ -64,9 +64,9 @@
font-weight: 600;
}
.btn-primary {
background: linear-gradient(180deg, #ffa400 0%, #e67e22 100%);
background: linear-gradient(180deg, #ffa400 0%, #ff8a00 100%);
color: #ffffff;
box-shadow: 0 6rpx 14rpx rgba(230,126,34,0.30);
box-shadow: 0 6rpx 14rpx rgba(255,138,0,0.30);
}
/* ===== 列表容器 ===== */
@ -119,7 +119,7 @@
max-width: 70%;
word-break: break-all;
}
.money { color: #e67e22; font-weight: 700; }
.money { color: #ff8a00; font-weight: 700; }
/* 空状态 */
.empty {