gpt4 book ai didi

CSS 页脚链接不会变为白色

转载 作者:太空宇宙 更新时间:2023-11-04 10:54:41 26 4
gpt4 key购买 nike

好吧,我终于差不多完成了我的第一个站点。除了我的页脚导航链接似乎停留在紫色(默认)。我想让文本显示为白色。修复其他任何地方的链接没问题。但是,我似乎无法在代码中找到任何内容来更改它。我试图非常仔细地审查所有内容,但我被卡住了。有人可以告诉我我可能错过了什么吗?

#footer{

margin: 1px;
height:100px;
width: 100%;
border-top:3px solid #107CBD;
clear: both;

color: #fff;
line-height:23px;
background-color:#505050;
text-align:center;
position:fixed;
font-size:12px;
bottom:0px;
vertical-align:baseline:
}
footer {
width: 100%;
padding-top: 3.5%;
padding-bottom: 9.5%;
background-color: #505050;
border-top:8px solid #107CBD;
position:fixed;
text-align:center;

}



#footer ul li a: hover{
color: #fff;
background-color:#777;
}


#footer ul li a{
text-decoration: none;
font-family: Noto-sans,sans serif;
padding:2em 1em;
color: #fff;

}


#footer ul li a: hover{

background-color:#777777;

}

footer ul {
width: 100%;
/* margin-right: 25%;*/
}

footer ul li {
float:0px;
padding-right:2%;
margin-right:3%;
display: inline;
font-family:Noto sans,sans serif;
font-size:13px;

}

#footer ul li a{
text-decoration: none;
font-family:'Noto-sans',sans serif;
padding:2em 1em;


}



div.footer-social{
float:right;
padding-right:10%;
margin-right:5%;
display: inline;
margin-top:-2.8%;
}

最佳答案

请看,我认为您的 CSS 中存在错误。

vertical-align:baseline:

应该是

vertical-align:baseline;

因为其余的 css 代码可能无法正常工作

关于CSS 页脚链接不会变为白色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34733157/

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