您的位置:首页 > Web前端 > CSS

支付6位密码样式

2016-07-19 11:30 197 查看
<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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  样式