修改主题色

This commit is contained in:
future
2026-06-10 14:35:16 +08:00
committed by liwentao
parent 244b40025e
commit b2b3782aa2
9 changed files with 155 additions and 37 deletions
@@ -101,7 +101,7 @@ const recommends = [
align-items: center;
gap: 4rpx;
font-size: 26rpx;
color: #8AABBB;
color: var(--tabbar-text-inactive);
}
.arrow {
@@ -122,7 +122,7 @@ const recommends = [
-webkit-backdrop-filter: blur(16px);
border-radius: 24rpx;
padding: 20rpx;
box-shadow: 0 8rpx 28rpx rgba(120, 185, 215, 0.18);
box-shadow: 0 8rpx 28rpx var(--shadow-blue-light);
border: 1rpx solid rgba(255, 255, 255, 0.6);
}
@@ -164,7 +164,7 @@ const recommends = [
.item-desc {
font-size: 24rpx;
color: #8AABBB;
color: var(--tabbar-text-inactive);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@@ -181,9 +181,9 @@ const recommends = [
.start-btn {
padding: 16rpx 28rpx;
background: linear-gradient(135deg, #7AB5CC 0%, #9CCFDF 100%);
background: rgba(130, 220, 130, 0.9);
border-radius: 9999rpx;
box-shadow: 0 6rpx 20rpx rgba(122, 181, 204, 0.4);
box-shadow: 0 6rpx 20rpx rgba(130, 220, 130, 0.4);
}
.start-btn-text {
@@ -195,7 +195,7 @@ const recommends = [
.participants {
font-size: 22rpx;
color: #8AABBB;
color: var(--tabbar-text-inactive);
white-space: nowrap;
}
</style>