index.css 843 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @import url("../static/css/bootstrap.min.css");
  2. #srcText {
  3. height: 100px;
  4. }
  5. #rstCode {
  6. height: 280px;
  7. }
  8. .ui-ml-05 {
  9. margin-left: 5px;
  10. }
  11. .x-ps {
  12. color:#bbb;
  13. }
  14. .x-url-infos ul {
  15. padding:0;
  16. margin:0;
  17. }
  18. .x-url-infos ul li {
  19. list-style: none;
  20. font-size: 14px;
  21. line-height: 24px;
  22. padding:0;
  23. margin:0;
  24. }
  25. .x-url-infos table {
  26. width:700px;
  27. }
  28. #rst h5 {
  29. padding-bottom: 10px;
  30. border-bottom: 1px solid #eee;
  31. }
  32. .x-btns {
  33. float: right;
  34. top: -6px;
  35. position: relative;
  36. }
  37. .x-opts {
  38. font-size: 14px;
  39. }
  40. .x-opts .radio,
  41. .x-opts .checkbox{
  42. margin-top:0;
  43. margin-bottom: 0;
  44. }
  45. td.td-label {
  46. width:60px;
  47. }
  48. .x-opts td {
  49. padding:5px 0;
  50. vertical-align: middle;
  51. }
  52. .x-opts tr:first-child {
  53. border-bottom: 1px solid #eee;
  54. }