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