dutyMembers.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. @CHARSET "UTF-8";
  2. .infoBtn {
  3. background-image: url('/nwyj/scripts/qui/sample_html/tree/list.gif')
  4. !important;
  5. background-repeat: no-repeat;
  6. background-position: 0% 100%;
  7. width: 20px !important;
  8. height: 16px;
  9. display: inline-block;
  10. }
  11. .layerBtn {
  12. background-image: url('/nwyj/scripts/qui/sample_html/tree/layers.gif')
  13. !important;
  14. background-repeat: no-repeat;
  15. background-position: 0% 100%;
  16. width: 20px !important;
  17. height: 16px;
  18. cursor: default !important;
  19. display: inline-block;
  20. }
  21. .delBtn {
  22. background-image: url('/nwyj/scripts/qui/libs/icons/delete.png')
  23. !important;
  24. background-repeat: no-repeat;
  25. background-position: 100% 0% !important;
  26. width: 20px !important;
  27. height: 16px;
  28. display: inline-block;
  29. }
  30. .globeBtn {
  31. background-image:
  32. url('/nwyj/scripts/qui/libs/images/icons/user-worker.gif')
  33. !important;
  34. background-repeat: no-repeat;
  35. background-position: 100% 0% !important;
  36. width: 20px !important;
  37. height: 16px;
  38. display: inline-block;
  39. }
  40. .arrowBtn {
  41. background-image: url('/nwyj/scripts/qui/libs/images/icons/user.gif')
  42. !important;
  43. background-repeat: no-repeat;
  44. background-position: 100% 0% !important;
  45. width: 20px !important;
  46. height: 16px;
  47. display: inline-block;
  48. }
  49. .bossBtn {
  50. background-image:
  51. url('/nwyj/scripts/qui/libs/images/icons/user-female.gif')
  52. !important;
  53. background-repeat: no-repeat;
  54. background-position: 100% 0% !important;
  55. width: 20px !important;
  56. height: 16px;
  57. display: inline-block;
  58. }
  59. .diydom {
  60. width: 200px;
  61. }
  62. .diydom li span {
  63. display: inline-block !important;
  64. float: left;
  65. }
  66. .diydomCon {
  67. width: 280px;
  68. height: 480px;
  69. border: solid 1px #cccccc;
  70. overflow: auto;
  71. background-color: #ffffff;
  72. }
  73. .hoverWidth {
  74. width: 80px;
  75. overflow: hidden;
  76. }
  77. .rightDiv {
  78. width: 100%;
  79. height: 126px;
  80. border: solid 1px #cccccc;
  81. border-left: none;
  82. border-right: none;
  83. overflow: auto;
  84. background-color: #ffffff;
  85. }
  86. .rightDiv2 {
  87. width: 100%;
  88. height: 126px;
  89. border: solid 1px #cccccc;
  90. border-left: none;
  91. border-right: none;
  92. border-bottom: none;
  93. overflow: auto;
  94. background-color: #ffffff;
  95. }
  96. .rightDiv3 {
  97. width: 100%;
  98. height: 126px;
  99. border: solid 1px #cccccc;
  100. border-left: none;
  101. border-right: none;
  102. border-bottom: none;
  103. overflow: auto;
  104. background-color: #ffffff;
  105. }
  106. .rightBigDiv {
  107. width: 275px;
  108. height: 480px;
  109. border: solid 1px #cccccc;
  110. overflow: auto;
  111. background-color: #ffffff;
  112. }
  113. /**按钮行**/
  114. .buttonPan {
  115. background-color: #F6F6F6;
  116. height: 48px;
  117. text-align: center;
  118. line-height: 48px;
  119. width: 100%;
  120. border-top: 1px solid #DADEE5;
  121. }