itemCard.less 1.06 KB
Newer Older
Maofei94's avatar
Maofei94 committed
1
.divBox {
张烨's avatar
张烨 committed
2 3
  // display: flex;
  width: 100%;
Maofei94's avatar
Maofei94 committed
4
  flex-wrap: wrap;
张烨's avatar
张烨 committed
5 6
  border: 1px solid #c2cdfd;
  border-radius: 5px;
Maofei94's avatar
Maofei94 committed
7 8
  margin-top: 20px;
  min-height: 50px;
张烨's avatar
张烨 committed
9
  padding: 0 10px 10px 20px;
10

皮倩雯's avatar
皮倩雯 committed
11
  .ant-checkbox-wrapper {
张烨's avatar
张烨 committed
12
    background-color: #fff;
皮倩雯's avatar
皮倩雯 committed
13
  }
14

皮倩雯's avatar
皮倩雯 committed
15
  .topCheckbox {
Maofei94's avatar
Maofei94 committed
16
    height: 20px;
Maofei94's avatar
Maofei94 committed
17
    margin: -10px 0 0 0px;
张烨's avatar
张烨 committed
18
    line-height: 20px;
Maofei94's avatar
Maofei94 committed
19
  }
20 21

  .topCheckbox>label :hover {
张烨's avatar
张烨 committed
22 23
    font-weight: 600;
  }
24

Maofei94's avatar
Maofei94 committed
25 26
  .checkdiv {
    display: flex;
张烨's avatar
张烨 committed
27 28 29
    flex-wrap: wrap;
    // margin-left: 20px;
    // justify-content: space-between;
Maofei94's avatar
Maofei94 committed
30 31
  }
}
32

皮倩雯's avatar
皮倩雯 committed
33
.divSingle {
张烨's avatar
张烨 committed
34 35
  border: none;
  margin-top: 20px;
皮倩雯's avatar
皮倩雯 committed
36
  padding-left: 20px;
Maofei94's avatar
Maofei94 committed
37 38 39 40 41 42
  min-width: 180px;
  flex-grow: 0;
  flex-shrink: 0;
  // flex:0 0 auto;
  // flex-basis: auto;
  margin-right: 10px;
张烨's avatar
张烨 committed
43 44
  background: transparent;
}
45

皮倩雯's avatar
皮倩雯 committed
46
.isSearch {
Maofei94's avatar
Maofei94 committed
47 48
  color: red;
  background-color: yellow;
张烨's avatar
张烨 committed
49
}
50

皮倩雯's avatar
皮倩雯 committed
51
.boldLabel {
Maofei94's avatar
Maofei94 committed
52
  font-size: 15px;
张烨's avatar
张烨 committed
53 54 55
  font-weight: bold;
  background-color: #fff;
}
56

皮倩雯's avatar
皮倩雯 committed
57
.btnBox {
58
  position: absolute;
59
  top: 0;
60
  right: 0px;
61
  // background-color: #fff;
62
  // width: 20%;
邓超's avatar
邓超 committed
63 64 65 66 67
  height: 40px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
68
}