index.wxml 355 B

1
  1. <view class="{{['zs-search',fixed?'fixed':'']}}"><input class="input" style="{{'line-height:'+(height+'rpx')+';'+('height:'+(height+'rpx')+';')+('border-radius:'+(height/2+'px')+';')+('color:'+(color)+';')+('background:'+(bgColor)+';')}}" type="{{type}}" data-event-opts="{{[['input',[['input',['$event']]]]]}}" value="{{value1}}" bindinput="__e"/></view>