代码编辑器:
1
2
<meta charset="utf-8">
3
<meta name="viewport" content="width=device-width, initial-scale=1">
4
<link rel="stylesheet" href="https://cdn.bootcss.com/foundation/5.5.3/css/foundation.min.css">
5
<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
6
<script src="https://cdn.bootcss.com/foundation/5.5.3/js/foundation.min.js"></script>
7
<script src="https://cdn.bootcss.com/foundation/5.5.3/js/vendor/modernizr.js"></script>
8
<h2>响应式表格</h2>
9
<p>在 div 元素上添加 overflow-x:auto 样式,让它支持响应式</p>
10
<p>重置浏览器窗口查看效果 (如果空间不足会出现垂直滚动条)</p>
11
<div class="responsive" style="overflow-x:auto">
12
<table>
13
<thead>
14
<tr>
15
<th>Firstname</th>
16
<th>Lastname</th>
17
<th>Email</th>
18
<th>City</th>