wpfw_ewei_wxapp/pages/diy/template/tpl_search.wxml
2023-02-26 08:10:18 +08:00

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>