index.less 1.21 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 9 10 11 12 13 14 15 16
  position: relative;
  .clipboard {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 16px;
    height: 16px;
  }
jim's avatar
jim committed
17
}
jim's avatar
jim committed
18

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

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