home.wxml 632 B

1234567891011121314
  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/cjkz2329.jpg);">
  3. <view class='content' open-type="navigateBack" delta="1" hover-class="none">
  4. <image src="/images/cjkz.png" mode='widthFix'></image>
  5. </view>
  6. </bar>
  7. </custom>
  8. <card>
  9. <item class="bg-img shadow-blur" style="background-image:url({{item.img}})" bindtap="toChild" data-url="{{item.url}}" wx:for="{{list}}" wx:key>
  10. <view class="cardTitle">
  11. {{item.title}}
  12. </view>
  13. </item>
  14. </card>