支付6位密码样式

来源:互联网 发布:ansys软件配置要求 编辑:程序博客网 时间:2024/05/01 10:12
<style>
    #pass{
        width: 200px;
        height: 30px;
        border: 0;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 8px;
        background: url(./images/111.png) no-repeat;
        background-size: 199px 30px;
        margin-top: 111px;
    }
</style>
<script src="jquery-1.7.2.min.js"></script>
<center>
        <input type="password" id="pass" value="" maxlength="6">
</center>
0 0