- 1、本文档共6页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
44宇泽国际旅行社网页制作
Style/div.css:
@charset utf-8;
/* 页面初始化 */
html, body, h1, h2, h3, h4 {
margin: 0;
padding: 0;
}/*页面主要元素初始化*/
img {
border: 0;
}/*清除图像边框*/
a {
color: #990000;
font-weight: bold;
text-decoration: none;
}/*定义超链接默认样式*/
a:hover {
color: #FF7F00;
text-decoration: underline;
}/*定义超链接鼠标悬停时样式*/
.left {
float: left;
}/*定义向左浮动类,以后后期使用*/
.right {
float: right;
}/*定义向右浮动类,以后后期使用*/
body {
background: #8E0D0D url(../images/page_bg.jpg) repeat-x;
text-align: center;
font:12px 微软雅黑, 宋体, Verdana, sans-serif;
color: #565656;
}/*设置背景图像,以及定义整体字体类型和颜色*/
#wrapper {
text-align: left;
margin:0 auto;
width:788px;
}/*定义wrapper容器宽度,并且居中放置*/
#left {
width:268px;
background: url(../images/logo.jpg) no-repeat;
padding-top: 30px;
float:left;
}
#left h1 {
text-align: center;
font: 28px 微软雅黑, 宋体, Verdana, sans-serif;
color: #6C0505;
height: 709px;
}
#copyright {
color: white;
}
#copyright p {
margin: 0 1em 0.5em 1em;
text-align:center;
}
#right {
width:520px;
float:left;
}/*设置右侧容器的宽度,并使其浮动*/
#nav {
background: url(../images/header.jpg) no-repeat;
height: 108px;
}/*加载导航所用的背景图像*/
#nav ul {
margin: 0;
padding: 0 0 0 30px;
}
#nav li {
float: left;
border-right: 1px solid #A26A6B;
padding: 66px 9px 9px 9px;
list-style: none;
}
#nav a {
color: #CECECE;
font: 14px 微软雅黑;
font-weight: normal;
}
#content {
background: url(../images/body_bg.jpg) repeat-y;
}
#content-top {
background: url(../images/body_top.jpg) no-repeat;
}
#content-bot {
background: url(../images/body_bot.jpg) no-repeat bottom left;
padding:36px 39px 10px 39px;
}
#content h2 {
font: 14px;
}
#content h2 strong {
color: #660505;
font-weight: normal;
font-size: 18px;
}
#content-bot img {
margin-right:10px;
margin-bottom:10px;
}
#content-hr {
clear: both;
height: 43px;
background: bottom left url(../images/body_hr.jpg) no-repeat;
margin: 10px -39px;
}
#footer {
margin:0 -35px;
}
#footer ul li {
display:inline;
list-style:none;
margin-right:10px;
}
Index:
!DOCTYPE html PUBLIC -//W3C//DT
文档评论(0)