You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
1.9 KiB

6 months ago
@import "./font/font.css";
.el-input__inner {
background-color: rgba(1, 1, 1, 0) !important;
border: 2px solid #00c0ef !important;
color: #72e3ff !important;
font-weight: bold;
}
.table-sum {
width: 96%;
// margin-left: 2%;
border-collapse: collapse;
color: #ffffff;
.table-sum-title {
font-size: 14px;
}
.table-sum-text {
font-weight: bold;
font-size: 18px;
}
}
.table-sum tr td {
border: 1px solid #5bc0de;
padding-top: 0.3rem;
padding-bottom: 0.3rem;
text-indent: 10px;
}
.formData-box {
width: 300px;
position: relative;
top: 10px;
display: flex;
.query-btn{
height: 22px;
background-color: #00c0ef;
color: white;
border: #00cdff 2px solid;
min-width: 50px;
border-radius: 5px;
margin-left: 20px;
text-align: center;
font-size: 14px;
position: relative;
top: 2px;
cursor: pointer;
}
.el-form-item__label {
color: #fff;
}
}
.el-select .el-input .el-select__caret {
color: #00c0ef !important;
}
.el-table,
.el-table tr,
.el-table__fixed-right::before,
.el-table__fixed::before {
background-color: rgba(1, 1, 1, 0) !important;
}
.el-table th,
.el-table td {
text-align: center !important;
height: 30px !important;
padding: 0 !important;
color: #fff;
}
.el-table-column--selection .cell {
padding-left: 0 !important;
padding-right: 0 !important;
}
.el-table--border {
border: none !important;
}
.el-table .el-table__cell {
padding: 0 !important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
border: none !important;
background-color: rgba(1, 1, 1, 0) !important;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
5 months ago
background: #fff;
6 months ago
-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-corner {
background: rgba(0, 0, 0, 0) !important;
}