memos.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. body {
  2. font-family: Lyon-Text, Georgia, "Songti SC", SimSun, serif;
  3. }
  4. .vditor-reset {
  5. font-family: Lyon-Text, Georgia, "Songti SC", SimSun, serif !important;
  6. }
  7. img {
  8. border: 1px solid #b7b6b6;
  9. }
  10. .img {
  11. border: 1px solid #b7b6b6;
  12. max-width: 200px;
  13. max-height: 200px;
  14. margin: 10px 10px 0 0 !important;
  15. cursor: pointer;
  16. }
  17. .editClass button {
  18. display: inline;
  19. /*margin-top: 5px;*/
  20. margin-left: 30px;
  21. }
  22. .contentLine div {
  23. margin: 5px 0 0;
  24. }
  25. .border {
  26. /*border: 1px solid #b7b6b6;*/
  27. border-radius: 5px;
  28. padding: 10px;
  29. background-color: white;
  30. }
  31. body {
  32. background-color: #f4f4f5;
  33. }
  34. .myTop {
  35. position: fixed;
  36. top: 0;
  37. background-image: url("./img/gray.png");
  38. /* 背景铺满整个div*/
  39. background-size: 100% 100%;
  40. width: 100%;
  41. padding: 10px;
  42. z-index: 100;
  43. }
  44. .myText {
  45. border: 1px solid #d2d2d2;
  46. }
  47. .vditor-reset {
  48. padding: 10px 20px !important;
  49. }
  50. .vditor-toolbar {
  51. display: none;
  52. }