为何我的括号里的小红点没有?
我的小红点,没有出现,为何?谢谢
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<style>
input [type="search"]::-webkit-search-cancel-button{
-webkit-appearance:none;
height:15px;
width:15px;
background-color:red;
}
</style>
<body>
<form action=""method="" >
<input type="text" id="username" name="wesonice" maxlength="5" minlength="2" pattern="^\d{6}">
<input type="search" id="search" value="">
<input type="submit" name="dudu">
</form>
<script type="text/javascript">
console.log(username.validity)
console.log(email.validity)
</script>
</body>
</html>
27
收起
正在回答 回答被采纳积分+1
2回答
响应式开发与常用框架 2018
- 参与学习 人
- 提交作业 2198 份
- 解答问题 5012 个
如果你有web端基础,既想进阶,又想进军移动端开发,那就来吧,我们专题为你带来的课程有HTML5、CSS3、移动基础、响应式、bootstrap、less等,让你在前端道路上畅通无阻!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星