animation.wxml 595 B

1234567891011121314151617
  1. <custom style="height:{{CustomBar}}px;">
  2. <bar class="fixed none-bg text-white bg-img" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;background-image:url(https://image.weilanwl.com/color2.0/plugin/wdh2236.jpg);">
  3. <navigator class='action' open-type="navigateBack" delta="1" hover-class="none">
  4. <text class='icon-back'></text> 微动画
  5. </navigator>
  6. </bar>
  7. </custom>
  8. <card class="DhCard">
  9. <item class="gradual-green shadow-blur">
  10. <view>
  11. 水波纹
  12. </view>
  13. <view class='animation-wave'>
  14. <view class='wave'></view>
  15. </view>
  16. </item>
  17. </card>