Geen omschrijving

adminManage.css 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. ul,li,ol,dl{
  2. margin: 0;
  3. padding: 0;
  4. list-style: none;
  5. }
  6. .toolBar {
  7. padding: 15px 0;
  8. border-bottom: 1px solid #ccc;
  9. }
  10. .box {
  11. width: 55%;
  12. margin-top: 1%;
  13. }
  14. .againModel .box{
  15. width: 436px;
  16. }
  17. .banModel .box,.useModel .box{
  18. width: 20%;
  19. }
  20. .boxCon {
  21. height: 492px;
  22. }
  23. .boxCon table {
  24. width: 100%;
  25. }
  26. .boxCon table th {
  27. width: 20%;
  28. }
  29. .boxCon table td textarea {
  30. width: 100%;
  31. }
  32. .inpBox {
  33. border: 1px solid #a9a9a9;
  34. width: 100%;
  35. display: inline-block;
  36. position: relative;
  37. vertical-align: middle;
  38. }
  39. .inps1,.inps2,.inps3,
  40. .inps4,.inps5,.inps6 {
  41. width: 100%;
  42. height: 24px;
  43. outline: none;
  44. border: 0;
  45. border-image-width: 0;
  46. padding: 0;
  47. padding-left: 3px;
  48. }
  49. .changeTitle,.changeKey,.addTitle,.addKey{
  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. z-index: 10;
  78. text-align: center;
  79. }
  80. .addTree .list li:hover{
  81. background: #ebebeb;
  82. color: #717171;
  83. }
  84. #ygbirth,#chan_ygbirth{
  85. width: 157px;
  86. height: 30px;
  87. }
  88. .treeTable {
  89. height: 400px;
  90. /*overflow-y: auto;*/
  91. }
  92. .tree {
  93. height: 100%;
  94. }
  95. .trTitle {
  96. width: 100%;
  97. height: 34px;
  98. line-height: 34px;
  99. border-bottom: 1px solid #ebebeb;
  100. color: red;
  101. font-weight: 700;
  102. margin-bottom: 15px;
  103. }
  104. .treeCon {
  105. height: 90%;
  106. border: 1px solid #ebebeb;
  107. overflow-y: auto
  108. }
  109. .ztree li {
  110. width: 100%;
  111. overflow: hidden;
  112. white-space: nowrap;
  113. text-overflow: ellipsis;
  114. }
  115. .radio-inline {
  116. margin: 0px 10px 0 0!important;
  117. }
  118. .radio-inline input[type=radio] {
  119. margin-top: 5px!important;
  120. }