<snapshot id="my-snapshot-{{divIndex}}" class="intro" style="width: {{800*content.s}}px;height:{{item.h*content.s}}px;background: {{item.bg.b}};" mode="view">
<view style="width:{{800}}px;height:{{item.h*content.s}}px;transform: scale({{content.s}}); transform-origin: 0 0;background: {{item.bg.b}};">
<view catch:tap="div" data-name="div" data-index="{{divIndex}}" style="display:flex;width:100%;height:{{item.h}}px;position: relative;background: {{item.bg.b}};z-index: 0;overflow: hidden;">
</view>
</view>
</snapshot>
当宽高的数值带有小数时,往往会有1px的像素是透明色,并没有绘制上颜色?