三元财务UI

yongHuManger.css 1.9KB

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