addForm.less 1000 Bytes
Newer Older
1
.formbtn {
2 3
  position: fixed;
  bottom: 40px;
4
  right: 40%;
5
}
6
.divbox {
7 8
  height: 100%;
  overflow: hidden;
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
}

.formStyle {
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.rolebox {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.cardItemData {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 1rem;
  border: 1px solid #b5b8c8;
  margin-bottom: 1rem;
  overflow-x: scroll;
}
.divBox {
  // display: flex;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid #c2cdfd;
  border-radius: 5px;
  margin-top: 20px;
  min-height: 50px;
  padding: 0 10px 10px 20px;
  .ant-checkbox-wrapper {
    background-color: #fff;
  }
  .topCheckbox {
    height: 20px;
    margin: -10px 0 0 0px;
    line-height: 20px;
  }
  .topCheckbox > label :hover {
    font-weight: 600;
  }
  .checkdiv {
    display: flex;
    flex-wrap: wrap;
    // margin-left: 20px;
    // justify-content: space-between;
  }
}
.boe {
  border: 1px solid #d9d9d9;
  width: 100%;
}