排队支付小程序
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.

17 lines
772 B

  1. <!--
  2. <movable-area style="height: {{y*2}}rpx;width: {{x*2}}rpx;position:fixed;top:0;left:0;pointer-events:none">
  3. =======
  4. <movable-area style="height: {{y}}px;width: {{x}}px;position:fixed;top:0;left:0;pointer-events:none">
  5. >>>>>>> Stashed changes
  6. <movable-view direction="all" class="float-icon" style='width:100rpx;height:100rpx;pointer-events:all;' x='{{x-60}}' y='{{y-60}}'>
  7. <button open-type="contact" class="float-icon-btn" style='width:100%;height:100%;'>
  8. <image src="/images/icon-service.png" style='width:100%;height:100%;'></image>
  9. </button>
  10. </movable-view>
  11. </movable-area>
  12. -->
  13. <view direction="all" class="float-icon">
  14. <button open-type="contact" class="float-icon-btn">
  15. <image src="/images/icon-service.png"></image>
  16. </button>
  17. </view>