gpt4 book ai didi

css - 更改表格背景颜色的问题

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

当我在我的 css 中使用 background-color 来更改表格背景颜色而不是更改背景颜色时,它正在更改文本的颜色

这是我用来设置表格样式的 CSS 代码

.table_styling1 {
table-layout:fixed;
width:100%;
height:25px;
border:1px solid #ccc;
background-color:#8B7D7B;
border-radius:4px;}

.table_styling1 th {
padding:4px 6px 6px;
background:#444;
color:#fff;
text-align:center;
color:#ccc;}

.table_styling1 td {
padding:2px 4px 4px;
background:#fff;
border-bottom:1px solid #ccc;}

.table_styling1 tr {
background-color:#FF83FA;}

.table_styling1 tr:hover {
color:#4876FF;}

我应该在我的代码中更改什么,以便我可以将背景颜色应用到我的表我什至尝试使用背景..它也没有用

最佳答案

.table_styling1 {       
width:50%;
border: 2px solid black;
border-collapse:collapse;}

.table_styling1 th{
padding:4px;
background:#444;
color:#fff;}

.table_styling1 td {
padding:2px 4px 4px;
border-bottom:1px solid #ccc;}

.table_styling1 tr:hover {
background:#4876FF;
color:#1E1E1E;}

.table_styling1 table,th,td {
border: 1px solid black;}

我阅读了所有的 css 属性并找到了答案,抱歉问错了问题

关于css - 更改表格背景颜色的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12474338/

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