
要显示它,使用以下内容 −
您还可以选择CSS −
input[type="date"]::before{
color: #ffffff;
content: attr(placeholder) ": ";
}
input[type="date"]:focus::before {
content: "" !important;
} 0
0

要显示它,使用以下内容 −
您还可以选择CSS −
input[type="date"]::before{
color: #ffffff;
content: attr(placeholder) ": ";
}
input[type="date"]:focus::before {
content: "" !important;
} 本站声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门AI工具
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号