Commit 2ca44871 authored by 高飞's avatar 高飞

1

parent b11c087c
......@@ -29,8 +29,8 @@ div::-webkit-scrollbar-corner {
/* color: #ffffff96; */
/* color: white !important; */
background: none !important;
border: 1px solid #146a80 !important;
box-shadow: 0 0 10px #1b6097;
border: 1px solid #3a5f94c9 !important;
box-shadow: 0 0 10px #3a5f94c9;
}
.public-input>.el-input__inner>input {
......@@ -39,8 +39,8 @@ div::-webkit-scrollbar-corner {
}
.public-range {
box-shadow: 0 0 10px #1b6097;
border: 1px solid #146a80 !important;
box-shadow: 0 0 10px #3a5f94c9;
border: 1px solid #3a5f94c9 !important;
}
/* 按钮样式 */
......@@ -110,7 +110,52 @@ div::-webkit-scrollbar-corner {
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
background-image: linear-gradient(to right, #17344b, #2f91af, #17354c);
}
.el-select-dropdown__item{
color: #ffffff;
}
}
.page-div {
width: 100%;
height: 50px;
.el-input--suffix .el-input__inner{
height: 30px;
}
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump {
color: white;
}
.el-pagination__total {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
.el-pagination span:not([class*=suffix]), .el-pagination button{
font-size: 12px;
height: 24px;
line-height: 24px;
}
.el-pager li{
font-size: 12px;
height: 24px;
line-height: 24px;
}
.el-pagination__editor.el-input .el-input__inner{
height: 24px;
}
.el-input__inner{
height: 24px;
}
}
.bk-animation {
position: relative;
......
This diff is collapsed.
......@@ -75,8 +75,8 @@
<el-col :span="5" class="tm-div">
<SelectTrees :value="value_select" filterable :data="tree_data" @NodeClick="NodeClick" class="aaaaaaaaaaaaaaaa"/>
</el-col>
<div class="line-s"></div>
<el-col :span="5" class="jzxs">
<!-- <div class="line-s"></div> -->
<!-- <el-col :span="5" class="jzxs">
<div
:class="['rk-jg-div', type_rw_jg == 0 ? 'active-tb' : '']"
@click="qh_type_rwjg(0)"
......@@ -95,7 +95,7 @@
<span>机构库</span>
</div>
</div>
</el-col>
</el-col> -->
<div class="line-s"></div>
<el-col
:span="3"
......@@ -118,7 +118,7 @@
>搜索</el-button
>
</el-col>
<div class="line-s"></div>
<!-- <div class="line-s"></div> -->
<el-col :span="2" style="max-width: calc(9% - 31px)" class="pub-col">
<el-button
type="primary"
......@@ -976,7 +976,7 @@ export default {
position: relative;
.top-div {
width: 100%;
width: calc(100% - 2px);
height: 80px;
border: 1px solid #3a5f94c9;
font-weight: 600;
......@@ -1317,30 +1317,6 @@ export default {
}
}
}
.page-div {
width: 100%;
height: 50px;
.el-input--suffix .el-input__inner{
height: 30px;
}
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump {
color: white;
}
.el-pagination__total {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
#_people .el-dialog {
width: 1100px;
......@@ -1691,8 +1667,10 @@ export default {
width: 100%;
position: absolute;
top: 80px;
box-shadow: rgb(24, 110, 138) 0px 4px 6px;
background-image: linear-gradient(#21334f, rgb(23, 73, 109));
// box-shadow: rgb(24, 110, 138) 0px 4px 6px;
// background-image: linear-gradient(#21334f, rgb(23, 73, 109));
background-image: url("../../assets/img/dfzy/new/6.png");
background-size: 100% 100%;
.demo-form-inline {
width: 60%;
margin-left: 23%;
......
......@@ -90,8 +90,8 @@
<el-col :span="5" class="tm-div">
<SelectTrees :value="value_select" filterable :data="tree_data" @NodeClick="NodeClick"/>
</el-col>
<div class="line-s"></div>
<el-col :span="5" class="jzxs">
<!-- <div class="line-s"></div> -->
<!-- <el-col :span="5" class="jzxs">
<div
:class="['rk-jg-div', type_rw_jg == 0 ? 'active-tb' : '']"
@click="qh_type_rwjg(0)"
......@@ -110,7 +110,7 @@
<span>机构库</span>
</div>
</div>
</el-col>
</el-col> -->
<div class="line-s"></div>
<el-col
:span="3"
......@@ -133,7 +133,7 @@
>搜索</el-button
>
</el-col>
<div class="line-s"></div>
<!-- <div class="line-s"></div> -->
<el-col :span="2" style="max-width: calc(9% - 31px)" class="pub-col">
<el-button
type="primary"
......@@ -1146,12 +1146,10 @@ export default {
float: left;
margin-left: 20px;
overflow: hidden;
border: 1px solid #125473;
border-radius: 5px;
box-sizing: border-box;
position: relative;
.top-div {
width: 100%;
width: calc(100% - 2px);
height: 80px;
border: 1px solid #3a5f94c9;
font-weight: 600;
......@@ -1494,30 +1492,6 @@ export default {
}
}
}
.page-div {
width: 100%;
height: 50px;
.el-input--suffix .el-input__inner {
height: 30px;
}
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump {
color: white;
}
.el-pagination__total {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
#_people .el-dialog {
width: 1100px;
......
This diff is collapsed.
......@@ -5,7 +5,7 @@
</el-backtop>
</template>
<img class="back" :src="back" @click="goBack" />
<span v-if="form.updateTime" style="position: absolute; right: 157px; top: 12.3%">更新时间:<span style="color: #3de84e">{{
<span v-if="form.updateTime" style="position: absolute; right: 157px; top: 12.3%">更新时间:<span style="color: #ffc14e">{{
form.updateTime }}</span></span>
<div style="width: calc(100% - 360px); float: left; padding: 20px">
<!-- <div class="top-title">
......
......@@ -14,7 +14,7 @@
<span
v-if="form.updateTime"
style="position: absolute; right: 157px; top: 12.3%"
>更新时间:<span style="color: #3de84e">{{ form.updateTime }}</span></span
>更新时间:<span style="color: #ffc14e">{{ form.updateTime }}</span></span
>
<div style="width: calc(100% - 360px); float: left; padding: 20px">
<!-- <div class="top-title">
......
......@@ -14,7 +14,7 @@
<span
v-if="form.updateTime"
style="position: absolute;right: 100px;top: 15px;color: white;"
>更新时间:<span style="color: #3de84e;">{{ form.updateTime }}</span></span
>更新时间:<span style="color: #ffc14e;">{{ form.updateTime }}</span></span
>
<div
style="
......
......@@ -14,7 +14,7 @@
<span
v-if="form.updateTime"
style="position: absolute;right: 100px;top: 15px;color: white;"
>更新时间:<span style="color: #3de84e;">{{ form.updateTime }}</span></span
>更新时间:<span style="color: #ffc14e;">{{ form.updateTime }}</span></span
>
<div
style="
......
......@@ -329,7 +329,7 @@
padding: 40px;
box-sizing: border-box;
overflow-y: auto;
color: white;
.search {
width: 100%;
height: 50px;
......@@ -870,10 +870,11 @@
}
div {
width: calc(50% - 60px);
height: 100px;
width: calc(50% - 64px);
height: calc(100% - 4px);
float: left;
margin-left: 42px;
padding: 2px;
img {
width: 100%;
......
......@@ -960,20 +960,6 @@ export default {
background-color: unset;
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
.bottom-content {
width: 100%;
height: calc(100% - 50px);
......
......@@ -660,7 +660,7 @@ export default {
padding: 20px 30px 10px 30px;
box-sizing: border-box;
overflow-y: auto;
color: white;
.el-tabs--border-card {
width: calc(100% - 4px);
height: calc(100% - 4px);
......
......@@ -407,8 +407,6 @@ export default {
box-sizing: border-box;
padding: 20px;
float: left;
background: url("../../assets/img/yqjc/01.png") no-repeat;
background-size: 100% 100%;
input {
color: white;
background-color: transparent;
......@@ -448,7 +446,8 @@ export default {
}
.el-tree > .el-tree-node > .el-tree-node__content {
height: 40px;
background-image: url(../../assets/img/yqjc/24.png);
// background-image: url(../../assets/img/yqjc/24.png);
background-image: url("../../assets/img/dfzy/new/6.png");
background-repeat: no-repeat;
background-size: 100% 100%;
.el-icon-error {
......@@ -482,7 +481,7 @@ export default {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
font-size: 12px;
padding-right: 8px;
width: 82%;
.first-span {
......@@ -498,17 +497,17 @@ export default {
}
}
.el-tree > .el-tree-node > .el-tree-node__children {
background-color: #1d2d46ad !important;
// background-color: #1d2d46ad !important;
width: 100%;
height: calc(100% - 44px);
overflow: auto;
position: relative;
.el-tree-node{
width: 300px;
// width: 300px;
}
}
.el-tree-node:focus > .el-tree-node__content {
background-color: #00648a96 !important;
background-color: #00648a78 !important;
// border-radius: 5px;
}
......@@ -546,6 +545,9 @@ export default {
font-size: 16px;
color: #2ae209;
}
// .list-span{
// // background: #0b4c6dba;
// }
.el-icon-error {
font-size: 16px;
color: #ff5454;
......@@ -560,57 +562,6 @@ export default {
height: 100%;
float: left;
margin-left: 10px;
background: url("../../assets/img/yqjc/02.png") no-repeat;
background-size: 100% 100%;
}
.el-dialog {
width: 400px;
background-color: #1d2d47;
.el-dialog__header {
text-align: center;
.el-dialog__title {
color: white;
}
}
.el-dialog__body{
.dialogContent {
span {
float: left;
margin-top: 5.5px;
color: white;
}
.el-input {
width: 80%;
input {
height: 30px;
}
}
}
}
}
#impor_file .el-dialog__body{
text-align: center;
}
.importData .el-dialog {
width: 35%;
td,
th {
text-align: center;
}
}
.el-dialog{
.el-input__inner {
color: white !important;
background: none !important;
border: 1px solid #146a80 !important;
box-shadow: 0 0 10px #1b6097;
}
.el-textarea__inner {
color: white !important;
background: none !important;
border: 1px solid #146a80 !important;
box-shadow: 0 0 10px #1b6097;
}
}
}
</style>
......@@ -31,7 +31,7 @@
</el-switch>
</div>
<div class="button-discuss" @click="searchs">搜索</div>
<el-tooltip
<!-- <el-tooltip
class="item"
effect="light"
content="文件分析"
......@@ -58,7 +58,7 @@
@click="znjsfx_cli()"
circle
></el-button>
</el-tooltip>
</el-tooltip> -->
<!-- <div class="button-discuss1" @click="handleAdd()">新增</div> -->
</div>
<div class="bottom-div">
......@@ -294,7 +294,7 @@
placeholder="请输入关键字"
></el-input>
<div class="button-discuss" @click="seach_znjsfx(1)">搜索</div>
<el-tooltip
<!-- <el-tooltip
class="item"
effect="light"
content="文件分析"
......@@ -322,7 +322,7 @@
style="pointer-events: none"
circle
></el-button>
</el-tooltip>
</el-tooltip> -->
</div>
<div class="bottom-div">
<div class="table-div">
......@@ -1136,6 +1136,7 @@ export default {
box-sizing: border-box;
overflow: hidden;
background-size: 100% 100%;
color: white;
.el-tabs--card > .el-tabs__header {
border-bottom: 1px solid #146a80;
}
......@@ -1165,7 +1166,7 @@ export default {
.top-div {
width: 100%;
height: 60px;
.el-button {
.el-button{
float: left;
margin-left: 10px;
margin-top: 3px;
......@@ -1177,8 +1178,7 @@ export default {
.el-input__inner {
background: none;
color: #ffff;
border: 1px solid #146a80 !important;
box-shadow: 0 0 10px #1b6097;
border: 1px solid #3a5f94c9 !important;
}
}
.el-select {
......@@ -1198,7 +1198,7 @@ export default {
}
}
.el-input__inner {
border: 1px solid #146a80 !important;
border: 1px solid #3a5f94c9 !important;
}
}
.button-discuss {
......@@ -1221,8 +1221,8 @@ export default {
line-height: 30px;
float: right;
margin-top: 5px;
font-size: 14px;
margin-right: 20px;
font-size: 14px;
text-align: center;
cursor: pointer;
background-image: url(../../assets/img/yqjc/40.png);
......@@ -1248,50 +1248,65 @@ export default {
.bottom-div {
width: 100%;
height: calc(100% - 55px);
box-shadow: 0 0 10px #1b6097;
.table-div {
width: 100%;
height: calc(100% - 50px);
.el-table tr {
background-color: #1d2d46 !important;
background-color: transparent !important;
color: #ffffffc7;
font-size: 14px;
}
.el-table thead tr {
height: 40px;
background: url(../../assets/img/setting/tr1.png) no-repeat;
background-size: 100% 100%;
}
.el-table th{
background-color: transparent;
}
tbody tr {
border-bottom: 1px solid #252631;
}
.el-table td {
border-bottom: 1px solid #127a89;
border-bottom: 1px solid #252631;
border-right: unset;
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
.el-table--enable-row-hover .el-table__body tr:hover>td {
background-color: #82848a78;
}
.el-table th {
border: unset;
background-color: #263b5d !important;
// background-color: #263b5d !important;
}
.el-table--fit {
background: none !important;
border: unset;
}
.el-icon-delete-solid {
color: red;
cursor: pointer;
font-size: 18px;
}
.el-icon-download {
color: #1172d8;
cursor: pointer;
font-size: 20px;
}
.el-icon-edit {
color: #1172d8;
cursor: pointer;
font-size: 20px;
}
.el-icon-view {
color: #00ffff;
font-size: 20px;
cursor: pointer;
}
.el-table--group::after,
.el-table--border::after,
.el-table::before {
......@@ -1428,26 +1443,6 @@ export default {
}
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump {
color: white;
}
.el-pagination__total {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
.bottom-content {
width: 100%;
height: calc(100% - 50px);
......@@ -1550,94 +1545,5 @@ export default {
}
}
}
.el-dialog {
background: #1d2d46 !important;
.el-dialog__title {
color: #ffffff;
}
.el-form-item__label {
color: #dadada;
}
.button-preview {
width: 100px;
height: 30px;
line-height: 30px;
margin-left: calc(50% - 110px);
margin-top: 10px;
font-size: 14px;
text-align: center;
cursor: pointer;
background-image: url(../../assets/img/yqjc/40.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.button-cancel {
width: 100px;
height: 30px;
line-height: 30px;
margin-left: 20px;
margin-top: 10px;
text-align: center;
cursor: pointer;
background-image: url(../../assets/img/yqjc/41.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.el-upload-list__item-name [class^="el-icon"] {
color: #2870ff;
height: unset !important;
}
.el-upload__tip {
color: #c7c7c7;
}
.el-upload-list__item-name {
color: #4382ff;
}
.audio-class {
margin-left: 75px;
}
}
/deep/ .el-list-enter-active,
/deep/ .el-list-leave-active {
transition: none;
}
/deep/ .el-list-enter,
/deep/ .el-list-leave-active {
opacity: 0;
}
/deep/ .el-upload-list {
height: 40px;
}
.slide-fade-enter-active {
transition: all 0.3s ease;
}
.slide-fade-leave-active {
transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active for below version 2.1.8 */ {
transform: translateX(10px);
opacity: 0;
}
.xzwd {
.el-dialog__body {
padding: 25px 25px 0px;
}
}
.el-dialog {
.el-input__inner {
color: white !important;
background: none !important;
border: 1px solid #146a80 !important;
box-shadow: 0 0 10px #1b6097;
}
.el-textarea__inner {
color: white !important;
background: none !important;
border: 1px solid #146a80 !important;
box-shadow: 0 0 10px #1b6097;
}
}
}
</style>
......@@ -336,7 +336,7 @@ export default {
background-image: url('../assets/img/home/homeBg.png');
background-size: 100% 105%;
background-repeat: no-repeat;
color: white;
.ant-layout-header {
background: none;
}
......
......@@ -264,7 +264,7 @@ export default {
background-image: url('../assets/img/homepage/6.png');
background-size: 100% 100%;
background-repeat: no-repeat;
animation: roate 20s infinite linear;
animation: roate 50s infinite linear;
}
@keyframes roate {
......
......@@ -200,7 +200,7 @@ export default {
display: flex;
justify-content: center;
align-items: center;
animation: roate 15s infinite linear;
animation: roate 50s infinite linear;
@keyframes roate {
0% {
......
......@@ -515,7 +515,7 @@ export default {
height: 100%;
float: left;
position: relative;
background: #1d2d46;
background: #23345066;
.rel-map[data-v-2964abc9] {
background-color: #1d2d4600 !important;
}
......
......@@ -34,7 +34,7 @@
<span
v-if="!true_edit&&form.updateTime"
style="margin-left: 40px;line-height: 40px;"
>更新时间:<span style="color: #3de84e;">{{ form.updateTime }}</span></span
>更新时间:<span style="color: #ffc14e;">{{ form.updateTime }}</span></span
>
<div
style="
......
......@@ -15,26 +15,26 @@
type="warning"
v-if="!true_edit"
@click="update()"
style="position: absolute; right: 112px; top: 11%"
style="position: absolute; right: 200px; top: 160px"
>编辑</el-button
>
<el-button
type="success"
v-if="true_edit"
@click="edit_onSubmit()"
style="position: absolute; right: 100px; top: 11%"
style="position: absolute; right: 200px; top: 160px"
>保存</el-button
>
<el-button
v-if="true_edit"
@click="qd_update()"
style="position: absolute; right: 190px; top: 11%"
style="position: absolute; right: 290px; top: 160px"
>取消</el-button
>
<span
v-if="!true_edit&&form.updateTime"
style="position: absolute; right: 400px;top: 12.1%;"
>更新时间:<span style="color: #3de84e;">{{ form.updateTime }}</span></span
style="position: absolute; right: 300px;top: 175px;"
>更新时间:<span style="color: #ffc14e;">{{ form.updateTime }}</span></span
>
<div
style="
......@@ -1745,8 +1745,8 @@ export default {
width: 40px;
height: 40px;
position: absolute;
top: 11%;
right: 60px;
top: 159px;
right: 140px;
cursor: pointer;
}
}
......
......@@ -1454,26 +1454,6 @@ export default {
background-color: unset;
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump {
color: white;
}
.el-pagination__total {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
#_people .el-dialog {
width: 1100px;
}
......
......@@ -74,6 +74,7 @@
height: calc(100% - 40px);
padding: 0px 20px !important;
background-color: transparent;
overflow: hidden;
}
}
</style>
......
......@@ -891,26 +891,6 @@ export default {
background-color: unset;
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__total {
color: white;
}
.el-pagination__jump {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
}
.sjtms {
......
......@@ -1097,31 +1097,6 @@ export default {
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump {
color: white;
}
.el-pagination__total {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
.bottom-content {
width: 100%;
height: calc(100% - 50px);
......
......@@ -14,7 +14,7 @@
<span
v-if="form.updateTime"
style="position: absolute;right: 157px;top: 12.3%;"
>更新时间:<span style="color: #3de84e;">{{ form.updateTime }}</span></span
>更新时间:<span style="color: #ffc14e;">{{ form.updateTime }}</span></span
>
<div
style="
......
......@@ -1180,26 +1180,6 @@ export default {
background-color: unset;
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump{
color: white;
}
.el-pagination__total{
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
.bottom-content {
width: 100%;
height: calc(100% - 50px);
......
......@@ -14,7 +14,7 @@
<span
v-if="form.updateTime"
style="position: absolute;right: 157px;top: 12.3%;"
>更新时间:<span style="color: #3de84e;">{{ form.updateTime }}</span></span
>更新时间:<span style="color: #ffc14e;">{{ form.updateTime }}</span></span
>
<div
style="
......
......@@ -919,27 +919,6 @@ export default {
}
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump {
color: white;
}
.el-pagination__total {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
#_people .el-dialog {
width: 1100px;
......
......@@ -913,27 +913,6 @@ export default {
}
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump{
color: white;
}
.el-pagination__total{
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
#_people .el-dialog {
width: 1100px;
......
......@@ -840,9 +840,9 @@ export default {
margin: 20px;
box-sizing: border-box;
overflow: hidden;
background-image: url("../../assets/img/xxxl/01.png");
background-size: 100% 100%;
// background-image: url("../../assets/img/xxxl/01.png");
// background-size: 100% 100%;
color: white;
.table_lb {
width: 100%;
height: 100%;
......@@ -867,18 +867,18 @@ export default {
float: left;
width: 225px;
margin-left: 0px;
margin-top: 30px;
margin-top: 20px;
.el-input__inner {
background: none;
color: #ffff;
border: 1px solid #146a80 !important;
box-shadow: 0 0 10px #1b6097;
border: 1px solid #3a5f94c9 !important;
box-shadow: 0 0 10px #3a5f94c9;
}
}
.button-discuss {
margin-top: 35px;
margin-top: 25px;
width: 100px;
height: 30px;
line-height: 30px;
......@@ -911,7 +911,6 @@ export default {
.bottom-div {
width: calc(100% - 40px);
height: calc(100% - 115px);
box-shadow: 0 0 10px #1b6097;
margin-left: 20px;
margin-right: 20px;
......@@ -1010,31 +1009,6 @@ export default {
background-color: unset;
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__total {
color: white;
}
.el-pagination__jump {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
}
......@@ -1263,31 +1237,6 @@ export default {
text-align: center;
}
}
.page-div {
width: 100%;
height: 35px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__total {
color: white;
}
.el-pagination__jump {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
}
</style>
\ No newline at end of file
......@@ -329,7 +329,7 @@
padding: 40px;
box-sizing: border-box;
overflow-y: hidden;
color: white;
.search {
width: 100%;
height: 50px;
......@@ -866,10 +866,11 @@
}
div {
width: calc(50% - 45px);
height: 100px;
width: calc(50% - 64px);
height: calc(100% - 4px);
float: left;
margin-left: 40px;
margin-left: 42px;
padding: 2px;
img {
width: 100%;
......
......@@ -294,7 +294,7 @@ export default {
overflow: hidden;
background-image: url("../../assets/img/xxxl/01.png");
background-size: 100% 100%;
color: white;
.top-div {
width: calc(100% - 40px);
height: 80px;
......@@ -439,31 +439,6 @@ export default {
background-color: unset;
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__total {
color: white;
}
.el-pagination__jump {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
.el-dialog {
......
......@@ -847,7 +847,7 @@ export default {
overflow: hidden;
background-image: url("../../assets/img/xxxl/01.png");
background-size: 100% 100%;
color: white;
.el-tooltip__popper {
max-width: 20%;
}
......@@ -1006,31 +1006,6 @@ export default {
background-color: unset;
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__total {
color: white;
}
.el-pagination__jump {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
}
......
This diff is collapsed.
......@@ -407,7 +407,7 @@ export default {
box-sizing: border-box;
overflow: hidden;
background-size: 100% 100%;
color: white;
.el-tabs--card>.el-tabs__header {
border-bottom: 1px solid #146a80;
}
......@@ -460,8 +460,8 @@ export default {
.el-input__inner {
background: none;
color: #ffff;
border: 1px solid #146a80 !important;
box-shadow: 0 0 10px #1b6097;
border: 1px solid #3a5f94c9 !important;
box-shadow: 0 0 10px #3a5f94c9;
}
}
......@@ -487,7 +487,8 @@ export default {
}
.el-input__inner {
border: 1px solid #146a80 !important;
border: 1px solid #3a5f94c9 !important;
box-shadow: 0 0 10px #3a5f94c9;
}
}
......@@ -659,31 +660,6 @@ export default {
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump {
color: white;
}
.el-pagination__total {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
.bottom-content {
width: 100%;
height: calc(100% - 50px);
......
......@@ -28,7 +28,6 @@
<el-table-column prop="source" label="媒体范围"> </el-table-column>
<!-- <el-table-column prop="create_name" label="创建人"> </el-table-column>
<el-table-column prop="create_time" label="创建时间"> -->
</el-table-column>
<el-table-column label="状态">
<template slot-scope="scope">
<el-switch v-model="scope.row.state" active-color="#13ce66" inactive-color="#ff4949" active-value="1" inactive-value="0" active-text="启动" inactive-text="关闭" @change="change(scope)">
......@@ -595,26 +594,6 @@ export default {
background-color: unset;
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__total {
color: white;
}
.el-pagination__jump {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
.el-dialog {
width: 600px;
......
......@@ -798,26 +798,6 @@
height: 20px !important;
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump {
color: white;
}
.el-pagination__total {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
......
......@@ -1355,26 +1355,6 @@ export default {
cursor: pointer;
font-size: 20px;
}
.page-div {
width: 100%;
height: 50px;
float: left;
.el-pagination {
text-align: right;
.el-pagination__total {
color: white;
}
.el-pagination__jump {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
.xzzt-div {
.wjjs-div {
......@@ -1586,26 +1566,6 @@ export default {
.el-table_2_column_12 {
text-align: center !important;
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 10px;
text-align: right;
.el-pagination__total {
color: white;
}
.el-pagination__jump {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
.zjglml-div .el-dialog {
background-color: #1d2d47;
......
......@@ -14,7 +14,7 @@
<span
v-if="form.updateTime"
style="position: absolute;right: 157px;top: 12.3%;"
>更新时间:<span style="color: #3de84e;">{{ form.updateTime }}</span></span
>更新时间:<span style="color: #ffc14e;">{{ form.updateTime }}</span></span
>
<div
style="
......
......@@ -14,7 +14,7 @@
<span
v-if="form.updateTime"
style="position: absolute;right: 157px;top: 12.3%;"
>更新时间:<span style="color: #3de84e;">{{ form.updateTime }}</span></span
>更新时间:<span style="color: #ffc14e;">{{ form.updateTime }}</span></span
>
<div
style="
......
......@@ -923,27 +923,6 @@ export default {
}
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump {
color: white;
}
.el-pagination__total {
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
#_people .el-dialog {
width: 1100px;
......
......@@ -919,27 +919,6 @@ export default {
}
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump{
color: white;
}
.el-pagination__total{
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
}
#_people .el-dialog {
width: 1100px;
......
......@@ -1180,26 +1180,6 @@ export default {
background-color: unset;
}
}
.page-div {
width: 100%;
height: 50px;
.el-pagination {
margin-top: 9px;
text-align: right;
.el-pagination__jump{
color: white;
}
.el-pagination__total{
color: white;
}
}
.myPagination.is-background .el-pager li:not(.disabled).active {
color: #fff;
border: 1px solid #146a80;
box-shadow: 0 0 10px #1b6097;
background-color: #1d2d46;
}
}
.bottom-content {
width: 100%;
height: calc(100% - 50px);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment