|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div>
|
|
|
+ <div class="common-list-page">
|
|
|
<el-container>
|
|
|
<el-header>
|
|
|
<el-row type="flex" class="row-bg" justify="space-between">
|
|
|
@@ -171,78 +171,78 @@
|
|
|
|
|
|
<style>
|
|
|
/* screen select */
|
|
|
- .appeal-conditions div label {
|
|
|
+ .common-list-page .appeal-conditions div label {
|
|
|
margin: 0 14px 0 28px;
|
|
|
color: #000000;
|
|
|
font-size: 13px;
|
|
|
font-family: "Microsoft YaHei", sans-serif;
|
|
|
}
|
|
|
- .appeal-conditions div label:first-child {
|
|
|
+ .common-list-page .appeal-conditions div label:first-child {
|
|
|
margin-left: 0;
|
|
|
}
|
|
|
/* element ui */
|
|
|
- .el-select .el-input .el-input__inner {
|
|
|
+ .common-list-page .el-select .el-input .el-input__inner {
|
|
|
color: #505050;
|
|
|
font-size: 13px;
|
|
|
font-family: "Microsoft YaHei", sans-serif;
|
|
|
}
|
|
|
- .el-select .el-input input.el-input__inner::-webkit-input-placeholder {
|
|
|
+ .common-list-page .el-select .el-input input.el-input__inner::-webkit-input-placeholder {
|
|
|
color: #505050;
|
|
|
font-size: 13px;
|
|
|
font-family: "Microsoft YaHei", sans-serif;
|
|
|
}
|
|
|
- .el-select .el-input input.el-input__inner:-moz-placeholder {
|
|
|
+ .common-list-page .el-select .el-input input.el-input__inner:-moz-placeholder {
|
|
|
color: #505050;
|
|
|
font-size: 13px;
|
|
|
font-family: "Microsoft YaHei", sans-serif;
|
|
|
}
|
|
|
- .el-select .el-input input.el-input__inner::-moz-placeholder {
|
|
|
+ .common-list-page .el-select .el-input input.el-input__inner::-moz-placeholder {
|
|
|
color: #505050;
|
|
|
font-size: 13px;
|
|
|
font-family: "Microsoft YaHei", sans-serif;
|
|
|
}
|
|
|
- .el-select .el-input input.el-input__inner:-ms-input-placeholder {
|
|
|
+ .common-list-page .el-select .el-input input.el-input__inner:-ms-input-placeholder {
|
|
|
color: #505050;
|
|
|
font-size: 13px;
|
|
|
font-family: "Microsoft YaHei", sans-serif;
|
|
|
}
|
|
|
- .appeal-conditions .el-input .el-input__inner {
|
|
|
+ .common-list-page .appeal-conditions .el-input .el-input__inner {
|
|
|
height: 32px;
|
|
|
width: 100px;
|
|
|
border-radius: 0;
|
|
|
}
|
|
|
- .search-conditions .el-input .el-input__inner {
|
|
|
+ .common-list-page .search-conditions .el-input .el-input__inner {
|
|
|
height: 32px;
|
|
|
width: 120px;
|
|
|
border-radius: 0;
|
|
|
}
|
|
|
- .el-pagination button, .el-pagination span:not([class*=suffix]) {
|
|
|
+ .common-list-page .el-pagination button, .el-pagination span:not([class*=suffix]) {
|
|
|
color: #000000;
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
- .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
|
|
|
+ .common-list-page .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
- .el-pagination.is-background .el-pager li.active {
|
|
|
+ .common-list-page .el-pagination.is-background .el-pager li.active {
|
|
|
background-color: #303743;
|
|
|
color: #fff;
|
|
|
}
|
|
|
- .el-table th.is-leaf:first-child {
|
|
|
+ .common-list-page .el-table th.is-leaf:first-child {
|
|
|
padding-left: 40px;
|
|
|
}
|
|
|
- .el-table--enable-row-transition .el-table__body td:first-child {
|
|
|
+ .common-list-page .el-table--enable-row-transition .el-table__body td:first-child {
|
|
|
padding-left: 40px;
|
|
|
}
|
|
|
- .el-table th>.cell {
|
|
|
+ .common-list-page .el-table th>.cell {
|
|
|
color: #000000;
|
|
|
font-size: 13px;
|
|
|
font-weight: normal;
|
|
|
font-family: "Microsoft YaHei", sans-serif;
|
|
|
}
|
|
|
- .el-table th {
|
|
|
+ .common-list-page .el-table th {
|
|
|
padding: 9px 0 8px;
|
|
|
}
|
|
|
- .el-table--enable-row-hover .el-table__body tr:hover>td {
|
|
|
+ .common-list-page .el-table--enable-row-hover .el-table__body tr:hover>td {
|
|
|
background-color: #D0E5F5;
|
|
|
|
|
|
color: #000000;
|
|
|
@@ -250,20 +250,20 @@
|
|
|
font-family: "Microsoft YaHei", sans-serif;
|
|
|
}
|
|
|
/* striped row */
|
|
|
- .el-table--enable-row-hover .el-table__body tr.el-table__row--striped:hover>td {
|
|
|
+ .common-list-page .el-table--enable-row-hover .el-table__body tr.el-table__row--striped:hover>td {
|
|
|
background-color: #D0E5F5;
|
|
|
|
|
|
color: #000000;
|
|
|
font-size: 13px;
|
|
|
font-family: "Microsoft YaHei", sans-serif;
|
|
|
}
|
|
|
- .el-table td {
|
|
|
+ .common-list-page .el-table td {
|
|
|
padding: 4px 0;
|
|
|
|
|
|
font-size: 13px;
|
|
|
font-family: "Microsoft YaHei", sans-serif;
|
|
|
}
|
|
|
- .el-table--striped .el-table__body tr.el-table__row--striped td {
|
|
|
+ .common-list-page .el-table--striped .el-table__body tr.el-table__row--striped td {
|
|
|
background: #F4F4F4;
|
|
|
}
|
|
|
</style>
|