white.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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:#fdfdfd;
  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. } */
  34. .scher .el-input__inner{
  35. background-color:#fdfdfd;
  36. }
  37. .part-panel-collapse-handle{
  38. border-color: transparent transparent #e4e7ed;
  39. }
  40. .el-tabs--card>.el-tabs__header .el-tabs__nav{
  41. border:none
  42. }
  43. .el-tabs--card>.el-tabs__header .el-tabs__item{
  44. border-left:1px solid #dee2e6;
  45. }
  46. .el-tabs--card>.el-tabs__header{
  47. border-top:1px solid #dee2e6;
  48. border-bottom: 1px solid #dee2e6;
  49. }
  50. .scal .item1:hover{
  51. transform: scale(1.3);
  52. background-color: rgba(0, 0, 0, 0.2);
  53. }
  54. .activeOrange{
  55. background-color: rgba(0, 0, 0, 0.2);
  56. border:2px solid #000;
  57. border-radius: 5px;
  58. box-sizing: border-box;
  59. }
  60. .text_color,.liitem .formLabelWidth8{
  61. color: #747474;
  62. }
  63. .el-tabs--card>.el-tabs__header .el-tabs__item.is-active{
  64. color: #000;
  65. }
  66. .el-input__inner {
  67. color: #000;
  68. border: 1px solid #666;
  69. }