让搜索框在居中显示
作者:本站编辑 发布时间:2015-11-24 来源:本站原创
点击数:
<ion-view>
<ion-nav-buttons side="right">
<i class="icon ion-android-notifications-none" style="font-size: 25px; margin: auto 10px;"></i>
</ion-nav-buttons>
<ion-nav-title align="center">
<div class="item-input-inset">
<label class="light-bg item-input-wrapper">
<span class="icon ion-ios-search" style="color: #8f8f8f;"></span>
<input class="" type="text" placeholder="搜索影星">
</label>
</div>
</ion-nav-title>
<ion-content>
发现页面
</ion-content>
</ion-view>