.lbg_color1 { background-color: #ffffff; } .lbg_color2{ background-color: #fdfdfd; } .lbg_color3{ background-color: #eeeeee; } /* input 框*/ /* input */ .scal .textselsect .el-input__inner{ background-color:#ffffff; border-radius: 0; border: none; color: #d5d5d5; height: 25px; line-height: 25px; } .el-input__icon{ line-height:25px; } /* /* 表格 */ .el-table td, .el-table th.is-leaf{ color: #333; background-color:#fff; } .el-table td, .el-table th.is-leaf{ border-bottom: 1px solid #eee; } .el-table--enable-row-hover .el-table__body tr:hover>td{ background-color: #666 !important; }