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

_notice.scss 204B

123456789101112
  1. .notice {
  2. position: relative;
  3. z-index: 3;
  4. margin-top: 6px;
  5. &__message {
  6. background-color: #000000;
  7. color: white;
  8. padding: 3px;
  9. border-radius: 5px;
  10. }
  11. }