Files
xuan_wechat/pages/withdraw/withdraw.wxss
2023-08-25 14:04:31 +08:00

36 lines
2.1 KiB
Plaintext

.content{ min-height: 100vh; background: #f7f8f9; padding: 30rpx; box-sizing: border-box; }
/* 提现前置 */
.hint{ font-size: 28rpx; line-height: 90rpx; text-align: center; color: gray; }
.block{ background: white; border-radius: 20rpx; overflow: hidden; }
.block-title{ font-size: 30rpx; font-weight: bold; line-height: 50rpx; }
/* 银行信息 */
.bank{ background: #fdfdfd; padding: 50rpx; }
.bank-tabs{ margin-bottom: 30rpx; display: flex; align-items: center; line-height: 100rpx; }
.bank-tabs > .item{ width: 50%; text-align: center; font-size: 30rpx; }
.bank-tabs > .item.active{ color: #da2b54; font-weight: bold; }
.bank-input{ display: flex; justify-content: space-between; height: 90rpx; line-height: 90rpx; font-size: 30rpx; background: #f7f8f9; border-radius: 10rpx; margin-bottom: 30rpx; padding: 0 30rpx; }
.bank-input label{ width: 150rpx; color: #333; }
.bank-input input{ font-size: 30rpx; width: calc(100% - 150rpx); height: 90rpx; vertical-align: top; text-align: right; }
.banks-picker{ font-size: 30rpx; width: calc(100% - 150rpx); text-align: right; }
.banks-text{ display: flex; align-items: center; justify-content: flex-end; }
.banks-text.gray{ color: gray; }
.banks-icon{ vertical-align: middle; margin-left: 10rpx; width: 24rpx; height: 24rpx; }
/* 提现金额 */
.cny{ padding: 50rpx; border-top: dashed 1rpx #ddd; }
.cny-title{ padding-bottom: 20rpx; line-height: 40rpx; font-size: 30rpx; color: #333; }
.cny-title text{ font-size: 90%; color: gray; }
.cny-input{ display: flex; font-size: 60rpx; height: 120rpx; line-height: 120rpx; font-weight: 500; font-family: Arial, Helvetica, sans-serif; border-bottom: solid 1rpx #ddd; }
.cny-input input{ flex: 1; height: 120rpx; padding: 0; margin: 0; font-size: 70rpx; }
.cny-balance{ font-size: 28rpx; line-height: 60rpx; padding-top: 20rpx; }
.cny-balance text{ color:#da2b54; margin-left: 10rpx; }
.cny-balance.red{ color: red; }
.cny-btn[size="default"]{ width: 100%; height: 90rpx; line-height: 90rpx; border-radius: 45rpx; background: #da2b54; color: white; font-size: 32rpx; margin-top: 50rpx; padding: 0;}
.cny-btn[size="default"][disabled]{ background: #da2b54; color: white; opacity: .5; }