/**
 * 点击态
 */
@mixin active {
  // background-color: $color-grey-5;

  // &:active {
  //   background-color: $color-grey-5;
  // }
}
