mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-07 04:42:48 +08:00
16 lines
262 B
SCSS
16 lines
262 B
SCSS
.ul-descriptions-row {
|
|
border: 1px solid #F2F2F2;
|
|
color: #333333;
|
|
|
|
.label {
|
|
background-color: #FAFAFA;
|
|
}
|
|
|
|
.item {
|
|
padding: 6px 12px;
|
|
|
|
&:not(:last-child) {
|
|
border-bottom: 1px solid #F2F2F2;
|
|
}
|
|
}
|
|
} |