hotdotbar.wxml 661 B

1234567
  1. <view class="hotdotbar" bindtap = "goNovaURL" data-url="{{options.data.notice}}"
  2. style="color:{{options.style.textColor}};font-size:{{options.style.fontSize * 2 }}rpx;margin:{{options.style.margin.top* 2 }}rpx {{options.style.margin.right* 2 }}rpx {{options.style.margin.bottom* 2 }}rpx {{options.style.margin.left* 2 }}rpx;background:{{options.style.backgroundColor}};height:{{options.style.height* 2 }}rpx;width:{{options.style.width}}%; border-radius:{{options.style.borderRadius *2}}rpx ">
  3. <van-icon name="volume" color="{{options.style.iconColor}}" size="{{options.style.iconSize}}" />
  4. <view class="text">
  5. {{options.data.notice}}
  6. </view>
  7. </view>