roleManager.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. @import './reset.less';
  2. .leftMenu {
  3. border: 1px solid #E2E5EF;
  4. padding: 20px;
  5. width: 350px;
  6. height: 700px;
  7. background-color: #fff;
  8. }
  9. .managerContainer {
  10. overflow-y: hidden;
  11. .main-body {
  12. margin-top: 45px;
  13. }
  14. }
  15. .pubStyleMeun {
  16. .roleLis li {
  17. padding: 0 10px;
  18. height: 50px;
  19. line-height: 50px;
  20. &:hover {
  21. background-color: #F0F5FF;
  22. }
  23. span {
  24. cursor: pointer;
  25. }
  26. }
  27. .editRole {
  28. // float: right;
  29. // width: 52px;
  30. // height: 30px;
  31. // line-height: 30px;
  32. // color: @activeColor;
  33. // border: 1px solid @activeColor;
  34. // border-radius: 4px;
  35. // text-align: center;
  36. // position: relative;
  37. // top: 10px;
  38. cursor: pointer;
  39. }
  40. }
  41. .rightMenu {
  42. position: absolute;
  43. width: 100%;
  44. top: 75px;
  45. right: 30px;
  46. border: 1px solid #ccc;
  47. // overflow: auto;
  48. .toptools {
  49. height: 56px;
  50. line-height: 56px;
  51. border-bottom: 1px solid #E2E5EF;
  52. border-radius: 4px;
  53. position: absolute;
  54. left: 0;
  55. top: 0;
  56. width: 100%;
  57. }
  58. .toptoolsStatic {
  59. height: 56px;
  60. line-height: 56px;
  61. border-bottom: 1px solid #E2E5EF;
  62. padding: 0 20px;
  63. }
  64. .saveRoleSet {
  65. width: 60px;
  66. height: 36px;
  67. line-height: 36px;
  68. text-align: center;
  69. background-color: @activeColor;
  70. color: #fff;
  71. float: right;
  72. margin-top: 10px;
  73. margin-right: 10px;
  74. border-radius: 4px;
  75. cursor: pointer;
  76. }
  77. .mainSysWrap {
  78. padding: 0 15px;
  79. overflow: auto;
  80. }
  81. .mainSys {
  82. border-bottom: 1px solid #E2E5EF;
  83. padding: 10px 0 0 0;
  84. img {
  85. width: 14px;
  86. position: relative;
  87. top: 2px;
  88. }
  89. .parentSet {
  90. padding-bottom: 15px;
  91. span {
  92. cursor: pointer;
  93. }
  94. }
  95. .sysWrap {
  96. margin-left: 30px;
  97. }
  98. .sonSet {
  99. li {
  100. padding-bottom: 15px;
  101. float: left;
  102. margin-left: 30px;
  103. cursor: pointer;
  104. }
  105. }
  106. }
  107. }