郑州颐和随访系统UI

MenuManage.css 915B

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