You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
334 B
24 lines
334 B
|
|
radio-group {
|
|
display: block;
|
|
}
|
|
.wanl-pay .money{
|
|
padding: 25rpx 40rpx 25rpx 60rpx;
|
|
}
|
|
.wanl-pay .money .symbol{
|
|
font-size: 60rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.wanl-pay .money .price{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.wanl-pay .money .price input{
|
|
|
|
height: 100rpx;
|
|
min-height: 100rpx;
|
|
|
|
width: 100%;
|
|
font-size: 100rpx;
|
|
}
|
|
|
|
|