侧边导航栏css示例_html/css_WEB-ITnose
来源:动视网
责编:小采
时间:2020-11-27 16:20:06
侧边导航栏css示例_html/css_WEB-ITnose
侧边导航栏css示例_html/css_WEB-ITnose:效果展示: html: 优先级 全部 P1 P2 P3 P4 css: .sidebar { border-right: 1px solid #f0f2f1; width: 180px; float: left; padding-left: 35px;}.sidebar>ul { list-style: none; paddi
导读侧边导航栏css示例_html/css_WEB-ITnose:效果展示: html: 优先级 全部 P1 P2 P3 P4 css: .sidebar { border-right: 1px solid #f0f2f1; width: 180px; float: left; padding-left: 35px;}.sidebar>ul { list-style: none; paddi

效果展示:
html:
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;}
侧边导航栏css示例_html/css_WEB-ITnose
侧边导航栏css示例_html/css_WEB-ITnose:效果展示: html: 优先级 全部 P1 P2 P3 P4 css: .sidebar { border-right: 1px solid #f0f2f1; width: 180px; float: left; padding-left: 35px;}.sidebar>ul { list-style: none; paddi