styles.css 555 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. .service .row {
  29. margin-top: 1rem;
  30. }