editor.css 344 B

123456789101112131415161718192021222324
  1. img {
  2. width:160px;
  3. width:120px;
  4. }
  5. .upload-file {
  6. position: absolute;
  7. opacity: 0;
  8. width: 10px;
  9. height: 10px;
  10. z-index: 10;
  11. cursor: pointer;
  12. }
  13. blockquote {
  14. font-size:12px;
  15. }
  16. .editor-title {
  17. padding:5px 0;
  18. margin:0;
  19. border: 1px solid #ccc;
  20. }
  21. .editor-body {
  22. border-radius:0px;
  23. margin-top:0;
  24. }