gpt4 book ai didi

css - 使用 before 标签在 css 中居中文本

转载 作者:行者123 更新时间:2023-11-28 10:45:07 25 4
gpt4 key购买 nike

在表格中我有这段代码:

...
<td class="new"></td>
...

我的CSS是:

td.new:hover { background-color: rgba(255, 0, 0, 0.05); }
td.new:hover:before { content: "+"; text-align:center; }

我的文本如何在 td 中居中?

谢谢。

最佳答案

你只需要添加 text-align:center;像这样给你的 .new 类:

http://jsfiddle.net/Sg5BB/37/

td.new{text-align: center;}
td.new:hover { background-color: rgba(255, 0, 0, 0.05);}
td.new:hover:before { content: "+"; text-align:center; }

关于css - 使用 before 标签在 css 中居中文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23019142/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com