index.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. @import url("../static/css/bootstrap.min.css");
  2. @import url("../static/vendor/highlight/github.css");
  3. html,body {
  4. background: #fff;
  5. }
  6. .wrapper {
  7. width:auto;
  8. }
  9. .table {
  10. font-size: 14px;
  11. }
  12. .mod-inputs {
  13. padding: 20px;
  14. background-color: #f5f5f5;
  15. border-radius: 6px;
  16. border: 1px solid #eee;
  17. }
  18. .x-res-item {
  19. margin: 5px 0;
  20. }
  21. .box-prompt {
  22. position:fixed;
  23. bottom:10px;
  24. left:10px;
  25. right:10px;
  26. padding:10px;
  27. margin: 10px;
  28. background-color: darkslategray;
  29. }
  30. .box-prompt .form-control {
  31. height:100px;
  32. padding:6px;
  33. }
  34. .box-result {
  35. position: fixed;
  36. bottom: 150px;
  37. top: 70px;
  38. left: 10px;
  39. right: 10px;
  40. margin: 10px;
  41. background-color: #fafafa;
  42. border-color: #ccc;
  43. overflow: auto;
  44. }
  45. .btn-chat {
  46. position:absolute;
  47. top:76px;
  48. right:10px;
  49. height:44px;
  50. width:50px;
  51. }
  52. .box-tips {
  53. margin: 0 15px 0 0;
  54. }
  55. ul.x-demos {
  56. margin: 30px 0 10px 0;
  57. padding: 0;
  58. }
  59. ul.x-demos li {
  60. position: relative;
  61. display: flex;
  62. flex-shrink: 0;
  63. flex-grow: 0;
  64. overflow: hidden;
  65. box-sizing: border-box;
  66. border-radius: 8px;
  67. flex-direction: column;
  68. padding: 12px;
  69. background-image: linear-gradient(to right, rgba(248, 160, 255, 0.098), rgba(71, 185, 255, 0.098));
  70. align-items: flex-start;
  71. justify-content: flex-start;
  72. margin: 0px 0px 8px;
  73. width: 100%;
  74. height: auto;
  75. cursor: pointer;
  76. -webkit-box-flex: 0;
  77. -webkit-box-orient: vertical;
  78. -webkit-box-direction: normal;
  79. -webkit-box-align: start;
  80. -webkit-box-pack: start;
  81. }
  82. ul.x-demos li:hover {
  83. color:#f00;
  84. }
  85. .x-loading{
  86. margin: 0 auto;
  87. width: 200px;
  88. position: absolute;
  89. left: calc(50% - 100px);
  90. top: calc(50% - 100px);
  91. }
  92. .x-loading-inline{
  93. width: 60px;
  94. }
  95. .x-hr {
  96. margin: 10px 0;
  97. }
  98. .box-message {
  99. margin: 10px 15px 10px 0;
  100. border:1px solid #eee;
  101. }
  102. .box-message table {
  103. width:100%;
  104. }
  105. .box-message table td{
  106. padding: 10px 5px;
  107. vertical-align: top;
  108. }
  109. .x-from-fh {
  110. border: 1px solid #eee;
  111. border-width: 1px 0 1px;
  112. background: #f9f9f9;
  113. }
  114. .td-icon {
  115. padding-right: 0 !important;
  116. }
  117. .td-icon img {
  118. width:16px;
  119. }
  120. .td-icon.x-me img {
  121. border: 1px solid #f00;
  122. border-radius: 16px;
  123. }
  124. b.x-time {
  125. font-weight: normal;
  126. color: #999;
  127. }
  128. .x-xcontent {
  129. margin-top: 6px;
  130. }
  131. .x-xcontent p {
  132. margin:0 0 2px 0;
  133. }
  134. .x-toolbox {
  135. font-size: 12px;
  136. text-align: right;
  137. float: right;
  138. color: #48b;
  139. }
  140. .x-toolbox .x-line {
  141. font-size: 12px;
  142. margin-left: 10px;
  143. color: #bbb;
  144. }
  145. .x-toolbox .x-tooltip:hover {
  146. color: red;
  147. cursor: pointer;
  148. }
  149. h3.panel-title {
  150. position: relative;
  151. }
  152. .box-setting {
  153. border: 1px solid #ccc;
  154. border-radius: 4px;
  155. background-color: #fff;
  156. position: absolute;
  157. top: 27px;
  158. right: -16px;
  159. z-index: 100;
  160. padding: 5px;
  161. font-size: 14px;
  162. line-height: 26px;
  163. }
  164. .box-setting label {
  165. font-weight: normal;
  166. margin-left: 5px;
  167. margin-right: 20px;
  168. }
  169. .box-setting .x-sure {
  170. text-align: right;
  171. }
  172. .box-setting .x-sure button {
  173. position: relative;
  174. right: -30px;
  175. }
  176. #pageContainer fieldset {
  177. padding: 10px;
  178. margin: 10px;
  179. border: 1px solid #ddd;
  180. }
  181. #pageContainer legend {
  182. width: auto;
  183. padding: 0 10px;
  184. margin-bottom: 0px;
  185. font-size: 14px;
  186. color: #333;
  187. border: 0;
  188. border-bottom: 0;
  189. }
  190. .resp-error {
  191. color:red;
  192. }
  193. .x-xcontent table {
  194. width: auto;
  195. }
  196. .x-xcontent table th {
  197. border: 1px solid #ccc;
  198. text-align: center;
  199. padding: 10px;
  200. background: #eee;
  201. }
  202. .x-xcontent table td {
  203. border: 1px solid #ccc;
  204. }