mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-07 21:02:48 +08:00
26 lines
476 B
SCSS
26 lines
476 B
SCSS
|
|
.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;
|
|
} |