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