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.
28 lines
327 B
28 lines
327 B
.input-wrap{
|
|
display: flex;
|
|
border-radius: 5px;
|
|
border: 1rpx solid;
|
|
padding: 6px 10px;
|
|
align-items: center;
|
|
}
|
|
.code-input{
|
|
flex: auto;
|
|
}
|
|
.scan{
|
|
flex: none;
|
|
width: 18px;
|
|
height: 18px;
|
|
padding: 2px;
|
|
}
|
|
.identities{
|
|
padding-top: 8px;
|
|
display: flex;
|
|
}
|
|
|
|
.identity{
|
|
flex:auto;
|
|
}
|
|
|
|
.hidden{
|
|
display: none;
|
|
} |