style.css 333 B

12345678910111213141516171819
  1. #dict_ref_search_result {
  2. margin: 4em 5px 5px 1em;
  3. width: 100%;
  4. padding: 5px 10px;
  5. }
  6. .dict_word .dict{
  7. font-size: 100%;
  8. color: #0830ff;
  9. font-style: normal;
  10. }
  11. .dict_word .mean{
  12. font-size:90%;
  13. margin: 2px 0;
  14. line-height: 130%;
  15. font-weight: 300;
  16. display: inline-block;
  17. font-style: normal;
  18. }