11.1 文章

This commit is contained in:
zoujiandong
2024-11-01 18:02:19 +08:00
parent 60c5b527ed
commit 3515505ffb
23 changed files with 628 additions and 89 deletions
+3 -3
View File
@@ -25,9 +25,9 @@ Component({
this.triggerEvent('handleFocus',true)
},
goInquirtForm(){
// wx.navigateTo({
// url: '/healthyService/pages/visitList/visitList',
// })
wx.navigateTo({
url: '/patient/pages/kepuList/kepuList',
})
}
},
+1 -1
View File
@@ -1,5 +1,5 @@
{
"usingComponents": {
"van-icon": "@vant/weapp/icon/index"
}
}
+5
View File
@@ -2,6 +2,11 @@
<view class="barcontain">
<view class="barcon">
<text class="text" bindtap="goInquirtForm">肝胆相照互联网医院</text>
<view class="titlebox">
<image src="{{img_host+'/safe_index.png'}}" mode="" style="width:18rpx;height:22rpx" class="bg"/>
<view class="text"> 国家卫健委认证医疗机构・深耕肝病领域10余年</view>
<van-icon name="arrow" color="#fff" size="20rpx"/>
</view>
<view class="scon">
<input type="text" placeholder="输入姓名或医院查找医生" value="{{keyWord}}" disabled="{{true}}" bindtap="handleFocus" confirm-type="search" class="ipt"/>
<image src="{{img_host+'/ss.png'}}" class="ss"></image>
+12 -1
View File
@@ -20,12 +20,13 @@
border-radius: 40rpx;
box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.5);
align-items: center;
margin-top: 55rpx;
margin-top:20rpx;
}
.barcontain .text {
font-size: 40rpx;
color: #fff;
margin-left: 8rpx;
}
.barcon .ss {
@@ -40,4 +41,14 @@
font-size: 32rpx;
height: 80rpx;
}
.titlebox{
font-weight: 400;
margin-top: 15rpx;
display: flex;
align-items: center;
}
.titlebox .text{
font-size: 20rpx;
color: #fff;
}