statistic.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. 
  2. .box-tool, .box-data {
  3. width: 100%;
  4. padding: 5px;
  5. float: left;
  6. }
  7. .box-tool {
  8. display: flex;
  9. justify-content: center;
  10. }
  11. .box-data {
  12. display: flex;
  13. justify-content: center;
  14. }
  15. .select2-container--default .select2-selection--single {
  16. height: 30px;
  17. }
  18. .select2-container--default .select2-selection--single .select2-selection__rendered {
  19. line-height: 30px;
  20. }
  21. #query-man.form-control {
  22. border-radius: 4px 0 0 4px;
  23. }
  24. .input-group > .input-group-addon {
  25. color: #fff;
  26. cursor: pointer;
  27. background: #583d9c;
  28. border-radius: 4px;
  29. border: 1px solid #aaa;
  30. }
  31. .input-group > .input-group-addon:last-of-type {
  32. border-radius: 0 4px 4px 0;
  33. }
  34. .box-data table {
  35. background: #ffffff;
  36. }
  37. .tool-form, .tool-btn {
  38. float: left;
  39. margin: 0 5px;
  40. }
  41. .tool-btn .btn {
  42. min-width: 100px;
  43. }
  44. .box-data tr {
  45. /*border: 1px solid #333;
  46. border-top: none;
  47. border-left: none;*/
  48. }
  49. .box-data .td {
  50. border: 1px solid #333;
  51. padding: 4px 8px;
  52. text-align: center;
  53. min-width: 30px;
  54. max-width: 200px;
  55. }
  56. .box-data .td {
  57. }
  58. .box-data th.td {
  59. font-size: 110%;
  60. font-weight: 600;
  61. }
  62. .box-data .title .td {
  63. border-top: 1px solid #333;
  64. font-size: 24px;
  65. font-weight: 600;
  66. padding: 8px;
  67. }
  68. .box-data .title-sm .td.department {
  69. padding-left: 30px;
  70. text-align: left;
  71. }
  72. .box-data .title-sm .td.date {
  73. border-left: none;
  74. padding-right: 30px;
  75. text-align: right;
  76. }
  77. .box-data .td.detail {
  78. padding-left: 15px;
  79. text-align: left;
  80. }
  81. .box-data .td p {
  82. margin: 0;
  83. }