gpt4 book ai didi

html - iphone 上的按钮有问题吗?

转载 作者:行者123 更新时间:2023-11-28 12:30:16 25 4
gpt4 key购买 nike

我体内有这段代码,

<button onclick="change();" id="button2">Click!</button>

这在我的 CSS 中

#button2
{
width: 200px;
height: 200px;
}

按钮在我的电脑上显示为 200x200,但在我的 iphone 上显示错误。为什么是这样?我以前用过这段代码没问题

最佳答案

试试这个

#button2
{
width: 200px;
height: 200px;
display: block;
}

关于html - iphone 上的按钮有问题吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18292655/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com