Files
layui-ul/source/components/title/ul-group-title-2/_index.scss
2025-08-28 12:33:07 +08:00

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;
}