Skip to content
刘剑 edited this page Oct 21, 2016 · 2 revisions

mark 用作提示信息 通常我们和background一起使用

mark

<view class="wa-list">
    <view class="wa-item">
      <text class="pull-right ion-chevron-right"></text>
      <text class="pull-right wa-mark wa-primary">11</text>
      item
    </view>
    <view class="wa-item">
      <text class="pull-right wa-mark wa-success">11</text>
      item
    </view>
    <view class="wa-item">
      <text class="pull-right wa-mark wa-info">11</text>
      item
    </view>
    <view class="wa-item">
      <text class="pull-right wa-mark wa-warning">11</text>
      item
    </view>
    <view class="wa-item">
      <text class="pull-right wa-mark wa-danger">11</text>
      item
    </view>
    <view class="wa-item">
      <text class="pull-right wa-mark wa-dark">11</text>
      item
    </view>
</view>
Clone this wiki locally