" (greater-than sign) CSS selector mean? (8 个答案) What does a space m-6ren">
gpt4 book ai didi

html - 我如何为表格内的 div 应用 css?

转载 作者:太空宇宙 更新时间:2023-11-04 15:45:29 25 4
gpt4 key购买 nike

我想在 $100 上应用 CSS,它是 table 中的 div 元素。它应该是红色的,但我的 CSS 选择器不起作用。

<!DOCTYPE html>
<html>
<head>
<style>
table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}

.new > div{
color:red;
}

</style>
</head>
<body>

<table class="new">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>
<div>$100</div>
</td>
</tr>
<tr>
<td>February</td>
<td>$80</td>
</tr>
</table>

</body>
</html>

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