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.
15 lines
220 B
15 lines
220 B
5 years ago
|
.code-input{
|
||
|
border-radius: 10rpx;
|
||
|
border: 1rpx solid;
|
||
|
height: 36px;
|
||
|
margin-bottom: 24rpx;
|
||
5 years ago
|
padding-left: 16rpx;
|
||
5 years ago
|
}
|
||
|
lable.identity{
|
||
|
margin-right: 16rpx;
|
||
5 years ago
|
}
|
||
|
|
||
|
.loading{
|
||
|
text-align:center;
|
||
|
padding: 14rpx 0;
|
||
5 years ago
|
}
|