businessDetail.scss 630 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .page-section {
  2. width: 100%;
  3. }
  4. .page-section swiper {
  5. width: 100%;
  6. height: 562rpx;
  7. overflow: hidden;
  8. }
  9. .page-section .swiper-item {
  10. height: 100%;
  11. }
  12. .page-section .swiper-item image {
  13. display: block;
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .business-name {
  18. display: flex;
  19. align-items: center;
  20. flex-flow: row wrap;
  21. padding: 68rpx 56rpx 0;
  22. text {
  23. font-size: 48rpx;
  24. color: rgba(51, 51, 51, 1);
  25. }
  26. image {
  27. width: 32rpx;
  28. height: 42rpx;
  29. margin-left: 20rpx;
  30. }
  31. }
  32. .goods-list {
  33. display: flex;
  34. justify-content: space-between;
  35. width: 690rpx;
  36. padding: 30rpx 0 118rpx;
  37. margin: 0 auto;
  38. }