您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.less 189B

123456789
  1. .with-prefix::before {
  2. content: "";
  3. width: 8px;
  4. height: 8px;
  5. margin-right: 16px;
  6. display: inline-block;
  7. background-color: #19be6e;
  8. transform: translateY(-1px);
  9. }