all_lot_wrapper.less 902 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @import '../common/mixin.less';
  2. .all-lot-wrapper {
  3. .all-lot-item {
  4. padding: 10px;
  5. margin-bottom: 10px;
  6. background: #fff;
  7. }
  8. h1 {
  9. line-height: 40px;
  10. font-size: 16px;
  11. margin: 0;
  12. text-indent: 10px;
  13. color: #fff;
  14. }
  15. h1 span {
  16. background: #c31a00;
  17. height: 100%;
  18. padding: 6px 15px;
  19. color: #fff;
  20. font-size: 1.6rem;
  21. }
  22. .all-lot-content {
  23. overflow: hidden;
  24. text-align: center;
  25. a {
  26. float: left;
  27. margin: 2px;
  28. line-height: 25px;
  29. width: 120px;
  30. text-align: center;
  31. border: 1px solid #ddd;
  32. text-decoration: none;
  33. color: #666;
  34. &:hover {
  35. color: #c31a00;
  36. }
  37. }
  38. span {
  39. width: 120px;
  40. }
  41. }
  42. }