微信小程序 给数字或文字加横线,比如原价、已完成任务 2022-06-10 13:11:55 浏览数 (1) 比如电商中的给原价加横线代码语言:javascript复制 <view style='font-size:14px;'> 原价: <text style='color:#FF6F10;text-decoration:line-through;'> 9.00 </text> </view>核心属性 text-decoration:line-through;下划线 text-decoration:underline; 电商 line text 0 人点赞 上一篇:分享雷军22年前编写的代码