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

styles.css 410B

1234567891011121314151617181920212223
  1. body {
  2. padding-top: 70px;
  3. }
  4. footer {
  5. margin: 50px 0;
  6. }
  7. .no-text-select {
  8. -webkit-touch-callout: none;
  9. -webkit-user-select: none;
  10. -khtml-user-select: none;
  11. -moz-user-select: none;
  12. -ms-user-select: none;
  13. user-select: none;
  14. }
  15. /**
  16. ========================================================
  17. **/
  18. .navbar-brand {
  19. padding-right: 42px;
  20. }
  21. /**
  22. ========================================================
  23. **/