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.
11 lines
799 B
11 lines
799 B
<!-- 自定义顶部栏 -->
|
|
<view wx:if="{{!onlyStations}}" class="nav-bar" style="top:{{menuTop}}px;height:{{menuHeight}}px; min-height:{{menuHeight}}px;line-height:{{menuHeight}}px;">
|
|
<mp-icon bindtap="onBack" class="icon" type="field" icon="back" color="white" size="{{10}}"></mp-icon>
|
|
<text class="navigation-title">{{title}}</text>
|
|
</view>
|
|
<view class="nav-bar" style="top:0px;background-color: #fff;height:{{navBarHeight - menuHeight}}px;"></view>
|
|
<view wx:if="{{onlyStations}}" class="nav-barindex" style="top:{{menuTop}}px;height:{{menuHeight}}px; min-height:{{menuHeight}}px;line-height:{{menuHeight}}px;">
|
|
<text class="navigation-title">{{title}}</text>
|
|
</view>
|
|
<!-- 占位,高度与顶部栏一样 -->
|
|
<view style="height:{{navBarHeight}}px;background-color: white;"></view> |