更新完编辑器后,代码报错at-rule or selector expected,什么原因呢?
<image class="container"
catchtouchmove="buttonMove"
catchtouchstart="buttonStart"
catchtouchend="buttonEnd"
src="{{imgObj.imageUrl}}"
style='top: {{buttonTop}}px; left:{{buttonLeft}}px;width:{{imgObj.imageWidth}}px;height:{{imageHeight}}px'>
</image>