1.想要给出的placeholder的字体颜色跟默认小程序的不一样,需自定义,给其自定义一个placeholder-class
2. wxml 示例
<input type="text" value="" placeholder="请输入信息" placeholder-class="b-palceholder"/>
3. wxss 示例
.b-palceholder{
color: rgb(218, 212, 212);
}
文章来源地址https://www.toymoban.com/news/detail-843220.html
文章来源:https://www.toymoban.com/news/detail-843220.html
到了这里,关于小程序中修改input的placeholder字体颜色样式的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!