gpt4 book ai didi

html - 如何在剑道 UI 多选中为占位符提供 css

转载 作者:搜寻专家 更新时间:2023-10-31 08:19:14 26 4
gpt4 key购买 nike

我正在使用剑道用户界面。要在我给出的文本框中为占位符应用 css

::-webkit-input-placeholder { font-style:normal;        
opacity:0.6;
color:grey;
font-size:14px;
}

我正在尝试为多选中的占位符应用 css。谁能帮我怎么做?

最佳答案

使用它来指定焦点前输入的样式:

.k-multiselect-wrap>.k-input {
font-style: normal;
color: #C5C5C5;
font-size: 16px;
font-size: 1.6rem;
}

这是设置焦点时输入的样式(当用户输入时):

.k-multiselect-wrap>.k-input:focus {
color: #000; /* specify the focused input color */
}

关于html - 如何在剑道 UI 多选中为占位符提供 css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19591034/

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