收藏
回答

兼容问题

<!--搜索-->

<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 在个别手机里面会掉下来,除非放很大的宽,可是如果很大的宽度,大部分手机就会有多余的空白,求助怎么能兼容!!

回答关注问题邀请回答
收藏

1 个回答

  • 大科
    大科
    2018-08-16

    删掉找公司不就OK了

    2018-08-16
    有用
    回复 1
    • 晴天酱
      晴天酱
      2018-08-17

      不能,业务需求

      2018-08-17
      回复
登录 后发表内容