.withdrawal { width: 721rpx; margin: 0 auto; padding: 70rpx 74rpx 22rpx; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; background: #FFFFFF; border-radius: 20rpx; } .withdrawal .mimg { margin-bottom: 30rpx; width: 159rpx; height: 71rpx; } .withdrawal .formBox { width: 465rpx; text-align: left; } .withdrawal .formBox .title { font-size: 30rpx; } .withdrawal .formBox .inputBox { display: flex; align-items: center; justify-content: space-between; padding-bottom: 6rpx; border-bottom: 1rpx solid #97979791; } .withdrawal .formBox .inputBox .icon { font-size: 36rpx; font-weight: bold; } .withdrawal .formBox .inputBox .input { margin-left: 10rpx; flex: 1; } .withdrawal .formBox .inputBox .close { padding: 0 10rpx 0 20rpx; font-size: 46rpx; color: #979797; } .withdrawal .formBox .warning { margin-top: 10rpx; font-size: 26rpx; color: #FF0000; } .withdrawal .formBox .amount { margin: 30rpx 0 18rpx; font-size: 30rpx; font-weight: bold; } .withdrawal .formBox .tips { font-size: 26rpx; color: #B2B2B2; } .withdrawal .submit { margin-top: 90rpx; padding: 15rpx 240rpx; border-radius: 40rpx; font-size: 36rpx; letter-spacing: 4rpx; color: #FFFFFF; background: linear-gradient(180deg, #6EC8FF 0%, #31BDFE 100%); } .withdrawal .tips2 { margin-top: 16rpx; font-size: 26rpx; } .detail { margin: 34rpx auto; width: 710rpx; box-sizing: border-box; padding: 28rpx 20rpx; display: flex; align-items: center; justify-content: space-between; background: #FFFFFF; border-radius: 20rpx; } .detail .label { font-size: 30rpx; } .detail .black { margin-right: 20rpx; width: 16rpx; height: 30rpx; opacity: 0.6; } .activationModal { position: fixed; z-index: 2; left: 0rpx; top: 0rpx; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.7); } .activationModal .box { position: absolute; left: 0; right: 0; top: 30%; margin: auto; width: 496rpx; height: 365rpx; background-color: white; border-radius: 20rpx; text-align: center; } .activationModal .box .sLcon { margin-top: 34rpx; width: 100rpx; height: 100rpx; } .activationModal .box .tips1 { margin: 36rpx 0rpx 24rpx; color: #131313; font-weight: bold; font-size: 34rpx; } .activationModal .box .tips2 { font-size: 30rpx; color: #12C962; } .activationModal .close { position: absolute; padding: 40rpx; width: 54rpx; height: 54rpx; left: 0; right: 0; bottom: -140rpx; margin: auto; }