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.
18 lines
772 B
18 lines
772 B
<!--
|
|
<movable-area style="height: {{y*2}}rpx;width: {{x*2}}rpx;position:fixed;top:0;left:0;pointer-events:none">
|
|
=======
|
|
<movable-area style="height: {{y}}px;width: {{x}}px;position:fixed;top:0;left:0;pointer-events:none">
|
|
>>>>>>> Stashed changes
|
|
<movable-view direction="all" class="float-icon" style='width:100rpx;height:100rpx;pointer-events:all;' x='{{x-60}}' y='{{y-60}}'>
|
|
<button open-type="contact" class="float-icon-btn" style='width:100%;height:100%;'>
|
|
<image src="/images/icon-service.png" style='width:100%;height:100%;'></image>
|
|
</button>
|
|
</movable-view>
|
|
</movable-area>
|
|
-->
|
|
|
|
<view direction="all" class="float-icon">
|
|
<button open-type="contact" class="float-icon-btn">
|
|
<image src="/images/icon-service.png"></image>
|
|
</button>
|
|
</view>
|