styles.css 713 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @media (min-width: 1400px) {
  2. .ahout-hr {
  3. margin: 5rem 0;
  4. }
  5. }
  6. @media (min-width: 992px) {
  7. .ahout-hr {
  8. margin: 3rem 0;
  9. }
  10. }
  11. .auto-img {
  12. height: auto;
  13. width: 100%;
  14. }
  15. .link-default {
  16. text-decoration: none;
  17. color: #888888;
  18. }
  19. .share-weibo-btn:focus, .share-weibo-btn:hover {
  20. background-color: #ffcc49!important;
  21. }
  22. .share-wechat-btn:focus, .share-wechat-btn:hover {
  23. background-color: #4ed242!important;
  24. }
  25. .share-qq-btn:focus, .share-qq-btn:hover {
  26. background-color: #e64f61!important;
  27. }
  28. html {
  29. overflow-y: scroll;
  30. }
  31. :root {
  32. overflow-y: auto;
  33. overflow-x: hidden;
  34. }
  35. :root body {
  36. position: absolute;
  37. }
  38. body {
  39. width: 100vw;
  40. overflow: hidden;
  41. box-sizing: border-box;
  42. }