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

_close.scss 196B

123456789101112
  1. html, body {
  2. width: 100%;
  3. height:100%;
  4. color: $defaultColor;
  5. background: $defaultBackground;
  6. }
  7. .closeMessage {
  8. text-align: center;
  9. font-size: 36px;
  10. margin-top: 20%;
  11. }