123456789101112131415161718192021222324 |
- <view class='nav' style='height: {{status + navHeight}}px'>
- <view class='status' style='height:{{status}}px;{{containerStyle}}'></view>
- <view class='navbar' style='height:{{navHeight}}px;{{containerStyle}}'>
- <!-- <view class='back-icon' wx:if="{{backIcon}}" bindtap='back'>
- <image src='{{backIcon}}'></image>
- </view>
- <view class='home-icon' wx:if="{{homeIcon}}" bindtap='home'>
- <image src='{{homeIcon}}'></image>
- </view>
- <view class='nav-icon' wx:if="{{titleImg}}">
- <image src='{{titleImg}}' style='{{iconStyle}}'></image>
- </view> -->
- <!-- <view class='nav-title' wx:if="{{titleText && !titleImg}}">
- <text style='{{textStyle}}'>{{titleText}}</text>
- </view> -->
- <view class='nav-title'>
- <view class="input-box row">
- <input placeholder="请输入板块代码" bindtap="search" />
- <icon class="weui-icon-search_in-box" type="search" size="20"></icon>
- </view>
- <!-- <input placeholder="请输入板块代码" style='{{textStyle}}'/> -->
- </view>
- </view>
- </view>
|