mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-10 06:02:48 +08:00
增加详情属性排列
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user