CSS 的 border: 1px dashed 样式太难看了,虚线非常的宽, dotted 也是一样,间距太窄。
border: 1px dashed
dotted
有没有办法控制虚线或者点的长度或者间距呢?
border css3 css
没有办法。
但SVG线条是可以设置间距的。
path { stroke-dasharray: 4; stroke-dashoffset: 22; }
如果一定要这样,使用一下背景图片也是个选择,切一小片repeat就好了,而且兼容性很好。但如果是竖边框的话,就稍微麻烦些。
Displays a series of short square-ended dashes or line segments. The exact size and length of the segments are not defined by the specification and are implementation-specific.
—— MDN
囧,看来没好办法。不过你可以用图片作边框用。
web开发问题,实现点击图标和其余空白地方,跳转到不同的页面
伪元素after和before是否可以嵌套?
在不改变html的情况下,如何只用CSS将背景挤压成一条线,文字在上面显示
box-shadow 在iPhone6的微信webview下面不显示 这个有人知道怎么回事吗
天津爆炸,百度搜索结果页面变灰色,filter grayscale 到底怎么个兼容?
input[type = 'text']设置一个大的高度后如何让输入内容显示正常