美化了样式2.0
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user