index.css 600 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @import url("../static/css/bootstrap.min.css");
  2. #srcText {
  3. height: 150px;
  4. }
  5. #rstCode {
  6. height: 330px;
  7. width: 100%;
  8. border:none;
  9. padding: 5px;
  10. resize:vertical;
  11. background:#000;
  12. color:#fff;
  13. }
  14. #rstCode::selection {
  15. background: #faf2cc ;
  16. }
  17. .ui-ml-05 {
  18. margin-left: 5px;
  19. }
  20. .x-preview {
  21. height: auto;
  22. }
  23. .x-xdemo,.x-switch {
  24. margin-left: 30px;
  25. font-size: 12px;
  26. color: blue;
  27. cursor: pointer;
  28. text-decoration: underline;
  29. }
  30. .x-xdemo:hover,.x-switch:hover {
  31. color: #cc8841;
  32. }
  33. .x-switch {
  34. color:#f00;
  35. border-bottom: 1px solid #f00;
  36. }