navbar.wxml 514 B

1234567891011
  1. <view class='nav' style='height: {{status + navHeight}}px'>
  2. <view class='status' style='height: {{status}}px;{{containerStyle}}'></view>
  3. <view class='navbar' style='height:{{navHeight}}px;{{containerStyle}}'>
  4. <view class='home-icon' wx:if="{{homeIcon}}" bindtap='home'>
  5. <text class="projectname">{{projectName}}</text><van-icon name="arrow-down" color="#ffffff" class="iconright" />
  6. </view>
  7. <view class='nav-title'>
  8. <text style='{{textStyle}}'>{{titleText}}</text>
  9. </view>
  10. </view>
  11. </view>