| | |
| | | align-items: center; |
| | | padding: 0 32rpx; |
| | | justify-content: space-between; |
| | | margin: 0 32rpx; |
| | | } |
| | | |
| | | .swiper-head { |
| | | position: absolute; |
| | | width: 100%; |
| | | z-index: 1; |
| | | bottom: -64rpx; |
| | | } |
| | | |
| | | .mediate-image { |
| | |
| | | text-align: center; |
| | | margin-bottom: 24rpx; |
| | | } |
| | | |
| | | .AiModal-button { |
| | | width: 100%; |
| | | } |
| | | |
| | | .swiper { |
| | | padding: 32rpx; |
| | | } |
| | | |
| | | .swiper-bg { |
| | | position: relative; |
| | | background: linear-gradient(106deg, #5fa6d4 0%, #1a6fb8 100%); |
| | | } |
| | | |
| | | .swiper-bg::after { |
| | | content: ''; |
| | | position: absolute; |
| | | width: 100%; |
| | | height: 20px; |
| | | border-radius: 100%; |
| | | background: inherit; |
| | | /*继承父级背景*/ |
| | | bottom: 0; |
| | | left: 50%; |
| | | transform: translate(-50%, 50%); |
| | | } |
| | | |
| | | .swiper-main { |
| | | position: absolute; |
| | | top: 0; |
| | | } |