mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-07 21:02:48 +08:00
refactor: 迁移简约分组标题
This commit is contained in:
6
source/components/title/ul-group-title-simple/_index.env
Normal file
6
source/components/title/ul-group-title-simple/_index.env
Normal file
@@ -0,0 +1,6 @@
|
||||
title=简约分组标题
|
||||
padding=0
|
||||
margin=0
|
||||
gray=0
|
||||
mobile=0
|
||||
inner_margin=0
|
||||
@@ -0,0 +1,3 @@
|
||||
<div class="ul-group-title-simple">
|
||||
分组标题
|
||||
</div>
|
||||
5
source/components/title/ul-group-title-simple/_index.php
Normal file
5
source/components/title/ul-group-title-simple/_index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
18
source/components/title/ul-group-title-simple/_index.scss
Normal file
18
source/components/title/ul-group-title-simple/_index.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
.ul-group-title-simple {
|
||||
line-height: 30px;
|
||||
font-size: 16px;
|
||||
padding-left: 10px;
|
||||
position: relative;
|
||||
}
|
||||
.ul-group-title-simple: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