v1.css 1.1 KB

123456789101112131415
  1. .model-swot .block-0, .model-swot .block-1 {border-bottom: none;}
  2. .model-swot .model-block:nth-child(odd) {border-right: none;}
  3. .model-swot .model-block::after {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 9rem; font-weight: 600; pointer-events: none;}
  4. .model-swot .model-block.block-0::after {content: 'S';}
  5. .model-swot .model-block.block-1::after {content: 'W';}
  6. .model-swot .model-block.block-2::after {content: 'O';}
  7. .model-swot .model-block.block-3::after {content: 'T';}
  8. .model-swot .model-block.block-0 {background-color: #cfe7fe;}
  9. .model-swot .model-block.block-1 {background-color: var(--color-success-100);}
  10. .model-swot .model-block.block-2 {background-color: var(--color-special-100);}
  11. .model-swot .model-block.block-3 {background-color: var(--color-warning-100);}
  12. .model-swot .model-block.block-0 .item-step-title {color: #2294FB;}
  13. .model-swot .model-block.block-1 .item-step-title {color: var(--color-success-400);}
  14. .model-swot .model-block.block-2 .item-step-title {color: var(--color-special-400);}
  15. .model-swot .model-block.block-3 .item-step-title {color: var(--color-warning-400);}