gpt4 book ai didi

html - 取消隐藏仅在悬停状态下显示的 Div

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

我试图从 wordpress 的网格插件修改这张卡片,并且有一个元素以前是“阅读更多” anchor 元素,为了节省一些时间,我决定将它用作绿色按钮下图,但问题是它只显示在悬停状态。

网址如下:http://uai.compite.cl

有什么方法可以为非悬停 div 应用规则吗?我尝试了 :not(:hover) 但在这种情况下它似乎不起作用。

谢谢你的帮助

image

最佳答案

a.tg-link-button {
opacity: 1 !important;
-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1) !important;
-moz-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1) !important;
-ms-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1) !important;
-o-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1) !important;
transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1) !important;
}

我刚刚添加了 !important,所以它会覆盖常规设置。

关于html - 取消隐藏仅在悬停状态下显示的 Div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42765258/

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