From 518b1ccb3dfee66f3f8ab94e8785e702a9b4ba86 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 28 Mar 2024 14:26:24 +0800 Subject: [PATCH] =?UTF-8?q?3.28=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/commpents/textarea-cell/index.wxss | 1 + user/pages/yishi/addServiceContent/index.json | 2 +- user/pages/yishi/addServiceContent/index.wxml | 36 ++++++++++--- user/pages/yishi/addServiceContent/index.wxss | 50 ++++++++++++++++++- 4 files changed, 80 insertions(+), 9 deletions(-) diff --git a/user/commpents/textarea-cell/index.wxss b/user/commpents/textarea-cell/index.wxss index e7c0253..d149498 100644 --- a/user/commpents/textarea-cell/index.wxss +++ b/user/commpents/textarea-cell/index.wxss @@ -74,4 +74,5 @@ color: #FF0000; letter-spacing: 3rpx; font-weight: 600; + word-break:break-all; } \ No newline at end of file diff --git a/user/pages/yishi/addServiceContent/index.json b/user/pages/yishi/addServiceContent/index.json index 9bb8f20..fe7e253 100644 --- a/user/pages/yishi/addServiceContent/index.json +++ b/user/pages/yishi/addServiceContent/index.json @@ -2,7 +2,7 @@ "usingComponents": { "te-nav-bar": "../../../../commpents/te_navbar/index", "van-field": "@vant/weapp/field/index", - "van-stepper": "@vant/weapp/stepper/index", + "van-icon": "@vant/weapp/icon/index", "van-button": "@vant/weapp/button/index" } } \ No newline at end of file diff --git a/user/pages/yishi/addServiceContent/index.wxml b/user/pages/yishi/addServiceContent/index.wxml index c169534..1007d81 100644 --- a/user/pages/yishi/addServiceContent/index.wxml +++ b/user/pages/yishi/addServiceContent/index.wxml @@ -1,18 +1,42 @@ - + + - 每日接诊数量 + 服务次数/月 - + - 问诊单价 + 服务回合数 - - + + 不限制 + + 服务内容 + + + 服务周期 + + + + + + 服务价格(元) + + + 不限制 + + + + 建议服务价格设置为:单次图文*10次*5~8折 + + +继续添加服务内容 +保存 + diff --git a/user/pages/yishi/addServiceContent/index.wxss b/user/pages/yishi/addServiceContent/index.wxss index 4f4dd66..f2dc7f8 100644 --- a/user/pages/yishi/addServiceContent/index.wxss +++ b/user/pages/yishi/addServiceContent/index.wxss @@ -1,6 +1,13 @@ page{ background-color: #F6F6F6; } + .title{ + width:90vw; + margin: 0 auto 20rpx; + font-weight: 550; + font-size: 32rpx; + color: rgba(0,0,0,0.85); + } .checked_box{ margin-top: 30rpx; } @@ -27,7 +34,7 @@ page{ justify-content: space-between; margin: 20rpx 20rpx 20rpx 30rpx; align-items: center; - padding-bottom: 20rpx; + padding-bottom: 30rpx; } .price_steup_box_bottom{ position: relative; @@ -41,10 +48,14 @@ page{ font-size: 32rpx; color: #333; } + .price{ + text-align: right!important; + } .price_steup_box_bottom_num{ flex: 1.5; display: flex; - align-items: center; + text-align: right; + align-items: flex-end; } .price_steup_box_top::after{ position: absolute; @@ -88,4 +99,39 @@ page{ } .green{ color:#3CC7C0; + } + .tips{ + margin:15rpx 30rpx; + font-weight: 400; +font-size: 24rpx; +color: #E34D59; + } + .continueadd{ + + font-size: 30rpx; + color: #3CC7C0; + display: flex; + align-items: center; + justify-content: center; + width:90vw; + height: 80rpx; + margin:160rpx auto 0; +background: rgba(44,241,248,0.28); +border-radius: 8rpx; + } + .btn{ + bottom:60rpx; + position: fixed; + font-size: 32rpx; + color: #fff; + display: flex; + align-items: center; + justify-content: center; + width:90vw; + left:50%; + transform: translate(-50%); + height: 80rpx; + margin:160rpx auto 0; + background: #3CC7C0; +border-radius: 8rpx; } \ No newline at end of file