登录
/
注册
首页
论坛
其它
首页
科技
业界
安全
程序
广播
Follow
关于
导读
排行榜
发帖说明
登录
/
注册
账号
自动登录
找回密码
密码
登录
立即注册
搜索
搜索
关闭
CSDN热搜
程序园
精品问答
技术交流
资源下载
本版
帖子
用户
软件
问答
教程
代码
写记录
写博客
小组
VIP申请
VIP网盘
网盘
联系我们
发帖说明
道具
勋章
任务
淘帖
动态
分享
留言板
导读
设置
我的收藏
退出
腾讯QQ
微信登录
返回列表
首页
›
资源区
›
代码
›
01html导航菜单,可倾斜的导航菜单设计css ...
CSS3
01html导航菜单,可倾斜的导航菜单设计css
[ 复制链接 ]
新程序
2025-6-7 12:31:01
猛犸象科技工作室:
网站开发,备案域名,渗透,服务器出租,DDOS/CC攻击,TG加粉引流
01html导航菜单,可倾斜的导航菜单设计css
游客,如果您要查看本帖隐藏内容请
回复
css
@import url('https://fonts.googleapis.com/css?family=IM+Fell+English+SC');
:root {
font-size:0.625em;
}
/*
layout
*/
html,body {min-height:100vh}
body {
display:flex;
flex-flow:column nowrap;
justify-content:center;
align-items:center;
}
/*
Counters
*/
.menu ol {
counter-reset:menu;
}
/*
Regular menu items
*/
.menu-item a {
display:flex;
justify-content:flex-start; /*shrink towards text*/
color:currentColor;
text-decoration:none;
padding:0.3rem 0; /* avoid flickin' */
order:0;
}
.menu-item a::before { /* dots */
content:"";
display:block;
border-bottom:1px dotted black;
position:relative; top:-3px;
flex:1 1 auto;
margin:0 1rem;
order:1;
}
.menu-item a::after { /* item ids */
counter-increment:menu;
content:counters(menu, ".");
flex:0 0 auto;
order:2;
transform:rotate(30deg)scale(1.2);
text-decoration:underline;
}
/*
Sub menu & items
*/
.sub-menu {
font-size:1.6rem;
font-weight:normal;
}
.sub-menu > li > a {
text-indent:0ch; /*
Chrome indentS the "dots" elm, i.e. it counts pseudo-elm.
FF and Edge indents first non pseudo-elm.
Turn it off for consistency.
*/
padding:0.5rem 0 0.5rem 2ch;
margin:0;
}
/*
Main menu
*/
.menu {
width:22vw;
min-width:20ch;
display:flex;
flex-flow:column nowrap;
font:bold 2.4rem/1 'IM Fell English SC', serif;
position:relative;
transform:rotate(-30deg);
}
.menu::before {
content:"/";
align-self:center;
transform:rotate(30deg);
margin-bottom:1rem;
}
.menu::after {
content:"/";
align-self:center;
transform:rotate(30deg);
margin-top:1rem;
}
/*
Fx
*/
.menu { transition:transform 0.3s; }
.menu:hover { transform:rotate(0); }
.menu::before { transition:transform 0.5s; }
.menu:hover::before { transform:rotate(0); content:"__"; }
.menu::after { transition:transform 0.5s; }
.menu:hover::after { transform:rotate(0); content:"__"; }
.menu .menu-item a::after { transition:transform 0.3s }
.menu:hover .menu-item a::after { transform:rotate(0) }
.menu:hover > ol > .menu-item { opacity:0.3; }
.menu-item:hover {
transition:background-color 0.3s;
background:rgba(255,255,0,0.15);
opacity:1 !important;
}
.menu-item:hover a::after {
text-decoration:none;
}
.menu-item:hover > a::before {
transition:flex-grow 0.3s;
width:0; flex-grow:0;
transform-origin:center bottom;
}
/*
Collapse
*/
.sub-menu > .menu-item {
max-height:1ch;
transform:scaleY(0.1);
transform-origin:center top;
transition:transform 0.2s, max-height 0.5s;
}
.menu:hover .sub-menu .menu-item {
max-height:10em;
transform:scaleY(1);
}
复制代码
导航
菜单
01html
倾斜
设计
相关帖子
旋转矩阵在导航与机器人中的应用
坐标系:导航系统的 “翻译官”
别再盲目地堆砌技术了!大部份大数据项目的失败,都是因为架构设计没做对!
MySQL整体设计与存储引擎深度剖析:从架构哲学到引擎选型(了解)
mapvthree Engine 设计分析——二三维一体化的架构设计
[最优化技术] 第一章 优化设计概述
【python】字典数据结构的设计原理学习
关于幼儿园STEM课程设计的思考
团体设计天梯赛L1题解
仿everything制作搞笑检索设计(是的,我没有打错字)
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
千斤顶
照妖镜
相关推荐
安全
旋转矩阵在导航与机器人中的应用
2
72
福清婉
2025-11-13
业界
坐标系:导航系统的 “翻译官”
3
97
凉砧掌
2025-11-14
业界
别再盲目地堆砌技术了!大部份大数据项目的失败,都是因为架构设计没做对!
3
674
巩芷琪
2025-11-21
业界
MySQL整体设计与存储引擎深度剖析:从架构哲学到引擎选型(了解)
0
777
倡遍竽
2025-11-22
业界
mapvthree Engine 设计分析——二三维一体化的架构设计
1
206
璋锌
2025-11-24
安全
[最优化技术] 第一章 优化设计概述
0
154
终秀敏
2025-11-29
业界
【python】字典数据结构的设计原理学习
1
284
颛孙中
2025-12-03
业界
关于幼儿园STEM课程设计的思考
0
827
能拘
2025-12-05
业界
团体设计天梯赛L1题解
0
646
当贵
2025-12-06
安全
仿everything制作搞笑检索设计(是的,我没有打错字)
0
171
渭茱瀑
2025-12-10
回复
(2)
琶轮
2025-11-30 02:02:21
回复
使用道具
举报
照妖镜
猛犸象科技工作室:
网站开发,备案域名,渗透,服务器出租,DDOS/CC攻击,TG加粉引流
谢谢分享,试用一下
硫辨姥
3 天前
回复
使用道具
举报
照妖镜
程序园永久vip申请,500美金$,无限下载程序园所有程序/软件/数据/等
很好很强大 我过来先占个楼 待编辑
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
立即注册
回复
本版积分规则
回帖并转播
回帖后跳转到最后一页
浏览过的版块
业界
科技
签约作者
程序园优秀签约作者
发帖
新程序
3 天前
关注
5
粉丝关注
1124
主题发布
板块介绍填写区域,请于后台编辑
财富榜{圆}
anyue1937
9994893
kk14977
6845356
3934307807
991122
4
xiangqian
638210
5
宋子
9984
6
闰咄阅
9991
7
刎唇
9993
8
俞瑛瑶
9998
9
蓬森莉
9951
10
匝抽
9986
查看更多