【问题标题】:Input box on mobile borders missing手机边框上的输入框不见了
【发布时间】:2019-09-25 00:57:22
【问题描述】:

我的输入框边框出现问题。边框在桌面上显示得很好(甚至可以缩小到移动设备),但在手机上,部分边框消失了。有想法该怎么解决这个吗? Image of text box issues

Image of text box issues

Image of text box issues

【问题讨论】:

  • 您能否发布表现出这种行为的 HTML 和 CSS?
  • 这不是常见的行为。让我们共享代码 sn-p 以复制相同的内容。

标签: html css bootstrap-4


【解决方案1】:

使用此 CSS 来防止显示小于 1 像素的内容:

input, textarea {
    transform: perspective(1px);
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-11-22
    • 2020-04-08
    • 1970-01-01
    • 2022-01-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多