比如电商中的给原价加横线
<view style='font-size:14px;'> 原价: <text style='color:#FF6F10;text-decoration:line-through;'> 9.00 </text> </view>
核心属性 text-decoration:line-through;
下划线 text-decoration:underline;
比如电商中的给原价加横线
<view style='font-size:14px;'> 原价: <text style='color:#FF6F10;text-decoration:line-through;'> 9.00 </text> </view>
核心属性 text-decoration:line-through;
下划线 text-decoration:underline;