mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
新增简约分组标题
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
@import './form/index';
|
||||
@import './fieldset/index';
|
||||
@import './card/index';
|
||||
@import './title/index';
|
||||
|
||||
|
||||
/* 头部开始 */
|
||||
|
||||
1
source/scss/title/_index.scss
Normal file
1
source/scss/title/_index.scss
Normal file
@@ -0,0 +1 @@
|
||||
@import './ul-group-title-simple';
|
||||
23
source/scss/title/_ul-group-title-simple.scss
Normal file
23
source/scss/title/_ul-group-title-simple.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
.ul-group-title-simple {
|
||||
|
||||
line-height: 30px;
|
||||
|
||||
font-size : 16px;
|
||||
padding-left: 10px;
|
||||
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
content : "";
|
||||
display : block;
|
||||
position: absolute;
|
||||
left : 0;
|
||||
height : 16px;
|
||||
width : 3px;
|
||||
top : 7px;
|
||||
|
||||
border-radius: 3px;
|
||||
background : linear-gradient(0deg, #7FC0FC, #4B7EEF);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user