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