index.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. @import url("../static/css/bootstrap.min.css");
  2. @import url("../json-format/content-script.css");
  3. .wrapper {
  4. width:auto;
  5. }
  6. .f-url {
  7. width: 600px;
  8. display: inline-block;
  9. }
  10. .f-method {
  11. display: inline-block;
  12. width:200px;
  13. margin-right: 30px;
  14. }
  15. textarea.form-control.f-param {
  16. display: inline-block;
  17. width: 600px;
  18. height:90px;
  19. }
  20. .ui-widget {
  21. font-family: Arial,sans-serif;
  22. font-size:14px;
  23. }
  24. .ui-widget-content {
  25. border:none;
  26. }
  27. .ui-widget-header {
  28. background: #fff;
  29. border:none;
  30. border-bottom: 1px solid #ccc;
  31. border-radius: 0;
  32. box-shadow: 0px 2px #f1f1f1;
  33. }
  34. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  35. background: none;
  36. border:0;
  37. }
  38. .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  39. background: none;
  40. color: #48b;
  41. border:0;
  42. }
  43. .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  44. color: #48b;
  45. }
  46. .ui-tabs {
  47. padding-bottom: 5em;
  48. }
  49. .ui-tabs .ui-tabs-nav {
  50. margin-top:30px;
  51. }
  52. .table {
  53. font-size: 14px;
  54. }
  55. #tab-content {
  56. white-space: pre-wrap;
  57. word-break: break-all;
  58. padding-bottom: 50px;
  59. }
  60. .mod-inputs {
  61. padding: 20px;
  62. background-color: #f5f5f5;
  63. border-radius: 6px;
  64. border: 1px solid #eee;
  65. }
  66. #jfContent_pre {
  67. border:none;
  68. }
  69. .mod-tab {
  70. position: relative;
  71. }
  72. #optionBar {
  73. top:2px;
  74. }
  75. #formattedJson {
  76. padding-top: 21px;
  77. }
  78. #jfContent_pre {
  79. margin-top: 21px;
  80. background:none;
  81. }
  82. .the-tabs {
  83. position: sticky;
  84. top: 0;
  85. background: #fff;
  86. z-index: 10000;
  87. }
  88. .x-xdemo,a.x-xdemo {
  89. margin-left: 15px;
  90. font-size: 12px;
  91. color: #007bff;
  92. cursor: pointer;
  93. text-decoration: underline;
  94. user-select: none;
  95. padding: 2px 8px;
  96. border-radius: 3px;
  97. background-color: #f8f9fa;
  98. border: 1px solid #dee2e6;
  99. transition: all 0.2s ease;
  100. }
  101. .x-xdemo:hover {
  102. text-decoration: none;
  103. background-color: #e9ecef;
  104. border-color: #007bff;
  105. color: #0056b3;
  106. }
  107. .x-toolbar {
  108. margin:0;
  109. top:36px;
  110. display: none;
  111. }
  112. .f-header-key {
  113. width:180px;
  114. display: inline-block;
  115. margin-right:5px;
  116. }
  117. .f-header-value {
  118. width:415px;
  119. display: inline-block;
  120. }
  121. .mod-inputs label {
  122. vertical-align: top;
  123. margin-top:6px;
  124. }
  125. .url-encode {
  126. display: inline-block;
  127. }
  128. .url-encode #urlencoded{
  129. margin-top:10px;
  130. }
  131. .u-p-c {
  132. padding-left:74px;
  133. }
  134. .u-p-c .table {
  135. width:auto;
  136. }
  137. [v-cloak] {
  138. display: none;
  139. }