123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- @import './reset.less';
- .leftMenu {
- border: 1px solid #E2E5EF;
- padding: 20px;
- width: 350px;
- height: 700px;
- background-color: #fff;
- }
- .pubStyleMeun {
- .roleLis li {
- padding: 0 10px;
- height: 50px;
- line-height: 50px;
- &:hover {
- background-color: #F0F5FF;
- }
- span {
- cursor: pointer;
- }
- }
- .editRole {
- // float: right;
- // width: 52px;
- // height: 30px;
- // line-height: 30px;
- // color: @activeColor;
- // border: 1px solid @activeColor;
- // border-radius: 4px;
- // text-align: center;
- // position: relative;
- // top: 10px;
- cursor: pointer;
- }
- }
- .rightMenu {
- position: absolute;
- width: 100%;
- top: 64px;
- right: 40px;
- border: 1px solid #ccc;
- // overflow: auto;
- .toptools {
- height: 56px;
- line-height: 56px;
- border-bottom: 1px solid #E2E5EF;
- border-radius: 4px;
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- }
- .toptoolsStatic {
- height: 56px;
- line-height: 56px;
- border-bottom: 1px solid #E2E5EF;
- padding: 0 20px;
- }
- .saveRoleSet {
- width: 60px;
- height: 36px;
- line-height: 36px;
- text-align: center;
- background-color: @activeColor;
- color: #fff;
- float: right;
- margin-top: 10px;
- margin-right: 10px;
- border-radius: 4px;
- cursor: pointer;
- }
- .mainSysWrap {
- padding: 0 15px;
- overflow: auto;
- }
- .mainSys {
- border-bottom: 1px solid #E2E5EF;
- padding: 10px 0 0 0;
- img {
- width: 14px;
- position: relative;
- top: 2px;
- }
- .parentSet {
- padding-bottom: 15px;
- span {
- cursor: pointer;
- }
- }
- .sysWrap {
- margin-left: 30px;
- }
- .sonSet {
- li {
- padding-bottom: 15px;
- float: left;
- margin-left: 30px;
- cursor: pointer;
- }
- }
- }
- }
|