titleNView: {
backgroundColor: "#f7f7f7", // 导航栏背景色
titleText: "", // 导航栏标题
titleColor: "#000000", // 文字颜色
// type: "transparent", // 透明渐变样式
autoBackButton: true, // 自动绘制返回箭头
tags: [
{
tag: "input",
id: "input",
inputStyles: {
fonstSize: "16px",
type: "search",
borderColor: "#f8f8f8",
placeholder: "搜索校车线路、站点、地点",
borderWidth: "70%",
onComplete:function(e){
// alert(e.text);
}
},
position: {
top: top,
left: "100px",
width: "100%",
height: "100%"
},
 
}
]
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
猜你喜欢
  • 2021-12-09
  • 2022-12-23
  • 2021-07-22
  • 2021-09-10
  • 2022-01-09
  • 2021-05-31
相关资源
相似解决方案