memos.css 1.0 KB

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