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.
8 lines
491 B
8 lines
491 B
5 years ago
|
<movable-area class="movable-area" style="top:{{areaTop}}rpx;left:{{areaLeft}}rpx;width:{{areaWidth}};height:{{areaHeight}};">
|
||
|
<movable-view class="movable-view" direction="all" inertia="true" friction="10"
|
||
|
style="width:{{buttonWidth}}rpx;height:{{buttonHeight}}rpx;top:{{buttonTop}}rpx;left:{{buttonLeft}}rpx;">
|
||
|
<view class="img-box" bindtap="onClickButton">
|
||
|
<image src="{{imgUrl}}" />
|
||
|
</view>
|
||
|
</movable-view>
|
||
|
</movable-area>
|