goodsDetail.scss 293 B

123456789101112131415161718192021222324
  1. .page-section {
  2. width: 100%;
  3. swiper {
  4. width: 100%;
  5. height: 562rpx;
  6. overflow: hidden;
  7. }
  8. .swiper-item {
  9. height: 100%;
  10. }
  11. .swiper-item image {
  12. display: block;
  13. width: 100%;
  14. height: 100%;
  15. background: pink;
  16. }
  17. }
  18. .main-information {
  19. width: 658rpx;
  20. }