UNPKG

qt-public-ui

Version:

新设计规范下业务组件库

68 lines (57 loc) 1.04 kB
@import (reference) '../../style/common.less'; .umui-guide-intro { &-body { position: relative; display: flex; justify-content: space-around; line-height: 1.5; } &-item { max-width: 280px; text-align: center; p { text-align: justify; } } &-split { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: space-evenly; .umui-split { display: flex; flex-direction: column; align-items: center; } .umui-split-line { height: 84px; width: 0; border-left: 1px solid @border-color-split; margin-top: 48px; } .umui-split.only-divider .umui-split-line { height: 173px; margin-top: 0; } } img { width: 84px; height: 84px; } img.umui-arrow { height: 14px; margin-top: 36px; } h4 { margin: 14px 0 6px; font-size: 14px; color: @text-color; } p { font-size: 12px; color: @text-color-secondary; } }