styles.css 629 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. body{
  2. width: 100vw;
  3. overflow-x: hidden;
  4. }
  5. @media (min-width: 1400px) {
  6. .ahout-hr {
  7. margin: 5rem 0;
  8. }
  9. }
  10. @media (min-width: 992px) {
  11. .ahout-hr {
  12. margin: 3rem 0;
  13. }
  14. }
  15. .auto-img {
  16. height: 100%;
  17. width: 100%;
  18. object-fit: cover;
  19. }
  20. .link-default {
  21. text-decoration: none;
  22. color: #888888;
  23. }
  24. .share-weibo-btn:focus, .share-weibo-btn:hover {
  25. background-color: #ffcc49!important;
  26. }
  27. .share-wechat-btn:focus, .share-wechat-btn:hover {
  28. background-color: #4ed242!important;
  29. }
  30. .share-qq-btn:focus, .share-qq-btn:hover {
  31. background-color: #e64f61!important;
  32. }
  33. /* .service .row {
  34. margin-top: 1rem;
  35. } */