gpt4 book ai didi

jquery - 使用 jQuery 访问 css ":after"选择器

转载 作者:IT王子 更新时间:2023-10-29 03:23:54 25 4
gpt4 key购买 nike

<分区>

我有以下 CSS:

.pageMenu .active::after {
content: '';
margin-top: -6px;
display: inline-block;
width: 0px;
height: 0px;
border-top: 14px solid white;
border-left: 14px solid transparent;
border-bottom: 14px solid white;
position: absolute;
right: 0;
}

我想使用 jQuery 更改顶部、左侧和底部边框的边框宽度。我使用什么选择器来访问这个元素?我尝试了以下方法,但似乎没有用。

$('.pageMenu .active:after').css(
{
'border-top-width': '22px',
'border-left-width': '22px',
'border-right-width': '22px'
}
)

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