更改主题色

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

@@ -1,4 +1,4 @@
<!-- 机构端 - 服务订单管理页面 -->
<!-- 机构端 - 服务订单管理页面 -->
<template>
<view class="orders-page">
<!-- #ifdef MP-WEIXIN -->
@@ -1049,7 +1049,7 @@
color: #666;
}
.lvl1-tab-item.active .lvl1-tab-text {
color: rgb(66, 121, 240);
color: #09C39D;
font-weight: bold;
}
.lvl1-tab-item.active::after {
@@ -1060,7 +1060,7 @@
transform: translateX(-50%);
width: 48rpx;
height: 4rpx;
background-color: rgb(66, 121, 240);
background-color: #09C39D;
border-radius: 2rpx;
}
@@ -1095,7 +1095,7 @@
color: #666;
}
.tab-item.active .tab-text {
color: rgb(66, 121, 240);
color: #09C39D;
font-weight: bold;
}
.tab-item.active::after {
@@ -1106,7 +1106,7 @@
transform: translateX(-50%);
width: 36rpx;
height: 4rpx;
background-color: rgb(66, 121, 240);
background-color: #09C39D;
border-radius: 2rpx;
}
.tab-badge {
@@ -1148,15 +1148,15 @@
margin-right: 16rpx;
}
.filter-capsule.active {
border-color: rgb(66, 121, 240);
background-color: #eef2fe;
border-color: #09C39D;
background-color: #E3F7ED;
}
.filter-capsule-text {
font-size: 24rpx;
color: #666;
}
.filter-capsule.active .filter-capsule-text {
color: rgb(66, 121, 240);
color: #09C39D;
}
/* ===== 搜索栏 ===== */
@@ -1183,7 +1183,7 @@
margin-left: 16rpx;
height: 60rpx;
padding: 0 28rpx;
background-color: rgb(66, 121, 240);
background-color: #09C39D;
color: #fff;
font-size: 26rpx;
border-radius: 30rpx;
@@ -1285,7 +1285,7 @@
font-size: 24rpx;
font-weight: bold;
}
.cstatus-2 { color: rgb(66, 121, 240); }
.cstatus-2 { color: #09C39D; }
.cstatus-3 { color: #2E7D32; }
.cstatus-4 { color: #999; }
.cstatus-5, .cstatus--1 { color: #bbb; }
@@ -1417,7 +1417,7 @@
color: #555;
}
.card-btn.primary {
background-color: rgb(66, 121, 240);
background-color: #09C39D;
color: #fff;
border: none;
font-weight: bold;
@@ -1553,7 +1553,7 @@
border-right-color: #f5f5f5;
}
.modal-btn.confirm {
color: rgb(66, 121, 240);
color: #09C39D;
font-weight: bold;
}