gpt4 book ai didi

jquery - CSS/jQuery : background color for JUST the text in an input

转载 作者:行者123 更新时间:2023-12-01 08:25:22 25 4
gpt4 key购买 nike

我有一些只读输入。我希望这些输入中的文本具有背景颜色。有没有办法用 CSS/jQuery 来完成这个任务?我试过:

$('.show input').contents().css('background-color', '#F0444D');

$('.show input').children().css('background-color', '#F0444D');

但是他们什么也没做。

最佳答案

使用 lynxforest 的答案,您可以将整个字段的背景设置为某种颜色。

我知道您只希望文本具有背景颜色,而不是整个字段。但这在 INPUT 字段中是不可能的。在另一种元素(例如 DIV)中,您可以插入 SPAN 标记:

<DIV class="box"><SPAN>blabla</SPAN><DIV>

但是 INPUT 字段不能有其他元素作为内容,因此这个技巧不起作用。

关于jquery - CSS/jQuery : background color for JUST the text in an input,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4465828/

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