businessDetail.scss 830 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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: flex-start;
  20. padding: 68rpx 56rpx 0;
  21. .name-wrap {
  22. display: flex;
  23. align-items: center;
  24. flex-flow: row wrap;
  25. width: 80%;
  26. }
  27. text {
  28. font-size: 48rpx;
  29. color: rgba(51, 51, 51, 1);
  30. }
  31. image {
  32. width: 32rpx;
  33. height: 42rpx;
  34. margin-left: 20rpx;
  35. margin-right: 6rpx;
  36. }
  37. .btn-bookmark {
  38. display: flex;
  39. align-items: center;
  40. margin-top: 16rpx;
  41. }
  42. }
  43. .goods-list {
  44. display: flex;
  45. justify-content: space-between;
  46. width: 690rpx;
  47. padding: 30rpx 0 118rpx;
  48. margin: 0 auto;
  49. }