gradual.wxml 298 B

1234567
  1. <custom style="height:{{CustomBar}}px;">
  2. <bar class="fixed gradual-orange" 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>