Files
wysite/output/sourcemaps/hc-etms.sqygj.cn/static/css/chunk-aec98fba.7fa59fad.css

969 lines
22 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.github-corner:hover .octo-arm[data-v-09fe1acc] {
-webkit-animation: octocat-wave-data-v-09fe1acc .56s ease-in-out;
animation: octocat-wave-data-v-09fe1acc .56s ease-in-out;
}
@-webkit-keyframes octocat-wave-data-v-09fe1acc {
0%, to {
-webkit-transform: rotate(0);
transform: rotate(0);
}
20%, 60% {
-webkit-transform: rotate(-25deg);
transform: rotate(-25deg);
}
40%, 80% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@keyframes octocat-wave-data-v-09fe1acc {
0%, to {
-webkit-transform: rotate(0);
transform: rotate(0);
}
20%, 60% {
-webkit-transform: rotate(-25deg);
transform: rotate(-25deg);
}
40%, 80% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@media (max-width: 500px) {
.github-corner:hover .octo-arm[data-v-09fe1acc] {
-webkit-animation: none;
animation: none;
}
.github-corner .octo-arm[data-v-09fe1acc] {
-webkit-animation: octocat-wave-data-v-09fe1acc .56s ease-in-out;
animation: octocat-wave-data-v-09fe1acc .56s ease-in-out;
}
}
.panel-group[data-v-6723c96e] {
margin-top: 18px;
}
.panel-group .card-panel-col[data-v-6723c96e] {
margin-bottom: 32px;
}
.panel-group .card-panel[data-v-6723c96e] {
height: 108px;
cursor: pointer;
font-size: 12px;
position: relative;
overflow: hidden;
color: #666;
background: #fff;
-webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, .05);
box-shadow: 4px 4px 40px rgba(0, 0, 0, .05);
border-color: rgba(0, 0, 0, .05);
}
.panel-group .card-panel:hover .card-panel-icon-wrapper[data-v-6723c96e] {
color: #fff;
}
.panel-group .card-panel:hover .icon-people[data-v-6723c96e] {
background: #40c9c6;
}
.panel-group .card-panel:hover .icon-message[data-v-6723c96e] {
background: #36a3f7;
}
.panel-group .card-panel:hover .icon-money[data-v-6723c96e] {
background: #f4516c;
}
.panel-group .card-panel:hover .icon-shopping[data-v-6723c96e] {
background: #34bfa3;
}
.panel-group .card-panel .icon-people[data-v-6723c96e] {
color: #40c9c6;
}
.panel-group .card-panel .icon-message[data-v-6723c96e] {
color: #36a3f7;
}
.panel-group .card-panel .icon-money[data-v-6723c96e] {
color: #f4516c;
}
.panel-group .card-panel .icon-shopping[data-v-6723c96e] {
color: #34bfa3;
}
.panel-group .card-panel .card-panel-icon-wrapper[data-v-6723c96e] {
float: left;
margin: 14px 0 0 14px;
padding: 16px;
-webkit-transition: all .38s ease-out;
transition: all .38s ease-out;
border-radius: 6px;
}
.panel-group .card-panel .card-panel-icon[data-v-6723c96e] {
float: left;
font-size: 48px;
}
.panel-group .card-panel .card-panel-description[data-v-6723c96e] {
float: right;
font-weight: 700;
margin: 26px;
margin-left: 0;
}
.panel-group .card-panel .card-panel-description .card-panel-text[data-v-6723c96e] {
line-height: 18px;
color: rgba(0, 0, 0, .45);
font-size: 16px;
margin-bottom: 12px;
}
.panel-group .card-panel .card-panel-description .card-panel-num[data-v-6723c96e] {
font-size: 20px;
}
@media (max-width: 550px) {
.card-panel-description[data-v-6723c96e] {
display: none;
}
.card-panel-icon-wrapper[data-v-6723c96e] {
float: none !important;
width: 100%;
height: 100%;
margin: 0 !important;
}
.card-panel-icon-wrapper .svg-icon[data-v-6723c96e] {
display: block;
margin: 14px auto !important;
float: none !important;
}
}
.todoapp {
font:
14px Helvetica Neue,
Helvetica,
Arial,
sans-serif;
line-height: 1.4em;
color: #4d4d4d;
min-width: 230px;
max-width: 550px;
margin: 0 auto;
font-weight: 300;
background: #fff;
z-index: 1;
position: relative;
}
.todoapp,
.todoapp button {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.todoapp button {
margin: 0;
padding: 0;
border: 0;
background: none;
font-size: 100%;
vertical-align: baseline;
font-family: inherit;
font-weight: inherit;
color: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.todoapp :focus {
outline: 0;
}
.todoapp .hidden {
display: none;
}
.todoapp .todoapp {
background: #fff;
margin: 130px 0 40px 0;
position: relative;
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 25px 50px 0 rgba(0, 0, 0, .1);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 25px 50px 0 rgba(0, 0, 0, .1);
}
.todoapp .todoapp input::-webkit-input-placeholder {
font-style: italic;
font-weight: 300;
color: #e6e6e6;
}
.todoapp .todoapp input::-moz-placeholder {
font-style: italic;
font-weight: 300;
color: #e6e6e6;
}
.todoapp .todoapp input::input-placeholder {
font-style: italic;
font-weight: 300;
color: #e6e6e6;
}
.todoapp .todoapp h1 {
position: absolute;
top: -155px;
width: 100%;
font-size: 100px;
font-weight: 100;
text-align: center;
color: rgba(175, 47, 47, .15);
-webkit-text-rendering: optimizeLegibility;
-moz-text-rendering: optimizeLegibility;
text-rendering: optimizeLegibility;
}
.todoapp .edit,
.todoapp .new-todo {
position: relative;
margin: 0;
width: 100%;
font-size: 18px;
font-family: inherit;
font-weight: inherit;
line-height: 1.4em;
border: 0;
color: inherit;
padding: 6px;
border: 1px solid #999;
-webkit-box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, .2);
box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, .2);
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.todoapp .new-todo {
padding: 10px 16px 16px 60px;
border: none;
background: rgba(0, 0, 0, .003);
-webkit-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, .03);
box-shadow: inset 0 -2px 1px rgba(0, 0, 0, .03);
}
.todoapp .main {
position: relative;
z-index: 2;
border-top: 1px solid #e6e6e6;
}
.todoapp .toggle-all {
text-align: center;
border: none;
opacity: 0;
position: absolute;
}
.todoapp .toggle-all + label {
width: 60px;
height: 34px;
font-size: 0;
position: absolute;
top: -52px;
left: -13px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.todoapp .toggle-all + label:before {
content: "";
font-size: 22px;
color: #e6e6e6;
padding: 10px 27px 10px 27px;
}
.todoapp .toggle-all:checked + label:before {
color: #737373;
}
.todoapp .todo-list {
margin: 0;
padding: 0;
list-style: none;
}
.todoapp .todo-list li {
position: relative;
font-size: 24px;
border-bottom: 1px solid #ededed;
}
.todoapp .todo-list li:last-child {
border-bottom: none;
}
.todoapp .todo-list li.editing {
border-bottom: none;
padding: 0;
}
.todoapp .todo-list li.editing .edit {
display: block;
width: 506px;
padding: 12px 16px;
margin: 0 0 0 43px;
}
.todoapp .todo-list li.editing .view {
display: none;
}
.todoapp .todo-list li .toggle {
text-align: center;
width: 40px;
height: auto;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
opacity: 0;
}
.todoapp .todo-list li .toggle + label {
background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%22-10%20-18%20100%20135%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2250%22%20fill%3D%22none%22%20stroke%3D%22%23ededed%22%20stroke-width%3D%223%22/%3E%3C/svg%3E);
background-repeat: no-repeat;
background-position: 0;
background-size: 36px;
}
.todoapp .todo-list li .toggle:checked + label {
background-size: 36px;
background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%22-10%20-18%20100%20135%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2250%22%20fill%3D%22none%22%20stroke%3D%22%23bddad5%22%20stroke-width%3D%223%22/%3E%3Cpath%20fill%3D%22%235dc2af%22%20d%3D%22M72%2025L42%2071%2027%2056l-4%204%2020%2020%2034-52z%22/%3E%3C/svg%3E);
}
.todoapp .todo-list li label {
word-break: break-all;
padding: 15px 15px 15px 50px;
display: block;
line-height: 1;
font-size: 14px;
-webkit-transition: color .4s;
transition: color .4s;
}
.todoapp .todo-list li.completed label {
color: #d9d9d9;
text-decoration: line-through;
}
.todoapp .todo-list li .destroy {
display: none;
position: absolute;
top: 0;
right: 10px;
bottom: 0;
width: 40px;
height: 40px;
margin: auto 0;
font-size: 30px;
color: #cc9a9a;
-webkit-transition: color .2s ease-out;
transition: color .2s ease-out;
cursor: pointer;
}
.todoapp .todo-list li .destroy:hover {
color: #af5b5e;
}
.todoapp .todo-list li .destroy:after {
content: "×";
}
.todoapp .todo-list li:hover .destroy {
display: block;
}
.todoapp .todo-list li .edit {
display: none;
}
.todoapp .todo-list li.editing:last-child {
margin-bottom: -1px;
}
.todoapp .footer {
color: #777;
position: relative;
padding: 10px 15px;
height: 40px;
text-align: center;
border-top: 1px solid #e6e6e6;
}
.todoapp .footer:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 40px;
overflow: hidden;
-webkit-box-shadow:
0 1px 1px rgba(0, 0, 0, .2),
0 8px 0 -3px #f6f6f6,
0 9px 1px -3px rgba(0, 0, 0, .2),
0 16px 0 -6px #f6f6f6,
0 17px 2px -6px rgba(0, 0, 0, .2);
box-shadow:
0 1px 1px rgba(0, 0, 0, .2),
0 8px 0 -3px #f6f6f6,
0 9px 1px -3px rgba(0, 0, 0, .2),
0 16px 0 -6px #f6f6f6,
0 17px 2px -6px rgba(0, 0, 0, .2);
}
.todoapp .todo-count {
float: left;
text-align: left;
}
.todoapp .todo-count strong {
font-weight: 300;
}
.todoapp .filters {
margin: 0;
padding: 0;
position: relative;
z-index: 1;
list-style: none;
}
.todoapp .filters li {
display: inline;
}
.todoapp .filters li a {
color: inherit;
font-size: 12px;
padding: 3px 7px;
text-decoration: none;
border: 1px solid transparent;
border-radius: 3px;
}
.todoapp .filters li a:hover {
border-color: rgba(175, 47, 47, .1);
}
.todoapp .filters li a.selected {
border-color: rgba(175, 47, 47, .2);
}
.todoapp .clear-completed,
.todoapp html .clear-completed:active {
float: right;
position: relative;
line-height: 20px;
text-decoration: none;
cursor: pointer;
}
.todoapp .clear-completed:hover {
text-decoration: underline;
}
.todoapp .info {
margin: 65px auto 0;
color: #bfbfbf;
font-size: 10px;
text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5);
text-align: center;
}
.todoapp .info p {
line-height: 1;
}
.todoapp .info a {
color: inherit;
text-decoration: none;
font-weight: 400;
}
.todoapp .info a:hover {
text-decoration: underline;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.todoapp .todo-list li .toggle,
.todoapp .toggle-all {
background: none;
}
.todoapp .todo-list li .toggle {
height: 40px;
}
}
@media (max-width: 430px) {
.todoapp .footer {
height: 50px;
}
.todoapp .filters {
bottom: 10px;
}
}
.pan-item[data-v-799537af] {
width: 200px;
height: 200px;
border-radius: 50%;
display: inline-block;
position: relative;
cursor: default;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.pan-info-roles-container[data-v-799537af] {
padding: 20px;
text-align: center;
}
.pan-thumb[data-v-799537af] {
width: 100%;
height: 100%;
background-position: 50%;
background-size: cover;
border-radius: 50%;
overflow: hidden;
position: absolute;
-webkit-transform-origin: 95% 40%;
transform-origin: 95% 40%;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.pan-info[data-v-799537af] {
position: absolute;
width: inherit;
height: inherit;
border-radius: 50%;
overflow: hidden;
-webkit-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, .05);
box-shadow: inset 0 0 0 5px rgba(0, 0, 0, .05);
}
.pan-info h3[data-v-799537af] {
color: #fff;
text-transform: uppercase;
position: relative;
letter-spacing: 2px;
font-size: 18px;
margin: 0 60px;
padding: 22px 0 0 0;
height: 85px;
font-family:
Open Sans,
Arial,
sans-serif;
text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3);
}
.pan-info p[data-v-799537af] {
color: #fff;
padding: 10px 5px;
font-style: italic;
margin: 0 30px;
font-size: 12px;
border-top: 1px solid hsla(0, 0%, 100%, .5);
}
.pan-info p a[data-v-799537af] {
display: block;
color: #333;
width: 80px;
height: 80px;
background: hsla(0, 0%, 100%, .3);
border-radius: 50%;
color: #fff;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
font-size: 9px;
letter-spacing: 1px;
padding-top: 24px;
margin: 7px auto 0;
font-family:
Open Sans,
Arial,
sans-serif;
opacity: 0;
-webkit-transition:
opacity .3s ease-in-out .2s,
background .2s linear 0s,
-webkit-transform .3s ease-in-out .2s;
transition:
opacity .3s ease-in-out .2s,
background .2s linear 0s,
-webkit-transform .3s ease-in-out .2s;
transition:
transform .3s ease-in-out .2s,
opacity .3s ease-in-out .2s,
background .2s linear 0s;
transition:
transform .3s ease-in-out .2s,
opacity .3s ease-in-out .2s,
background .2s linear 0s,
-webkit-transform .3s ease-in-out .2s;
-webkit-transform: translateX(60px) rotate(90deg);
transform: translateX(60px) rotate(90deg);
}
.pan-info p a[data-v-799537af]:hover {
background: hsla(0, 0%, 100%, .5);
}
.pan-item:hover .pan-thumb[data-v-799537af] {
-webkit-transform: rotate(-110deg);
transform: rotate(-110deg);
}
.pan-item:hover .pan-info p a[data-v-799537af] {
opacity: 1;
-webkit-transform: translateX(0) rotate(0deg);
transform: translateX(0) rotate(0deg);
}
.link--mallki {
font-weight: 800;
color: #4dd9d5;
font-family: Dosis, sans-serif;
-webkit-transition: color .5s .25s;
transition: color .5s .25s;
overflow: hidden;
position: relative;
display: inline-block;
line-height: 1;
outline: none;
text-decoration: none;
}
.link--mallki:hover {
-webkit-transition: none;
transition: none;
color: transparent;
}
.link--mallki:before {
content: "";
width: 100%;
height: 6px;
margin: -3px 0 0 0;
background: #3888fa;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-transition: -webkit-transform .4s;
transition: -webkit-transform .4s;
transition: transform .4s;
transition: transform .4s, -webkit-transform .4s;
-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
transition-timing-function: cubic-bezier(.7, 0, .3, 1);
}
.link--mallki:hover:before {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.link--mallki span {
position: absolute;
height: 50%;
width: 100%;
left: 0;
top: 0;
overflow: hidden;
}
.link--mallki span:before {
content: attr(data-letters);
color: red;
position: absolute;
left: 0;
width: 100%;
color: #3888fa;
-webkit-transition: -webkit-transform .5s;
transition: -webkit-transform .5s;
transition: transform .5s;
transition: transform .5s, -webkit-transform .5s;
}
.link--mallki span:nth-child(2) {
top: 50%;
}
.link--mallki span:first-child:before {
top: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.link--mallki span:nth-child(2):before {
bottom: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.link--mallki:hover span:before {
-webkit-transition-delay: .3s;
transition-delay: .3s;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
transition-timing-function: cubic-bezier(.2, 1, .3, 1);
}
.box-card-component .el-card__header {
padding: 0 !important;
}
.box-card-component .box-card-header[data-v-83af53d4] {
position: relative;
height: 220px;
}
.box-card-component .box-card-header img[data-v-83af53d4] {
width: 100%;
height: 100%;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
.box-card-component .box-card-header img[data-v-83af53d4]:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-filter: contrast(130%);
filter: contrast(130%);
}
.box-card-component .mallki-text[data-v-83af53d4] {
position: absolute;
top: 0;
right: 0;
font-size: 20px;
font-weight: 700;
}
.box-card-component .panThumb[data-v-83af53d4] {
z-index: 100;
height: 70px !important;
width: 70px !important;
position: absolute !important;
top: -45px;
left: 0;
border: 5px solid #fff;
background-color: #fff;
margin: auto;
}
.box-card-component .panThumb[data-v-83af53d4],
.box-card-component .panThumb[data-v-83af53d4] .pan-info {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.box-card-component .progress-item[data-v-83af53d4] {
margin-bottom: 10px;
font-size: 14px;
}
@media only screen and (max-width: 1510px) {
.box-card-component .mallki-text[data-v-83af53d4] {
display: none;
}
}
[data-v-4e8be140] .paymentDialog .el-dialog__body {
padding: 0;
}
.paymentInfor .paymentHeader[data-v-4e8be140] {
background: #f2f2f2;
padding: 30px 20px;
text-align: center;
}
.paymentInfor .paymentHeader .paymentdivider[data-v-4e8be140] {
width: 50%;
margin: 0 auto;
}
.paymentInfor .paymentHeader .paymentdivider .el-divider__text[data-v-4e8be140] {
font-size: 19px;
background: #f2f2f2;
}
.paymentInfor .paymentHeader .paymentDes[data-v-4e8be140] {
margin-top: 20px;
}
.paymentInfor .paymentHeader .paymentDes .el-tag[data-v-4e8be140] {
margin-right: 10px;
}
.paymentInfor .paymentBox[data-v-4e8be140] {
padding: 30px 20%;
}
.paymentInfor .paymentContent .paymentBase[data-v-4e8be140] {
border-bottom: 1px dashed #e5e5e5;
padding-bottom: 20px;
}
.paymentInfor .paymentContent .marketPrice[data-v-4e8be140] {
font-size: 18px;
padding-right: 10px;
}
.paymentInfor .paymentContent .paymentPrice[data-v-4e8be140] {
padding: 10px 0;
}
.paymentInfor .paymentContent .paymentTitle[data-v-4e8be140] {
padding: 5px 0;
font-size: 14px;
}
.paymentInfor .paymentContent .paymentTitle .paymentPrice[data-v-4e8be140] {
font-size: 20px;
padding: 0 10px 0 30px;
}
.priceGray[data-v-4e8be140] {
color: #999;
font-size: 16px !important;
}
.priceRed[data-v-4e8be140] {
color: #d9001b;
}
.uploadFileNotes[data-v-4e8be140] {
margin-bottom: 12px;
font-size: 12px;
color: #ff6b6b;
}
.dashboard-editor-container {
padding: 15px;
background-color: #f0f2f5;
position: relative;
}
.feedbackBox {
z-index: 999999;
position: fixed;
bottom: 20px;
right: 20px;
width: 500px;
}
.feedbackBox .feedbackTitle {
font-weight: 600;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.feedbackBox .feedbackTitle .closeIcon {
cursor: pointer;
font-size: 20px;
color: #999;
}
.feedbackBox .feedbackTitle .closeIcon:hover {
color: #0d7fe8;
}
.feedbackBox .btnBox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
}
.feedbackBox .el-form-item__content {
font-size: 26px;
}
@media (max-width: 1024px) {
.chart-wrapper {
padding: 8px;
}
}
.stepSet .el-step__icon {
width: 60px;
height: 60px;
font-size: 20px;
}
.stepSet .el-step.is-horizontal .el-step__line {
top: 30px;
}
.stepSet .el-step__head.is-finish {
color: #e6a23c;
border-color: #e6a23c;
}
.stepSet .el-step__title.is-finish {
color: #e6a23c;
}
.stepSet .stepTitle {
cursor: pointer;
}
.info {
margin-top: 25px;
}
.info .el-card__header {
height: 50px;
}
.info .el-card__body {
height: 150px;
}
.companyInfo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.companyInfo img {
width: 55px;
height: 55px;
border-radius: 10px;
margin-right: 15px;
}
.companyInfo .item,
.projectInfo .item {
line-height: 2;
font-size: 14px;
}
.my-app-model .item {
border-radius: 4px;
height: 100px;
border: 1px solid #ebeef5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 25px;
}
.my-app-model .item img {
width: 60px;
height: 60px;
margin: 0 25px 0 20px;
}
.my-app-model .item .item-title {
font-size: 14px;
color: #7f7f7f;
margin-bottom: 10px;
}
.my-app-model .item .item-num {
font-size: 34px;
font-weight: 700;
color: #555;
}
.redTitle {
color: red;
margin-top: 20px;
}
.operation-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.operation-content .operation-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.operation-content .operation-item .el-card {
width: 200px;
}
.operation-content .operation-item .el-card .list-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.operation-content .operation-item .el-card .list-head span {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.operation-content .operation-item .el-card .list-head:hover {
cursor: pointer;
color: #409eff;
}
.operation-content .operation-item .el-card .el-card__header {
padding: 10px;
font-weight: 700;
color: #2b2d42;
}
.operation-content .operation-item .el-card .el-card__body {
padding: 10px;
height: 100px;
overflow-y: auto;
color: #606266;
}
.operation-content .operation-item .el-card .el-card__body .textPath {
white-space: pre-line;
}
.operation-content .operation-item .el-icon-right {
padding: 0 15px;
color: #98c1d9;
font-size: 30px;
}
.emptyGif[data-v-e3426062] {
display: block;
width: 45%;
margin: 0 auto;
}
.dashboard-editor-container[data-v-e3426062] {
background-color: #e3e3e3;
min-height: 100vh;
padding: 50px 60px 0;
}
.dashboard-editor-container .pan-info-roles[data-v-e3426062] {
font-size: 12px;
font-weight: 700;
color: #333;
display: block;
}
.dashboard-editor-container .info-container[data-v-e3426062] {
position: relative;
margin-left: 190px;
height: 150px;
line-height: 200px;
}
.dashboard-editor-container .info-container .display_name[data-v-e3426062] {
font-size: 48px;
line-height: 48px;
color: #212121;
position: absolute;
top: 25px;
}