openVip.wxml 1.4 KB

1234567891011121314151617181920212223242526
  1. <image src="../../images/ktvip.jpg" class="top"></image>
  2. <view class="box">
  3. <view class="one">
  4. <view class="tj">推荐</view>
  5. <view class="lxbn">连续包年</view>
  6. <view style="color:#ff502f;font-weight:900;font-size:40rpx;margin-top:10rpx"><text style="font-size:25rpx">¥</text>178</view>
  7. <view style="color:#dcc4a3;font-size:32rpx;margin-top:10rpx;text-decoration:line-through">¥198</view>
  8. <view class="js"><van-icon name="good-job-o" style="margin-top:5rpx;margin-right:5rpx"/>立省20元</view>
  9. </view>
  10. <view class="two">
  11. <!-- <view class="tj">推荐</view> -->
  12. <view class="month">12个月</view>
  13. <view style="color:#3f290a;font-weight:900;font-size:40rpx;margin-top:10rpx"><text style="font-size:25rpx">¥</text>178</view>
  14. <view style="color:#d5bfa6;font-size:32rpx;margin-top:10rpx;text-decoration:line-through">¥16.5/月</view>
  15. <view class="dyzd">单月最低</view>
  16. </view>
  17. <view class="three">
  18. <view class="tj">热销</view>
  19. <view class="lxbn">连续包月</view>
  20. <view style="color:#3f290a;font-weight:900;font-size:40rpx;margin-top:10rpx"><text style="font-size:25rpx">¥</text>18.8</view>
  21. <view style="color:#d5bfa6;font-size:32rpx;margin-top:10rpx;text-decoration:line-through">¥19.8</view>
  22. <view class="dyzd">省1.8元</view>
  23. </view>
  24. </view>
  25. <button class="submit_btn" style="width:500rpx" bindtap="submitInfo">立即开通</button>
  26. <image src="../../images/qy.jpg" class="qy"></image>