No Description

role.css 484B

123456789101112131415161718192021222324
  1. @charset "utf-8";
  2. .sys_role_index .queryForm{
  3. position: relative;
  4. }
  5. .sys_role_index .queryForm .icon-search{
  6. position: absolute;
  7. top:7px;
  8. right:15px;
  9. font-size:25px;
  10. }
  11. .sys_role_index .table-opt .icon {
  12. margin: 10px;
  13. font-size: 20px;
  14. }
  15. .sys_role_new,.sys_role_display,.sys_role_edit{
  16. width:600px;
  17. padding: 10px;
  18. }
  19. .sys_role_new .right-ctn,.sys_role_display .right-ctn,.sys_role_edit .right-ctn{
  20. max-height: 200px;
  21. padding: 20px;
  22. overflow: auto;
  23. }