styles.css 576 B

123456789101112131415161718192021222324252627282930313233343536373839
  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: 100%;
  13. width: 100%;
  14. object-fit: cover;
  15. }
  16. .link-default {
  17. text-decoration: none;
  18. color: #888888;
  19. }
  20. .share-weibo-btn:focus, .share-weibo-btn:hover {
  21. background-color: #ffcc49!important;
  22. }
  23. .share-wechat-btn:focus, .share-wechat-btn:hover {
  24. background-color: #4ed242!important;
  25. }
  26. .share-qq-btn:focus, .share-qq-btn:hover {
  27. background-color: #e64f61!important;
  28. }
  29. .service .row {
  30. margin-top: 1rem;
  31. }