我的网站在 Mac 上的外观与 Windows(每个浏览器)上的不同,所以它不应该是浏览器的问题,而是 Mac/Windows 的问题:
这是我的代码:
height: 359px;
top: 243px;
overflow: hidden;
width: 100%;
position: absolute;
left: 0px;
text-align: center;
z-index: 10;
所以没什么特别的,但这在mac上看起来不错,但在windows中它看起来不错:
top: 271px;
有28px的差异,...为什么?
那么,我如何才能仅在 mac 或 windows 上定位(所有浏览器) - 还是有其他解决方案?