作业——时间表

作业:我们可以简单的做一个时间表!
css中的代码

.w{
	height: 780px;
	background-color: #999;
	overflow: hidden;
	zoom: 1;
	margin:0 auto;
}
.warp{
	width: 310px;
	height: 480px;
	background-color: white;
	margin: 30px auto;
	overflow: hidden;
	zoom: 1;
}
.center{
	width: 300px;
	height: 470px;
	margin-top: 5px;
	border: 1px solid #deddd9;
	margin: 5px auto;
}
.top{
	width: 300px;
	border-top: 2px solid #019e8b;
	float: left;
}
.nav{
	width: 300px;
	height: 25px;
	background-color: #f5f5f5;
	float: left;
}
.n_l{
	width: 65px;
	height: 20px;
	margin-left: 20px;
	margin-top: 3px;
	color: #000;
	float: left;
}
.n_r{
	width: 100px;
	height: 14px;
	margin-left: 100px;
	margin-top: 5px;
	font-size: 12px;
	float: left;
}
.n_r a{
	color: red;
}
.n_r:hover{
	position: relative;
	right: 0.5px;
	bottom: 0.5px;
}

/*人工智能+python全栈*/
.box1{
	width: 255px;
	height: 165px;
	border-bottom: 1px dashed grey;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}
.b_title{
	width: 100%;
	height: 28px;
	font-size: 11px;
	float: left;
	font-weight: bold;
}
.box_time{
	width: 100%;
	height: 26px;
	float: left;
}
.b_time{
	width: 55px;
	height: 16px;
	float: left;
	font-size: 10px;
}
.b_time2{
	width: 55px;
	height: 16px;
	color: red;
	float: left;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
}
.b_yuyue{
	width: 90px;
	height: 15px;
	margin-left: 40px;
	font-size: 10px;
	font-weight: bold;
	float: left;
	text-align: right;
}
.b_yuyue a{
	text-decoration: none;
	color: red;
}
.b_yuyue:hover{
	position: relative;
	right: 0.5px;
	bottom: 0.5px;
}
/*开班盛况*/
.b_time22{
	width: 55px;
	height: 16px;
	float: left;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
}
.b_yuyue2{
	width: 90px;
	height: 15px;
	margin-left: 40px;
	font-size: 10px;
	font-weight: bold;
	float: left;
	text-align: right;
}
.b_yuyue2 a{
	text-decoration: none;
	color: black;
}
.b_yuyue2:hover{
	position: relative;
	right: 0.5px;
	bottom: 0.5px;
}

/*安卓开发+测试*/
.box2{
	width: 255px;
	height: 130px;
	border-bottom: 1px dashed grey;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}
.box3{
	width: 255px;
	height: 75px;
	border-bottom: 1px dashed grey;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}

html中的代码




	
	北京财经近期开班事宜
	


	
人工智能+Python-高薪就业班
开班时间: 
2018-04-26
开班时间: 
2018-03-23
开班时间: 
2018-01-23
开班时间: 
2018-12-20
开班时间: 
2017-11-18
Android+测试-高薪就业班
开班时间: 
2018-04-26
开班时间: 
2018-03-23
开班时间: 
2018-01-23
开班时间: 
2017-12-20
Android+测试-高薪就业班
开班时间: 
2018-04-26
开班时间: 
2018-01-23

你可能感兴趣的:(作业——时间表)