mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 11:52:49 +08:00
22 lines
418 B
SCSS
22 lines
418 B
SCSS
.ul-easy-item {
|
|
display : flex;
|
|
align-items : flex-start;
|
|
justify-content: flex-start;
|
|
padding : 5px 0;
|
|
|
|
&__name {
|
|
min-width: 50px;
|
|
color : #333;
|
|
}
|
|
|
|
&__desc {
|
|
color : #777;
|
|
display : flex;
|
|
align-items : center;
|
|
justify-content: flex-start;
|
|
|
|
&__item {
|
|
margin: 0 8px;
|
|
}
|
|
}
|
|
} |