@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;
|
.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;
|
&:hover {
|
background-color: transparent !important;
|
}
|
--el-table-row-hover-bg-color: transparent;
|
}
|
|
.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%;
|
.el-table th,
|
.el-table tr {
|
background-color: unset !important;
|
}
|
.el-table__row td {
|
&:first-child {
|
border-radius: 15px 0 0 15px;
|
}
|
}
|
.el-table__row > td {
|
&:last-child {
|
border-radius: 0 15px 15px 0;
|
}
|
}
|
}
|
.mainContainer {
|
position: absolute;
|
width: 100vw;
|
height: 100vh;
|
overflow: hidden;
|
pointer-events: none;
|
.leftContainer,
|
.rightContainer,
|
.centerContainer {
|
position: absolute;
|
pointer-events: auto;
|
.content {
|
background: rgba(18, 41, 75,0.5);
|
//background: rgba(42, 85, 105, 0.3);
|
border-radius: 10px;
|
}
|
.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;
|
}
|
}
|
.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;
|
}
|
.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;
|
}
|
.centerContainer {
|
left: calc(22% + 100px);
|
right: calc(22% + 100px);
|
bottom: 167px;
|
.header {
|
width: 100%;
|
height: 137px;
|
background-image: url("../images/common/center-header-title.png");
|
background-size: 100% 100%;
|
}
|
}
|
|
/* 滚动条样式 */
|
::-webkit-scrollbar {
|
width: 6px;
|
background-color: #fff;
|
}
|
|
::-webkit-scrollbar-track {
|
background: rgba(42, 85, 105, 0.6);
|
}
|
|
::-webkit-scrollbar-thumb {
|
background: #fff;
|
border-radius: 2px;
|
}
|
|
::-webkit-scrollbar-thumb:hover {
|
background: #fff;
|
}
|
|
::-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;
|
&::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 ;;
|
}
|
.el-select-dropdown__item{
|
color:#ffffff ;
|
}
|
.el-select-dropdown__item.selected{
|
color: #409EFF ;
|
}
|
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
|
background-color:rgb(4,53,92);
|
}
|
}
|