作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试制作自定义 CSS 网格:
.row
box-sizing: border-box
background-color: tomato
font-size: 0
.row:after
content: ""
display: table
clear: both
[class*="col-"]
float: left
min-height: 1px
box-sizing: border-box
.col-1-4
width: 25%
.col-3-4
width: 75%
.col-2-3
width: 66.66667%
.col-1-3
width: 33.33333%
但是当我缩放页面时,行尾出现 1px 的间隙: Image
那么如何避免呢?
最佳答案
可能这只是一个舍入误差。另请参阅:Fixing Sub-Pixel rounding issue in a CSS Fluid Grid
您可以通过给一行中的最后一列 width: auto
来避免这种情况。
关于html - 使用 CSS 网格在行中留出 1px 的间距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36111700/
这是我的jade雕像: section#entry-review-template.template(data-class='entry-review') table thead
我是一名优秀的程序员,十分优秀!