businessDetail.wxss 761 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. padding: 68rpx 56rpx 0;
  19. font-size: 48rpx;
  20. color: rgba(51, 51, 51, 1);
  21. }
  22. .business-info {
  23. display: flex;
  24. flex-direction: column;
  25. }
  26. .business-info text {
  27. font-size: 26rpx;
  28. color: rgba(153, 153, 153, 1);
  29. }
  30. .business-info .phone,
  31. .business-info .wechat {
  32. white-space: nowrap;
  33. }
  34. .business-info .introduce {
  35. word-break: break-all;
  36. word-wrap: break-word;
  37. }
  38. .waterfall {
  39. display: flex;
  40. justify-content: space-between;
  41. width: 690rpx;
  42. padding: 30rpx 0;
  43. margin: 0 auto;
  44. }