16 lines
302 B
Plaintext
16 lines
302 B
Plaintext
/* user/cashWithdrawal/success/success.wxss */
|
|
.success .p{
|
|
text-align: center;
|
|
}
|
|
.success_p1{
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 40rpx;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
.success_p2{
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 26rpx;
|
|
font-weight: normal;
|
|
color: #999999;
|
|
} |