index.less 176 B

1234567891011
  1. .index{
  2. width: 100%;
  3. .seckill{
  4. width: 100%;
  5. height: 300px;
  6. background-color: yellow;
  7. }
  8. .product-list{
  9. margin-top: -71px;
  10. }
  11. }