去掉input的默认样式

    /* 去掉input选中后的蓝色边框 */
    outline: none;

    /* 去掉input的边框 */
    border: none;

    /* 去掉input的默认的背景颜色 */
    background: none;

    /* 将光标向后移 1em 单位的距离 */
    text-indent: 1em;
posted @ 2020-09-13 15:53  _Turbo  阅读(262)  评论(0编辑  收藏  举报