Files
wdsxh/unpackage/dist/build/mp-weixin/pages/component/diy/introduceDiy.wxml
2026-04-29 15:33:58 +08:00

1 line
794 B
Plaintext

<view class="diy-introduce" style="{{'padding:'+(paddingTop+' '+paddingLeft)+';'+('background:'+(showStyle.background)+';')+('border-radius:'+(itemBorderRadius)+';')}}"><image class="introduce-image" style="{{'width:'+(iconSize)+';'+('height:'+(iconSize)+';')+('border-radius:'+(borderRadius)+';')}}" src="{{$root.m0}}" mode="aspectFill"></image><text class="introduce-title" style="{{'font-size:'+(nameSize)+';'+('font-weight:'+(showStyle.nameWeight)+';')}}">{{showParams.name}}</text><view data-event-opts="{{[['tap',[['onClick']]]]}}" class="introduce-btn" style="{{'font-size:'+(btnSize)+';'+('border-radius:'+(btnBorderRadius)+';')+('background:'+('linear-gradient(90deg, '+showStyle.btnColor1+' 0, '+showStyle.btnColor2+' 100%)')+';')}}" bindtap="__e">{{showParams.btnName}}</view></view>