东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxml 1014B

123456789101112131415161718192021
  1. <!--pages/component/service/index.wxml-->
  2. <view>
  3. <image class="serviceIcon" bindtap="maskShow" src="{{imgUrl+'/images/service.png'}}"></image>
  4. <view wx:if="{{maskState}}" class="maskGroup" catchtouchmove="ture">
  5. <view class="contentGroup">
  6. <view class="tipGroup">
  7. <image style="width:254rpx;height:45rpx;" src="{{imgUrl+'/images/selectService.png'}}"></image>
  8. </view>
  9. <view class="btnGroup" bindtap="newCarConsultation">
  10. <image style="width:100%;height:100%;" src="{{imgUrl+'/images/severBtn1.png'}}"></image>
  11. </view>
  12. <view class="btnGroup" style="margin-top:30rpx;">
  13. <image style="width:100%;height:100%;" src="{{imgUrl+'/images/severBtn2.png'}}"></image>
  14. <button style="width:100%;" class="serviceBtn" open-type="contact"></button>
  15. </view>
  16. <view style="position:relative;">
  17. <image class="closeService" bindtap="closeService" src="{{imgUrl+'/images/closeService.png'}}"></image>
  18. </view>
  19. </view>
  20. </view>
  21. </view>