index.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @import url("../static/css/bootstrap.min.css");
  2. .wrapper,.panel-body {
  3. padding-bottom: 0;
  4. }
  5. .img-container {
  6. overflow-y: scroll;
  7. border:10px solid #4e5d6c;
  8. border-right: 0;
  9. background-color:#4e5d6c;
  10. position: absolute;
  11. bottom: 0;
  12. top: 120px;
  13. left: 0;
  14. right: 0;
  15. }
  16. .img-result {
  17. width: 100%;
  18. padding-right: 10px;
  19. margin: auto;
  20. display: block;
  21. }
  22. #btnSave {
  23. margin-top: -13px;
  24. }
  25. .x-title {
  26. display: block;
  27. border-bottom: 1px solid #eee;
  28. padding-bottom: 4px;
  29. margin-bottom:10px;
  30. }
  31. .x-title .x-link {
  32. cursor: pointer;
  33. color:#c00;
  34. text-decoration: underline;
  35. margin-left: 10px;
  36. }
  37. .x-title .x-link:hover {
  38. color: #f00;
  39. }
  40. .c-d {
  41. cursor: default;
  42. margin-top: 20px;
  43. }
  44. table {
  45. font-size : 14px;
  46. }
  47. .table>tbody>tr>td {
  48. word-break: break-all;
  49. vertical-align: middle !important;
  50. }
  51. th.x-index {
  52. width:50px;
  53. }
  54. th.x-tt {
  55. min-width: 260px;
  56. }
  57. th.x-op {
  58. width:212px;
  59. }
  60. .x-switch {
  61. font-size: 12px;
  62. font-weight: normal;
  63. color: #f00;
  64. position: relative;
  65. top: 5px;
  66. }