Loading

表单初始化

<body>
    <input type="text" name="" id="">
    <textarea name="" id="" cols="30" rows="10"></textarea>
</body>
<style>
        input {
            outline: none;/* 取消默认的表单轮廓线 */
            border: 1px solid red;/* 设置统一的轮廓线 */
        }
        textarea{
            resize: none;/* 禁止拖拽 */
        }
    </style>

posted @ 2018-04-10 14:37  澎湃_L  阅读(368)  评论(0编辑  收藏  举报