showhtm.html 920 Bytes
<div class="web_text">
			<div ng-if="item.content.editor_text == ''">
				<p>点此编辑『富文本』内容</p>
				<p>你可以对文字进行<strong>加粗</strong><em>斜体</em><span style="text-decoration: underline;">下划线</span><span style="text-decoration: line-through;">删除线</span>、文字<span style="color: rgb(0, 176, 240);">颜色</span><span style="background-color: rgb(255, 192, 0); color: rgb(255, 255, 255);">背景色</span>、以及字号<span style="font-size: 20px;"></span><span style="font-size: 14px;"></span>等简单排版操作。</p>
				<p style="text-align: left;"><span style="text-align: left;">也可在这里插入图片、并对图片加上超级链接,方便用户点击。</span></p>
			</div>
			<div  ng-if="item.conteng.editor_text !=''" style="color: #000;">
				<div ng-bind-html="item.content.editor_text|trustHtml"></div>
			</div>
		</div>