itemCard.less 1.02 KB
Newer Older
Maofei94's avatar
Maofei94 committed
1 2

.divBox {
张烨's avatar
张烨 committed
3 4
  // display: flex;
  width: 100%;
Maofei94's avatar
Maofei94 committed
5
  flex-wrap: wrap;
张烨's avatar
张烨 committed
6 7
  border: 1px solid #c2cdfd;
  border-radius: 5px;
Maofei94's avatar
Maofei94 committed
8 9
  margin-top: 20px;
  min-height: 50px;
张烨's avatar
张烨 committed
10 11 12 13
  padding: 0 10px 10px 20px;
  .ant-checkbox-wrapper{
    background-color: #fff;
}
Maofei94's avatar
Maofei94 committed
14 15
  .topCheckbox{
    height: 20px;
Maofei94's avatar
Maofei94 committed
16
    margin: -10px 0 0 0px;
张烨's avatar
张烨 committed
17
    line-height: 20px;
Maofei94's avatar
Maofei94 committed
18
  }
张烨's avatar
张烨 committed
19 20 21
  .topCheckbox>label :hover{
    font-weight: 600;
  }
Maofei94's avatar
Maofei94 committed
22 23
  .checkdiv {
    display: flex;
张烨's avatar
张烨 committed
24 25 26
    flex-wrap: wrap;
    // margin-left: 20px;
    // justify-content: space-between;
Maofei94's avatar
Maofei94 committed
27 28
  }
}
张烨's avatar
张烨 committed
29 30 31
.divSingle{
  border: none;
  margin-top: 20px;
Maofei94's avatar
Maofei94 committed
32 33 34 35 36 37
  min-width: 180px;
  flex-grow: 0;
  flex-shrink: 0;
  // flex:0 0 auto;
  // flex-basis: auto;
  margin-right: 10px;
张烨's avatar
张烨 committed
38 39
  background: transparent;
}
Maofei94's avatar
Maofei94 committed
40 41 42
.isSearch{
  color: red;
  background-color: yellow;
张烨's avatar
张烨 committed
43 44
}
.boldLabel{
Maofei94's avatar
Maofei94 committed
45
  font-size: 15px;
张烨's avatar
张烨 committed
46 47 48
  font-weight: bold;
  background-color: #fff;
}
Maofei94's avatar
Maofei94 committed
49 50 51
.btnBox{
  position: sticky;
  bottom: 0px;
Maofei94's avatar
Maofei94 committed
52
  right: 0px;
Maofei94's avatar
Maofei94 committed
53 54 55 56 57
  background-color: #fff;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  display: flex;
Maofei94's avatar
Maofei94 committed
58
  justify-content: flex-end;
Maofei94's avatar
Maofei94 committed
59 60
  align-items: center;
}