mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-06 16:21:54 +08:00
10 lines
168 B
CSS
10 lines
168 B
CSS
.tree-list li {
|
|
list-style-type: none;
|
|
}
|
|
.tree-list li .item-content {
|
|
border:1px dashed #ceecff;
|
|
background: #ddf2ff;
|
|
}
|
|
.tree-list li .stretch {
|
|
cursor: pointer;
|
|
} |