更改主题色

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

@@ -432,12 +432,12 @@ export default {
font-weight: bold;
color: #333;
padding-left: 16rpx;
border-left: 6rpx solid rgb(66, 121, 240);
border-left: 6rpx solid #09C39D;
}
.edit-btn, .add-btn, .view-detail, .view-all {
font-size: 26rpx;
color: rgb(66, 121, 240);
color: #09C39D;
}
.product-images {
@@ -582,7 +582,7 @@ export default {
.action-btn.edit {
background-color: #e8f0fe;
color: rgb(66, 121, 240);
color: #09C39D;
}
.action-btn.delete {
@@ -600,14 +600,14 @@ export default {
flex: 1;
text-align: center;
padding: 30rpx 0;
background: linear-gradient(135deg, #eef2fe, #ece9fa);
background: linear-gradient(135deg, #A6F1E4 0%, #69DFC2 100%);
border-radius: 12rpx;
}
.stat-value {
font-size: 36rpx;
font-weight: bold;
color: rgb(66, 121, 240);
color: #09C39D;
margin-bottom: 10rpx;
}
@@ -713,13 +713,13 @@ export default {
}
.action-buttons .action-btn.primary {
background-color: rgb(66, 121, 240);
background-color: #09C39D;
color: #fff;
}
.action-buttons .action-btn.secondary {
background-color: #E8F0FE;
color: rgb(66, 121, 240);
color: #09C39D;
}
.action-buttons .action-btn.danger {