19 lines
251 B
Plaintext
19 lines
251 B
Plaintext
|
|
.magicForm{
|
||
|
|
.circle{
|
||
|
|
width: 16px;
|
||
|
|
height: 16px;
|
||
|
|
background-color: #d1d1d1;
|
||
|
|
border-radius: 8px;
|
||
|
|
|
||
|
|
display: inline-block;
|
||
|
|
|
||
|
|
.number-icon{
|
||
|
|
height:16px;
|
||
|
|
line-height: 16px;
|
||
|
|
display: block;
|
||
|
|
color:#000;
|
||
|
|
text-align: center;
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|