Sin descripción

reportCommon.css 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. table td {
  2. word-break: break-all;
  3. word-wrap: break-word;
  4. }
  5. .Shows {
  6. display: block !important;
  7. }
  8. .complain {
  9. display: none;
  10. }
  11. .toolLeft input {
  12. width: 200px;
  13. }
  14. th {
  15. padding: 5px;
  16. text-align: center;
  17. }
  18. td {
  19. padding: 5px;
  20. }
  21. .Borders {
  22. border: 1px solid #d7d7d7;
  23. }
  24. .daoHang {
  25. margin-bottom: 15px;
  26. }
  27. /*树形下拉样式开始*/
  28. .inpBox {
  29. border: 1px solid #e5e6e7;
  30. height: 32px;
  31. width: 200px;
  32. display: inline-block;
  33. position: relative;
  34. vertical-align: middle;
  35. }
  36. .inpBox .inps1 {
  37. width: 100%;
  38. height: 30px;
  39. outline: none;
  40. border: 0;
  41. border-image-width: 0;
  42. padding: 0;
  43. padding-left: 3px;
  44. }
  45. .xl_two {
  46. display: inline-block;
  47. background: url(../../img/dropDown.png) no-repeat;
  48. height: 100%;
  49. background-position: center center;
  50. width: 20px;
  51. position: absolute;
  52. right: 0;
  53. top: 0px;
  54. background-color: #f7bc8b;
  55. cursor: pointer;
  56. }
  57. .xl_two:hover {
  58. background-color: #e6d523;
  59. }
  60. .xlAdd_two {
  61. background: #fff;
  62. position: absolute;
  63. width: 100%;
  64. border: 1px solid darkgrey;
  65. right: 0;
  66. top: 30px;
  67. display: none;
  68. height: 350px;
  69. overflow-y: auto;
  70. z-index: 10;
  71. text-align: center;
  72. }
  73. .xlAdd_two .list li:hover {
  74. background: #ebebeb;
  75. color: #717171;
  76. }
  77. /*树形下拉样式结束*/
  78. .Content_box .title {
  79. font-size: 24px;
  80. text-align: center;
  81. }
  82. .Content_box h5 {
  83. font-size: 16px;
  84. text-align: center;
  85. }
  86. .select {
  87. width: 200px;
  88. height: 32px;
  89. border: 1px solid rgb(229, 230, 231);
  90. }
  91. .footerDataStatistics {
  92. /* padding: 0 0 0 20px; */
  93. margin: 10px 0 0 10px;
  94. font-size: 18px;
  95. }
  96. .tables .th-inner {
  97. white-space: normal !important;
  98. }