memos.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. body {
  2. font-family: Lyon-Text, Georgia, "Songti SC", SimSun, serif;
  3. }
  4. /* 增强加粗、颜色、背景等 */
  5. strong {
  6. font-weight: 900; /* 更粗的字体(如果有可用字重) */
  7. padding: 1px; /* 增加内边距 */
  8. }
  9. .vditor-reset {
  10. font-family: Lyon-Text, Georgia, "Songti SC", SimSun, serif !important;
  11. padding: 10px 30px !important;
  12. }
  13. .vditor-reset div {
  14. margin: 0 !important;
  15. }
  16. img {
  17. border: 1px solid #b7b6b6;
  18. }
  19. .img {
  20. border: 1px solid #b7b6b6;
  21. max-width: 200px;
  22. max-height: 200px;
  23. margin: 10px 10px 0 0 !important;
  24. cursor: pointer;
  25. }
  26. .editClass button {
  27. display: inline;
  28. /*margin-top: 5px;*/
  29. margin-left: 30px;
  30. }
  31. .border.el-row:hover {
  32. background-color: #d2ddd5; /* 鼠标悬停时的背景色 */
  33. }
  34. .contentLine > div {
  35. margin: 5px 0 0;
  36. }
  37. .border {
  38. /*border: 1px solid #b7b6b6;*/
  39. border-radius: 5px;
  40. padding: 10px;
  41. background-color: white;
  42. }
  43. body {
  44. background-color: #f4f4f5;
  45. }
  46. .myTop {
  47. position: fixed;
  48. top: 0;
  49. background-image: url("./img/gray.png");
  50. /* 背景铺满整个div*/
  51. background-size: 100% 100%;
  52. width: 100%;
  53. padding: 10px;
  54. z-index: 100;
  55. }
  56. .myText {
  57. border: 1px solid #d2d2d2;
  58. }
  59. /* .vditor-reset {
  60. padding: 10px 20px !important;
  61. } */
  62. /* .vditor-toolbar {
  63. display: none;
  64. } */