Keine Beschreibung

shuJuZiDian.css 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. .box {
  2. width: 52%;
  3. }
  4. .toolBar{
  5. padding: 15px 0;
  6. border-bottom: 1px solid #ccc;
  7. }
  8. .delModel .box,
  9. .zdlist_delModel .box {
  10. width: 23%;
  11. }
  12. /*.boxCon {
  13. width: 100%;
  14. background: #fff;
  15. /*text-align: center;*/
  16. /*padding: 10px 15px;
  17. height: 340px;
  18. overflow-y: auto;*/
  19. /*}*/
  20. .boxCon table {
  21. width: 100%;
  22. }
  23. .boxCon table th {
  24. width: 20%;
  25. }
  26. .inpBox {
  27. border: 1px solid #a9a9a9;
  28. height: 27px;
  29. width: 55%;
  30. ;
  31. display: inline-block;
  32. position: relative;
  33. vertical-align: middle;
  34. }
  35. .inps1,
  36. .inps4,
  37. .inps5,
  38. .inps6 {
  39. width: 100%;
  40. height: 24px;
  41. outline: none;
  42. border: 0;
  43. border-image-width: 0;
  44. padding: 0;
  45. padding-left: 3px;
  46. }
  47. .changeCode,
  48. .addzdz,
  49. .addSort {
  50. width: 55%;
  51. }
  52. .xl {
  53. display: inline-block;
  54. background: url(../../img/dropDown.png) no-repeat;
  55. height: 100%;
  56. background-position: center center;
  57. width: 20px;
  58. position: absolute;
  59. right: 0;
  60. top: 0px;
  61. background-color: #f7bc8b;
  62. cursor: pointer;
  63. }
  64. .xl:hover {
  65. background-color: #e6d523;
  66. }
  67. .addTree {
  68. background: #fff;
  69. position: absolute;
  70. width: 100%;
  71. border: 1px solid darkgrey;
  72. right: 0;
  73. top: 26px;
  74. display: none;
  75. height: 220px;
  76. overflow-y: auto;
  77. }
  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. }