linkSaler.css 623 B

1234567891011121314151617181920212223242526272829303132
  1. .link-saler-box {
  2. width: 289px;
  3. height: auto;
  4. min-height: auto;
  5. border-radius: 2px;
  6. }
  7. .link-saler-box .title {
  8. background-color: #4290f7;
  9. height: 22px;
  10. line-height: 22px;
  11. margin-bottom: 20px;
  12. }
  13. .link-saler-box .content p {
  14. line-height: 20px;
  15. padding-top: 0;
  16. }
  17. .link-saler-box .content p i {
  18. color: #4290f7;
  19. margin-right: 4px;
  20. }
  21. .link-saler-box .content p span {
  22. color: #f62d37;
  23. width: auto !important;
  24. float: none;
  25. }
  26. .link-saler-box .content a {
  27. width: 78px !important;
  28. background: #4290f7 !important;
  29. margin: 18px 0 13px 0;
  30. border-radius: 2px;
  31. }