richtext.wxml 208 B

12345
  1. <template name="richtext">
  2. <view style="margin: {{item.marginTop*2+'rpx'}} 20rpx 0;background-color: {{item.backgroundColor}};border-radius:10rpx;">
  3. <parser html="{{item.html}}" />
  4. </view>
  5. </template>