Power.css 870 B

12345678910111213141516171819202122232425262728
  1. /**
  2. * 权限添加/编辑
  3. */
  4. .tree-list li { list-style-type: none; padding-left: 5px !important; }
  5. .tree-list li label { display: inline; }
  6. .list-find { margin: 0px 0px 5px 35px; }
  7. .tree-list i { width: 10px; }
  8. .list-find li { line-height: 26px; }
  9. .list-find span { font-weight: normal; }
  10. .tree-list li { border-bottom:1px dashed #d3ebf7; background: #f5fafd; padding: 6px 0px; }
  11. .list-find li:last-child { border-bottom:1px; }
  12. .list-find li { background: #ecf8ff; }
  13. @media only screen and (min-width: 641px) {
  14. .list-submit, .find-submit { display: none; }
  15. .list-find li:hover .find-submit, .tree-list li:hover .list-submit { display: block !important; }
  16. }
  17. /**
  18. * 角色列表
  19. */
  20. .power-text { width: 45%; }
  21. /**
  22. * 角色添加/编辑
  23. */
  24. @media only screen and (max-width: 641px) {
  25. .role-list .submit-delete { margin-top: 5px; display: block !important; }
  26. }