Blogger Information
Blog 28
fans 0
comment 0
visits 14272
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3.22盒模型
泰礴松的博客
Original
464 people have browsed it

今天的课还可以,基本领会

实例
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>被装发放统计表</title>
	<style type="text/css">
		table,th,td {
			border: 1px solid #333;
		}
		table {
			border-collapse: collapse;
			text-align: center;
			width: 80%;
			margin: 50px auto;
			background-image: url(images/gs/bg.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			box-shadow: 8px 8px 3px #888;
		}
		th,td {
			padding: 5px;
		}
		caption {
			font-size: 1.6em;
			font-weight: bolder;
            margin-bottom: 30px;
		}
		 img {
			border-radius: 50%;
			width: 50px;
			box-shadow: 3px 3px 3px #444;
		}
		th{
			background-color: rgba(155,155,15,0.3);

		}
		.hat{
			font-style: italic;
			font-weight: border;
			font-size: 1em;
		    color: green;

		}

	</style>
</head>
<body>
	<table>
		<caption>&sect 被装发放清单 &sect</caption>
		<tr>
			<th rowspan="2">编号</th>
			<th rowspan="2">姓名</th>
			<th rowspan="2">照片</th>
			<th colspan="2">上衣</th>
			<th colspan="3">下衣</th>
			<th rowspan="2" class="hat">帽子</th>
			<th rowspan="2">备注</th>

		</tr>
		<tr>
			<th>衬衣</th>
			<th>常服</th>
			<th>短裤</th>
			<th>夏裤</th>
			<th>冬裤</th>
		</tr>
		<tr>
			<td>01</td>
			<td>张三</td>
			<td><img src="0322源码/images/gs/2.jpg"></td>
			<td>185/92</td>
			<td>185/92</td>
			<td>185/96</td>
			<td>185/96</td>
			<td>185/96</td>
			<td class="hat">56</td>
			<td>  </td>
		</tr>
<tr>
			<td>01</td>
			<td>李四</td>
			<td><img src="0322源码/images/gs/3.jpg"></td>
			<td>180/92</td>
			<td>180/92</td>
			<td>180/96</td>
			<td>180/92</td>
			<td>180/96</td>
			<td class="hat">57</td>
			<td>  </td>
		</tr>
	</table>
</body>
</html>
运行实例 »
点击 "运行实例" 按钮查看在线实例

1045747513.jpg22942997.jpg

Correction status:qualified

Teacher's comments:这两天的作业已检查! 博客发布作业中添加了线上运行代码的新功能! 群文中找到入群必读文件夹下的博客如何提交作业.gif图下载了解!!
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post