【问题标题】:Aligning text in input text field little further away to the right [closed]将输入文本字段中的文本向右对齐 [关闭]
【发布时间】:2018-12-08 18:14:15
【问题描述】:

enter image description here

如何将占位符文本向右对齐?请帮忙!

【问题讨论】:

  • 寻求调试帮助的问题(“为什么这段代码不起作用?”)必须包括所需的行为、特定的问题或错误以及重现它所需的最短代码在问题本身。没有明确的问题陈述的问题对其他读者没有用处。请参阅:How to create a Minimal, Complete, and Verifiable example
  • 文字也应该在右边吗?

标签: html css


【解决方案1】:

你可以使用 text-align:right;

input{
text-align:right;
}
<input type="text" placeholder="User">

【讨论】:

    猜你喜欢
    • 2011-06-25
    • 1970-01-01
    • 2014-03-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-07-19
    • 1970-01-01
    相关资源
    最近更新 更多