效果展示:
html:
<div class="sidebar"> <ul> <li>优先级 <ul> <li><aonclick=""class="sidebar-selected">全部</a></li> <li><aonclick="">P1</a></li> <li><aonclick="">P2</a></li> <li><aonclick=“" >P3</a></li> <li><aonclick="">P4</a></li> </ul> </li> </ul></div>
css:
.sidebar { border-right: 1px solid #f0f2f1; width: 180px; float: left; padding-left: 35px;}.sidebar>ul { list-style: none; padding: 0; margin: 0;}.sidebar>ul>li { font-size: 18px; font-weight: 400; padding: 0010px; margin-top: 5px;}.sidebar>ul>li>ul { border-top: 1px dashed rgba(0,0,0,0.1); display: block; list-style: none; margin: 5px010px0; padding: 10px0010px; font-size: 14px; max-height: 138px; overflow: auto;}.sidebar a { line-height: 1.5;}.sidebar a:hover { color: #e74430; cursor:pointer;}.sidebar-selected { color: #e74430;}
立即学习“前端免费学习笔记(深入)”;
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号