复杂的背景图案实践中的疑问
Opened this issue · 5 comments
Southhill commented
你好,我在实践复杂的背景图案时出现一个疑问:
按作者的案例代码写棋盘背景,小方格不能均分容器宽高。代码如下:
width: 300px;
height: 300px;
background: #58a;
background-image: linear-gradient(90deg, white 1px, transparent 0),
linear-gradient(white 1px, transparent 0);
background-size: 30px;
显示效果:
如果我把background-size
,width
,height
的值调整为40px
,400px
,则不会有显示异常。
显示效果:
我不清楚我的代码哪里出问题了,恳请解答一下。
cssmagic commented
抱歉,无法重现。你能提供在线 demo 吗?
另外建议你检查一下,你的浏览器是不是处于缩放模式?
Southhill commented
浏览器缩放应该是正常的,问题出现在chrom浏览器中,火狐开发版浏览器无问题。
cssmagic commented
我无法重现。你看一下这里是否正常:
https://codepen.io/cssmagic/pen/oGqGeR
Southhill commented
cssmagic commented
抱歉,我不方便在 Windows 上测试。你可以找别人的 Windows 系统测试一下,看看是不是有同样的问题。