该代码在移动设备上运行良好,并且在移动屏幕上为图像边框提供了固定的宽度和高度,但是在桌面上却不固定

屏幕截图在这里:-http://i.imgur.com/Cc75ePC.jpg

这是js小提琴:-http://goo .gl / krRYR8

最佳答案

以及为什么不在桌面上也应用宽度。

.go-home-stores .gocol-4 {
    padding: 0 4px;
    display: inline-block;
    float: left;
    width:25%;
    max-width: 250px;
    box-sizing: border-box;
}

关于css - 桌面上的图像边框问题,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/39004272/

10-11 06:51