1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .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:#fdfdfd;
-
- }
- .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;
- } */
- .scher .el-input__inner{
- background-color:#fdfdfd;
- }
- .part-panel-collapse-handle{
- border-color: transparent transparent #e4e7ed;
- }
- .el-tabs--card>.el-tabs__header .el-tabs__nav{
- border:none
- }
- .el-tabs--card>.el-tabs__header .el-tabs__item{
- border-left:1px solid #dee2e6;
- }
- .el-tabs--card>.el-tabs__header{
- border-top:1px solid #dee2e6;
- border-bottom: 1px solid #dee2e6;
- }
- .scal .item1:hover{
- transform: scale(1.3);
- background-color: rgba(0, 0, 0, 0.2);
-
- }
- .activeOrange{
- background-color: rgba(0, 0, 0, 0.2);
- border:2px solid #000;
- border-radius: 5px;
- box-sizing: border-box;
- }
- .text_color,.liitem .formLabelWidth8{
- color: #747474;
- }
- .el-tabs--card>.el-tabs__header .el-tabs__item.is-active{
- color: #000;
- }
- .el-input__inner {
- color: #000;
- border: 1px solid #666;
- }
|