欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

好看的樹型 css

如果你正在尋找一種能夠增強你網(wǎng)站視覺效果的方法,那么這篇文章就是為你量身定制的。在現(xiàn)代的網(wǎng)站設計中,CSS是必不可少的一個元素,它可以為我們的頁面增添許多個性化的特點。這篇文章將介紹一種好看的樹型CSS,這種CSS結構可以為你的頁面帶來一些復古、自然的感覺。

/* 樹型樣式的CSS代碼 */
ul.tree {
margin: 0;
padding: 0;
list-style: none;
position: relative;
}
.tree li {
margin: 0;
padding: 10px 20px;
position: relative;
text-align: center;
list-style-type: none;
vertical-align: middle;
line-height: 20px;
display: block;
}
.tree li:before, .tree li:after {
content: "";
position: absolute;
left: -20px;
width: 1px;
height: 100%;
border-left: 1px solid #ccc;
top: 0;
}
.tree li:before {
top: 12px;
}
.tree li:last-child:before {
height: 30%;
}
.tree li:after {
height: 20px;
top: 10px;
}
.tree ul li:before {
content: "";
position: absolute;
top: -12px;
left: -20px;
width: 1px;
height: 100%;
border-left: 1px solid #ccc;
}
.tree ul li:before {
height: 12px;
bottom: 12px;
}
.tree ul li:after {
left: -20px;
top: 0;
height: 12px;
width: 20px;
content: "";
position: absolute;
border-top: 1px solid #ccc;
}
.tree li >span {
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
text-decoration: none;
padding: 5px 10px;
position: relative;
display: block;
border-radius: 5px;
}
.tree li >span:hover, .tree li >span:focus, .tree li.active >span {
background: #bfe9f3;
color: #000;
border: 1px solid #94a0b4;
}
.tree li >span:hover:before, .tree li >span:focus:before, .tree li.active >span:before, .tree li >span:hover:after, .tree li >span:focus:after, .tree li.active >span:after {
border-color: #94a0b4;
}
.tree li >span >img {
vertical-align: top;
margin-right: 10px;
}
.tree li >span >span {
font-style: italic;
color: #999;
}

使用這種樣式的好處是,可以很好地展示出標簽的層級關系,視覺效果也更加清晰、明了。而且,這種樣式的代碼非常簡單,只需要在網(wǎng)頁中引入一套樣式文件,即可快速實現(xiàn)這種效果。

嘗試使用這種好看的樹型CSS,能夠讓你的網(wǎng)站設計更加生動、有趣,給用戶帶來不一樣的體驗。同時,這種樹型CSS也可以在很多場合下使用,如網(wǎng)站導航、分類目錄、文件管理等等領域。希望你能夠嘗試使用,并在使用中發(fā)揮自己的創(chuàng)造力,為你的網(wǎng)站增添更多的藝術特色。