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.
25 lines
392 B
25 lines
392 B
|
|
.popup-pay-content {
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 30rpx;
|
|
width: 100%;
|
|
height: 1200rpx;
|
|
background-color: #fff;
|
|
overflow: scroll;
|
|
}
|
|
.input-num{
|
|
width: 30%;
|
|
height: 80rpx;
|
|
margin-left: 3%;
|
|
border: 1px solid #eee;
|
|
margin: 20rpx 0 20rpx 3%;
|
|
text-align: center;
|
|
}
|
|
.type-box{
|
|
background: #eee;
|
|
border-radius: 20rpx;
|
|
margin-top: 20rpx;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
|