模板 2 如何通过自定义样式实现如下效果呢?
依次点击:设置==》站点设置==》嵌入代码。 CSS代码文本框里填入以下代码即可。
/****************************** Column Style *************************/
#hl-doc .section-wrap3{
position: relative;
border: none;
font-weight: 500;
font-size: 14px;
padding: 0 0 0 12px;
color: #020617;
box-shadow: none;
margin-bottom: 0;
}
#hl-doc .section-wrap3 div {
position: relative;
border: none;
font-weight: 500;
font-size: 14px;
padding: 0;
color: #020617;
box-shadow: none;
}
#hl-doc .section-wrap3:before {
content: '';
width: 5px;
height: 5px;
background: #3b3535;
display: block;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
transform: translate(0%, -50%);
background-color: #020617;
}
#hl-doc .section-wrap3:hover{
box-shadow: none;
transform: none;
color: var(--hl-active-color);
}
#hl-doc .section-wrap3>.items-center>.i-icon{
display: none;
}
#hl-doc .section-wrap3 .line-clamp-2{
display: none;
}
/****************************** Column Style *************************/