分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 教程案例

网站菜单CSS

发布时间:2023-09-06 02:31责任编辑:胡小海关键词:CSS


#site-nav .down-menu a{
height:88px;
line-height:88px;
border-bottom:0px solid #9e5ae2;
transition-duration:0.6s;
}
#site-nav .down-menu>.current-menu-item>a{
height:88px;
line-height:88px;
border-bottom:2px solid #9e5ae2;
}
#site-nav .down-menu>li>a:hover{
height:88px;
border-bottom:88px solid #333d46;
}
#site-nav .down-menu>.current-post-ancestor>a{
color:#9e5ae2;
height:88px;
line-height:88px;
border-bottom:2px solid #9e5ae2;
}
.author-profile i , .post-like a , .post-share .show-share , .sub-text , .we-info a , span.sitename , .post-more i:hover , #pagination a:hover , .post-content a:hover , .float-content i:hover{ color: #db60bc }
.feature i , .feature-title span , .download , .navigator i:hover , .links ul li:before , .ar-time i , span.ar-circle , .object , .comment .comment-reply-link , .siren-checkbox-radio:checked + .siren-checkbox-radioInput:after { background: #db60bc }
::-webkit-scrollbar-thumb { background: #db60bc }
.download , .navigator i:hover , .link-title , .links ul li:hover , #pagination a:hover , .comment-respond input[type=‘submit‘]:hover { border-color: #db60bc }
.entry-content a:hover , .site-info a:hover , .comment h4 a , #comments-navi a.prev , #comments-navi a.next , .comment h4 a:hover , .site-top ul li a:hover , .entry-title a:hover , #archives-temp h3 , span.page-numbers.current , .sorry li a:hover , .site-title a:hover , i.iconfont.js-toggle-search.iconsearch:hover , .comment-respond input[type=‘submit‘]:hover { color: #db60bc }

网站菜单CSS

原文地址:https://www.cnblogs.com/yadongliang/p/10328119.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved