From 8f15fe3686953ebba074b4a030e678394bfcca7c Mon Sep 17 00:00:00 2001 From: Teng <461587751@qq.com> Date: Thu, 8 Jan 2026 17:05:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/NursingNew/component/nurse/index.css | 56 ++++--- pages/NursingNew/component/nurse/index.vue | 160 +++---------------- unpackage/dist/dev/.nvue/pages/camera.js | 2 +- unpackage/dist/dev/.nvue/pages/fullcamera.js | 2 +- 4 files changed, 60 insertions(+), 160 deletions(-) diff --git a/pages/NursingNew/component/nurse/index.css b/pages/NursingNew/component/nurse/index.css index 87da581..8b6d9c4 100644 --- a/pages/NursingNew/component/nurse/index.css +++ b/pages/NursingNew/component/nurse/index.css @@ -551,33 +551,44 @@ isolation: isolate; overflow: hidden; margin-left: 10rpx; - width: 1300rpx; - height: 1350rpx; + width: 1455rpx; + /* height: 1460rpx; */ border-left: 0; position: relative; + border-radius: 30rpx; + overflow: hidden; + border: 3rpx dashed #dde1e6; + + /* border-image: repeating-linear-gradient(90deg, #A9ACB1 0px, #A9ACB1 6rpx, transparent 6rpx, transparent 12rpx) 1; */ + /* background-color: red; */ + } + .super-card-right{ + border-right: 1rpx solid transparent; + border-image: repeating-linear-gradient(180deg, #A9ACB1 0px, #A9ACB1 6rpx, transparent 6rpx, transparent 12rpx) 1; } - .super-card-time { display: flex; justify-content: center; align-items: center; - height: 80rpx; - width: 259rpx; + height: 50rpx; + width: 289.3rpx; border-bottom: 1rpx solid transparent; border-image: repeating-linear-gradient(90deg, #A9ACB1 0px, #A9ACB1 6rpx, transparent 6rpx, transparent 12rpx) 1; /* font-weight: 700; */ z-index: -1; font-size: 25rpx; color: #A9ACB1; + background-color: #EDF3FD; } .super-card-time-und { display: flex; justify-content: center; align-items: center; - width: 259rpx; + width: 290rpx; flex-direction: column; + border-right: 1rpx solid transparent; border-image: repeating-linear-gradient(180deg, #A9ACB1 0px, #A9ACB1 6rpx, transparent 6rpx, transparent 12rpx) 1; @@ -613,12 +624,13 @@ display: flex; justify-content: center; align-items: center; - height: 200rpx; - width: calc(100%); + height: 227rpx; + width: 100%; transition: all 0.8s; border-image: repeating-linear-gradient(90deg, #A9ACB1 0px, #A9ACB1 6rpx, transparent 6rpx, transparent 12rpx) 1; flex-direction: column; position: relative; + /* background-color: #fff; */ } } @@ -627,6 +639,7 @@ height: 100vh; transition: opacity 1s ease; position: relative; + margin-left: -30rpx; .joystick { position: absolute; @@ -660,8 +673,7 @@ width: 100%; height: 1350rpx; display: flex; - /* background-color: red; */ - /* margin-top: 10rpx; */ + margin-top: 80rpx; .doctorsay-container-container { width: 100%; @@ -1302,6 +1314,7 @@ // justify-content: center; align-items: center; flex-direction: column; + } @@ -1315,8 +1328,8 @@ display: flex; justify-content: center; align-items: center; - height: 200rpx; - width: calc(100%); + height: 226rpx; + width: 100%; border-image: repeating-linear-gradient(90deg, #0184db 0px, #0184db 6rpx, transparent 6rpx, transparent 12rpx) 1; flex-direction: column; position: relative; @@ -1332,8 +1345,8 @@ display: flex; justify-content: center; align-items: center; - height: 200rpx; - width: calc(100%); + height: 226rpx; + width: 100%; border-image: repeating-linear-gradient(90deg, #0184db 0px, #0184db 6rpx, transparent 6rpx, transparent 12rpx) 1; flex-direction: column; position: relative; @@ -1486,18 +1499,13 @@ .boom-father { position: absolute; - top: 220rpx; + top: 130rpx; left: -17rpx; width: 60rpx; - height: 1000rpx; - margin-top: 10rpx; - /* background-color: red; */ + height: 1130rpx; + margin-top: 0rpx; overflow: hidden; z-index: 999; - /* background: linear-gradient(to bottom, #c4dbf4, #c9c2ef, #c6dcf3); */ - /* border-bottom: 2rpx solid #fff; */ - /* border-left: 2rpx solid #fff; */ - /* border-bottom-left-radius: 20rpx; */ } .doctorsay-container-card-font-dark { @@ -1508,7 +1516,7 @@ } .boom { - height: 2500rpx; + height: 3000rpx; display: flex; flex-direction: column; /* // justify-content: center; */ @@ -1518,7 +1526,7 @@ .boom-son { - height: 200rpx; + height: 226rpx; width: 60rpx; font-size: 30rpx; display: flex; diff --git a/pages/NursingNew/component/nurse/index.vue b/pages/NursingNew/component/nurse/index.vue index d09652f..c97e3b0 100644 --- a/pages/NursingNew/component/nurse/index.vue +++ b/pages/NursingNew/component/nurse/index.vue @@ -2,123 +2,6 @@