Bootstrap

云道网页

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>云道首页</title>
    <style>
    * {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fafafa;
}
li {
	list-style: none; /*  取消li 的小点 */
}
/* 清除浮动 */
 .clear-fix:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear-fix{*zoom:1;}/* IE67专有 */
/* 顶部导航栏开始啦 */
.header {
	height: 100px;
	background-color: #fff;
}
.inner {
	width: 1200px;
	height: 100px;
	/* background-color: pink; */
	margin: 0 auto;
	line-height: 100px;
}
.logo {
	float: left;
}
.nav {
	float: right;
}
.nav li  {
	float: left;
	margin: 0 20px;
}
.nav li a {
	color: #333;
	text-decoration: none;
}
.nav li a:hover {
	color: #2288f6;
}
 
/* banner STAR */
.banner {
	height: 620px;
	background: url(%E6%8C%87%E5%AF%BC%E6%89%8B%E5%86%8C/%E6%A1%88%E4%BE%8B/14%20%E4%BA%91%E9%81%93%E9%A1%B5%E9%9D%A2/images/banner.jpg) no-repeat top center;
}
/* banner end */
 
.service,.case {
	/* margin-top: 75px; */
	width: 1055px;
	height: 660px;
	/* background-color: pink; */
	margin: 75px auto 0;
}
.service-hd {
	border-top: 1px solid #ccc;
	margin: 0 25px;
}
.service-hd h3 {
	width: 167px;
	height: 46px;
	margin: -15px auto 0;
	
}
.service-hd p {
	font-size: 12px;
	color: #666;
	line-height: 26px;
	text-align: center;
	width: 830px;
	margin: 15px  auto 0;
 
 
}
.service-bd{
	margin-top:40px;
	overflow: hidden;
	}
	.yingxiao{
			margin:0 30px;/*中间板块的左右距离为45px,上下为0*/
			}
	.service-bd li{
		width:320px;
		height:510px;
		background-color:white;
		float:left;
		border:1px solid #e7e8e9;
		}
		.service-bd img{
			margin:40px 35px;
			}
			.service-bd p{
				font-size:12px;
				color:#666;
				width:235px;
				margin:0 auto;
				line-height:26px;
				}
			.service-bd h3{
				text-align:center;
				font-size:18px;
				font-weight:400;
				height:40px;
				}
				.service-bd a{
				 display:block;
				 width:148px;
				 height:38px;
				 border:1px solid #ff9412;
				 text-decoration:none;
				 margin:50px auto 0;
				 text-align:center;
				 line-height:38px;
				 color:#ff9412;
				 border-radius:5px;
				}
				.service-bd a:hover{
					color:#fff;
					background-color:#ff9412;
					}
		.case-bd{
			margin-top: 80px;
			position: relative;
		}
		.case-bd li{
			width: 325px;
			height: 210px;
			background-color: pink;
			float: left;
			position: relative;
		}
			.case-bd-mid{
				margin: 0 40px;
			}
			.text{
				height: 45px;
				width: 100%;
				position: absolute;
				text-align: center;
				line-height: 45px;
				color: #fff;
				font-size: 12;
				left: 0;
				bottom: 0;
				background-color: rgba(0,0,0,0.3);
			}
			.mask{
				width: 100%;
				height: 100%;
				background: rgba(0,0,0,0.5) url(images/arr.png) center no-repeat;
				position: absolute;
				left: 0;
				top: 0;
				display: none;
			}
			.case-bd li:hover .mask{
				display: block;
			}
			.left,.right{
				width: 60px;
				height: 60px;
				background: rgba(0,0,0,0.2);
				position: absolute;
				top: 50%;
				margin-top: -30px;
				text-align: center;
				line-height: 60px;
				color: #fff;
				text-decoration: none;
				font-size: 25px;
				border-radius: 50%;
			}
			.left{
				left: -90px;
			}
			.right{
				right: -90px;
			}
			.case-bd a:hover{
				background: rgba(0,0,0,0.4);
			}
			.media-bd {/* 去除右边边线 */
				width: 1048px;
				height: 240px;
				overflow: hidden;
			}
			.media-bd ul{
				width: 1060px;
			}
			.media-bd li{
				width: 210px;
				height: 60px;
				float: left;
				border-right: 1px dashed #ccc;
				border-bottom: 1px dashed #ccc;
				text-align: center;
				padding-top: 20px;
			}
			.footer{
				height: 165px;
				background-color: #212425;
				margin-top: 20px;
				overflow: hidden;
			}
			.subnav{
				text-align: center;
				margin-top: 50px;
				color: #f0f1f1;
				font-size: 14px;
			}
			.subnav a{
				color: #f0f1f1;
				text-decoration: none;
				padding: 0 5px;
				font-size: 14px;
			}
			.subnav a:hover{
				color: #2288f6;
				text-decoration: underline;
			}
			.footer p{
				color: #888888;
				text-align: center;
				margin-top: 30px;
			}
</style>
</head>
<body>
<!-- 顶部导航栏开始啦 -->
	<div class="header">
		<div class="inner">
			<div class="logo"> <!-- 放logo 左浮动 -->
				<a href="#"><img src="指导手册/案例/14 云道页面/images/logo.png"/></a>
			</div>
			<div class="nav"> <!-- 导航栏  右浮动 -->
				<ul>
					<li><a href="#">首页</a></li>
					<li><a href="#">云道商城</a></li>
					<li><a href="#">智慧门店</a></li>
					<li><a href="#">营销平台</a></li>
					<li><a href="#">媒体联盟</a></li>
					<li><a href="#">关于云道</a></li>
				</ul>
			</div>
		</div>
	</div>
<!-- 顶部导航栏结束啦 -->
 
   <!-- banner star -->
   <div class="banner">
   
   </div>
   <!-- banner end -->
 
   <!-- 我们服务模块 -->
   <div class="service">
   		<div class="service-hd">
   			<h3>
   				<img src="指导手册/案例/14 云道页面/images/ser.png">
   			</h3>
   			<p>shopcmd云道,国内领先的独立电商解决方案及全渠道营销平台。完整的产品体系,简约的系统,个性化前端,全覆盖多渠道营销体系...
我们致力于打造一个服务于品牌商城/独立电商的完整生态,让企业的独立电商之路变得更简单,也更有价值!</p>
   		</div>
   		<div class="service-bd">
        <ul>
        	<li>
            <img src="指导手册/案例/14 云道页面/images/ser.png">
            <h3>我是卖家</h3>
            <p>shopcmd温度计为我记是,我玩啥呢
               is阿发is乃你飞洒你你您i阿萨是
               shopcmd温度计为我记是,我玩是否
               shopcmd温度计为我记是,我玩啥呢
            </p>
            <a href="#">我要建站</a>
            </li>
            <li class="yingxiao">
            <img src="指导手册/案例/14 云道页面/images/ser.png">
            <h3>我是卖家</h3>
            <p>shopcmd温度计为我记是,我玩啥呢
               is阿发is乃你飞洒你你您i阿萨是
               shopcmd温度计为我记是,我玩是否
               shopcmd温度计为我记是,我玩啥呢
            </p>
            <a href="#">我要建站</a>
            </li>
            <li>
            <img src="指导手册/案例/14 云道页面/images/ser.png">
            <h3>我是卖家</h3>
            <p>shopcmd温度计为我记是,我玩啥呢
               is阿发is乃你飞洒你你您i阿萨是
               shopcmd温度计为我记是,我玩是否
               shopcmd温度计为我记是,我玩啥呢
            </p>
            <a href="#">我要建站</a>
            </li>
        </ul>
        </div>
   </div>
<!--   经典案例开始 -->
 <div class="case">
	 <div class="service-hd">
	    			<h3>
	    				<img src="指导手册/案例/14 云道页面/images/ser.png">
	    			</h3>
	    		</div>
				<div class="case-bd clear-fix">
					<ul>
						<li>
							<img src="image/3.png" height="211" width="324"/>
							<div class="text">帮助中小企业</div>
							<div class="mask"></div>
						</li>
						<li class="case-bd-mid">
							<img src="image/3.png" height="211" width="324"/>
							<div class="text">帮助中小企业</div>
							<div class="mask"></div>
						</li>
						<li>
							<img src="image/3.png" height="211" width="324"/>
							<div class="text">帮助中小企业</div>
							<div class="mask"></div>
						</li>
					</ul>
					<a href="#" class="left"><</a>
					<a href="#" class="right">></a>
				</div>
 </div>
<!-- 经典案例结束 -->
<!-- 合作媒体开始 -->
<div class="case">
	<div class="service-hd">
		<h3>
			<img src="指导手册/案例/14 云道页面/images/ser.png" />
		</h3>
	</div>
	<div class="media-bd clear-fix">
		<ul>
			<li>
				<a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a>
			</li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
			<li><a href="#">
					<img src="image/3.jpg" alt="" height="40" width="160">
				</a></li>
		</ul>
	</div>
</div>
<!-- 合作媒体结束 -->
<!-- 页面底部开始啦 -->
<div class="footer">
	<div class="subnav">
		<a href="#">shopcmd</a> |
		<a href="#">首页</a> |
		<a href="#">官网云商城</a> |
		<a href="#">官网云商城</a> |
		<a href="#">官网云商城</a> |
		<a href="#">官网云商城</a> |
		<a href="#">官网云商城</a> |
		<a href="#">官网云商城</a> |
		<a href="#">官网云商城</a> |
	</div>
	<p>&copy;Copyright 2015 苏州网络科技有限公司 | 苏ICP备15053145号-3</p>
</div>
</body>
</html>

 

;