开封利通水务前端

outboundAllo.css 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. body {
  2. font-size: 14px;
  3. }
  4. .tools_box {
  5. padding-bottom: 10px;
  6. }
  7. .tools_box div {
  8. padding-left: 1px;
  9. font-weight: bold;
  10. }
  11. .red {
  12. color: #E43926;
  13. }
  14. .tools_box span {
  15. margin-left: 10px;
  16. }
  17. .tools_box li {
  18. margin-right: 10px;
  19. }
  20. .table_left {
  21. padding: 10px 20px 10px 0;
  22. background: #fff;
  23. border-radius: 10px;
  24. overflow-x: scroll;
  25. }
  26. .table-right{
  27. padding: 20px;
  28. background: #fff;
  29. border-radius: 10px;
  30. overflow-x: scroll;
  31. }
  32. #xtable {
  33. width: 100%;
  34. }
  35. #xtable th {
  36. color: #333;
  37. font-weight: 700;
  38. text-align: right;
  39. width: 100px;
  40. }
  41. #xtable td {
  42. padding: 6px 0 5px 10px;
  43. /*text-align: left;*/
  44. color: #717171;
  45. line-height: 200%;
  46. /*border-right: 1px dotted #cccccc;
  47. border-top: 1px dotted #cccccc;
  48. border-left: 1px dotted #cccccc;*/
  49. }
  50. #zxTab tbody tr {
  51. cursor: pointer;
  52. }
  53. .Num_input {
  54. display: inline-block;
  55. width: 50px;
  56. padding: 5px;
  57. border-color: transparent;
  58. background-color: transparent;
  59. background-image: none;
  60. color: #1ab394;
  61. }
  62. .Num_input1 {
  63. display: inline-block;
  64. width: 50px;
  65. }
  66. .Num_input.form-control[disabled] {
  67. background-color: transparent;
  68. }
  69. #Submit {
  70. margin-top: 15px;
  71. }
  72. .outline {
  73. border: 1px solid #21b9bb !important;
  74. }
  75. .whjh {
  76. position: absolute;
  77. top: 43px;
  78. z-index: 600;
  79. }
  80. .fixed-table-pagination {
  81. background: #F9F9F9;
  82. }
  83. #table1 thead {
  84. background: #f9f9f9;
  85. }
  86. #tbodys tr {
  87. background: #f9f9f9;
  88. }
  89. .hidens {
  90. display: none;
  91. }
  92. #GetWFPList td {
  93. padding: 8px;
  94. }
  95. .readOnly {
  96. background: #CCCCCC;
  97. color: red;
  98. }
  99. .daoHang {
  100. padding: 15px;
  101. }
  102. .daoHang .dhLeft a {
  103. font-size: 14px;
  104. color: #999;
  105. }
  106. .btns {
  107. background: #1ab394;
  108. color: #fff;
  109. padding: 6px 10px;
  110. outline: none;
  111. font-size: 12px;
  112. margin-left: 15px;
  113. border: 0;
  114. border-radius: 3px;
  115. box-sizing: border-box;
  116. }
  117. .inputs {
  118. border: 1px solid #e5e6e7;
  119. width: 150px;
  120. padding: 6px 12px;
  121. }
  122. .fixed-table-pagination {
  123. text-align: center;
  124. }