baozhengrui

导航

el-input输入框样式修改

/* 输入框样式修改 */
/* 输入框的placeholderde 字体改变 */
:deep(input::-webkit-input-placeholder) {
    color: #fff;
}
/* 输入框输入的内容字体颜色 */
:deep(.el-input__inner){
    color:#fff !important;
}
/* 输入框背景颜色 */
:deep(.el-input__wrapper){
    box-shadow: 0 0 0 1px #fff inset !important;
    background: #1575e481;
    color:#fff !important;
}
/* 后缀搜索框颜色 */
:deep(.el-input__suffix){
    color:#fff;
}

posted on 2024-10-17 10:53  芮艺  阅读(108)  评论(0编辑  收藏  举报