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

_no-mobile-app.scss 481B

123456789101112131415161718192021
  1. .no-mobile-app {
  2. margin: 30% auto 0;
  3. max-width: 25em;
  4. text-align: center;
  5. width: auto;
  6. &__title {
  7. border-bottom: 1px solid $auiBorderColor;
  8. color: $unsupportedBrowserTitleColor;
  9. font-weight: 400;
  10. letter-spacing: 0.5px;
  11. padding-bottom: em(17, 24);
  12. }
  13. &__description {
  14. font-size: $unsupportedBrowserTextSmallFontSize;
  15. font-weight: 300;
  16. letter-spacing: 1px;
  17. margin-top: 1em;
  18. }
  19. }