Files
zszq-trs/YLErpWeb/wwwroot/Style/Css/eodExecV2.css
T
2024-05-09 14:06:26 +08:00

99 lines
1.4 KiB
CSS

.text-red {
color: red;
}
.text-blue {
color: blue;
}
.text-gray {
color: gray;
}
.text-green {
color: green;
}
.text-black {
color: black;
}
.eodtask-report-item {
margin-bottom: 15px;
background: #fcfcfc;
padding: 10px 15px;
}
.eodtask-report-day {
padding: .5rem;
min-width: 160px;
}
.eodtask-report-day > .day-running {
color: blue;
}
.eodtask-report-day > .day-completed {
color: green;
}
.yc-btn-white {
height: 26px;
line-height: 26px;
padding: 0 3px;
}
.yc-btn-white:focus, .yc-btn-white:active {
outline: none !important;
box-shadow: none !important;
}
.yc-btn-white > .fa {
color: dimgrey;
}
.yc-btn-white > .fa:hover {
color: black;
}
.yc-table-check .t1 {
width: 150px;
}
.yc-table-check .t2 {
width: 200px;
}
.yc-table-check .t4 {
width: 400px;
}
.btn-link-copypre {
padding: 0;
height: auto;
margin-top: -4px;
}
.btn-link-copypre:focus, .btn-link-copypre:active {
outline: none !important;
box-shadow: none !important;
}
.underlycss {
background-color: #fcdeb4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 1
}
.underlycss:active {
background-color: #fcdeb4;
white-space: normal;
flex: 1
}
.modal-lg {
max-width: 1000px;
}