No Description

shuJuZiDian.css 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. .box {
  2. width: 30%;
  3. /* height: 50%; */
  4. }
  5. .delModel .box,
  6. .zdlist_delModel .box {
  7. width: 23%;
  8. }
  9. /*.boxCon {
  10. width: 100%;
  11. background: #fff;
  12. /*text-align: center;*/
  13. /*padding: 10px 15px;
  14. height: 340px;
  15. overflow-y: auto;*/
  16. /*}*/
  17. .boxCon {
  18. height: 500px;
  19. }
  20. .boxCon table {
  21. width: 100%;
  22. }
  23. .inpBox {
  24. border: 1px solid #a9a9a9;
  25. height: 27px;
  26. /*width: 37%;*/
  27. ;
  28. display: inline-block;
  29. position: relative;
  30. vertical-align: middle;
  31. }
  32. .inps3,
  33. .inps1,
  34. .inps4 {
  35. width: 100%;
  36. height: 24px;
  37. outline: none;
  38. border: 0;
  39. border-image-width: 0;
  40. padding: 0;
  41. padding-left: 3px;
  42. }
  43. .changeCode,
  44. .addzdz,
  45. .addSort {
  46. width: 55%;
  47. }
  48. .xl3,
  49. .xl {
  50. display: inline-block;
  51. background: url(../../img/dropDown.png) no-repeat;
  52. height: 100%;
  53. background-position: center center;
  54. width: 20px;
  55. position: absolute;
  56. right: 0;
  57. top: 0px;
  58. /*background-color: #f7bc8b;*/
  59. cursor: pointer;
  60. }
  61. /*.xl:hover {
  62. background-color: #e6d523;
  63. }*/
  64. .addTree3,
  65. .addTree {
  66. background: #fff;
  67. position: absolute;
  68. width: 100%;
  69. border: 1px solid darkgrey;
  70. right: 0;
  71. top: 26px;
  72. display: none;
  73. height: 220px;
  74. overflow-y: auto;
  75. z-index: 10000;
  76. }
  77. .treeTable3,
  78. .treeTable {
  79. height: 400px;
  80. /*overflow-y: auto;*/
  81. }
  82. .tree {
  83. height: 100%;
  84. }
  85. .trTitle {
  86. width: 100%;
  87. height: 34px;
  88. line-height: 34px;
  89. border-bottom: 1px solid #ebebeb;
  90. color: red;
  91. font-weight: 700;
  92. margin-bottom: 15px;
  93. }
  94. .treeCon {
  95. height: 90%;
  96. border: 1px solid #ebebeb;
  97. overflow-y: auto
  98. }
  99. .rowsss {
  100. background: darkred;
  101. color: #fff;
  102. }
  103. .shanChu,
  104. .xiuGai,
  105. .addZiDian {
  106. display: inline-block;
  107. height: 16px;
  108. width: 16px;
  109. vertical-align: middle;
  110. }
  111. .shanChu {
  112. background: url(../../img/shanChu.png) no-repeat;
  113. }
  114. .xiuGai {
  115. background: url(../../img/xiuGai1.png) no-repeat;
  116. }
  117. .addZiDian {
  118. background: url(../../img/upUp.png) no-repeat;
  119. }
  120. .tjzd {
  121. float: right;
  122. }
  123. .Cleans {
  124. display: inline-block;
  125. width: 20px;
  126. position: absolute;
  127. right: 21px;
  128. top: 8px;
  129. display: none;
  130. }
  131. .addkey,
  132. .editkey{
  133. display: none;
  134. }