index.less 1.06 KB
Newer Older
jim's avatar
jim committed
1 2
@import '~antd/lib/style/themes/default.less';

jim's avatar
jim committed
3
.content {
jim's avatar
jim committed
4
  width: 273px;
F-loat's avatar
F-loat committed
5
  min-height: 100%;
jim's avatar
jim committed
6
  padding: 24px;
jim's avatar
jim committed
7
  background: #fff;
jim's avatar
jim committed
8
}
jim's avatar
jim committed
9

jim's avatar
jim committed
10
.blockChecbox {
jim's avatar
jim committed
11 12
  display: flex;
  .item {
jim's avatar
jim committed
13 14 15 16
    margin-right: 16px;
    position: relative;
    // box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
jim's avatar
jim committed
17
    cursor: pointer;
jim's avatar
jim committed
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
    img {
      width: 48px;
    }
  }
  .selectIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-top: 15px;
    padding-left: 24px;
    height: 100%;
    color: @primary-color;
    font-size: 14px;
    font-weight: bold;
jim's avatar
jim committed
33 34
  }
}
jim's avatar
jim committed
35 36 37 38
.color_block {
  width: 38px;
  height: 22px;
  margin: 4px;
jim's avatar
jim committed
39
  border-radius: 4px;
jim's avatar
jim committed
40
  cursor: pointer;
jim's avatar
jim committed
41 42 43 44
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
jim's avatar
jim committed
45
.title {
jim's avatar
jim committed
46 47 48
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
jim's avatar
jim committed
49
  margin-bottom: 12px;
jim's avatar
jim committed
50
}
jim's avatar
jim committed
51 52 53 54 55 56 57 58 59 60 61 62 63 64

:global {
  .drawer-handle {
    top: 240px;
    background: #1890ff;
    width: 57px;
    height: 48px;
    padding: 14px 18px;
    padding-left: 24px;
  }
  .drawer-right .drawer-handle {
    left: -57px;
  }
}