gpt4 book ai didi

php - 将 CSS 应用于 Iframe 内容

转载 作者:行者123 更新时间:2023-11-29 22:16:57 26 4
gpt4 key购买 nike

<分区>

我使用了下面的代码这是我的 iframe:

<iframe scrolling='no' frameborder='1' id='fblike' src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.XYZ.com%2F&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=true&amp;font&amp;colorscheme=light&amp;action=like&amp;height=50'></iframe>

$('#fblike').contents().find('.pluginButton').css({'background','#FF8000'});

我也直接应用了css

.pluginButton {
background: none repeat scroll 0 0 #FF8000 !important;
}

仍然没有用。我想更改 pluginButton 的背景。我想将图像应用到它的背景。如何应用?

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