配置app导航条 中的搜索框按钮
{
"path": "pages/index/index",
"style": {
"app-plus": {
"titleNView":{
"searchInput":{
"align":"center",
"backgroundColor":"#F5F4F2",
"borderRadius":"4px",
"disabled":true,
"placeholder":"搜索帖子",
"placeholderColor":"#6D6C67"
},
"buttons":[
{
"color":"#333333",
"colorPressed":"#FD597C",
"float":"right",
"fontSize":"20px",
"fontSrc":"/static/iconfont.ttf",
"text":"\ue668" //要用反斜杠U
}
]
}
}
}
}
网友评论