#he_example
{
	position: relative;
}
#chong_example
{
  position: relative;
}
#sanhe_example
{
  position: relative;
}
#kong_example
{
  position: relative;
}
#mu_example
{
  position: relative;
}
#he_example.withHe::after{
  content: "";
  position: absolute;
  top: 9px;         /* 绿线从左边缩进一点，可改 */
  right: -2px;
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 12px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #22c55e;/* 绿色 */
  border-radius: 2px; /* 圆角好看点 */
}
#chong_example.withChong::after{
  content: "";
  position: absolute;
  top: 9px;         /* 绿线从左边缩进一点，可改 */
  right: -2px;
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 12px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #F54927;/* 红色 */
  border-radius: 2px; /* 圆角好看点 */
}
#mu_example.withMu::after{
  content: "";
  position: absolute;
  top: 9px;         /* 绿线从左边缩进一点，可改 */
  right: -2px;
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 12px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #000000;/* 黑色 */
  border-radius: 2px; /* 圆角好看点 */
}
#kong_example.withKong::after{
  content: "";
  position: absolute;
  top: 9px;         /* 绿线从左边缩进一点，可改 */
  right: -2px;
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 12px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #D569FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}
#sanHe_example.withSanHe::after{
  content: "";
  position: absolute;
  top: 9px;         /* 绿线从左边缩进一点，可改 */
  right: -2px;
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 12px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #6996FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}