gpt4 book ai didi

css - 在 native 脚本中覆盖 TextField 组件的 css

转载 作者:行者123 更新时间:2023-11-28 06:24:30 25 4
gpt4 key购买 nike

我正在尝试更改 Native Script for Android 中 TextField 元素的样式。目前我的文本字段显示为黑色。我想把它变白。因为背景很暗。

<TextField cssClass="tf_password" hint="Password" id="password" text="{{ user.password }}" secure="true"/>

感谢任何帮助。

最佳答案

如果您希望文本为白色,背景为黑色,您可以在 CSS 文件中进行设置:

#password {
background-color: black !important;
color: white !important;
}

关于css - 在 native 脚本中覆盖 TextField 组件的 css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35366968/

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