From cb3fdff276fca1fcc95cb3c777f70a71a3507de5 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Mon, 22 Jul 2024 11:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/xuan-switch/xuan-switch-ditu.vue | 17 +++--- my/gird/shoucang.vue | 57 ++++++++++++++----- pages/therapist/therapist.vue | 46 +++++++-------- .../z-tabs/components/z-tabs/z-tabs.vue | 11 ++-- 4 files changed, 81 insertions(+), 50 deletions(-) diff --git a/components/xuan-switch/xuan-switch-ditu.vue b/components/xuan-switch/xuan-switch-ditu.vue index 132cb2b..cccc3f8 100644 --- a/components/xuan-switch/xuan-switch-ditu.vue +++ b/components/xuan-switch/xuan-switch-ditu.vue @@ -28,7 +28,7 @@ @@ -56,11 +56,11 @@ export default { }, bj_color:{ type:String, - default:'#F2F2F2' + default:'#fff' }, checked_bj_color:{ type:String, - default:'#1989fa' + default:'#8dddd0' }, checked_color:{ type:String, @@ -146,10 +146,11 @@ export default { .switch-container { display: flex; flex-direction: row; - width: 144rpx; - height: 53rpx; - background: #f7f7f7; - border-radius: 27rpx; + width: 126rpx; + height: 48rpx; + background: #fff; + border: 1rpx #41b9a6 solid; + border-radius: 10rpx; position: relative; .switch_view{ position: absolute; @@ -161,7 +162,7 @@ export default { display: flex; border-radius: 100upx; .switch-item { - color: #666; + color: #41b9a6; font-size: 24upx; height: 100%; width: 40%; diff --git a/my/gird/shoucang.vue b/my/gird/shoucang.vue index 259087c..0189e92 100644 --- a/my/gird/shoucang.vue +++ b/my/gird/shoucang.vue @@ -16,7 +16,7 @@ src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png" style="width: 30rpx;height: 36rpx;position: absolute;z-index: 99;top: 40rpx;left: 110rpx;"> - + 更多照片 @@ -26,7 +26,15 @@ {{item.artificerName}} + + + + {{item.status == 1?"可服务":"休息中"}} + {{item.time}} + + + @@ -260,19 +268,38 @@