商丘12345 前端

shuJuZiDian.css 1.9KB

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