badge.wxml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <view class="bar solid-bottom">
  2. <view class='ml-sm'>
  3. <text class='iconfont icon-titles success-text'></text>
  4. <text class='text-lg ml-xs'>形状</text>
  5. </view>
  6. </view>
  7. <view class="doc-main">
  8. <view class="flex align-center">
  9. <view class='badge gray'>默认</view>
  10. <view class='badge gray round ml-sm'>椭圆</view>
  11. <view class='badge gray radius ml-sm'>圆角</view>
  12. </view>
  13. </view>
  14. <view class="bar solid-bottom mt-sm">
  15. <view class='ml-sm'>
  16. <text class='iconfont icon-titles success-text'></text>
  17. <text class='text-lg ml-xs'>尺寸</text>
  18. </view>
  19. </view>
  20. <view class="doc-main">
  21. <view class="flex align-center">
  22. <view class='badge gray sm mr-sm'>小尺寸</view>
  23. <view class='badge gray'>默认</view>
  24. </view>
  25. </view>
  26. <view class="bar solid-bottom mt-sm">
  27. <view class='ml-sm'>
  28. <text class='iconfont icon-titles success-text'></text>
  29. <text class='text-lg ml-xs'>颜色</text>
  30. </view>
  31. </view>
  32. <view class="doc-main">
  33. <view class="flex justify-between align-center">
  34. <view class='badge gray'>暗灰</view>
  35. <text class='badge primary round'>蔚蓝</text>
  36. <text class='badge secondary radius'>天青</text>
  37. <view class='badge success '>森绿</view>
  38. <text class='badge warning round'>鲜橙</text>
  39. <text class='badge danger radius'>嫣红</text>
  40. </view>
  41. </view>
  42. <view class="bar solid-bottom mt-sm">
  43. <view class='ml-sm'>
  44. <text class='iconfont icon-titles success-text'></text>
  45. <text class='text-lg ml-xs'>胶囊徽章</text>
  46. </view>
  47. </view>
  48. <view class="doc-main">
  49. <view class="flex justify-between align-center">
  50. <view class='badge danger capsule-badge'>
  51. <text class='iconfont icon-likefill'></text>
  52. <text>1213</text>
  53. </view>
  54. <view class='badge primary round capsule-badge'>
  55. <text>说明</text>
  56. </view>
  57. <view class='badge secondary round capsule-badge'>
  58. <text>说明</text>
  59. <text>说明</text>
  60. </view>
  61. <view class='badge warning radius capsule-badge'>
  62. <text>说明</text>
  63. <text>10:00</text>
  64. </view>
  65. </view>
  66. </view>
  67. <view class="bar solid-bottom mt-sm">
  68. <view class='ml-sm'>
  69. <text class='iconfont icon-titles success-text'></text>
  70. <text class='text-lg ml-xs'>标记徽章</text>
  71. </view>
  72. </view>
  73. <view class="doc-main">
  74. <view class="flex justify-between align-center">
  75. <view class='mark-list-item'>
  76. <text class='badge mark-badge cur'></text>
  77. </view>
  78. <view class='mark-list-item'>
  79. <text class='badge mark-badge'>9</text>
  80. </view>
  81. <view class='mark-list-item'>
  82. <text class='badge mark-badge'>99</text>
  83. </view>
  84. <view class='mark-list-item'>
  85. <text class='badge mark-badge'>99+</text>
  86. </view>
  87. </view>
  88. </view>