test.wxml 438 B

12345678910111213
  1. <custom style="height:{{CustomBar}}px;">
  2. <bar class="fixed gradual-green" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;">
  3. <navigator class='action' open-type="navigateBack" delta="1" hover-class="none">
  4. <icon class='icon-back' /> 测试
  5. </navigator>
  6. </bar>
  7. </custom>
  8. <view class='padding margin'>
  9. <view class="bg-red" style='animation: show 1s 1;-webkit-animation: show 1s 1;'>测试页</view>
  10. </view>