微信小程序修改input中的placeholder字体颜色
程序员文章站
2022-06-01 11:02:56
...
wxml
<input class="search-size" confirm-type="search" value="{{inputValue}}" type="text" bindinput="getInputValue" placeholder="搜索品牌或商品" placeholder-class="phcolor"></input>
wxss
.phcolor {
color: #D3D3D3;
}
最后来张效果图吧