Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何从这张图片中重新创建这张表。对于我的课堂项目,我们应该重新设计这个页面,但是我不知道如何实现这样的东西。似乎有人在页面中嵌入了一个 Excel 电子表格。
使用表格标题通过 CSS 将蓝色背景添加到顶行。
th { background: some blue-ish color}
添加一个固定宽度的 div(表格应该在这个 div 内)并使用溢出:滚动;用于滚动条效果。
第一列的行跨度。
非常基本的 CSS 东西,你需要添加功能还是只添加 CSS?