1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .page-section {
- width: 100%;
- }
- .page-section swiper {
- width: 100%;
- height: 562rpx;
- overflow: hidden;
- }
- .page-section .swiper-item {
- height: 100%;
- }
- .page-section .swiper-item image {
- display: block;
- width: 100%;
- height: 100%;
- }
- .business-name {
- padding: 68rpx 56rpx 0;
- font-size: 48rpx;
- color: rgba(51, 51, 51, 1);
- }
- .business-info {
- display: flex;
- flex-direction: column;
- }
- .business-info text {
- font-size: 26rpx;
- color: rgba(153, 153, 153, 1);
- }
- .business-info .phone,
- .business-info .wechat {
- white-space: nowrap;
- }
- .business-info .introduce {
- word-break: break-all;
- word-wrap: break-word;
- }
- .waterfall {
- display: flex;
- justify-content: space-between;
- width: 690rpx;
- padding: 30rpx 0;
- margin: 0 auto;
- }
|