导航栏nav案例

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<style type="text/css" src="../css"></style>
<style>
html{
width: 100%;
height: 100%;
}
body{
width: 100%;
height: 100%;
}
.style_col_md{
font-size: 20px;
color: #966334;
text-align: center;
padding: 0px;
position: relative;
width: 17%;
height: 100px;
line-height: 100px;
}
.head_body_below{
text-align: center;
position: relative;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 1200px;
margin: 0 auto;
height: 100px;
background-color: #FFF8EB;
}
.title_style{
height: 35px;
padding: 0px;

}
.style_ul{
list-style-type:none;
padding: 0px;
background-color: #FFF8EB;
display: none;
position: absolute;
top:20px;
width:90%;
left:4px;
z-index:99;
margin-top: 80px;
opacity: 0.8;

}
.style_ul li{
line-height: 55px;
width: 100%;
}
#style_title_a{
color:#956034;
font-weight: bold;
text-decoration: none;
}
#style_title_a:hover{
color:#00A09D;
}
#style_hr{
color:#C4A384;
}
.home_body_top{
width: 100%;
}
#item_style_img{
width:100%;
height:100%;
}
#home_Gn{
background-color: #FFF8EE;
height: 200px;
border-bottom: 2px solid #CCC6BD;
}
.home_style_img{
width: 100%;
height: 90%;
text-align: center;
}
.home_style_img_title{
width: 100%;
height: 10%;
text-align: center;
margin-top: 10px;
}
#img_style_a{
text-decoration: none;
font-size: 18px;
}
#img_style_a:hover{
color:#00A09D;

}
.foot_info_top a{
color:white;
text-decoration: none;
font-size: 12px;
}
.foot_info_center{
text-align:center;
letter-spacing:2px;
margin-top:10px;
color:white;
}
.style_border{
background-color: #F4E8D8;
height: 600px;
}
.style_span{
font-weight: bold;
font-size: 18px;
color:#936235;
margin-top: 20px;
margin-left:20px;
float: left;
}
.style_All_a{
margin-top: 20px;
font-size: 16px;
text-align:right;
}
.style_All_a_style:hover{
color: #936235;
text-decoration: none;
}
.gn_style_img{
width: 80%
}

.news{
width:250px;
height:230px;
}
.san{
position: relative;
}

.gn_style_img{
width: 50%;
}
#style_a{
color: black;
text-decoration: none;
font-size: 16px;

}
#style_a:hover{
color: #00A09D;
}
</style>
<body>
<div class=‘row head_body_below‘>
<div class="col-md-1 col-sm-1 style_col_md">
<a id=‘style_title_a‘ href=‘‘>首页</a>
</div>
<div class="col-md-1 col-sm-1 style_col_md">
<div class=‘title_style‘>
<a id=‘style_title_a‘ href=‘‘> 院区概览</a>
</div>
<ul class=‘style_ul‘>
<li><a id=‘style_a‘ href=‘‘>医院简介</a></li>
<li><a id=‘style_a‘ href=‘‘>院领导介绍</a></li>
<li><a id=‘style_a‘ href=‘‘>组织架构</a></li>
</ul>
</div>
<div class="col-md-1 col-sm-1 style_col_md">
<div class=‘title_style‘>
<a id=‘style_title_a‘ href=‘‘> 科室导览</a>
</div>
<ul class=‘style_ul‘>
<li><a id=‘style_a‘ href=‘‘>科室介绍</a></li>
<li><a id=‘style_a‘ href=‘‘>门诊时间</a></li>
</ul>
</div>
<div class="col-md-1 col-sm-1 style_col_md">
<div class=‘title_style‘>
<a id=‘style_title_a‘ href=‘‘> 医院新闻</a>
</div>
<ul class=‘style_ul‘>
<li><a id=‘style_a‘ href=‘‘>医院动态</a></li>
</ul>
</div>
<div class="col-md-1 col-sm-1 style_col_md">
<div class=‘title_style‘>
<a id=‘style_title_a‘ href=‘#‘> 医师风采</a>
</div>
<ul class=‘style_ul‘>
<li><a id=‘style_a‘ href=‘expertteam.jsp?type=0‘>医师风采</a></li>
<li><a id=‘style_a‘ href=‘expertteam.jsp?type=1‘>专家介绍</a></li>
<li><a id=‘style_a‘ href=‘expertteam.jsp?type=2‘>名医介绍</a></li>
</ul>
</div>
<div class="col-md-1 col-sm-1 style_col_md">
<div class=‘title_style border_style‘>
<a id=‘style_title_a‘ href=‘#‘> 服务指南</a>
</div>
<ul class=‘style_ul‘>
<li><a id=‘style_a‘ href=‘#‘>门诊指南</a></li>
<li><a id=‘style_a‘ href=‘#‘>住院指南</a></li>
<li><a id=‘style_a‘ href=‘#‘>交通指南</a></li>
<li><a id=‘style_a‘ href=‘#‘>体检指南</a></li>
</ul>
</div>
</div>
</body>
</html>
<script type="text/javascript" src="js/jquery-2.1.1.min.js" ></script>
<script>
$(function(){
titleclick();
})
//导航栏移入移除
function titleclick(){
var sc = document.getElementsByClassName(‘style_col_md‘);
for (var i = 0; i < sc.length; i++) {
sc[i].addEventListener("mouseenter",function(){
$(this).children("ul").css("display","block");
})
sc[i].addEventListener("mouseleave",function(){
$(this).children("ul").css("display","none");
});
}
}
</script>

原文地址:https://www.cnblogs.com/fanting/p/9401288.html

时间: 2024-10-02 00:53:10

导航栏nav案例的相关文章

外贸建站之导航栏NAV菜单监听JS处理代码

外贸建站之导航栏NAV菜单监听JS处理代码 1 var persistclose=1 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session 2 var startX = 30 //set x offset of bar in pixels 3 var startY = 5 //set y offset of bar in pixels 4 var ve

BootStrap 实现导航栏nav透明,nav子元素文字不透明

在给nav 的属性赋值 opacity:0.0透明度时会导致nav内子元素会继承opacity属性.此时再对子元素赋值opacity:1.0 时会导致 子元素实际opacity值为0.0*1.0=0.0. 此情况可通过 一行代码完美解决:初始化nav时 加入 .navbar-transparent 例: <nav class="navbar navbar-fixed-top navbar-transparent" role="navigation"> 注

css小案例:导航栏特效

css小案例:导航栏特效,实现如下图所示效果: 首先可以将html代码写出: 1 <nav class="cl-effect-1"> 2 <a href="#">Umbrella</a> 3 <a href="#">Ineffable</a> 4 <a href="#">Lilt</a> 5 <a href="#"&g

NAV导航栏———下拉菜单

利用CSS实现导航栏菜单—下拉菜单. 首先给出HTML下拉菜单布局格式: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Stylin' with CSS - Figure 6.5 Drop-Down Menus</title> <link rel="stylesheet" type="text/css&

移动端nav导航栏

<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=750,user-scalable=no" /> <title>导航栏</title> <link rel="stylesheet" href="css

Android在导航栏添加音量加减按钮安卓源码案例

有些Android设备没有实体的音量调节按钮,或者从保护实体按键的角度考虑,就需要在导航栏的虚拟按键中添加音量加减调节按键. 在这里我推荐一下比较好的android源码片段网站:http://code.662p.com/list/173_1.html 效果如下图所示: 实现过程如下: 1.首先在SystemUI中添加音量加减的资源文件,路径如下: frameworks/base/packages/SystemUI/res/ 将图片放入对应的drawable文件夹,包括音量+,和音量-,见上图.

垂直滚动条滑到页面里面的导航栏时,导航栏固定到窗口顶部

如标题,这个功能,有很大的实用性,通过样式以及JS,还是比较容易实现的. 不多说了,直接上代码: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>菜单导航可悬浮在顶部</title> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6 <script typ

React实现导航栏点击高亮

在jquery中实现导航栏的切换只需要一行代码找到同级其他元素removeClass以及添加点击元素addClass就可以实现了,但是React没法直接找到同级元素,这个时候需要一点js中的思维,根据添加的序列号判断该添加哪种className 为了方便实例测试,这个我直接引用了菜鸟教程的在线文件,可以直接将代码粘贴运行 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <

React实现顶部固定滑动式导航栏(导航条下拉一定像素时显示原导航栏样式)

摘要 基于react的框架开发一个顶部固定滑动式的酷炫导航栏,当导航栏置顶时,导航栏沉浸在背景图片里:当鼠标滑动滚轮时,导航栏固定滑动并展示下拉样式. HTML部分 相关技术栈:react.antd.react-router.详细的技术栈应用请参考官方文档的使用说明. * 展示主页App.jsx组件代码 import React from 'react'; import './App.css'; import { Link, Route } from 'react-router-dom'; im