index.less 1.08 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;
8
  position: relative;
jim's avatar
jim committed
9
}
jim's avatar
jim committed
10

jim's avatar
jim committed
11
.blockChecbox {
jim's avatar
jim committed
12 13
  display: flex;
  .item {
jim's avatar
jim committed
14 15 16 17
    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
18
    cursor: pointer;
jim's avatar
jim committed
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
    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
34 35
  }
}
jim's avatar
jim committed
36 37 38 39
.color_block {
  width: 38px;
  height: 22px;
  margin: 4px;
jim's avatar
jim committed
40
  border-radius: 4px;
jim's avatar
jim committed
41
  cursor: pointer;
jim's avatar
jim committed
42 43 44 45
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
jim's avatar
jim committed
46
.title {
jim's avatar
jim committed
47 48 49
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
jim's avatar
jim committed
50
  margin-bottom: 12px;
jim's avatar
jim committed
51
}
jim's avatar
jim committed
52 53 54 55 56 57 58 59 60 61 62 63 64 65

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