52 lines
1.0 KiB
Plaintext
52 lines
1.0 KiB
Plaintext
/* user/cashWithdrawal/cashWithdrawal.wxss */
|
|
.cash_Input{
|
|
background-color: #ffffff;
|
|
padding-top: 36rpx;
|
|
padding-bottom: 33rpx;
|
|
}
|
|
.cash_Input_t{
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 32rpx;
|
|
letter-spacing: 0px;
|
|
color: #000000;
|
|
}
|
|
.cash_Input_text{
|
|
height: 66rpx;
|
|
padding-bottom: 20rpx;
|
|
border-bottom: 2rpx solid #eaeaea;
|
|
box-sizing: initial;
|
|
}
|
|
.cash_Input_m{
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 40rpx;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
.cash_Input_money input{
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 60rpx;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
height: auto;
|
|
}
|
|
.cash_Input_p1{
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
}
|
|
.cash_Input_p2{
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #ff4026;
|
|
}
|
|
.cash_tips{
|
|
margin-top: 40rpx;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 26rpx;
|
|
font-weight: 400;
|
|
line-height: 45rpx;
|
|
letter-spacing: 0px;
|
|
color: #999999;
|
|
} |