小程序官方提供的html标签,跟传统的HTML有所差异,下面关于下划线和删除线的操作。
在对应的标签中添加css样式即可:
text-decoration:underline; //下划线
text-decoration:line-through;//删除线
小程序官方提供的html标签,跟传统的HTML有所差异,下面关于下划线和删除线的操作。
在对应的标签中添加css样式即可:
text-decoration:underline; //下划线
text-decoration:line-through;//删除线
转载于:https://www.cnblogs.com/qiuxiaojian/p/9403218.html