No Description

department.css 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. .inpBox {
  2. border: 1px solid #cccccc;
  3. height: 34px;
  4. width: 100%;
  5. display: inline-block;
  6. position: relative;
  7. vertical-align: middle;
  8. z-index: 111;
  9. }
  10. .addTree {
  11. background: #fff;
  12. position: absolute;
  13. width: 100%;
  14. border: 1px solid darkgrey;
  15. right: 0;
  16. top: 32px;
  17. display: none;
  18. z-index: 222;
  19. }
  20. .xl {
  21. display: inline-block;
  22. background: url(../../img/dropDown.png) no-repeat;
  23. height: 100%;
  24. background-position: center center;
  25. width: 20px;
  26. position: absolute;
  27. right: 0;
  28. top: 0px;
  29. cursor: pointer;
  30. }
  31. .ztree li span {
  32. border: none;
  33. padding: 0;
  34. }
  35. .inps {
  36. width: 80%;
  37. height: 32px;
  38. outline: none;
  39. border: 0;
  40. border-image-width: 0;
  41. padding: 0;
  42. padding-left: 3px;
  43. }
  44. .xl {
  45. display: inline-block;
  46. background: url(../img/dropDown.png) no-repeat;
  47. height: 100%;
  48. background-position: center center;
  49. width: 20px;
  50. position: absolute;
  51. right: 0;
  52. top: 0px;
  53. /* background-color: #f7bc8b; */
  54. cursor: pointer;
  55. }
  56. .Cleans {
  57. display: inline-block;
  58. width: 20px;
  59. position: absolute;
  60. right: 21px;
  61. top: 9px;
  62. display: none;
  63. }
  64. .selDpart1 {
  65. position: absolute;
  66. left: 15px;
  67. top: 34px;
  68. z-index: 11111;
  69. width: 220px;
  70. line-height: 30px;
  71. background: #ffffff;
  72. display: none;
  73. }
  74. #sponsor {
  75. width: 218px;
  76. border: 1px solid #00a1cb;
  77. margin: 0;
  78. padding: 0;
  79. list-style: none;
  80. max-height: 212px;
  81. overflow-x: hidden;
  82. overflow-y: scroll;
  83. }
  84. #sponsor li {
  85. margin: 0;
  86. padding-left: 10px;
  87. width: 220px;
  88. height: 30px;
  89. line-height: 30px;
  90. list-style: none;
  91. }
  92. #sponsor li:hover {
  93. background: #00a1cb;
  94. }