增加详情属性排列

This commit is contained in:
2023-01-19 14:59:17 +08:00
parent fd34bb5b80
commit a27354cca3
5 changed files with 48 additions and 0 deletions

View File

@@ -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;
}
}
}