六位input输入框的短信验证码(PC jQ)

本文介绍如何使用jQuery实现一个六位数字的输入框,适用于PC端的短信验证码验证。提供了完整的HTML代码示例,需要注意正确引入相关的JS和CSS文件。
摘要由CSDN通过智能技术生成

六位input输入框的短信验证码(PC) jQ

这里写图片描述

这里写图片描述

完整代码直接复制下边html,注意引入js css 文件

<!DOCTYPE html>
<html>
<meta charset="utf-8">
<head>
    <script src="../js/commonJs/jquery-1.8.3.min.js"></script>
    <title>六位input输入框的短信验证码(PC) </title>
    <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"/>
    <style>
        /*弹框验证码*/
        .ipt-fake-box {
            text-align: center;
        }
        .input {
            display: inline-block;
        }
        .input:last-child {
            border-right: 1px solid #999;
        }
        input.my_input {
            border-top: 1px solid #999;
            border-bottom: 1px solid #999;
            border-left: 1px solid #999;
            width: 45px;
            height: 45px;
            outline: none;
            font-family: inherit;
            font-size: 28px;
            font-weight: inherit;
            text-align: center;
            line-height: 45px;
            color: #c2c2c2;
            background: rgba(255, 255, 255, 0);
        }
    </style>
    <script src="../js/commonJs/bootstrap.min.js">
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值