html网页设计(旅游网站)

html 部分



	
		
		
		
	

	
世界旅行社
  • 国内旅行
  • 国际出游
  • 旅游资讯
  • 特别定制
  • 自然悦途

城市介绍

南宁,简称“邕”,是广西壮族自治区首府,全区政治、经济、交通、科教文卫、金融和信息中心,是中国面向东盟开放合作的前沿城市、中国—东盟博览会永久举办地、北部湾经济区核心城市、国家“一带一路”有机衔接的重要门户城市。

南宁 南宁 南宁

畅游欧洲

盘点全球要早起欣赏的四大景点

b o o k n o w

旅游规划方向:从宏观框架向操作性的实践转变;旅游规划方法:从感性向科学转变;旅游规划形态:从单一向多元转变;

拾味昆明 跟着味道走一座城

久居于此的人喜欢柔软这个词汇,连那些随着时光消失的地标和味道记忆也慢慢变得柔软。
探访西沙那片美得癫狂的梦境 享极致体验 乐和乐都主题公园 花香弥漫丹霞山 最美人间四月天

风光照片

css部分:

body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	font-size: 12px;
	columns: #fff;
	background-image: url(../images/背景照片.jpg);

}


body,
p,
ul,
li,
h4,
img {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.banner {
	width: 1000px;
	height: 285px;
	margin: 13px auto 15px auto;
	overflow: hidden;
}

.left {
	width: 640px;
	height: 285px;
	font-weight: bold;
	position: relative;
	float: left;
	background-image: url(../images/湖.gif);
}

.content_left {
	position: absolute;
	top: 75px;
	right: 45px;
	text-align: right;
}

.school_en {
	font-size: 16px;
}

.school_ch {
	font-size: 36px;
	font-family: "华文行楷";
	border-right: 5px solid #f90;
	padding-right: 10px;
}

.advertise {
	margin-top: 20px;
	font-size: 16px;
}

ul.style_a {
	margin-top: 25px;
	margin-left: 120px;
	list-style: none;
	overflow: hidden;
}

ul.style_a li {
	float: left;
	margin-left: 10px;
}

ul.style_a li a {
	background: #fff;
	width: 46px;
	height: 3px;
	text-align: center;
	line-height: 22px;
	display: block;
	font-size: 18px;
	opacity: 0.3;
}

.ul.style_a li.current a {
	opacity: 0.8;
}

.right {
	width: 360px;
	height: 285px;
	background: rgba(255, 255, 255, 0.2);
	float: right;
	position: relative;
}

.content_right {
	position: absolute;
	top: 30px;
	left: 20px;
	bottom: 30px;
	background: rgba(255, 255, 255, 0.2);
}

ul.style_icon {
	margin-top: 10px;
	margin-left: 25px;
}

div {
	width: 980px;
	margin: 5px auto;
}

#top {
	height: 40px;
	font-size: 30px;
	font-family: "宋体";
	font-style: oblique;
	font-weight: bold;
	text-shadow: 10px 10px 10px blue;
	text-align: center;
}

.tab {
	height: 300px;
	width: 980px;
	text-align: center;
	background-color: rgb(199, 190, 219);
}

.tab_list {
	height: 39px;
	border: 1px solid #ff5500;
	background-color: #f1f1f1;
}

.tab_list li {
	float: left;
	height: 39px;
	width: 156px;
	line-height: 39px;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
}

.tab_list .current {
	background-color: palevioletred;
	color: black;
}

.item_info {
	padding: 20px 0 0 20px;
}

.item {
	display: none;
}

#banner {
	height: 200px;
	background: rgba(255, 255, 255, 0.2);
}

#banner h1 {
	font-size: 30px;
	font-family: "华文新魏";
	text-align: center;
}

#banner p {
	font-size: 18px;
	font-size: "微软雅黑";
	font-style: oblique;
	color: aqua;
	letter-spacing: 5px;
	text-indent: 2em;
}


#content {
	width: 100%;
	height: 480px;
}
#content h1{
	font-size: 30px;
	font-family: "微软雅黑";
	text-align: center;
}

.inner {
	height: 30px;
	background-color: lavender;
}
#footer {
	width: 100%;
	height: 30px;
	background-color:rgba(255,255,255,0.3);
	text-align: center;
}

h1 {
	font-family: 宋体;
	border-bottom-style: solid;
}

运行效果如下:

 

 

 

你可能感兴趣的:(html,旅游,前端,html5,css,jquery)