gpt4 book ai didi

css - 如何使用 Bootstrap 帮助程序类在表格内设置链接样式?

转载 作者:太空宇宙 更新时间:2023-11-03 23:17:36 25 4
gpt4 key购买 nike

我确定这是一个很容易解决的问题,但我找不到正确的方法来解决。

我有一个带有 Bootstraps 的网站(英雄 Bootstrap 模板)。

我在表中有一个链接,但我无法向该链接应用“text-success”等帮助类。

检查 fiddle :https://jsfiddle.net/9dt5zo74/2/

<div class="table-responsive">
<table class="table table-condensed table-hover table-striped text-center">
<thead>
<tr class="active">
<th class="text-center">text</th>
<th class="text-center">text</th>
<th class="text-center">text</th>
<th class="text-center">text</th>
</tr>
</thead>
<tbody>

<tr>

<td><a class="text-success" href="#">something should work and it doesnt</a></td>
<td>text</td>
<td>text</td>
<td>text</td>
</tr>

</tbody>
</table>
</div>
<p class="text-success">that works</p>

正如您将看到的,该类适用于表外的元素。

最佳答案

第 6400 行的样式

table a:not(.btn),
.table a:not(.btn) {
color: #fff;
text-decoration: underline;
}

获得更高的优先级

关于css - 如何使用 Bootstrap 帮助程序类在表格内设置链接样式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29873428/

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