152 lines
2.3 KiB
CSS
152 lines
2.3 KiB
CSS
.table-Style {
|
|
height: 220px;
|
|
border: 1px solid red;
|
|
}
|
|
|
|
.guocheng {
|
|
padding: 15px 0px 0px 0px;
|
|
}
|
|
|
|
.line-drop {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 15px;
|
|
/*border: 1px solid red;*/
|
|
}
|
|
|
|
|
|
.drop {
|
|
display: flex;
|
|
justify-content: start;
|
|
margin-right: 14px;
|
|
}
|
|
|
|
.cricle {
|
|
width: 5px;
|
|
height: 5px;
|
|
background: #2b8bc0;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.line {
|
|
margin-right: 32px;
|
|
width: 100%;
|
|
height: 1px;
|
|
background-color: skyblue;
|
|
/*transform: scale(0.5);*/
|
|
}
|
|
|
|
.insiderBox {
|
|
width: 404px;
|
|
height: 156px;
|
|
/*border: 1px solid purple;*/
|
|
}
|
|
|
|
/*闲置列表*/
|
|
.idle-list {
|
|
padding: 0px 15px;
|
|
}
|
|
|
|
.idle-list .el-table__body-wrapper::-webkit-scrollbar {
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
|
|
.idle-list .el-table .cell {
|
|
padding: 0 5px;
|
|
}
|
|
|
|
.idle-list .el-table {
|
|
background: none;
|
|
}
|
|
|
|
.idle-list .el-table th, .el-table tr {
|
|
background: none;
|
|
}
|
|
|
|
.idle-list .el-table th {
|
|
height: 40px;
|
|
color: #ffffff;
|
|
background: transparent;
|
|
padding: 0;
|
|
}
|
|
|
|
.idle-list .el-table td {
|
|
height: 40px;
|
|
padding: 0;
|
|
color: #fff;
|
|
}
|
|
|
|
.idle-list .el-table td, .el-table th.is-leaf {
|
|
border: 0;
|
|
}
|
|
|
|
.idle-list .el-table--enable-row-hover .el-table__body tr:hover > td {
|
|
background: none !important;
|
|
}
|
|
|
|
.idle-list .el-table::before {
|
|
background: none;
|
|
}
|
|
|
|
.idle-list-color {
|
|
color: #006fb6;
|
|
}
|
|
|
|
.idle-list .el-table .warning-row {
|
|
border: 1px solid #0a1d47;
|
|
box-shadow: 0 0 6px #0a1d47;
|
|
/*background-color: #051032;*/
|
|
}
|
|
|
|
/*轮播图*/
|
|
.lunbo {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 220px;
|
|
/*border: 1px solid yellow;*/
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
}
|
|
|
|
.bigBox {
|
|
display: flex;
|
|
justify-content: start;
|
|
align-items: center;
|
|
width: 2000px;
|
|
height: 156px;
|
|
/*border: 1px solid darkred;*/
|
|
}
|
|
|
|
/*每一个小li的大小*/
|
|
.smallBox {
|
|
width: 156px;
|
|
height: 156px;
|
|
/*border: 1px solid yellow;*/
|
|
margin-right: 76px;
|
|
}
|
|
|
|
.circleStyle {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
position: absolute;
|
|
bottom: 0;
|
|
/*border: 1px solid red;*/
|
|
width: 140px;
|
|
height: 20px;
|
|
}
|
|
.circleBox{
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 50%;
|
|
background-color: #02224c;
|
|
|
|
}
|
|
.active{
|
|
background-color: #0077ce;
|
|
} |