排版
文本装饰
用于控制文本装饰的实用功能类。
语法
| Class | Properties | 平台兼容性说明 |
|---|---|---|
| underline | text-decoration: underline; | H5、小程序、app-vue、app-nvue |
| line-through | text-decoration: line-through; | H5、小程序、app-vue、app-nvue |
| no-underline | text-decoration: none; | H5、小程序、app-vue、app-nvue |