修改
This commit is contained in:
parent
709b713562
commit
94b13af6e6
@ -2,12 +2,17 @@
|
||||
<view class="app">
|
||||
<!-- 家医 -->
|
||||
<view class="" v-if="status==1">
|
||||
<u-tabs :list="tabslist" :is-scroll="false" :current="tabscurrent" @change="tabschange"
|
||||
inactive-color='#fff' active-color='#fff'></u-tabs>
|
||||
<view class="inputs">
|
||||
<i class="icon"></i>
|
||||
<input type="text" name="" id="" class="input" placeholder="搜索" v-model="formdata.name">
|
||||
</view>
|
||||
<u-sticky>
|
||||
<!-- 只能有一个根元素 -->
|
||||
<u-tabs :list="tabslist" :is-scroll="false" :current="tabscurrent" @change="tabschange"
|
||||
inactive-color='#fff' active-color='#fff'></u-tabs>
|
||||
<view class="inputs">
|
||||
<view class="inputitem">
|
||||
<i class="icon"></i>
|
||||
<input type="text" name="" id="" class="input" placeholder="搜索" v-model="formdata.name">
|
||||
</view>
|
||||
</view>
|
||||
</u-sticky>
|
||||
<view class="lists" v-if="listinfo">
|
||||
<view class="item" v-for="item in listinfo" @tap='goseekadvicefrom(item)'>
|
||||
<view class="time">
|
||||
@ -177,7 +182,7 @@
|
||||
})
|
||||
}
|
||||
})
|
||||
}, 180000)
|
||||
}, 5000)
|
||||
},
|
||||
//前往聊天
|
||||
goseekadvicefrom(item) {
|
||||
@ -370,17 +375,22 @@
|
||||
|
||||
.inputs {
|
||||
background-color: #fff;
|
||||
border-radius: 5rpx;
|
||||
background-color: #ffffff;
|
||||
z-index: 999;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
background: #F6F6F6;
|
||||
border-radius: 10rpx;
|
||||
width: 96%;
|
||||
height: 60rpx;
|
||||
height: 80rpx;
|
||||
padding: 10rpx 0 0;
|
||||
transform: none;
|
||||
margin: 20rpx auto;
|
||||
margin: 0 auto;
|
||||
|
||||
.inputitem {
|
||||
background: #F6F6F6;
|
||||
width: 100%;
|
||||
height: 60rpx;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
|
||||
.input {
|
||||
margin: 0 auto;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user