高新区管委会,以5.0标准版为基准,从双汇项目拷贝

kehuManger.css 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .clearfix:after {
  2. content: "";
  3. display: block;
  4. clear: both;
  5. }
  6. .boxCon {
  7. width: 100%;
  8. background: #fff;
  9. text-align: center;
  10. padding: 10px 15px;
  11. height: auto;
  12. overflow-y: auto;
  13. }
  14. .boxCon>div {
  15. padding: 15px 0;
  16. }
  17. .boxCon table th {
  18. padding: 5px 8px 5px 0;
  19. text-align: right;
  20. width: 32%;
  21. }
  22. .boxCon table td {
  23. padding: 6px 0 5px 10px;
  24. text-align: left;
  25. color: #717171;
  26. line-height: 200%;
  27. }
  28. .kong {
  29. display: none;
  30. }
  31. .bootstrap-select>.dropdown-toggle.bs-placeholder {
  32. background-color: #ffffff!important;
  33. border-color: #e5e6e7!important;
  34. }
  35. .filter-option {
  36. color: #676b6d;
  37. }
  38. .form-inline {
  39. display: inline-block;
  40. }
  41. .bootstrap-select>.dropdown-toggle.btn-default {
  42. background-color: #ffffff!important;
  43. border-color: #e5e6e7!important;
  44. color: #555;
  45. }
  46. .testInput-list {
  47. position: absolute;
  48. z-index: 999;
  49. border: 1px solid rgb(204, 204, 204);
  50. background-color: rgb(255, 255, 255);
  51. z-index: 99999;
  52. padding-left: 0;
  53. width: 97.6%;
  54. display: none;
  55. }
  56. .testInput-list li {
  57. padding: 5px;
  58. list-style: none;
  59. }
  60. .testInput-list li:hover {
  61. background-color: #E43926;
  62. color: #fff;
  63. }
  64. #testInput4 {
  65. outline: none;
  66. border: 1px solid #ccc;
  67. padding-left: 10px;
  68. outline-color: #fff;
  69. }
  70. .addJsz_posi {
  71. position: absolute;
  72. right: -9px;
  73. top: 7px;
  74. color: red;
  75. }
  76. .addJsz_select {
  77. position: relative;
  78. }
  79. .addJsz_select_cus{
  80. width: 180px;
  81. position: relative;
  82. }
  83. .addTree {
  84. background: #fff;
  85. position: absolute;
  86. width: 100%;
  87. border: 1px solid darkgrey;
  88. right: 0;
  89. top: 32px;
  90. display: none;
  91. }
  92. .xl {
  93. display: inline-block;
  94. background: url("../../img/dropDown.png") no-repeat;
  95. height: 32px;
  96. background-position: center center;
  97. width: 20px;
  98. position: absolute;
  99. right: -2px;
  100. top: 0px;
  101. background-color: #f7bc8b;
  102. cursor: pointer;
  103. }
  104. .inps1{
  105. padding-left: 10px;
  106. }
  107. .inps2,.inps3,.inps4{
  108. display: none;
  109. }