Нет описания

dataDictionary.css 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. .box {
  2. width: 52%;
  3. }
  4. .delModel .box,
  5. .zdlist_delModel .box {
  6. width: 23%;
  7. }
  8. .boxCon table {
  9. width: 100%;
  10. }
  11. .boxCon table th {
  12. width: 20%;
  13. }
  14. .inpBox {
  15. border: 1px solid #a9a9a9;
  16. width: 55%;
  17. display: inline-block;
  18. position: relative;
  19. vertical-align: middle;
  20. }
  21. .inpBox1 {
  22. border: none;
  23. width: 55%;
  24. display: inline-block;
  25. position: relative;
  26. vertical-align: middle;
  27. }
  28. .inps1,
  29. .inps4,
  30. .inps5,
  31. .inps6 {
  32. width: 100%;
  33. height: 24px;
  34. outline: none;
  35. border: 0;
  36. border-image-width: 0;
  37. padding: 0;
  38. padding-left: 3px;
  39. }
  40. .changeCode,
  41. .addzdz,
  42. .addSort {
  43. width: 55%;
  44. }
  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. .addTree {
  61. background: #fff;
  62. position: absolute;
  63. width: 100%;
  64. border: 1px solid darkgrey;
  65. right: 0;
  66. top: 26px;
  67. display: none;
  68. height: 220px;
  69. overflow-y: auto;
  70. }
  71. .treeTable {
  72. height: 400px;
  73. /*overflow-y: auto;*/
  74. }
  75. .tree {
  76. height: 100%;
  77. }
  78. .trTitle {
  79. width: 100%;
  80. height: 34px;
  81. line-height: 34px;
  82. border-bottom: 1px solid #ebebeb;
  83. color: red;
  84. font-weight: 700;
  85. margin-bottom: 15px;
  86. }
  87. .treeCon {
  88. height: 90%;
  89. border: 1px solid #ebebeb;
  90. overflow-y: auto
  91. }
  92. .rowsss {
  93. background: darkred;
  94. color: #fff;
  95. }
  96. .shanChu,
  97. .xiuGai,
  98. .addZiDian {
  99. display: inline-block;
  100. height: 16px;
  101. width: 16px;
  102. vertical-align: middle;
  103. }
  104. .shanChu {
  105. background: url(../../img/shanChu.png) no-repeat;
  106. }
  107. .xiuGai {
  108. background: url(../../img/xiuGai1.png) no-repeat;
  109. }
  110. .addZiDian {
  111. background: url(../../img/upUp.png) no-repeat;
  112. }
  113. .tjzd {
  114. float: right;
  115. }
  116. .dic_pro{
  117. display: none;
  118. }