mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-06 20:32:49 +08:00
19 lines
213 B
SCSS
19 lines
213 B
SCSS
|
|
.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;
|
|
}
|