mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 13:22:47 +08:00
refactor: 重构ul-title组件
This commit is contained in:
18
source/components/title/ul-title/_index.scss
Normal file
18
source/components/title/ul-title/_index.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
.ul-title {
|
||||
text-align : center;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.ul-title-main {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.ul-title-plus {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.ul-title-line {
|
||||
border-top: 2px solid #666;
|
||||
margin-top: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user