index.less 228 B

12345678910111213
  1. .index{
  2. width: 100%;
  3. padding-bottom: 40px;
  4. box-sizing: border-box;
  5. background-color: #f9f9f9;
  6. .seckill{
  7. width: 100%;
  8. height: 300px;
  9. }
  10. .product-list{
  11. margin-top: -196px;
  12. }
  13. }