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.
9 lines
605 B
9 lines
605 B
<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">
|
|
<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>
|
|
</view>
|
|
</view>
|
|
|