From d7cf9daddccc9a07f50cc6e1918eb935901549cf Mon Sep 17 00:00:00 2001 From: Teng <461587751@qq.com> Date: Wed, 21 Jan 2026 17:02:35 +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 | 203 ++++++++++++++++-- pages/NursingNew/component/nurse/newindex.vue | 187 ++++++++++------ static/ceshi.png | Bin 154595 -> 218479 bytes static/ceshi2.png | Bin 0 -> 146559 bytes unpackage/dist/dev/.nvue/pages/camera.js | 2 +- unpackage/dist/dev/.nvue/pages/fullcamera.js | 2 +- 6 files changed, 310 insertions(+), 84 deletions(-) create mode 100644 static/ceshi2.png diff --git a/pages/NursingNew/component/nurse/index.css b/pages/NursingNew/component/nurse/index.css index dd741a4..4d69bda 100644 --- a/pages/NursingNew/component/nurse/index.css +++ b/pages/NursingNew/component/nurse/index.css @@ -1663,19 +1663,32 @@ } } -.tags-img-view { - width: 50%; +.tags-img-father { + width: 80%; + margin-left: 10%; display: flex; - justify-content: center; - .tags-img { - width: 50rpx; - height: 50rpx; + .tags-img-view { + width: 50%; + display: flex; + /* justify-content: center; */ + margin-top: 10rpx; + align-items: center; + flex-direction: column; + font-size: 28rpx; + color: #666666; + /* justify-content: center; */ + .tags-img { + width: 50rpx; + height: 50rpx; + margin-bottom: 12rpx; + } } } + .specia-onshow { background-color: rgb(241, 245, 252); width: 100%; @@ -2029,12 +2042,160 @@ top: 80rpx; left: 0; width: 100%; - height: 830rpx; + height: 900rpx; background-color: #fff; - border: 1rpx solid rgba(0, 137, 254, 0.29); - border-radius: 30rpx; + border: 2rpx solid rgba(0, 137, 254, 0.29); + border-radius: 35rpx; + + .setting-right { + position: absolute; + right: 25rpx; + bottom: 35rpx; + width: 120rpx; + height: 60rpx; + font-size: 30rpx; + display: flex; + justify-content: center; + align-items: center; + color: #0080FC; + border: 2rpx solid #0080FC; + border-radius: 10rpx; + background-color: #F5FAFF; + } + + .setting-list { + width: 100%; + height: 620rpx; + margin-top: 10rpx; + + .list-items { + min-height: 124rpx; + height: 124rpx; + width: 100%; + display: flex; + align-items: center; + + .check-box { + margin-left: 52rpx; + width: 32rpx; + height: 32rpx; + border: 2rpx solid #d5d5d5; + border-radius: 12rpx; + + display: flex; + align-items: center; + justify-content: center; + + font-size: 15rpx; + font-weight: 800; + color: #d5d5d5; + } + .check-box-target { + margin-left: 52rpx; + width: 32rpx; + height: 32rpx; + border: 2rpx solid #0080FC; + border-radius: 12rpx; + + display: flex; + align-items: center; + justify-content: center; + + font-size: 15rpx; + font-weight: 800; + color: #0080FC; + } + .check-img{ + width: 50rpx; + height: 50rpx; + margin: 0 22rpx; + } + .check-text{ + width: 400rpx; + height: 100%; + display: flex; + flex-direction: column; + /* justify-content: center; */ + .check-weight{ + font-weight: 800; + font-size: 29rpx; + } + .check-text{ + font-size: 26rpx; + color: #666666; + } + /* background-color: red; */ + } + } + } + + .setting-menu { + width: 100%; + height: 100rpx; + display: flex; + align-items: center; + margin-left: 25rpx; + position: relative; + + .menu-tags { + width: 155rpx; + display: flex; + justify-content: center; + font-size: 30rpx; + } + + .menu-heng { + position: absolute; + bottom: 23rpx; + left: 70rpx; + width: 20rpx; + height: 5rpx; + border-radius: 5rpx; + background-color: #0080FC; + transition: left 0.3s ease; + } + } + + .setting-warn { + width: 89%; + margin-left: 5.5%; + height: 47rpx; + border: 2rpx dashed #EE2C35; + display: flex; + align-items: center; + color: #EE2C35; + padding-left: 20rpx; + border-radius: 10rpx; + background-color: #FFF6F6; + font-size: 25rpx; + /* margin-top: 0 10rpx; */ + margin-top: -10rpx; + margin-bottom: 10rpx; + } + + .triangle { + position: absolute; + top: -8.34rpx; + right: 52rpx; + width: 0; + height: 0; + border-left: 14.44rpx solid transparent; + border-right: 14.44rpx solid transparent; + border-bottom: 8.34rpx solid rgba(0, 137, 254, 0.29); + + .triangle-small { + position: absolute; + top: 1.2rpx; + right: 50%; + transform: translateX(50%); + width: 0; + height: 0; + border-left: 14.44rpx solid transparent; + border-right: 14.44rpx solid transparent; + border-bottom: 8.34rpx solid #fff; + } + } - } @@ -2060,6 +2221,22 @@ border-radius: 10rpx; border: 1rpx solid #E5E5E5; } + + .right-setting-target { + position: absolute; + right: 23rpx; + top: 20rpx; + width: 90rpx; + height: 46rpx; + background-color: #F2F3F8; + color: #0089FE; + font-size: 27rpx; + display: flex; + align-items: center; + justify-content: center; + border-radius: 10rpx; + border: 1rpx solid #0089FE; + } } .right-contont { @@ -2067,13 +2244,11 @@ height: 140rpx; display: flex; - - - .tags-leftmenu { - width: 48%; + width: 47%; height: 100%; position: relative; + display: flex; .leftmenu-shu { position: absolute; diff --git a/pages/NursingNew/component/nurse/newindex.vue b/pages/NursingNew/component/nurse/newindex.vue index 7ef8e3a..6e9babb 100644 --- a/pages/NursingNew/component/nurse/newindex.vue +++ b/pages/NursingNew/component/nurse/newindex.vue @@ -2,7 +2,7 @@