apidoc.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. @charset "utf-8";
  2. .site-tree{border-right: 1px solid #eee;height: 620px;}
  3. .site-tree .layui-tree {line-height: 25px;}
  4. .site-tree .layui-tree li {height: 25px}
  5. .site-tree .layui-tree li h2{line-height: 25px;
  6. font-size: 14px; padding-left: 20px;
  7. cursor: pointer;
  8. }
  9. .site-tree .layui-tree li :hover{background: #5FB878; color: #fff;}
  10. .site-tree .layui-tree .active{background: #5FB878; color: #fff;}
  11. .site-tree .layui-tree li a{
  12. display: block;
  13. height: 100%;
  14. padding-left: 20px;}
  15. .site-tree .layui-tree li a cite{padding: 0 8px;}
  16. .site-tree .layui-tree .site-tree-noicon a cite{padding-left: 15px;}
  17. .site-tree .layui-tree li a em{
  18. font-size: 12px;
  19. color: #bbb;
  20. padding-right: 5px;
  21. font-style: normal;}
  22. .copyrights{
  23. position:absolute;
  24. bottom: 0px;
  25. height: 25px;
  26. background: #efefef;
  27. border:1px solid #e4e4e4;
  28. width: 100%;
  29. line-height: 25px;
  30. text-align: center;
  31. color: #999;
  32. }
  33. .site-content{
  34. }
  35. .site-content-header{
  36. height: 60px;
  37. line-height: 60px;
  38. border-bottom: 1px solid #e4e4e4;
  39. margin-bottom: 10px;
  40. }
  41. .site-content-header i{
  42. font-size: 25px;
  43. color: #999;
  44. cursor: pointer;
  45. padding-left: 20px;
  46. }
  47. .site-content-header span{
  48. font-size: 20px;
  49. color: #666;
  50. cursor: pointer;
  51. }
  52. #api-main{
  53. width: 99%;
  54. overflow-y: scroll;
  55. overflow-x:none;
  56. padding-left: 10px;
  57. }