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