| | |
| | | overflow: initial; |
| | | } |
| | | .@{content9} { |
| | | min-height: 800px; |
| | | // min-height: 400px; |
| | | height: 1110px; |
| | | box-sizing: content-box; |
| | | padding: 64px 0 0; |
| | | |
| | | &.hor { |
| | | height: 658px; |
| | | .timeline { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | &:before { |
| | | display: none; |
| | | } |
| | | |
| | | .block-wrapper { |
| | | width: 50%; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | .timeline { |
| | | position: relative; |
| | |
| | | width: 0; |
| | | height: ~'calc(100% - 108px)'; |
| | | margin: 34px 0; |
| | | border-left: 2px #ebedf0 dashed; |
| | | border-left: 2px #1890ff dashed; |
| | | } |
| | | } |
| | | .block-wrapper { |
| | |
| | | font-size: 14px; |
| | | position: relative; |
| | | min-height: 18px; |
| | | font-weight: bold; |
| | | } |
| | | .block-icon { |
| | | position: absolute; |
| | |
| | | .block-content { |
| | | width: 300px; |
| | | color: #314659; |
| | | font-size: 12px; |
| | | font-size: 14px; |
| | | min-height: 18px; |
| | | word-break: break-all; |
| | | } |
| | |
| | | .@{content9}-wrapper { |
| | | padding-bottom: 0; |
| | | .@{content9} { |
| | | height: 722px; |
| | | padding: 64px 24px; |
| | | |
| | | &.hor { |
| | | .timeline { |
| | | display: block; |
| | | &:before { |
| | | display: block; |
| | | } |
| | | |
| | | .block-wrapper { |
| | | width: auto; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | .timeline { |
| | | &:before { |