@import '~antd/lib/style/themes/default.less'; .content { width: 273px; min-height: 100%; padding: 24px; background: #fff; position: relative; .clipboard { position: absolute; top: 10px; right: 10px; cursor: pointer; width: 16px; height: 16px; } } .blockChecbox { display: flex; .item { margin-right: 16px; position: relative; // box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); border-radius: 4px; cursor: pointer; 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; } } .color_block { width: 38px; height: 22px; margin: 4px; border-radius: 4px; cursor: pointer; margin-right: 12px; display: inline-block; vertical-align: middle; } .title { font-size: 14px; color: rgba(0, 0, 0, 0.85); line-height: 22px; margin-bottom: 12px; } :global { .drawer-handle { top: 240px; background: #1890ff; width: 57px; height: 48px; padding: 14px 18px; padding-left: 24px; } .drawer-right .drawer-handle { left: -57px; } }