mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 11:52:49 +08:00
24 lines
515 B
SCSS
24 lines
515 B
SCSS
.ul-descriptions-info {
|
||
display : flex;
|
||
align-items : flex-start;
|
||
justify-content: space-between;
|
||
flex-wrap : wrap;
|
||
flex-shrink : 1;
|
||
|
||
&__item {
|
||
width : 50%;
|
||
line-height : 2.5;
|
||
display : flex;
|
||
align-items : center;
|
||
justify-content: flex-start;
|
||
color : #333;
|
||
|
||
&__name {
|
||
&::after {
|
||
content: ":";
|
||
}
|
||
|
||
margin-right: 5px;
|
||
}
|
||
}
|
||
} |