123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .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;
- }
- }
- .editRole {
- float: right;
- width: 52px;
- height: 30px;
- line-height: 30px;
- color: #5A8EEE;
- border: 1px solid #5A8EEE;
- 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;
- padding: 0 20px;
- border-radius: 4px;
- }
- .saveRoleSet {
- width: 60px;
- height: 36px;
- line-height: 36px;
- text-align: center;
- background-color: #5A8EEE;
- color: #fff;
- float: right;
- margin-top: 10px;
- border-radius: 4px;
- cursor: pointer;
- }
- .mainSysWrap {
- padding: 0 15px;
- }
- .mainSys {
- border-bottom: 1px solid #E2E5EF;
- padding: 10px 0 0 0;
- img {
- width: 14px;
- position: relative;
- top: 2px;
- }
- .parentSet {
- padding-bottom: 15px;
- cursor: pointer;
- }
- .sysWrap {
- margin-left: 30px;
- }
- .sonSet {
- li {
- padding-bottom: 15px;
- float: left;
- margin-left: 30px;
- cursor: pointer;
- }
- }
- }
- }
|