mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
refactor: 迁移简约分组标题
This commit is contained in:
@@ -1169,19 +1169,6 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.ul-card-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.ul-card-list .ul-card {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.ul-card-list .layui-card:last-child {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.ul-info-card {
|
||||
background-color: #fff;
|
||||
}
|
||||
@@ -1455,6 +1442,19 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ul-card-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.ul-card-list .ul-card {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.ul-card-list .layui-card:last-child {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.ul-header-shape {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -2549,6 +2549,76 @@
|
||||
word-wrap: anywhere;
|
||||
}
|
||||
|
||||
.ul-group-title {
|
||||
color: #999;
|
||||
border-bottom: 1px solid #bbb;
|
||||
padding: 5px 0;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.ul-group-title-2 {
|
||||
background: #d2dbe0;
|
||||
width: 84px;
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 14px;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.ul-group-title-2::after {
|
||||
content: "";
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
border-top: 14px solid transparent;
|
||||
border-bottom: 14px solid transparent;
|
||||
border-left: 15px solid #d2dbe0;
|
||||
right: -15px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.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);
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
/* 链接导航开始 */
|
||||
.ul-link-select {
|
||||
display: flex;
|
||||
@@ -2606,24 +2676,6 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.ul-message-item {
|
||||
margin-bottom: 15px;
|
||||
display: flex;
|
||||
@@ -2758,13 +2810,6 @@
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.ul-group-title {
|
||||
color: #999;
|
||||
border-bottom: 1px solid #bbb;
|
||||
padding: 5px 0;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.ul-tree-item {
|
||||
background-color: #fbfbfb;
|
||||
cursor: pointer;
|
||||
|
||||
2
public/cdn/layui-ul.min.css
vendored
2
public/cdn/layui-ul.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user