19 lines
1.2 KiB
Plaintext
19 lines
1.2 KiB
Plaintext
<view class="category-search">
|
|
<view class="weui-flex">
|
|
<view class="weui-flex__item category-search-form">
|
|
<view class="flex-head-search" id="searchBar" style=" background:{{diyitem.style.bgd==0||!diyitem.style.bgd?diyitem.style.background:'transparent'}};padding:{{diyitem.style.paddingtop}}rpx {{diyitem.style.paddingleft}}rpx">
|
|
<navigator bindtap="navigate" class="weui-search-bar__form {{diyitem.style.searchstyle}}" data-url="/pages/goods/index/index?fromsearch=1" hoverClass="none" style="background:{{diyitem.style.inputbackground}};color:{{diyitem.style.color}}">
|
|
<view class="weui-search-bar__box category-search-box">
|
|
<view class="flex-icon-search">
|
|
<text class="icox icox-search" style="color:{{diyitem.style.iconcolor}}"></text>
|
|
</view>
|
|
<view class="weui-search-bar__input flex-input" style="text-align:{{diyitem.style.textalign}}">
|
|
{{diyitem.params.placeholder}}
|
|
</view>
|
|
</view>
|
|
</navigator>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|