demo.css 753 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .easyui-tree a{
  2. margin: 0;
  3. padding: 0;
  4. background: white;
  5. text-decoration: none;
  6. border: 0;
  7. height: 30px;
  8. }
  9. .easyui-tree a:hover{
  10. border: 0;
  11. }
  12. .easyui-panel{
  13. width: 600px;
  14. padding: 5px;
  15. }
  16. .inp,.editinp,.delinp,.shangjia,.xiajia{
  17. position: absolute;
  18. top: 0px;
  19. left: 500px;
  20. width: 400px;
  21. padding: 10px;
  22. display: none;
  23. background: #F1F1F1;
  24. border-radius: 10px;
  25. }
  26. .inp input,.editinp input,.delinp input shangjia input xiajia input{
  27. margin-bottom: 10px;
  28. }
  29. .l-btn{
  30. border: 0;
  31. background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
  32. }
  33. .tab tr th{
  34. width: 120px;
  35. height: 30px;
  36. }
  37. .tab tr th:first-child{
  38. width: 20px;
  39. }
  40. .tab tr th:nth-child(2){
  41. width: 20px;
  42. }