| 12345678910111213141516171819 |
- #dict_ref_search_result {
- margin: 4em 5px 5px 1em;
- width: 100%;
- padding: 5px 10px;
- }
- .dict_word .dict{
- font-size: 100%;
- color: #0830ff;
- font-style: normal;
- }
- .dict_word .mean{
- font-size:90%;
- margin: 2px 0;
- line-height: 130%;
- font-weight: 300;
- display: inline-block;
- font-style: normal;
- }
|