page { background-color: #c65174; } .page { position: relative; height: 1448rpx; .poster { width: 100%; height: 100%; } .btn { position: absolute; bottom: 88rpx; left: 50%; transform: translateX(-50%); margin: 36rpx auto; padding: 18rpx 44rpx; font-size: 36rpx; line-height: 48rpx; font-weight: bold; display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 1); border-radius: 64rpx 64rpx 64rpx 64rpx; border: 1px solid rgba(255, 255, 255, 1); box-sizing: border-box; } }