更改主题色

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

@@ -502,7 +502,7 @@
}
.tab.active {
color: rgb(66, 121, 240);
color: #09C39D;
font-weight: bold;
}
@@ -514,7 +514,7 @@
transform: translateX(-50%);
width: 44rpx;
height: 4rpx;
background: rgb(66, 121, 240);
background: #09C39D;
border-radius: 2rpx;
}
@@ -550,7 +550,7 @@
.add-btn {
font-size: 26rpx;
color: rgb(66, 121, 240);
color: #09C39D;
line-height: 1.4;
}
@@ -606,7 +606,7 @@
}
.action-edit {
color: rgb(66, 121, 240);
color: #09C39D;
margin-right: 24rpx;
}
@@ -722,7 +722,7 @@
height: 60rpx;
padding: 0 20rpx;
font-size: 24rpx;
color: rgb(66, 121, 240);
color: #09C39D;
background-color: #e8f0fe;
border-radius: 30rpx;
box-sizing: border-box;
@@ -763,7 +763,7 @@
flex-direction: row;
align-items: center;
justify-content: center;
color: rgb(66, 121, 240);
color: #09C39D;
font-size: 28rpx;
}
@@ -850,7 +850,7 @@
color: #666666;
}
.btn.confirm {
background: rgb(66, 121, 240);
background: #09C39D;
color: #ffffff;
}
@@ -876,7 +876,7 @@
}
.tier-option.selected {
background: rgb(66, 121, 240);
background: #09C39D;
color: #ffffff;
}
</style>