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

style.module.css 145B

123456789
  1. .itemActive::after {
  2. content: '';
  3. position: absolute;
  4. bottom: -1px;
  5. left: 0;
  6. width: 100%;
  7. height: 2px;
  8. background-color: #155EEF;
  9. }