You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

25 lines
1.7 KiB

<view class="title-box{{transparent==1?' bg-box':''}}" style="height:{{isScene==1?'0':(height+padHeight)}}px;">
<view class="title-header" style="padding-top:{{padHeight}}px;height:{{height}}px" wx:if="{{name!=''}}">
<icon bindtap="back" class="iconfont icon-fanhui1"></icon>
<view bindtap="indexFocus" class="search-box" style="margin-right:{{right + 5}}px;">
<icon class="iconfont icon-sousuo"></icon>
<input bindfocus="inputFocus1" placeholder-class="{{transparent==1?'phcolor':''}}" bindinput="inputFocus1" class="weui-input" placeholder="搜索" />
<!-- <input bindfocus="inputFocus" placeholder-class="{{transparent==1?'phcolor':''}}" bindinput="getVal" class="weui-input" placeholder="搜索" /> -->
<view wx:if="{{isScene!=1}}" style="display: flex;padding-right: 12rpx;">
<view style="color: #ccc;">|</view>
<view style="margin-left:22rpx;font-weight: 400;font-size: 29rpx;color: #0B898E;">搜索</view>
</view>
</view>
</view>
<view class="title-header" style="padding-top:{{padHeight}}px;height:{{height}}px" wx:else>
<icon bindtap="back" class="iconfont icon-fanhui1"></icon>
<view bindtap="indexFocus" class="search-box" style="margin-right:{{right + 5}}px;">
<icon class="iconfont icon-sousuo"></icon>
<input bindfocus="inputFocus" placeholder-class="{{transparent==1?'phcolor':''}}" bindinput="searchInput" bindconfirm="search" class="weui-input" placeholder="搜索" />
<view wx:if="{{isScene!=1}}" style="display: flex;padding-right: 12rpx;">
<view style="color: #ccc;">|</view>
<view style="margin-left:22rpx;font-weight: 400;font-size: 29rpx;color: #0B898E;" bindtap="search">搜索</view>
</view>
</view>
</view>
</view>