css实现单个input输入框输入分割数字验证码效果代码
代码语言:html
所属分类:表单美化
代码描述:css实现单个input输入框输入分割数字验证码效果代码,仅仅使用了input type="text"
代码标签: css 单个 input 输入框 输入 分割 数字 验证码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <style> input[type=text] { --w: 1ch; /* control the width for each letter */ --g: .15em; /* the gap between letters */ --b: 2px; /* the border thickness */ --n: 6; /* the number of letters */ --c: #888; font-size: 70px; line-height: 1.5; /* control the height */ l.........完整代码请登录后点击上方下载按钮下载查看
网友评论0