123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .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%;
- background: pink;
- }
- .business-name {
- padding: 68rpx 56rpx 0;
- font-size: 48rpx;
- color: rgba(51, 51, 51, 1);
- }
- .nav-wrap {
- display: flex;
- align-items: center;
- width: 100%;
- border-bottom: 1rpx solid rgba(189, 189, 189, 1);
- }
- .nav-wrap view {
- flex: 1;
- padding: 24rpx 0;
- line-height: 40rpx;
- font-size: 28rpx;
- color: rgba(51, 51, 51, 1);
- text-align: center;
- }
- .nav-wrap view.active {
- position: relative;
- left: 0;
- top: 0;
- color: rgba(145, 179, 121, 1);
- }
- .nav-wrap view.active:after {
- position: absolute;
- left: 50%;
- bottom: 0;
- content: '';
- width: 162rpx;
- height: 8rpx;
- border-radius: 40rpx 40rpx 0 0;
- background: rgba(145, 179, 121, 1);
- transform: translateX(-50%);
- }
- .business-info {
- display: flex;
- flex-direction: column;
- padding: 36rpx 42rpx 36rpx 72rpx;
- }
- .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;
- }
|