gpt4 book ai didi

html - 如何强调在两行上展开的超链接。 CSS-HTML 极客?

转载 作者:行者123 更新时间:2023-11-28 04:25:55 26 4
gpt4 key购买 nike

alt text

我将以下 CSS 应用于上面的文本。如何使上面超链接的下划线显示为下面的下划线。例如像这个 alt text

.result-listingext h3 
{

display:block;
margin:0;
padding-right:10px;
padding-left:10px;
color:#b2002f;
font-family: Arial, Verdana;
text-decoration: none;
background: white;
font-size:0.94em;
font-weight:normal;
line-height:1.3;
}

.result-listingext h3 a:visited
{
font-family: Arial, Verdana;
text-decoration: none;
background: white;
font-size:0.94em;
color:#000;
font-weight:normal;
line-height:1.3;
}


.result-listingext h3 a:link,
.result-listingext h3 a:hover,
.result-listingext h3 a:focus,
.result-listingext h3 a:active {
color:#b2002f;
font-family: Arial, Verdana;
text-decoration: none; background: white;
font-size:0.94em;
font-weight:normal;
line-height:1.3;
}

最佳答案

要使文本下划线与文本颜色不同,您需要 border-bottom

border-bottom: 1px grey solid;

JSFiddle here

您可以使用padding-bottom/padding-topline-height 来控制文本和边框以及每行之间的距离.

关于html - 如何强调在两行上展开的超链接。 CSS-HTML 极客?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4284233/

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