<!--搜索-->
<view class="page__bd ">
<view class="weui-search-bar">
<text style="font-size:14px; margin-right:5px; color:#333; margin-top:5px;">找公司</text>
<view class="weui-search-bar__form">
<view class="weui-search-bar__box">
<icon class="weui-icon-search_in-box" type="search" size="14"></icon>
<input bindfocus="inputFocus" type="text" confirm-type="search" class="weui-search-bar__input" placeholder="请输入公司名称或产品名称" value="{{inputVal}}" focus="{{inputShowed}}" bindconfirm="onSearchCompany" bindinput='inputString' />
<view class="weui-icon-clear" wx:if="{{inputVal.length > 0}}" bindtap="clearInput">
<icon type="clear" size="14"></icon>
</view>
</view>
</view>
<view class="weui-search-bar__cancel-btn" style='margin-top:3px' hidden="{{!inputShowed}}" bindtap="onSearchCompany">搜索</view>
</view>
</view>
找公司这个text 在个别手机里面会掉下来,除非放很大的宽,可是如果很大的宽度,大部分手机就会有多余的空白,求助怎么能兼容!!
删掉找公司不就OK了
不能,业务需求