page { background: linear-gradient(180deg, #fefeff 0%, #a8cee1 50%, #fefeff 100%); } .pay { padding: 32rpx; } .content { font-size: 34rpx; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 32rpx; } .title { font-weight: 600; margin-right: 40rpx; } .button { width: 100%; display: flex; flex-direction: row; justify-content: center; margin-top: 160rpx; } .button-area { width: fit-content; padding: 16rpx 80rpx; color: #fff; font-weight: 600; background-color: rgba(36, 131, 179, 1); border-radius: 16rpx; } .history { display: flex; justify-content: flex-end; margin-top: 100rpx; color: #3394fe; }