index.css 654 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. word-break: break-all;
  23. white-space: pre-wrap;
  24. }
  25. .x-xdemo,.x-switch {
  26. margin-left: 30px;
  27. font-size: 12px;
  28. color: blue;
  29. cursor: pointer;
  30. text-decoration: underline;
  31. }
  32. .x-xdemo:hover,.x-switch:hover {
  33. color: #cc8841;
  34. }
  35. .x-switch {
  36. color:#f00;
  37. border-bottom: 1px solid #f00;
  38. }