Нет описания

yongHuManger.css 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. ul,
  2. li,
  3. ol,
  4. dl {
  5. margin: 0;
  6. padding: 0;
  7. list-style: none;
  8. }
  9. .toolBar {
  10. padding: 15px 0;
  11. border-bottom: 1px solid #ccc;
  12. }
  13. .box {
  14. width: 55%;
  15. margin-top: 1%;
  16. }
  17. .againModel .box {
  18. width: 30%;
  19. }
  20. .banModel .box,
  21. .useModel .box {
  22. width: 20%;
  23. }
  24. .boxCon {
  25. height: 492px;
  26. }
  27. .boxCon table {
  28. width: 100%;
  29. }
  30. .boxCon table th {
  31. width: 20%;
  32. }
  33. .boxCon table td textarea {
  34. width: 100%;
  35. }
  36. .inpBox {
  37. border: 1px solid #a9a9a9;
  38. height: 27px;
  39. width: 100%;
  40. display: inline-block;
  41. position: relative;
  42. vertical-align: middle;
  43. }
  44. .inps1,
  45. .inps2,
  46. .inps3,
  47. .inps4,
  48. .inps5,
  49. .inps6 {
  50. width: 100%;
  51. height: 24px;
  52. outline: none;
  53. border: 0;
  54. border-image-width: 0;
  55. padding: 0;
  56. padding-left: 3px;
  57. }
  58. .changeTitle,
  59. .changeKey,
  60. .addTitle,
  61. .addKey {
  62. width: 55%;
  63. }
  64. .xl {
  65. display: inline-block;
  66. background: url(../../img/dropDown.png) no-repeat;
  67. height: 100%;
  68. background-position: center center;
  69. width: 20px;
  70. position: absolute;
  71. right: 0;
  72. top: 0px;
  73. background-color: #f7bc8b;
  74. cursor: pointer;
  75. }
  76. .xl:hover {
  77. background-color: #e6d523;
  78. }
  79. .addTree {
  80. background: #fff;
  81. position: absolute;
  82. width: 100%;
  83. border: 1px solid darkgrey;
  84. right: 0;
  85. top: 26px;
  86. display: none;
  87. /*height: 220px;*/
  88. overflow-y: auto;
  89. z-index: 10;
  90. text-align: center;
  91. }
  92. .addTree .list li:hover {
  93. background: #ebebeb;
  94. color: #717171;
  95. }
  96. #ygbirth,
  97. #chan_ygbirth {
  98. width: 172px;
  99. height: 32px;
  100. border: 1px solid #a9a9a9;
  101. }
  102. .treeTable {
  103. height: 400px;
  104. /*overflow-y: auto;*/
  105. }
  106. .tree {
  107. height: 100%;
  108. }
  109. .trTitle {
  110. width: 100%;
  111. height: 34px;
  112. line-height: 34px;
  113. border-bottom: 1px solid #ebebeb;
  114. color: red;
  115. font-weight: 700;
  116. margin-bottom: 15px;
  117. }
  118. .treeCon {
  119. height: 90%;
  120. border: 1px solid #ebebeb;
  121. overflow-y: auto;
  122. }
  123. .ztree li {
  124. width: 100%;
  125. overflow: hidden;
  126. white-space: nowrap;
  127. text-overflow: ellipsis;
  128. }
  129. .radio-inline {
  130. margin: 0px 10px 0 0 !important;
  131. }
  132. .radio-inline input[type="radio"] {
  133. margin-top: 8px !important;
  134. }