IM12345_Web demo - 代码源于 商丘市12345项目

zhiShiKuFenLei.css 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .toolBar {
  2. padding: 15px 0;
  3. border-bottom: 1px solid #ccc;
  4. }
  5. .inpBox {
  6. border: 1px solid #a9a9a9;
  7. height: 32px;
  8. width: 172px;
  9. display: inline-block;
  10. position: relative;
  11. vertical-align: middle;
  12. }
  13. .inps {
  14. height: 30px;
  15. width: 172px;
  16. }
  17. .inps1,.inps4 {
  18. width: 97%;
  19. height: 30px;
  20. outline: none;
  21. border: 0;
  22. border-image-width: 0;
  23. padding: 0;
  24. padding-left: 3px;
  25. }
  26. .xl {
  27. display: inline-block;
  28. background: url("../../img/dropDown.png") no-repeat;
  29. height: 100%;
  30. background-position: center center;
  31. width: 20px;
  32. position: absolute;
  33. right: 0;
  34. top: 0px;
  35. /*background-color: #f7bc8b;*/
  36. cursor: pointer;
  37. }
  38. /*.xl:hover{
  39. background-color: #e6d523;
  40. }*/
  41. .addTree{
  42. background: #fff;
  43. position: absolute;
  44. width: 100%;
  45. border: 1px solid darkgrey;
  46. right: 0;
  47. top: 30px;
  48. display: none;
  49. }
  50. .ztree li {
  51. width: 100%;
  52. overflow: hidden;
  53. white-space: nowrap;
  54. text-overflow: ellipsis;
  55. }