roleManager.less 2.1 KB

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