.index{ height: 100%; flex: 1; display: flex; flex-direction: column; } .swiper-container { width: 100%; height: 620rpx; flex-shrink: 0; } .swiper-image { width: 100%; height: 100%; } .bg-color{ background-color: #F7F7F7; border-radius: 60rpx 60rpx 0 0; margin-top: -90rpx; position: relative; z-index: 1; } .content{ position: relative; margin: 0 32rpx 85rpx; top: -45rpx; } .card-box{ background: #FFFFFF; border-radius: 28rpx; padding: 28rpx 40rpx 36rpx; } .rules-bg{ background: rgba(246, 190, 32, 0.13); border-radius: 28rpx; padding: 12rpx 0; display: flex; align-items: center; justify-content: space-evenly; } .rules-item{ font-family: PingFangSC, PingFang SC; font-weight: 400; font-size: 24rpx; color: #000000; display: flex; align-items: center; } .line{ height: 16rpx; border: 1rpx solid #000000; background-color: #000; } .rules-img{ width: 24rpx; height: 27.51rpx; margin-right: 14rpx; } .registration{ margin: 28rpx 0; display: flex; gap: 22rpx; } .registration-lf,.registration-ri{ width: 50%; position: relative; } .lf-bg-img,.ri-bg-img{ height: 160rpx; width: 100%; } .registration-img{ width: 112rpx; height: 34rpx; position: absolute; top: 50%; left: 36rpx; transform: translateY(-50%); } .share-box{ height: 438rpx; background: #FFFFFF; border-radius: 68rpx 68rpx 0rpx 0rpx; } .ad-img{ width: 100%; }