123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .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 {
- display: flex;
- align-items: center;
- flex-flow: row wrap;
- padding: 68rpx 56rpx 0;
- text {
- font-size: 48rpx;
- color: rgba(51, 51, 51, 1);
- }
- image {
- width: 32rpx;
- height: 42rpx;
- margin-left: 20rpx;
- }
- }
- .goods-list {
- display: flex;
- justify-content: space-between;
- width: 690rpx;
- padding: 30rpx 0 118rpx;
- margin: 0 auto;
- }
|