博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
php++简单左侧导航,简单的jquery左侧导航栏和页面选中效果_jquery
阅读量:7070 次
发布时间:2019-06-28

本文共 1095 字,大约阅读时间需要 3 分钟。

/* reset */

body{margin:0;padding:0 0 12px 0;font-size:12px;line-height:22px;font-family:"\5b8b\4f53","Arial Narrow";background:#fff;}

form,ul,li,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}

input,select{font-size:12px;line-height:16px;}

img{border:0;}

ul,li{list-style-type:none;}

a {color:#00007F;text-decoration:none;}

a:hover {color:#bd0a01;text-decoration:underline;}

.box {

width: 150px;

margin: 0 auto;

}

.menu{

overflow:hidden;

border-color: #C4D5DF;

border-style: solid;

border-width: 0 1px 1px;

}

/* lv1 */

.menu li.level1 a{

display: block;

height: 28px;

line-height: 28px;

background:#EBF3F8;

font-weight:700;

color: #5893B7;

text-indent: 14px;

border-top: 1px solid #C4D5DF;

}

.menu li.level1 a:hover{text-decoration:none;}

.menu li.level1 a.current{background:#B1D7EF;}

/* lv2 */

.menu li ul{overflow:hidden;}

.menu li ul.level2{display:none;}

.menu li ul.level2 li a{

display: block;

height: 28px;

line-height: 28px;

background:#ffffff;

font-weight:400;

color: #42556B;

text-indent: 18px;

border-top: 0px solid #ffffff;

overflow: hidden;

}

.menu li ul.level2 li a:hover{

color:#f60;

}

转载地址:http://ntqll.baihongyu.com/

你可能感兴趣的文章
java: command not found
查看>>
单机上使用git#180804
查看>>
nginx+tomcat负载均衡
查看>>
php-编译安装
查看>>
微信小程序开发记账应用实战服务端之用户注册与登录基于ThinkPHP5描述
查看>>
感谢2011
查看>>
power shell 远程连接
查看>>
你的灯还亮着吗
查看>>
android手机在slackware linux上的调试
查看>>
mysql性能优化配置
查看>>
JavaScript继承方式详解
查看>>
解决win7旗舰版无法打开微软论坛
查看>>
烂泥:高负载均衡学习haproxy之安装与配置
查看>>
第一个OC的类
查看>>
LeetCode:448. Find All Numbers Disappeared in an Array
查看>>
BarTender条码检验位类型知识讲解
查看>>
过滤器(登录认证)
查看>>
kernel(一) interrupts
查看>>
SQLite数据库约束详解
查看>>
form submit不进入action方法问题
查看>>