UNPKG

yyzone-bip

Version:

升级新的ui标准后的yyzone库

27 lines (26 loc) 740 B
@prefixCollapseCls: ~'@{yy-css-prefix}collapse'; .@{prefixCollapseCls} { &-title { height: 30px; line-height: 30px; background-color: @yy-background-color-base; padding: 0 16px; color: @yy-text-primary-color; font-size: @yy-font-size-small; display: flex; justify-content: space-between; .cursor(); &-content { flex: 1; .ellipsis(); } } &-icon { color: @yy-text-info-color; } &-content { transition: @yy-transition-time height ease-in-out, @yy-transition-time padding-top ease-in-out, @yy-transition-time padding-bottom ease-in-out; } }