gpt4 book ai didi

css - 如何使用像素化设置搜索栏中的文本样式?

转载 作者:太空宇宙 更新时间:2023-11-03 18:23:08 24 4
gpt4 key购买 nike

我尝试使用 pixate 在我的应用程序中设置 UISearchBar 文本的样式。它只在我关闭键盘后才起作用,但当我写文本时它不使用我的风格:

我在写:

I'm writting

键盘关闭后:

After the keyboard is closed

这是我当前的 CSS:

text-field {
color: black;
background-color : @colorEditTexto;
border-radius: 4px;
border-width: 8px;
border-color: gray;
height: 30px;

placeholder {
font-style: italic;
color: darkgray;
}
}
search-bar {
background-color: @colorBarra;
-ios-tint-color: white;
color: white;

text-field {
color: white;
placeholder {
color: white;
}
}
}

最佳答案

尝试像这样添加一个highlighted伪类:

search-bar {
background-color: @colorBarra;
-ios-tint-color: white;
color: white;

text-field {
color: white;
placeholder {
color: white;
}
}
text-field:highlighted {
color: blue;
}
}

关于css - 如何使用像素化设置搜索栏中的文本样式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21442562/

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