活动按钮状态流转
This commit is contained in:
1
unpackage/dist/dev/mp-weixin/pages/component/diy/searchDiy.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/pages/component/diy/searchDiy.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="diy-search" style="{{'padding:'+(paddingTop+' '+paddingLeft)+';'+('background:'+(showStyle.background)+';')+('border-radius:'+(itemBorderRadius)+';')}}"><view class="search-input" style="{{'--placeholder-color:'+(showStyle.placeholderColor)+';'+('padding:'+(inputPaddingTop+' '+inputPaddingLeft)+';')+('background:'+(showStyle.inputBackground)+';')+('border-radius:'+(inputBorderRadius)+';')}}"><block wx:if="{{iconSearch}}"><view style="{{'background-image:'+('url('+iconSearch+')')+';'+('width:'+(iconSize)+';')+('height:'+(iconSize)+';')+('background-size:'+(iconSize)+';')}}"></view></block><input class="input-box" style="{{'font-size:'+(fontSize)+';'+('color:'+(showStyle.inputColor)+';')}}" type="text" confirm-type="search" placeholder="{{showParams.placeholder}}" placeholder-class="placeholder" data-event-opts="{{[['confirm',[['handleSearch',['$event']]]]]}}" bindconfirm="__e"/></view></view>
|
||||
Reference in New Issue
Block a user