gpt4 book ai didi

html - 当用户在同一页面 css 中时,如何使边框变为红色

转载 作者:行者123 更新时间:2023-11-28 00:23:57 24 4
gpt4 key购买 nike

我有一个页面注册有两个选择的电子邮件/电话,当用户点击电话按钮注册时,我希望边框仍然是红色的,当鼠标悬停在它上面时我让它悬停但我不知道如何在同一页的边框也是红色的。

enter image description here

.EPbutton{
font-size: 14px;
font-weight: bold;
display: inline-block;
text-decoration: none;
color:black;
border-bottom: 2px solid black;
width: 130px;
height: 20px;
margin-top: 12px;
margin-bottom: 5px;
}

.EPbutton:hover{
border-bottom: 2px solid red;
color:red;
cursor: pointer;
}

最佳答案

:焦点

.EPbutton:focus {
border-bottom: 2px solid red;
color:red;
cursor: pointer;
}

关于html - 当用户在同一页面 css 中时,如何使边框变为红色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54740809/

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