You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
402 B
Plaintext

2 years ago
page {
padding: 10px;
padding-top: 0;
}
.container {
background-color: #fff;
padding: 0 10px;
border-radius: 8px;
}
.sub {
height: 56px;
}
.sub input {
text-align: right;
}
.code.disabled {
color: #979797;
pointer-events: none;
}
.sendCode.code {
border-left: 1px solid #999999;
line-height: 20px;
height: 20px;
font-size: 17px;
color: #333;
padding-left: 10px;
text-align: center;
}