mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
增加从文件自动导入数据库命令;增加描述列表组件(未完成)
This commit is contained in:
34
source/scss/desciptions/_desciptions.scss
Normal file
34
source/scss/desciptions/_desciptions.scss
Normal file
@@ -0,0 +1,34 @@
|
||||
.ul-descriptions {
|
||||
|
||||
display:flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
|
||||
.item {
|
||||
display : inline-flex;
|
||||
width : 30%;
|
||||
position: relative;
|
||||
height : 40px;
|
||||
|
||||
|
||||
|
||||
.label {
|
||||
|
||||
width : calc(40% - 12px);
|
||||
padding : 12px 6px;
|
||||
position: absolute;
|
||||
|
||||
}
|
||||
|
||||
.value {
|
||||
position : absolute;
|
||||
width : 60%;
|
||||
margin-left : 40%;
|
||||
display : flex;
|
||||
align-items : center;
|
||||
justify-content: left;
|
||||
|
||||
height : 100%
|
||||
}
|
||||
}
|
||||
}
|
||||
1
source/scss/desciptions/_index.scss
Normal file
1
source/scss/desciptions/_index.scss
Normal file
@@ -0,0 +1 @@
|
||||
@import './desciptions';
|
||||
@@ -7,6 +7,7 @@
|
||||
@import './title/index';
|
||||
@import './jumbotron/index';
|
||||
@import './footer/index';
|
||||
@import './desciptions/index';
|
||||
|
||||
|
||||
/* 头部开始 */
|
||||
|
||||
Reference in New Issue
Block a user