understand-software.wxml 756 B

12345678910111213
  1. <view>
  2. <view class="background-view">
  3. <image fit="fill" src="{{imageUrl+'/powerPage_backgorund.png'}}"></image>
  4. </view>
  5. <van-sticky scroll-top="0" id="sticky">
  6. <dk-navbar titleFontColor="#ffffff" leftButtonHide="{{false}}" operateShow="{{false}}" fixed="{{true}}"
  7. navbarTitle="助力抢劵" customStyle="background-color:transparent;" />
  8. </van-sticky>
  9. <view class="content">
  10. <image mode="widthFix" style="border-top-left-radius: 20rpx;border-top-right-radius: 20rpx;" src="{{imageUrl+'/understand_software_top.png'}}"></image>
  11. <image mode="widthFix" style="border-bottom-left-radius: 20rpx;border-bottom-right-radius: 20rpx;margin-top: -10rpx;" src="{{imageUrl+'/understand_software_bottom.png'}}"></image>
  12. </view>
  13. </view>