这是我在代码中的按钮:
<!-- CSS Code -->
input {
height: 100px;
width: 150px;
font-size: 55px;
text-align: center;
}
button {
width: 87px;
height: 38px;
font-size: 12px;
}
<!-- HTML Code -->
<input type="submit" class="button" value="Student">
当我在 macbook 和我的 windows 笔记本电脑上查看这个按钮时,它们看起来都不同。
苹果系统:
Windows 7的:
如您所见,Windows 7 版本中的按钮更大,字体更大。我最初是在我的 Macbook 上开发的。我需要更改代码中的某些内容吗?为什么要这样做?