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.

35 lines
437 B
Plaintext

2 years ago
page {
1 year ago
}
.box {
2 years ago
padding: 10px;
1 year ago
padding-top: 0;
2 years ago
}
.container {
background-color: #fff;
padding: 0 10px;
border-radius: 8px;
}
1 year ago
.thover{
opacity: 0.8;
}
2 years ago
.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;
1 year ago
font-size: 16px;
2 years ago
color: #333;
padding-left: 10px;
text-align: center;
}