赞
踩
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>4位随机验证码的生成</title>
- <style>
- label{
- color:aqua;
- float:left;
- font-size: 20px;
- line-height:2em;
- }
- #tex{
- display:inline-block;
- width:50px;
- height: 25px;
- float:left;
- text-align: center;
- font-size:15px;
- margin-top:10px;
- }
- #showyz{
- border:3px solid green;
- color:blue;
- width:90px;
- height:40px;
- text-align:center;
- float:left;
- margin-left:15px;
- line-height: 2.5em;
-
- }
- #hyz{
- background-color:burlywood;
- border:1px solid burlywood;
- width:50px;
- height:20px;
- float: left;
- margin-left:20px;
- margin-top: 10px;
- margin-right:15px;
- }
- #btn{
-
- }
- </style>
- </head>
- <body>
- <label for="tex">请输入验证码:</label><input type="text" id="tex" maxlength="4" autofocus>
- <div id="showyz"></div>
- <div id=

Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。