gpt4 book ai didi

css - 将 HTML 输入日期选择器右对齐

转载 作者:太空宇宙 更新时间:2023-11-04 06:34:48 24 4
gpt4 key购买 nike

我无法将输入类型=“datetime-local”的日期选择器与输入元素的右侧对齐enter link description here

input{
width:400px;
}
<input type="datetime-local" class="dateTime" name="starttime" id="startTime" step="2">
这是当前 View :

This is the current  view

我的要求是在不使用 javascript 的情况下将日期选择器方 block 定位到右侧

预期结果如下:

enter image description here

最佳答案

使用这段代码,这对你有帮助。我只使用 css 进行输入:text-align:right。

input{
width:400px;
text-align:right;
}
<input type="datetime-local" class="dateTime" name="starttime" id="startTime" step="2">

关于css - 将 HTML 输入日期选择器右对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54324798/

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