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.
67 lines
1.0 KiB
67 lines
1.0 KiB
#recharge-success{
|
|
.contents{
|
|
height: 100%;
|
|
overflow: auto;
|
|
box-sizing: border-box;
|
|
|
|
|
|
.is-ok{
|
|
background: #FFFFFF;
|
|
text-align: center;
|
|
padding: 25px 0;
|
|
font-size: 10px;
|
|
color:#9b9b9b;
|
|
|
|
.text{
|
|
font-size: 25px;
|
|
color:#f8b62d;
|
|
|
|
i{
|
|
font-size: 25px;
|
|
}
|
|
}
|
|
.info{
|
|
margin-top: 10px;
|
|
font-size: 14px;
|
|
|
|
span{
|
|
color: #E73237;
|
|
}
|
|
i{
|
|
color: #1AAD19;
|
|
}
|
|
}
|
|
.no-text{
|
|
font-size: 25px;
|
|
color:#e73237;
|
|
|
|
i{
|
|
font-size: 25px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.point-box{
|
|
margin-top: 10px;
|
|
font-size: 14px;
|
|
background: #FFFFFF;
|
|
padding: 15px 0;
|
|
color:#4a4a4a;
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.button-box{
|
|
text-align: center;
|
|
font-size: 18px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
background:#e73237;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|