gpt4 book ai didi

javascript - 如何在 SIFR 3r436 中使用各种选择器

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

sIFR.replace(中性, { 选择器:'#nav li', css:[ 'a { 颜色: #ffffff;文字装饰:无; font-size:14px} a:hover { color: #d75a60;文本装饰:下划线;}'], wmode: 'transparent', preventWrap: true ,forceWidth: true ,fitExactly: true ,forceSingleLine: true ,offsetTop: 0 ,offsetLeft: 0 ,tuneWidth: 0 ,tuneHeight: 0, });

而且我需要在 div 中的 span 中设置 b 的样式 ... 我只是找不到方法,如果我添加另一个 sIFR.replace(blah... 它不会工作,它有时会与其他替换混淆 :S 任何好的引用?提前感谢。

最佳答案

我不确定为什么您会遇到两个单独的 .replace 声明的问题,但无论如何,我相信您可以使用逗号将它们链接在一个声明中,如下所示:

sIFR.replace(neutra, {
selector: '#nav li, div span b',
css:[ 'a { color: #ffffff; text-decoration:none; font-size:14px} a:hover { color: #d75a60; text-decoration:underline;}'],
wmode: 'transparent', preventWrap: true ,forceWidth: true ,fitExactly: true ,forceSingleLine: true ,offsetTop: 0 ,offsetLeft: 0 ,tuneWidth: 0 ,tuneHeight: 0,
});

关于javascript - 如何在 SIFR 3r436 中使用各种选择器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2647225/

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