gpt4 book ai didi

html - 单击和加载时按钮丢失 css 样式

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

我似乎无法弄清楚这一点。当我单击我的按钮并加载目标页面时,该按钮会丢失其文本样式。原始按钮样式是从我正在使用的 wordpress 主题中提取的。我已经包含了一个 gif 和引用代码。有什么想法吗?

实际操作:https://imgflip.com/gif/197tc9

    .darkbutton {
color: #fff !important;
border: 2px solid #fff !important;
background-color: #0be2a1 !important;
margin-top: 4px !important;
}

.darkbutton:hover {
color: #0be2a1 !important;
border: 2px solid #fff !important;
background-color: #fff !important;
}

最佳答案

试试这个:

使用CSS的焦点状态

.darkbutton:focus {
color: #fff !important;
}

关于html - 单击和加载时按钮丢失 css 样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39050155/

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