使用 palaceholder-class属性 在wxss中修改其格式的样式
wxml:
<input class="input" type="text" bindinput='getInputValue' name="find" placeholder="输入查询内容" placeholder-class="bgc" form-type="submit"/>
wxss
.bgc {
color:gray;
}
使用 palaceholder-class属性 在wxss中修改其格式的样式
wxml:
<input class="input" type="text" bindinput='getInputValue' name="find" placeholder="输入查询内容" placeholder-class="bgc" form-type="submit"/>
wxss
.bgc {
color:gray;
}