mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
39 lines
782 B
SCSS
39 lines
782 B
SCSS
.ul-form-space-between {
|
|
.layui-form-item {
|
|
display : flex;
|
|
align-items : flex-start;
|
|
justify-content: space-between;
|
|
border-bottom : 2px solid #eee;
|
|
|
|
&::after {
|
|
content: unset
|
|
}
|
|
|
|
&:last-child {
|
|
border: unset;
|
|
}
|
|
|
|
.layui-form-label {
|
|
text-align: left;
|
|
float : unset;
|
|
}
|
|
|
|
.layui-input-block {
|
|
margin-left: unset;
|
|
width : 60%;
|
|
text-align : right;
|
|
|
|
}
|
|
|
|
.layui-input {
|
|
border : unset;
|
|
text-align: right;
|
|
}
|
|
|
|
.layui-form-mid {
|
|
text-align: right;
|
|
display : block;
|
|
float : unset
|
|
}
|
|
}
|
|
} |