com.css 782 字节
/*//取消苹果手机的闪烁*/
* {
    -webkit-tap-highlight-color: transparent !important;

}

@font-face {
    font-family: 'PingFangSC-Regular';
    src: url("../fonts/PingFangRegular.ttf");
}

body {
    margin: 0;
    /*padding:0 0 1rem 0;*/
}

input {
    border: none;
    outline: none;
    background: none;
    line-height: 100%;
}

textarea {
    outline: none;
}

textarea:hover {
    outline: none;

}

input:hover {
    outline: none;

}
select {
    outline: none;
    border: none;
    background: none;
}
select option{
    color:#999;
}
select:hover{
    outline:none;
}
input {
    outline: none;
    border: none;
    background: none;
    font-size: 14px;
}

input:focus {
    outline: none;
}

input::placeholder {
    color: #1a1a1a;
    font-size: 14px;
}