roleManager.less 2.2 KB

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