高新区管委会,以5.0标准版为基准,从双汇项目拷贝

yongHuManger.css 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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: 30%;
  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. height: 27px;
  35. width: 100%;
  36. display: inline-block;
  37. position: relative;
  38. vertical-align: middle;
  39. }
  40. .inps1,.inps2,.inps3,
  41. .inps4,.inps5,.inps6 {
  42. width: 100%;
  43. height: 24px;
  44. outline: none;
  45. border: 0;
  46. border-image-width: 0;
  47. padding: 0;
  48. padding-left: 3px;
  49. }
  50. .changeTitle,.changeKey,.addTitle,.addKey{
  51. width: 55%;
  52. }
  53. .xl {
  54. display: inline-block;
  55. background: url(../../img/dropDown.png) no-repeat;
  56. height: 100%;
  57. background-position: center center;
  58. width: 20px;
  59. position: absolute;
  60. right: 0;
  61. top: 0px;
  62. background-color: #f7bc8b;
  63. cursor: pointer;
  64. }
  65. .xl:hover {
  66. background-color: #e6d523;
  67. }
  68. .addTree {
  69. background: #fff;
  70. position: absolute;
  71. width: 100%;
  72. border: 1px solid darkgrey;
  73. right: 0;
  74. top: 26px;
  75. display: none;
  76. /*height: 220px;*/
  77. overflow-y: auto;
  78. z-index: 10;
  79. text-align: center;
  80. }
  81. .addTree .list li:hover{
  82. background: #ebebeb;
  83. color: #717171;
  84. }
  85. #ygbirth,#chan_ygbirth{
  86. width: 172px;
  87. height: 32px;
  88. border: 1px solid #a9a9a9;
  89. }
  90. .treeTable {
  91. height: 400px;
  92. /*overflow-y: auto;*/
  93. }
  94. .tree {
  95. height: 100%;
  96. }
  97. .trTitle {
  98. width: 100%;
  99. height: 34px;
  100. line-height: 34px;
  101. border-bottom: 1px solid #ebebeb;
  102. color: red;
  103. font-weight: 700;
  104. margin-bottom: 15px;
  105. }
  106. .treeCon {
  107. height: 90%;
  108. border: 1px solid #ebebeb;
  109. overflow-y: auto
  110. }
  111. .ztree li {
  112. width: 100%;
  113. overflow: hidden;
  114. white-space: nowrap;
  115. text-overflow: ellipsis;
  116. }
  117. .radio-inline {
  118. margin: 0px 10px 0 0!important;
  119. }
  120. .radio-inline input[type=radio] {
  121. margin-top: 5px!important;
  122. }