index.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. @import '~antd/lib/style/themes/default.less';
  2. .content {
  3. position: relative;
  4. min-height: 100%;
  5. background: #fff;
  6. :global {
  7. .ant-list-item {
  8. span {
  9. flex: 1;
  10. }
  11. }
  12. }
  13. }
  14. .blockChecbox {
  15. display: flex;
  16. .item {
  17. position: relative;
  18. margin-right: 16px;
  19. // box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  20. border-radius: @border-radius-base;
  21. cursor: pointer;
  22. img {
  23. width: 48px;
  24. }
  25. }
  26. .selectIcon {
  27. position: absolute;
  28. top: 0;
  29. right: 0;
  30. width: 100%;
  31. height: 100%;
  32. padding-top: 15px;
  33. padding-left: 24px;
  34. color: @primary-color;
  35. font-weight: bold;
  36. font-size: 14px;
  37. }
  38. }
  39. .color_block {
  40. display: inline-block;
  41. width: 38px;
  42. height: 22px;
  43. margin: 4px;
  44. margin-right: 12px;
  45. vertical-align: middle;
  46. border-radius: 4px;
  47. cursor: pointer;
  48. }
  49. .title {
  50. margin-bottom: 12px;
  51. color: @heading-color;
  52. font-size: 14px;
  53. line-height: 22px;
  54. }
  55. .handle {
  56. position: absolute;
  57. top: 240px;
  58. right: 300px;
  59. z-index: 0;
  60. display: flex;
  61. justify-content: center;
  62. align-items: center;
  63. width: 48px;
  64. height: 48px;
  65. font-size: 16px;
  66. text-align: center;
  67. background: @primary-color;
  68. border-radius: 4px 0 0 4px;
  69. cursor: pointer;
  70. pointer-events: auto;
  71. }
  72. .productionHint {
  73. margin-top: 16px;
  74. font-size: 12px;
  75. }