vue-ant-patterns
Version:
vue-ant-patterns
35 lines (34 loc) • 733 B
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*
命名规则, 三部分 className
.flex-侧轴
.flex-主轴
.flex-侧轴-主轴
*/
.depot-avatar {
width: 40px;
height: 40px;
line-height: 40px;
}
.depot-avatar.ant-avatar-icon {
font-size: 24px;
}
.depot-avatar-xxl {
width: 112px;
height: 112px;
line-height: 112px;
}
.depot-avatar-xxl.ant-avatar-icon {
font-size: 50px;
}
.depot-avatar-xl {
width: 80px;
height: 80px;
line-height: 80px;
}
.depot-avatar-xl.ant-avatar-icon {
font-size: 40px;
}