Commit cd5cc258e381ef8004a97d58322397472ce5bbc6
1 parent
c8580773
fix: 调整热销商品位置,prod2-40/41
Showing
2 changed files
with
6 additions
and
6 deletions
deploy/prod2.sh
pages/products/index.vue
... | ... | @@ -504,21 +504,21 @@ const hotLength = computed(() => |
504 | 504 | .tabs { |
505 | 505 | border-bottom: 2px solid #1f88e5; |
506 | 506 | margin: 10px auto 20px; |
507 | - width: 96%; | |
507 | + width: 93%; | |
508 | 508 | } |
509 | 509 | } |
510 | 510 | @media screen and (max-width: 1536px) and (min-width: 1281px) { |
511 | 511 | .tabs { |
512 | 512 | border-bottom: 2px solid #1f88e5; |
513 | 513 | margin: 10px auto 40px; |
514 | - width: 85%; | |
514 | + width: 78%; | |
515 | 515 | } |
516 | 516 | } |
517 | 517 | @media screen and (max-width: 1280px) { |
518 | 518 | .tabs { |
519 | 519 | border-bottom: 2px solid #1f88e5; |
520 | 520 | margin: 10px auto 40px; |
521 | - width: 90%; | |
521 | + width: 92%; | |
522 | 522 | } |
523 | 523 | } |
524 | 524 | /* .tabs { |
... | ... | @@ -586,7 +586,7 @@ const hotLength = computed(() => |
586 | 586 | display: inline-block; |
587 | 587 | margin: 0 5px; |
588 | 588 | text-align: center; |
589 | - width: 180px; | |
589 | + width: 200px; | |
590 | 590 | } |
591 | 591 | } |
592 | 592 | @media screen and (min-width: 1537px) { | ... | ... |