You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hotelbook-JavaWeb-master/src/webapp/nav.html

199 lines
9.8 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!-- saved from url=(0043)http://hi.baidu.com/com/error/?from=oldblog -->
<!-- 这看起来像是浏览器保存页面时添加的注释信息,用于标记页面原始的来源网址等相关信息,不过一般对页面功能无实质影响 -->
<HTML>
<HEAD>
<!-- 设置页面的标题为“nav”该标题通常会显示在浏览器的标题栏中方便用户识别当前页面的主题或功能 -->
<TITLE>nav</TITLE>
<!-- 引入一个图标文件img目录下的windows.ico图标设置为页面的图标favicon
rel属性表示关联关系type属性指定图标文件的类型用于在浏览器的标签页、书签栏等地方显示该图标增强页面辨识度 -->
<link rel="stylesheet Icon" type=" image/x-icon" href="img/windows.ico">
<!-- 这可能是某种状态标识注释写着“STATUS OK”或许是开发过程中用于标记页面相关状态的说明实际对页面展示和功能没有直接作用 -->
<!--STATUS OK-->
<!-- 设置HTML页面的元信息META通过http-equiv属性指定等效的HTTP头部字段这里设置Content-Type表示内容类型
content属性具体定义了类型为“text/html”即HTML格式页面以及字符编码为“utf-8”确保页面能正确显示字符避免乱码 -->
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<style>
.mod-page-body {
//
// _height100%min-height100%zoom:1IEhasLayout
height: auto;
_height: 100%;
min-height: 100%;
zoom: 1;
}
.mod-page-body.mod-page-main.x-page-container {
// 00zoom:1使
padding: 0;
margin: 0;
zoom: 1
}
.mod-page-body {
// #454545zoom:1
color: #454545;
zoom: 1
}
.mod-page-body.mod-page-main {
// 50px使
padding-top: 50px
}
.mod-page-body.mod-page-main {
// 85px便
padding-bottom: 85px
}
.wordwrap {
// word-break: break-all
// word-wrap: break-word
word-break: break-all;
word-wrap: break-word
}
.pre.wordwrap {
// <pre>.wordwrappre-wrap
// 便
white-space: pre-wrap
}
.clearfix:after {
// 使:after'\20'
// 0
content: '\20';
display: block;
height: 0;
clear: both
}
.clearfix {
// .clearfixzoom:1IEhasLayout:after
zoom: 1
}
.grid-98 {
// 使margin: 0 auto
// 0便
overflow: hidden;
margin: 0 auto;
padding: 0
}
.grid-98 {
// 980px
width: 980px
}
.mod-footer {
// .mod-footer30px15px0
// 100%40px
padding: 30px 0 15px 0;
width: 100%;
height: 40px;
// position: relative
// margin-top: -85px85px使
// clear: bothzoom:1
position: relative;
margin-top: -85px;
clear: both;
zoom: 1
}
.mod-footer.hidden-box {
// 00HTML
line-height: 0;
height: 0;
overflow: hidden
}
.mod-footer.footer-box {
// Arialsimsun12px
text-align: center;
font-family: Arial, simsun;
font-size: 12px
}
.mod-footer.footer-box.copy-box {
// #95959512px12px
color: #959595;
line-height: 12px;
height: 12px;
overflow: hidden
}
.mod-footer.footer-box.inner-box {
// .inner-box10px14px14px#3FA7CB
//
margin-bottom: 10px;
line-height: 14px;
height: 14px;
overflow: hidden;
color: #3FA7CB
}
.mod-footer.hidden-box {
// .hidden-box
line-height: 0;
height: 0;
overflow: hidden
}
.mod-page-body
</style>
<STYLE type=text/css>
.mod-notfound {
// 1px线#444444
// #F0F0F0380px10px
//
BORDER-RIGHT: #444444 1px solid;
BORDER-TOP: #444444 1px solid;
MARGIN-TOP: 10px;
BACKGROUND: #F0F0F0;
BORDER-LEFT: #444444 1px solid;
BORDER-BOTTOM: #444444 1px solid;
HEIGHT: 380px;
TEXT-ALIGN: center;
border-radius: 10px
}
</STYLE>
</HEAD>
<META content="MSHTML 6.00.6000.17117" name=GENERATOR>
</HEAD>
<BODY bgcolor="#f0f0f0">
<!-- 创建一个<SECTION>元素,应用类名.mod-page-body用于划分页面的主体内容区域结合前面定义的相关样式来控制该区域的布局和显示效果 -->
<SECTION class=mod-page-body>
<!-- 在<SECTION>元素内创建一个<DIV>元素应用多个类名mod-page-main wordwrap clearfix
用于放置主要的页面内容其中“wordwrap”类控制文字换行“clearfix”类用于清除浮动等布局处理 -->
<DIV class="mod-page-main wordwrap clearfix">
<!-- 在上述<DIV>元素内再创建一个<DIV>元素,应用类名.x-page-container可能作为更具体的页面内容容器方便后续进一步布局子元素 -->
<DIV class=x-page-container>
<!-- 创建一个<DIV>元素,应用类名.mod-notfound grid-98结合前面定义的样式它具有特定的边框、背景、高度等样式
并且宽度为980px水平居中用于展示特定的内容这里可能是在页面出现某种情况如未找到对应内容时显示相关提示及图片等 -->
<DIV class="mod-notfound grid-98">
<!-- 在该<DIV>元素内插入一张图片,应用类名.img-notfound设置图片的高度为300px宽度为786px图片来源路径为./img/nav.jpg -->
<IMG class=img-notfound height=300 src="./img/nav.jpg" width=786>
<!-- 创建一个段落元素<P>设置字体大小为18px行高为50px里面包含一段文字“推開窗 回到夢裡的故鄉”,用于显示特定的提示性文字内容 -->
<P style="FONT-SIZE: 18px; LINE-HEIGHT: 50px">推開窗 回到夢裡的故鄉</P>
</DIV>
</DIV>
</DIV>
</SECTION>
<!-- 创建一个<FOOTER>元素,应用类名.mod-footer mod-cs-footer用于构建页面的底部区域结合前面定义的底部样式来显示版权等相关信息 -->
<FOOTER class="mod-footer mod-cs-footer">
<!-- 在<FOOTER>元素内创建一个<DIV>元素,应用类名.clearfix hidden-box可能用于清除浮动或者作为隐藏的布局占位元素等用途 -->
<DIV class="clearfix hidden-box"></DIV>
<!-- 再创建一个<DIV>元素,应用类名.footer-box用于放置底部具体的文字内容按照前面定义的.footer-box样式进行显示 -->
<DIV class=footer-box>
<!-- 在.footer-box内又创建一个<DIV>元素,应用类名.copy-box用于显示版权相关的文字按照.copy-box样式设置显示效果
这里显示“©2017&nbsp;酒店管理系统”,表示版权归属及系统名称等信息 -->
<DIV class=copy-box>©2017&nbsp;酒店管理系统</DIV>
</DIV>
</FOOTER>
</BODY>
</HTML>