/*color:'#3ee9ff'*/
|
@font-face {
|
font-family: "FZCuQian";
|
src: url("~@/assets/font/FZCuQian-M17.ttf");
|
font-weight: normal;
|
font-style: normal;
|
}
|
|
.te-sub {
|
/* top: 2100px !important;
|
left: 1500px !important; */
|
background: transparent !important;
|
background-image: url("~@/assets/image/test/1.png") !important;
|
background-repeat: no-repeat !important;
|
background-size: 100% 100% !important;
|
width: 2100px;
|
height: 80px;
|
/* display: flex; */
|
display: none;
|
justify-content: space-around;
|
}
|
|
.te-sub--item {
|
margin: -110px 95px !important;
|
display: inline-block;
|
transform: translateX(-20px);
|
|
|
}
|
.te-sub--item >span{
|
display: inline-block;
|
width: 250px;
|
font-size: 30px !important;
|
letter-spacing: 3px;
|
transform: translate(180px,115px);
|
}
|
|
.te-sub .te-sub--item:nth-child(1) {
|
background-image: url("~@/assets/image/test/组 141.png");
|
background-repeat: no-repeat;
|
background-size: 100% 100%;
|
width: 170px;
|
height: 150px;
|
}
|
.te-nav{
|
height: 130px !important;
|
}
|
.te-sub>.te-sub--item:nth-child(1).active{
|
background-image: url("~@/assets/image/test/组 150.png");
|
}
|
|
.te-sub .te-sub--item:nth-child(2) {
|
background-image: url("~@/assets/image/test/组 142.png");
|
background-repeat: no-repeat;
|
background-size: 100% 100%;
|
width: 170px;
|
height: 150px;
|
}
|
.te-sub .te-sub--item:nth-child(2).active {
|
background-image: url("~@/assets/image/test/组 146.png");
|
}
|
|
.te-sub .te-sub--item:nth-child(3) {
|
background-image: url("~@/assets/image/test/组 143.png");
|
background-repeat: no-repeat;
|
background-size: 100% 100%;
|
width: 170px;
|
height: 150px;
|
}
|
|
.te-sub .te-sub--item:nth-child(3).active {
|
background-image: url("~@/assets/image/test/组 147.png");
|
}
|
|
.te-sub .te-sub--item:nth-child(4) {
|
background-image: url("~@/assets/image/test/组 144.png");
|
background-repeat: no-repeat;
|
background-size: 100% 100%;
|
width: 170px;
|
height: 150px;
|
}
|
|
.te-sub>.te-sub--item:nth-child(4).active{
|
background-image: url("~@/assets/image/test/组 148.png");
|
}
|
|
.te-sub .te-sub--item:nth-child(5) {
|
background-image: url("~@/assets/image/test/组 145.png");
|
background-repeat: no-repeat;
|
background-size: 100% 100%;
|
width: 170px;
|
height: 150px;
|
}
|
|
.te-sub>.te-sub--item:nth-child(5).active{
|
background-image: url("~@/assets/image/test/组 149.png");
|
}
|
|
.te-left {
|
background: transparent !important;
|
padding-top: 125px !important;
|
}
|
|
.te-right {
|
background: transparent !important;
|
padding-top: 125px !important;
|
}
|
|
.el-table__body-wrapper th,
|
.el-table__body-wrapper tr {
|
background: unset !important;
|
}
|
|
/* .el-table__body-wrapper th,
|
td {
|
padding: 8px 0px ;
|
text-align: center !important;
|
} */
|
|
.el-table__header-wrapper th {
|
background: unset !important;
|
border: none !important;
|
text-align: center !important;
|
}
|
/* 设置表头的颜色 */
|
.el-table__header-wrapper tr {
|
background: rgba(0, 143, 253,.4) !important;
|
}
|
.el-table__body-wrapper td,
|
.el-table__body-wrapper th.is-leaf {
|
border-bottom: 0.5px #fff solid !important;
|
}
|
|
.el-table .cell {
|
white-space: nowrap !important;
|
color: #fff;
|
font-size: 20px!important;
|
}
|
|
.el-table::before {
|
height: 0px !important;
|
}
|
|
.el-table--enable-row-hover .el-table__body tr:hover>td {
|
background-color: unset !important;
|
}
|
|
.el-table__body-wrapper {
|
overflow-x: hidden;
|
}
|
|
.el-table__body-wrapper::-webkit-scrollbar {
|
/*滚动条整体样式*/
|
width: 0px;
|
/*高宽分别对应横竖滚动条的尺寸*/
|
height: 1px;
|
}
|
|
.el-table__body-wrapper::-webkit-scrollbar-thumb {
|
/*滚动条里面小方块*/
|
border-radius: 10px;
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
background: #2DC3E3;
|
}
|
|
.el-table__body-wrapper::-webkit-scrollbar-track {
|
/*滚动条里面轨道*/
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
border-radius: 10px;
|
background: transparent;
|
}
|
|
.el-table {
|
font-size: 14px;
|
}
|
|
.el-table,
|
.el-table__expanded-cell {
|
background-color: transparent !important;
|
}
|
|
/* 设置斑马条纹的颜色 */
|
.el-table--striped .el-table__body tr.el-table__row--striped td {
|
background-color: rgba(157, 226, 221, 0.16) !important;
|
}
|
|
::-webkit-scrollbar {
|
/*滚动条整体样式*/
|
width: 0px;
|
/*高宽分别对应横竖滚动条的尺寸*/
|
height: 5px;
|
}
|
|
::-webkit-scrollbar-thumb {
|
/*滚动条里面小方块*/
|
border-radius: 10px;
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
background: #4180ca;
|
}
|
|
::-webkit-scrollbar-track {
|
/*滚动条里面轨道*/
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
border-radius: 10px;
|
background: transparent;
|
}
|
|
/*模块小标题*/
|
.module-title {
|
width: 100%;
|
height: 50px;
|
line-height: 50px;
|
color: #fff;
|
font-size: 28px;
|
/* padding-left: 60px; */
|
position: relative;
|
transform: translate(51px, 20px);
|
}
|
|
.module-title h3 {
|
font-weight: bold;
|
}
|
|
.module-title small {
|
color: #2ed3e9;
|
padding-left: 40px;
|
font-weight: normal;
|
font-size: 20px;
|
}
|
|
|
/* 弹框里的eleui */
|
.el-form-item {
|
margin-top: 60px;
|
}
|
.el-input {
|
width: 130%;
|
background-color: #c5d3e1;
|
}
|
.el-date-editor {
|
width: 538px;
|
}
|
.el-form-item__label {
|
font-size: 42px;
|
font-family: Source Han Sans SC;
|
font-weight: 500;
|
color: #ffffff;
|
line-height: 70px;
|
}
|
.el-input__inner {
|
font-size: 30px;
|
height: 70px;
|
}
|
.el-form-item__content {
|
line-height: 64px;
|
}
|
.el-form-item__error {
|
font-size: 30px;
|
font-weight: 700;
|
padding-top: 15px;
|
}
|
.el-button{
|
padding: 13px 50px;
|
font-size: 33px;
|
}
|
#XTTZ{
|
width:200px;
|
height: 270px;
|
background-color: #fff;
|
overflow: auto;
|
word-break: break-all;
|
z-index: 999;
|
pointer-events: all;
|
}
|
#XTTZ table tr td{
|
border: 1px solid #98C8DC !important;
|
}
|
|
|
|
::-webkit-scrollbar {
|
width: 3px;
|
height: 10px;
|
}
|
|
::-webkit-scrollbar-button,
|
::-webkit-scrollbar-button:vertical {
|
display: none;
|
}
|
|
::-webkit-scrollbar-track,
|
::-webkit-scrollbar-track:vertical {
|
background-color: black;
|
}
|
|
::-webkit-scrollbar-track-piece {
|
background-color: #f5f5f5;
|
}
|
|
::-webkit-scrollbar-thumb,
|
::-webkit-scrollbar-thumb:vertical {
|
margin-right: 10px;
|
background-color: #a6a6a6;
|
}
|
|
::-webkit-scrollbar-thumb:hover,
|
::-webkit-scrollbar-thumb:vertical:hover {
|
background-color: #aaa;
|
}
|
|
::-webkit-scrollbar-corner,
|
::-webkit-scrollbar-corner:vertical {
|
background-color: #535353;
|
}
|
|
::-webkit-scrollbar-resizer,
|
::-webkit-scrollbar-resizer:vertical {
|
background-color: #ff6e00;
|
}
|
|
|
|
|
/* 表格样式start */
|
a {
|
color: #c75f3e;
|
}
|
.tableContain{
|
width: 310px;
|
height: 300px;
|
background: url(~@/assets/image/test/bjtp.png);
|
background-size: 90% 90%;
|
background-position: center;
|
background-repeat: no-repeat;;
|
pointer-events: all;
|
}
|
.tableinner{
|
width: 95%;
|
height: 81%;
|
margin: 62px auto;
|
overflow: auto;
|
transform: translateY(25px);
|
}
|
|
.closeclick{
|
position: absolute;
|
right: 35px;
|
top: 95px;
|
z-index: 999;
|
cursor: pointer;
|
color: #fff;
|
}
|
.closeclick:hover{
|
color: red;
|
transition: 1s color;
|
}
|
#mytable {
|
width: 290px;
|
padding: 20px;
|
padding-left: 30px;
|
border-collapse: separate;
|
border-spacing: 2px;
|
height: 235px;
|
}
|
#mytable td{
|
border: 1px solid #fff;
|
}
|
caption {
|
padding: 0 0 5px 0;
|
width: 290px;
|
font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
text-align: right;
|
}
|
|
|
|
th.nobg {
|
border-top: 0;
|
border-left: 0;
|
border-right: 1px solid #C1DAD7;
|
background: none;
|
}
|
|
td {
|
background: transparent;
|
font-size: 11px;
|
margin: 6px 6px 6px 12px;
|
color: #4f6b72;
|
}
|
|
|
td.alt {
|
background: #F5FAFA;
|
color: #797268;
|
}
|
|
th.spec {
|
border-left: 1px solid #C1DAD7;
|
border-top: 0;
|
background: #fff no-repeat;
|
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
}
|
|
th.specalt {
|
border-left: 1px solid #C1DAD7;
|
border-top: 0;
|
background: #f5fafa no-repeat;
|
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
color: #797268;
|
}
|
|
/*---------for IE 5.x bug*/
|
html>body td {
|
font-size: 12px;
|
}
|
|
body,
|
td,
|
th {
|
/* font-family: 宋体, Arial; */
|
font-size: 14px;
|
}
|
|
.totalOut {
|
display: none;
|
}
|
|
.zcqcContent {
|
width: 100%;
|
height: 100%;
|
position: absolute;
|
}
|
|
.row{
|
color: #fff;
|
}
|
/* 表格样式end */
|
|
/* 时间选择器设置 */
|
.el-color-dropdown__btns .el-input__inner{
|
font-size: 16px;
|
}
|
.el-color-dropdown__btns .el-input{
|
width: 74%;
|
}
|
.el-color-dropdown__btns .el-button{
|
font-size: 12px !important;
|
}
|
|
|
|
.showRightClickBtn>button{
|
background: url(~@/assets/image/test/bjtp.png);
|
background-position: center;
|
background-size: 100% 100%;
|
color: #fff;
|
width: 120px;
|
height: 40px;
|
}
|