美化了样式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

@ -10,7 +10,7 @@
padding: 24rpx 24rpx 0;
}
.title {
color: #e67e22; /* 主标题橙 */
color: #ff8a00; /* 主标题橙 */
font-size: 40rpx;
font-weight: 700;
}
@ -80,9 +80,9 @@
}
.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);
}
/* ===== 空状态 ===== */
@ -136,7 +136,7 @@
.link-text {
font-size: 24rpx;
color: #e67e22;
color: #ff8a00;
font-weight: 600;
}
@ -169,7 +169,7 @@
.copy {
font-size: 24rpx;
color: #e67e22;
color: #ff8a00;
padding: 8rpx 14rpx;
border-radius: 12rpx;
background: #fff4f2;
@ -228,7 +228,7 @@
.grid-item:nth-child(6) .gi-value,
.grid-item:nth-child(8) .gi-value,
.grid-item:nth-child(9) .gi-value {
color: #e67e22;
color: #ff8a00;
}
/* 小屏两列适配 */