HR 高度 1px 不起作用

发布于 2024-11-27 07:59:52 字数 433 浏览 4 评论 0原文

<hr style="height: 1px; border: none; color: #000000; background-color: #000000; padding: 0px; margin: 0px; width: 20px; font-size: 0px; line-height: 1px;">

我还尝试过

<div style="background-color: #000000; height: 1px; width: 20px;"></div>

在某些设备上所有线条都是 1px...在我的 Android 上...在横向上它们也是 1px,但在纵向上有些线条是 1px,有些是 2px...如果我滚动它们则不会改变所以它不是屏幕在做。我很困惑,有人可以向我解释一下吗?

<hr style="height: 1px; border: none; color: #000000; background-color: #000000; padding: 0px; margin: 0px; width: 20px; font-size: 0px; line-height: 1px;">

I also tried

<div style="background-color: #000000; height: 1px; width: 20px;"></div>

On some devices all the lines are 1px... on my android... on landscape they're all 1px too but on portrait some lines are 1px and some are 2px... And if I scroll they don't change so its not the screen doing it. I'm so confused, can someone explain this to me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

微暖i 2024-12-04 07:59:52

某些 Android 设备(例如 HTC 希望)没有配置的一定数量的实际像素。类似于 800x 480,但实际像素数量较少。所以真实设备中的 2px 可能是 1px(因为它的物理 dpi 更大、更小)。
在 Android 上不要“玩弄”像素。使用密度点(http://developer.android.com/guide/practices/screens_support.html,但在某些设备上问题可能仍然存在)

Some android devices like HTC desire don't have the some number of real pixels that is configured to be. It's like 800x 480 but the real pixels are less in numbers. so 2px in the real device might be 1px (because it's larger , smaller physical dpi).
On android don't "play" with pixels. Play with density points (http://developer.android.com/guide/practices/screens_support.html , but still on some devices the problem might persist)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文