From ab5cb5361311d8328393a22bc179a959dea967bf Mon Sep 17 00:00:00 2001 From: Teng <461587751@qq.com> Date: Mon, 12 Jan 2026 17:28:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=A7=88=E7=9A=84=E6=8A=A4=E7=90=86?= =?UTF-8?q?=E6=94=B9=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/NursingNew/component/nurse/bigindex.css | 29 +++++++++++++++++-- pages/NursingNew/component/nurse/bigindex.vue | 10 ++++++- 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/pages/NursingNew/component/nurse/bigindex.css b/pages/NursingNew/component/nurse/bigindex.css index 312c2e5..a33e6d5 100644 --- a/pages/NursingNew/component/nurse/bigindex.css +++ b/pages/NursingNew/component/nurse/bigindex.css @@ -525,12 +525,37 @@ .order-history { width: 100%; height: 450rpx; - background-color: red; + /* background-color: red; */ + .history-title{ + width: 100%; + height: 70rpx; + display: flex; + align-items: center; + padding: 0 30rpx; + justify-content: space-between; + .history-left{ + font-size: 30rpx; + margin-top: 10rpx; + } + .history-right{ + margin-top: 0.5vw; + width: 7vw; + height: 2.5vw; + background: linear-gradient(to bottom, #009DEF, #0076FF); + display: flex; + justify-content: center; + align-items: center; + border-radius: 40rpx; + color: #fff; + font-size: 28rpx; + position: relative; + } + } } .order-future { width: 100%; - height: 650rpx; + height: 640rpx; margin-top: -12rpx; .future-items { diff --git a/pages/NursingNew/component/nurse/bigindex.vue b/pages/NursingNew/component/nurse/bigindex.vue index b8734d0..2090078 100644 --- a/pages/NursingNew/component/nurse/bigindex.vue +++ b/pages/NursingNew/component/nurse/bigindex.vue @@ -125,6 +125,14 @@ + + + 服务指令 + + + 长者标签 + +