roleManager.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .leftMenu {
  2. border: 1px solid #E2E5EF;
  3. padding: 20px;
  4. width: 350px;
  5. height: 700px;
  6. background-color: #fff;
  7. }
  8. .pubStyleMeun {
  9. .roleLis li {
  10. padding: 0 10px;
  11. height: 50px;
  12. line-height: 50px;
  13. &:hover {
  14. background-color: #F0F5FF;
  15. }
  16. }
  17. .editRole {
  18. float: right;
  19. width: 52px;
  20. height: 30px;
  21. line-height: 30px;
  22. color: #5A8EEE;
  23. border: 1px solid #5A8EEE;
  24. border-radius: 4px;
  25. text-align: center;
  26. position: relative;
  27. top: 10px;
  28. cursor: pointer;
  29. }
  30. }
  31. .rightMenu {
  32. position: absolute;
  33. width: 100%;
  34. top: 64px;
  35. right: 40px;
  36. border: 1px solid #ccc;
  37. overflow: auto;
  38. .toptools {
  39. height: 56px;
  40. line-height: 56px;
  41. border-bottom: 1px solid #E2E5EF;
  42. padding: 0 20px;
  43. border-radius: 4px;
  44. }
  45. .saveRoleSet {
  46. width: 60px;
  47. height: 36px;
  48. line-height: 36px;
  49. text-align: center;
  50. background-color: #5A8EEE;
  51. color: #fff;
  52. float: right;
  53. margin-top: 10px;
  54. border-radius: 4px;
  55. cursor: pointer;
  56. }
  57. .mainSysWrap {
  58. padding: 0 15px;
  59. }
  60. .mainSys {
  61. border-bottom: 1px solid #E2E5EF;
  62. padding: 10px 0 0 0;
  63. img {
  64. width: 14px;
  65. position: relative;
  66. top: 2px;
  67. }
  68. .parentSet {
  69. padding-bottom: 15px;
  70. cursor: pointer;
  71. }
  72. .sysWrap {
  73. margin-left: 30px;
  74. }
  75. .sonSet {
  76. li {
  77. padding-bottom: 15px;
  78. float: left;
  79. margin-left: 30px;
  80. cursor: pointer;
  81. }
  82. }
  83. }
  84. }