Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use pure CSS to realize fillet folding menu

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

小编给大家分享一下如何使用纯CSS实现圆角折叠菜单,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!

代码如下:

CSS圆角折叠菜单

#menu {

font-size:12px;

height:380px;

margin:0;

padding:0;

width:180px;

overflow:hidden;

background:#f0f0f0;

list-style:none;

border-left:1px solid #DDD;

border-right:1px solid #DDD;

}

#menu li a {

display:block;

text-decoration:none;

color:#00b;

margin:0;

width:100%;

}

#menu li a span {

display:none;

color:#000;

height:120px

}

#menu li a.one span {

display:block;

margin:0 10px;

}

#menu li a:hover {

background:#f1f1f1;

}

#menu li a:hover span {

display:block;

margin:0 10px;

cursor:pointer;

}

#menu .h3 {

margin:0 5px;

padding:0;

color:#808;

font-variant:small-caps;

border:0;

}

#menu .h4 {

margin:0 5px;

padding:0;

color:#00b;

}

.curved {

width:180px;

margin:0 auto;

}

.curved .b1, .curved .b2, .curved .b3, .curved .b4 {

font-size:1px;

display:block;

background:#88c;

overflow: hidden;

}

.curved .b1, .curved .b2, .curved .b3 {

height:1px;

}

.curved .b2, .curved .b3, .curved .b4 {

background:#f0f0f0;

border-left:1px solid #DDD;

border-right:1px solid #DDD;

}

.curved .b1 {

margin:0 4px;

background:#DDD;

}

.curved .b2 {

margin:0 2px;

border-width:0 2px;

}

.curved .b3 {

margin:0 1px;

}

.curved .b4 {

height:2px;

margin:0px;

}

ASP.net

内容1

sql

内容2

access

内容3

以上是"如何使用纯CSS实现圆角折叠菜单"这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注行业资讯频道!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report