更改主题色

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="hm-page">
<!-- #ifdef MP-WEIXIN -->
@@ -390,7 +390,7 @@
/* ===== 用户选择器 ===== */
.user-selector-card {
background: linear-gradient(135deg, rgb(66,121,240) 0%, rgb(40,80,180) 100%);
background: linear-gradient(135deg, #A6F1E4 0%, #69DFC2 100%);
padding: 24rpx 30rpx 20rpx 30rpx;
}
@@ -496,7 +496,7 @@
.sct-action {
font-size: 24rpx;
color: rgb(66,121,240);
color: #09C39D;
}
/* ===== 健康数据网格 ===== */
@@ -759,20 +759,20 @@
flex-direction: column;
align-items: center;
margin-right: 20rpx;
background-color: #eef2fe;
background-color: #E3F7ED;
border-radius: 8rpx;
padding: 8rpx 10rpx;
}
.appt-month {
font-size: 18rpx;
color: rgb(66,121,240);
color: #09C39D;
}
.appt-day {
font-size: 34rpx;
font-weight: 700;
color: rgb(66,121,240);
color: #09C39D;
line-height: 1;
}
@@ -807,8 +807,8 @@
}
.at-upcoming {
color: rgb(66,121,240);
background-color: #eef2fe;
color: #09C39D;
background-color: #E3F7ED;
}
.at-done {
@@ -848,7 +848,7 @@
}
.bar-sys {
background-color: rgb(66,121,240);
background-color: #09C39D;
}
.bar-dia {
@@ -881,7 +881,7 @@
margin-right: 8rpx;
}
.ld-sys { background-color: rgb(66,121,240); }
.ld-sys { background-color: #09C39D; }
.ld-dia { background-color: #84a8f8; }
.legend-text {