@charset "UTF-8";
|
@font-face {
|
font-family: "PangMenZhengDao";
|
src: url("../font/PANGMENZHENGDAOBIAOTITI-1.TTF");
|
}
|
@font-face {
|
font-family: "YouSheBiaoTiHei";
|
src: url("../font/优设标题黑.TTF");
|
}
|
@font-face {
|
font-family: "HYXiaoBoHuaYueYuan";
|
src: url("../font/HYXiaoBoHuaYueYuan.ttf");
|
}
|
.el-table td.el-table__cell,
|
.el-table th.el-table__cell.is-leaf {
|
border-bottom: none;
|
}
|
.el-table td.el-table__cell .cell,
|
.el-table th.el-table__cell.is-leaf .cell {
|
line-height: 58px;
|
}
|
|
.el-table__row > td {
|
border: none;
|
font-size: 26px;
|
}
|
|
.el-table::before {
|
height: 0px;
|
}
|
|
.el-table {
|
background-color: transparent;
|
--el-table-border-color: transparent;
|
--el-table-row-hover-bg-color: transparent;
|
}
|
.el-table:hover {
|
background-color: transparent !important;
|
}
|
|
.el-table .odd-row {
|
background: linear-gradient(to bottom, rgba(0, 144, 255, 0.16), rgba(0, 180, 255, 0));
|
color: #3FB9FF;
|
}
|
|
.el-table .even-row {
|
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
|
color: #fff;
|
border: 12px !important;
|
}
|
|
.mytable {
|
width: 100%;
|
}
|
.mytable .el-table th,
|
.mytable .el-table tr {
|
background-color: unset !important;
|
}
|
.mytable .el-table__row td:first-child {
|
border-radius: 15px 0 0 15px;
|
}
|
.mytable .el-table__row > td:last-child {
|
border-radius: 0 15px 15px 0;
|
}
|
|
.mainContainer {
|
position: absolute;
|
width: 100vw;
|
height: 100vh;
|
overflow: hidden;
|
pointer-events: none;
|
/* 滚动条样式 */
|
}
|
.mainContainer .leftContainer,
|
.mainContainer .rightContainer,
|
.mainContainer .centerContainer {
|
position: absolute;
|
pointer-events: auto;
|
}
|
.mainContainer .leftContainer .content,
|
.mainContainer .rightContainer .content,
|
.mainContainer .centerContainer .content {
|
background: rgba(18, 41, 75, 0.5);
|
border-radius: 10px;
|
}
|
.mainContainer .leftContainer .header,
|
.mainContainer .rightContainer .header,
|
.mainContainer .centerContainer .header {
|
width: 100%;
|
height: 137px;
|
background-image: url("../images/common/header-title.png");
|
background-repeat: no-repeat;
|
background-size: 100% 100%;
|
font-size: 44px;
|
font-family: YouSheBiaoTiHei;
|
font-weight: 400;
|
color: #ffffff;
|
text-shadow: 0px 6px 9px #20618e;
|
text-align: center;
|
line-height: 137px;
|
}
|
.mainContainer .leftContainer {
|
left: 0;
|
padding-left: 60px;
|
top: 244px;
|
height: calc(100% - 244px - 167px);
|
width: 22%;
|
overflow: hidden;
|
background-image: url("../images/nav/left.png");
|
background-size: 100% 100%;
|
background-repeat: no-repeat;
|
}
|
.mainContainer .rightContainer {
|
right: 0px;
|
top: 244px;
|
padding-right: 60px;
|
height: calc(100% - 244px - 167px);
|
width: 22%;
|
overflow: hidden;
|
background-image: url("../images/nav/right.png");
|
background-size: 100% 100%;
|
background-repeat: no-repeat;
|
}
|
.mainContainer .centerContainer {
|
left: calc(22% + 100px);
|
right: calc(22% + 100px);
|
bottom: 167px;
|
}
|
.mainContainer .centerContainer .header {
|
width: 100%;
|
height: 137px;
|
background-image: url("../images/common/center-header-title.png");
|
background-size: 100% 100%;
|
}
|
.mainContainer ::-webkit-scrollbar {
|
width: 6px;
|
background-color: #fff;
|
}
|
.mainContainer ::-webkit-scrollbar-track {
|
background: rgba(42, 85, 105, 0.6);
|
}
|
.mainContainer ::-webkit-scrollbar-thumb {
|
background: #fff;
|
border-radius: 2px;
|
}
|
.mainContainer ::-webkit-scrollbar-thumb:hover {
|
background: #fff;
|
}
|
.mainContainer ::-webkit-scrollbar-corner {
|
background: rgba(42, 85, 105, 0.6);
|
}
|
|
.flex {
|
display: flex;
|
}
|
|
.mt20 {
|
margin-top: 20px;
|
}
|
|
.pt20 {
|
padding-top: 20px;
|
}
|
|
.pointer {
|
cursor: pointer;
|
}
|
|
.el-input__wrapper {
|
background-color: transparent;
|
}
|
|
.el-input__inner {
|
color: #fff;
|
}
|
.el-input__inner::-moz-placeholder {
|
color: #fff;
|
}
|
.el-input__inner::placeholder {
|
color: #fff;
|
}
|
|
.el-popper.is-light .el-popper__arrow::before {
|
background: rgb(4, 53, 92);
|
}
|
|
.selbox .el-select-dropdown {
|
background-color: rgb(4, 53, 92);
|
color: #ffffff;
|
border: none;
|
}
|
.selbox .el-select-dropdown__item {
|
color: #ffffff;
|
}
|
.selbox .el-select-dropdown__item.selected {
|
color: #409EFF;
|
}
|
.selbox .el-select-dropdown__item.hover, .selbox .el-select-dropdown__item:hover {
|
background-color: rgb(4, 53, 92);
|
}/*# sourceMappingURL=indes.css.map */
|