2023-11-21 07:58PM
<input type="text" class="login_input" placeholder=" 请输入手机号" />
增加一个 white-text 类
<input type="text" class="login_input white-text" placeholder=" 请输入手机号" />
然后增加css样式
<style>
.white-text {
color: white;
}
</style>
登录
请登录后再发表评论。
评论列表:
目前还没有人发表评论