com_top_nav.wxml 750 Bytes
<cover-view class="t_nav" style="height:{{height}}px;background-color:{{bcolor}};color:{{color}}">
   <cover-view class="tab" style="height:{{h1}}px;">
       <cover-view wx:if="{{user_no}}" class="tb_con" >ID:{{user_no}}<cover-view style="width:20rpx"></cover-view></cover-view>
       <cover-view wx:else class="tb_con" ></cover-view>
   </cover-view>
   <cover-view bindtap="go_back" class="contant" style="height:{{h2}}px">
       <cover-view  class="gback">
            <cover-view class="rote_view" style="border: 3rpx solid {{color}};"></cover-view>
       </cover-view>
       <cover-view class="ellip">{{title}}</cover-view>
   </cover-view>

</cover-view>
<!-- 用于顶开层的高 -->
<cover-view style="height:{{height}}px"></cover-view>