搜索页样式修改

master
wangxia 2 years ago
parent 1939604fbb
commit 021ecb0cce

@ -29,7 +29,7 @@
<view class="subset" hover-class="thover" wx:for="{{wannaList}}" data-key="{{item}}" bindtap="setKey">{{item}}</view>
</view>
</view>
<view style class="container" bindtouchstart="touchStart" wx:if='{{!isWannaShow}}'>
<view style class="container" bindtouchstart="touchStart" wx:if="{{!isWannaShow}}">
<view class="navigator">
<!-- <view class="quickapply">
<button class="text" size="mini" hover-class="none" catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod" hover-stop-propagation="false" wx:if="{{!isLogin}}">
@ -275,7 +275,9 @@
<view class="display-flex">
<view class="storeName" wx:if="{{item.jobName != null && item.jobName != ''}}">{{item.jobName}}</view>
<view class="storeName" wx:else>{{item.aliasName}}</view>
<view class="hourPay">{{item.salaryClassifyValue}}</view>
<!-- <view class="hourPay">{{item.salaryClassifyValue}}</view> -->
<view class="hourPay" wx:if="{{item.salaryClassify == 7}}">月薪</view>
<view class="hourPay" wx:else>{{item.salaryClassifyValue}}</view>
</view>
<view class="v-center mt12 mb12">
<view class="f14s c045 flex-1 display-flex">
@ -285,6 +287,7 @@
<block wx:else>{{item.age}}</block>
</view>
<!-- <view class="fr f14s c633 fw400">{{item.monthlyPay}}</view> -->
<view class="fr f14s fw400" wx:if="{{item.jobType !=2 || item.salaryClassify == 7}}" style="color: var(--color-f40);">{{item.monthlyPay}}</view>
</view>
</view>
<view class="display-flex">
@ -327,7 +330,7 @@
</scroll-view>
</view>
<view wx:if="{{recordList == null || recordList.length == 0 && pageShow && !isWannaShow}}" style='height:calc(100vh - 95px)' class="tc">
<view wx:if="{{recordList == null || recordList.length == 0 && pageShow && !isWannaShow}}" style="height:calc(100vh - 95px)" class="tc">
<view class="t-icon t-icon-zanwu" style="width: 80px; height: 80px; margin: 120px auto 20px"></view>
<view class="tc f14 c045">没有符合条件的职位</view>
</view>
@ -338,5 +341,4 @@
</view>
</view>
<bottom-drawer show="{{recordShow}}" info="{{currentInfo}}" drawerType="recordShow" cancerShow="{{false}}" touchClose="{{true}}" bindhidedrawer="hidedrawershow" class="bottomDrawer" height="494px"></bottom-drawer>
Loading…
Cancel
Save