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
451 B
9 lines
451 B
|
5 years ago
|
<!--pages/component/TitleHeader.wxml-->
|
||
|
|
<view class='title-box' style="height:{{transparent==1?0:height+padHeight}}px;color:{{transparent==1?'white':'#000'}}">
|
||
|
|
<view class="title-header" style="height:{{height}}px;padding-top:{{padHeight}}px;background:{{transparent==1?'transparent':'#F0F0F0'}}">
|
||
|
|
<icon bindtap="back" class="iconfont icon-fanhui1"></icon>
|
||
|
|
<text class="common-title-top">{{title}}</text>
|
||
|
|
<slot></slot>
|
||
|
|
</view>
|
||
|
|
</view>
|