white.css 721 B

123456789101112131415161718192021222324252627282930313233343536
  1. .lbg_color1 {
  2. background-color: #ffffff;
  3. }
  4. .lbg_color2{
  5. background-color: #fdfdfd;
  6. }
  7. .lbg_color3{
  8. background-color: #eeeeee;
  9. }
  10. /* input 框*/
  11. /* input */
  12. .scal .textselsect .el-input__inner{
  13. background-color:#ffffff;
  14. border-radius: 0;
  15. border: none;
  16. color: #d5d5d5;
  17. height: 25px;
  18. line-height: 25px;
  19. }
  20. .el-input__icon{
  21. line-height:25px;
  22. }
  23. /* /* 表格 */
  24. .el-table td, .el-table th.is-leaf{
  25. color: #333;
  26. background-color:#fff;
  27. }
  28. .el-table td, .el-table th.is-leaf{
  29. border-bottom: 1px solid #eee;
  30. }
  31. .el-table--enable-row-hover .el-table__body tr:hover>td{
  32. background-color: #666 !important;
  33. }