index.less 5.54 KB
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  word-break: normal;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.roleManage{
  
  .operate{
    margin-left: 26px;
    button{
      margin-right: 10px;
    }
  }
  .content-wrap{
    margin:0 26px 10px 26px;
    background-color: #fff;
    .pLeft{
      padding-left:22px;
   }
   .pRight{
      padding-right:22px;
   }
  }
  a{
    text-decoration: none;
  }
}

.roleAdd{
  .nav{
    margin: 10px 30px;
    font-weight: 600;
    span{
      color: #5668DB
    }
  }
  .roleDetail{
    background-color: #fff;
    padding:10px 30px;
    
  }
  .submitBtn{
    margin:10px 30px 0;
    button{
      margin-right: 20px;
      width:100px;
    }
  }
  
  .getPerMenu{
    margin:-20px 0px 0;
    background-color: #fff;
    min-height: 600px;
    padding:10px 40px;
  }
  .expandMenu{
    width:100%;
    position: relative;
    top:-44px;
    left: 100%;
    margin-left: -130px;
    cursor: pointer;
    color: #444;
    &:hover{
      color:#000;
    }
    i{
      margin-right: 5px;
      transition: all .3s,
    }
  }
}



/* 已分配用户 */
.userForm-box {
    padding: 10px 6px;
    background: #fff;
    .ant-row {
      .ant-form-item {
        padding: 0 10px;
        margin-bottom: 10px;
        .ant-form-item-label {
          label {
            color: #8B93A3;
          }
        }
      }
      .iconstore {
        margin-top: 22px;
        font-size: 30px;
        padding: 0 10px;
      }
      .btnform {
        margin-top: 28px;
        .searchBtn {
          background: #00BB29;
          color: #fff;
        }
        .resetBtn {
          margin-left: 10px;
          background: #ED1719;
          color: #fff;
        }
      }
    }
}
/*添加已分配用户*/
.detail-wrapper {
    .selected {
        border: 1px solid #CBD1DA;
        padding-bottom: 10px;
        border-radius: 5px;
        .select-title {
          margin-top: 10px;
          padding-left: 10px;
        }
        .select-content {
          // overflow: hidden;
          margin: 0;
          padding: 0;
          max-height: 400px;
          overflow-y: auto;
          li {
            float: left;
            width: 50%;
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: center;
            .select-item {
              display: inline-block;
              width: 85%;
              height: 35px;
              line-height: 35px;
              border: 1px solid #D2D2D2;
              background:rgba(255,255,255,1);
              border-radius:5px;
              text-align: center;
              position: relative;
              margin-top: 10px;
              overflow: hidden;
              .cancel {
                position: absolute;
                top: -8px;
                right:5px;
                cursor: pointer;
              }
            }
          }
        }
  }
}
.allocatedUser {
  .nav{
    margin: 10px 30px;
    font-weight: 600;
    .threeTitle{
      color: #5668DB;
    }
    .tdWidthStyle{
      display:inline-block;
      vertical-align: bottom;
      max-width:100px;
      .ellipsis;
    }
  }
  .userForm-box {
    padding: 10px 10px;
    background: #fff;
    .ant-row {
      .ant-form-item {
        padding: 0 10px;
        margin-bottom: 10px;
        .ant-form-item-label {
          label {
            color: #8B93A3;
          }
        }
      }
      .iconstore {
        margin-top: 22px;
        font-size: 30px;
        padding: 0 10px;
      }
      .btnform {
        margin-top: 28px;
        .searchBtn {
          background: #00BB29;
          color: #fff;
        }
        .resetBtn {
          margin-left: 10px;
          background: #ED1719;
          color: #fff;
        }
      }
    }
    .com-searchForm{
     padding-left:6px;
    }
  }
  .btnWrapper {
    margin: 14px 11px;
    button {
      margin-left: 15px;
    }
  }
  .detData {
    .ant-checkbox-wrapper{
      margin-left: 16px;
    }
    .pLeft{
      padding-left:22px;
   }
   .pRight{
      padding-right:22px;
   }

    
  }
}
// 弹框
.ant-modal-content {
  .ant-card {
    background: rgba(230,234,240,1);
  }
  .ant-modal-title {
    text-align: center;
  }
  .selected {
    border: 1px solid #CBD1DA;
    padding-bottom: 10px;
    border-radius: 5px;
    .select-title {
      margin-top: 10px;
      padding-left: 10px;
    }
    .select-content {
      overflow: hidden;
      margin: 0;
      padding: 0;
      li {
        float: left;
        width: 50%;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        .select-item {
          display: inline-block;
          width: 85%;
          height: 35px;
          line-height: 35px;
          border: 1px solid #D2D2D2;
          background:rgba(255,255,255,1);
          border-radius:5px;
          text-align: center;
          position: relative;
          .cancel {
            position: absolute;
            top: -8px;
            right:5px;
          }
        }
      }
    }
  }
  .confirm {
    text-align: center;
    margin-top: 20px;
  }
}
// 机构弹框
.com-agency {
  .agency-search {
    .searchBtn {
      background: #00BB29;
      color: #fff;
    }
    .resetBtn {
      margin-left: 10px;
      background: #ED1719;
      color: #fff;
    }
  }
}

// 新增用户
.com-matchedAdd {
  .nav{
    margin: 10px 30px;
    font-weight: 600;
    .tdWidthStyle{
      display:inline-block;
      vertical-align: bottom;
      max-width:100px;
      .ellipsis;
    }
    span{
      color: #5668DB;
    }
  }
}