mine.css 450 B

1234567891011121314151617181920212223242526272829
  1. body {
  2. background:#f5f5f5
  3. }
  4. .tag {
  5. font-size:12px;
  6. background:rgba(1,126,102,.08);
  7. color:#337ab7;
  8. display: inline-block
  9. }
  10. .tag a {
  11. font-weight:normal
  12. }
  13. .topic-content h1{
  14. font-size:30px;
  15. }
  16. .topic-content h2{
  17. font-size:26px;
  18. }
  19. .topic-content h3{
  20. font-size:22px;
  21. }
  22. .topic-content h4{
  23. font-size:18px;
  24. }
  25. .topic-content img {
  26. max-width: 100%;
  27. height: auto;
  28. display: block;
  29. }