title.wxml 679 B

123456
  1. <view class="fui-title" style="{{item.style.background?'background:'+item.style.background+';':''}}{{item.style.margintop?'margin-top:'+item.style.margintop/2+'px;':'margin:0;'}}{{item.style.color?'color:'+item.style.color+';':''}}{{item.style.textalign?'text-align:'+item.style.textalign+';':''}}{{item.style.fontsize?'font-size:'+item.style.fontsize/2+'px;':''}}{{item.style.paddingtop?'padding:'+item.style.paddingtop/2+'px '+item.style.paddingleft/2+'px;':''}}">
  2. <navigator hoverClass='none' url='{{item.params.link}}'>
  3. <span class="icox {{item.params.icon}}" style="margin:0 15rpx"></span>
  4. <text>{{item.params.title}}</text>
  5. </navigator>
  6. </view>