|
|
|
@ -1,7 +1,7 @@
|
|
|
|
<view class="mineAgencyContainer bt1" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="mineAgencyContainer bt1" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="weui-search-bar__box flex-1 fss mt12" style="background-color: hsl(0, 0%, 96%);border-radius: 17px;">
|
|
|
|
<view class="weui-search-bar__box flex-1 fss mt12" style="background-color: hsl(0, 0%, 96%);border-radius: 17px;">
|
|
|
|
<i class="iconfont icon-sousuo poa cccc" style="left:9px"></i>
|
|
|
|
<i class="iconfont icon-sousuo poa cccc" style="left:9px"></i>
|
|
|
|
<input type="text" class="weui-search-bar__input flex-1 c3" style placeholder-style="color:#999;" value="{{inputVal}}" placeholder="{{'搜索代理名称'}}" bindinput="inputTyping" bindconfirm="searchKey" auto-focus confirm-type="search" />
|
|
|
|
<input type="text" class="weui-search-bar__input flex-1 c3" style placeholder-style="color:#999;" value="{{inputVal}}" placeholder="{{'搜索代理名称'}}" bindinput="inputTyping" bindconfirm="searchKey" confirm-type="search" />
|
|
|
|
<view class="iconfont icon-qingchu1 biggerSize" wx:if="{{inputVal}}" catchtap="clearInput"></view>
|
|
|
|
<view class="iconfont icon-qingchu1 biggerSize" wx:if="{{inputVal}}" catchtap="clearInput"></view>
|
|
|
|
<view class="search f14" catchtap="goSearch" style="color: var(--color-ysd);">搜索</view>
|
|
|
|
<view class="search f14" catchtap="goSearch" style="color: var(--color-ysd);">搜索</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|