商丘12345 前端

shuJuZiDian.css 2.0KB

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