mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
新增极简对称表单(依赖layui);
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
@import './ul-info-card';
|
||||
@import './ul-card-data-simple';
|
||||
@import './ul-card-data-simple-bg-black';
|
||||
@import './_ul-data-card';
|
||||
@import './ul-data-card';
|
||||
@@ -1 +1,2 @@
|
||||
@import './ul-form-basic';
|
||||
@import './ul-form-basic';
|
||||
@import './ul-form-space-between';
|
||||
39
source/scss/form/_ul-form-space-between.scss
Normal file
39
source/scss/form/_ul-form-space-between.scss
Normal file
@@ -0,0 +1,39 @@
|
||||
.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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user