...
|
...
|
@@ -258,4 +258,15 @@ input:disabled { |
|
|
|
|
|
.index_word {
|
|
|
color: #FB7A17
|
|
|
}
|
|
|
|
|
|
.empty_data{
|
|
|
color: #8C9198;
|
|
|
text-align: center;
|
|
|
margin: 0 auto;
|
|
|
top: 50%;
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
transform: translate(-50%);
|
|
|
font-size: 0.3rem;
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|