@eim-materials/eim-pc-admin-lite
Version:
该模板适用于从 0 到 1 开始搭建项目,内置基础的页面,路由和菜单展示。
47 lines (40 loc) • 1.09 kB
CSS
a, button, input {
outline: none;
}
.el-input__inner {
height: 36px;
}
.el-button-reset {
padding: 10px 20px ;
}
.el-checkbox {
font-weight: normal;
}
.login-account .el-checkbox {
color: #5e6d82;
}
.form-list .el-form-item__label {
width: 90px ;
}
.content-operate--input > .el-input__inner {
border-right: 0px ;
}
.content-operate--input > .el-input__inner:focus + .el-input-group__append {
border-right: 1px solid #409EFF;
border-top: 1px solid #409EFF;
border-bottom: 1px solid #409EFF;
transition: border-color .15s cubic-bezier(.645,.045,.355,1);
}
.content-operate--input > .el-input__inner + .el-input-group__append{
border-right: 1px solid #dcdfe6;
border-top: 1px solid #dcdfe6;
border-bottom: 1px solid #dcdfe6;
transition: border-color .3s cubic-bezier(.645,.045,.355,1);
}
.content-operate--input > .el-input-group__append {
padding: 0 10px ;
background: #fff ;
}
.el-table th {
background-color: #F5F7FA ;
}