安图前端代码

shuJuZiDian.css 2.1KB

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