Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 HTML5 和 CSS3 在文本上制作斜线?
PS:我想使用<canvas>是获得解决方案的一种可能方式。
<canvas>
您可以使用 CSS 并将 div 放置在彼此之上,然后旋转其中一个来做到这一点。
http://jsfiddle.net/jonbrownm/QvDwj/
还有 * {text-decoration: line-through;} 声明,但不会是倾斜的。解决方案确实需要使用 HTML,但我不确定没有 CSS 的方法。