title: hexo博客文章添加标签样式
author: HaoQi
top: false
cover: false
toc: true
mathjax: false
reprintPolicy: cc_by
tags:

  • hexo
  • label

keywords: ‘hexo,标签’
summary: hexo博客文章添加标签样式
categories: 博客篇
date: 2022-04-09 00:30:13
coverlmg:
img:
password:


标签用法

  1. <div class="note info">这里是 info 标签样式</div>
  2. <div class="note info no-icon">这里是不带符号的 info 标签样式</div>
  3. <div class="note primary">这里是 primary 标签样式</div>
  4. <div class="note primary no-icon">这里是不带符号的 primary 标签样式</div>
  5. <div class="note warning">这里是 warning 标签样式</div>
  6. <div class="note warning no-icon">这里是不带符号的 warning 标签样式</div>
  7. <div class="note danger">这里是 danger 标签样式</div>
  8. <div class="note danger no-icon">这里是不带符号的 danger 标签样式</div>