典型表格,适合组织机构介绍

<!DOCTYPE html>
<html>

<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<!-- 避免IE使用兼容模式 -->
	<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
	<meta name="renderer" content="webkit">

	<title>组织结构</title>
	<style type="text/css">
		table {
			width: 1024px;
			border-collapse: collapse;
			margin: 0 auto;
		}

		table caption {
			font-size: 1.2em;
			font-weight: bold;
			margin: 1em 0;
		}

		th,
		td {
			border: 1px solid #999;
			text-align: center;
			padding: 10px 10px;
		}

		table thead tr {
			background-color: #efefef;
			color: #000;
		}

		td.first-col {
			width: 100px;
		}

		td.second-col {
			width: 120px;
		}

		table tbody tr td:last-child {
			text-align: left;
		}

		table tfoot tr td {
			text-align: right;
			padding-right: 20px;
		}
	</style>
</head>

<body topmargin="0">
	<table class="leader-table">
		<caption>组织机构及职责</caption>
		<thead>
			<tr>
				<th>组织机构</th>
				<th>所含部门</th>
				<th>部门职责</th>
			</tr>
		</thead>

		<tbody>
			<tr>
				<td rowspan="6" class="first-col">xxxx处室</td>
				<td>综合部</td>
				<td>中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深</td>
			</tr>

			<tr>
				<td class="second-col">人力资源部</td>
				<td>中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深</td>
			</tr>

			<tr>
				<td>党群工作部</td>
				<td>中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深</td>
			</tr>
			<tr>
				<td>财务部</td>
				<td>中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深</td>
			</tr>


			<tr>
				<td>市场经营部</td>
				<td>中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深</td>
			</tr>

			<tr>
				<td>技术质量部</td>
				<td>中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深</td>
			</tr>

			<tr>
				<td rowspan="2">辅助生产处室</td>
				<td>媒体工作室</td>
				<td>中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深</td>
			</tr>

			<tr>
				<td>文印服务部</td>
				<td>中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深</td>
			</tr>

			<tr>
				<td rowspan="5">专业技术处室</td>
				<td>xxxxx处</td>
				<td>中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深</td>
			</tr>

			<tr>
				<td>xxxx处</td>
				<td>中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深</td>
			</tr>

			<tr>
				<td>xxxxx处</td>
				<td>中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深</td>
			</tr>

			<tr>
				<td>xxxxx处</td>
				<td>中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深</td>
			</tr>

			<tr>
				<td>xxxxx室</td>
				<td>中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深中华文化博大精深</td>
			</tr>
		</tbody>
	</table>
</body>

</html>

效果:

 


版权声明:本文为way_hj原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。