更改主题色

This commit is contained in:
2026-04-10 11:42:02 +08:00
parent 384111d6aa
commit 334e5936c9
24 changed files with 204 additions and 154 deletions

View File

@@ -285,7 +285,7 @@
}
.filter-tab.active {
color: rgb(66, 121, 240);
color: #09C39D;
font-weight: bold;
}
@@ -297,7 +297,7 @@
transform: translateX(-50%);
width: 44rpx;
height: 4rpx;
background-color: rgb(66, 121, 240);
background-color: #09C39D;
border-radius: 2rpx;
}
@@ -444,7 +444,7 @@
.reply-label {
font-size: 24rpx;
color: rgb(66, 121, 240);
color: #09C39D;
font-weight: 500;
line-height: 1.4;
margin-bottom: 8rpx;
@@ -473,7 +473,7 @@
font-size: 24rpx;
line-height: 1.4;
background-color: #e8f0fe;
color: rgb(66, 121, 240);
color: #09C39D;
border-radius: 24rpx;
box-sizing: border-box;
}
@@ -578,7 +578,7 @@
}
.modal-btn.confirm {
color: rgb(66, 121, 240);
color: #09C39D;
font-weight: bold;
}
</style>