Files
juipvue/static/css/style.css
“wanyongkang” 81f58ed3b5 样式修改
2024-02-03 14:47:34 +08:00

1733 lines
29 KiB
CSS
Raw Permalink 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.
@import "./jquery.emoji.css";
* {
margin: 0;
padding: 0;
}
video{
display: block;
}
/* // right_box_popup */
/* .el-select-dropdown .popper__arrow {
display: none !important;
} */
table {
border-collapse: collapse;
border-spacing: 0;
}
.tableboxs {
position: relative;
}
.tableboxs .tablebox {
width: 100%;
height: 100%;
max-height: calc(100vh - 155px);
overflow: scroll;
overflow: auto;
}
.tableboxs .el-pagination {
position: absolute !important;
bottom: 0px;
top: auto;
left: 0;
right: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none !important;
}
input[type="number"] {
-moz-appearance: textfield;
}
th,
td {
padding: 0;
}
@media (max-width: 767px) {
html,
body {
background: #f4f8f9;
width: 1500px;
height: 100%;
font-size: 14px;
overflow: auto;
/* float: left; */
/* -webkit-touch-callout: none; */
/* iOS Safari */
/* -webkit-user-select: none; */
/* Chrome/Safari/Opera */
/* -khtml-user-select: none; */
/* Konqueror */
/* -moz-user-select: none; */
/* Firefox */
/* -ms-user-select: none; */
/* Internet Explorer/Edge */
/* user-select: none; */
/* Non-prefixed version, currently*/
font-family: "Microsoft YaHei";
}
}
.el-table__body{
width: auto !important;
}
@media (min-width: 768px) {
html,
body {
background: #f4f8f9;
width: 100%;
height: 100%;
font-size: 14px;
overflow: auto;
/* float: left; */
/* -webkit-touch-callout: none; */
/* iOS Safari */
/* -webkit-user-select: none; */
/* Chrome/Safari/Opera */
/* -khtml-user-select: none; */
/* Konqueror */
/* -moz-user-select: none; */
/* Firefox */
/* -ms-user-select: none; */
/* Internet Explorer/Edge */
/* user-select: none; */
/* Non-prefixed version, currently*/
font-family: "Microsoft YaHei";
}
}
body {
overflow-x: auto;
}
a {
text-decoration: none;
color: #fff;
}
a:hover {
text-decoration: none;
color:#5094fe;
}
a:focus {
outline: none;
}
ul,
li {
list-style: none;
}
.clr:after {
content: "";
display: block;
height: 0;
overflow: hidden;
clear: both;
visibility: hidden;
}
.xing {
color: red;
}
.nowrap {
white-space: nowrap;
}
.flex {
display: flex;
flex-wrap: wrap;
}
input,
button {
outline: none;
}
textarea {
resize: none !important;
outline: none;
color: #2e2f33;
box-sizing: border-box;
font-size: 14px;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
.table_top .page_title {
font-size: 20px;
color: #666e80;
font-weight: bold;
float: left;
margin-bottom: 5px;
line-height: 40px;
}
/* 表格 */
.main_box {
width: 100%;
background: white;
height: auto;
border: 1px solid #dae1f2;
box-sizing: border-box;
border-radius: 5px;
/* position: relative; */
overflow: hidden;
/* float: left; */
}
.main_box:after {
content: "";
display: block;
height: 0;
overflow: hidden;
clear: both;
visibility: hidden;
}
.table_overflow {
width: 100%;
overflow-x: auto;
overflow-y: hidden;
}
.main_box table {
width: 100%;
border-radius: 5px;
}
.table tr {
height: 42px;
width: 100%;
font-size: 12px;
/* border-bottom: 1px solid #f5f6fa; */
border-bottom: 1px solid #dae1f2;
}
.table tr td:first-child {
width: 30px;
min-width: 0px;
}
table .tableNoData {
text-align: center;
}
.unlimited tr td:first-child {
width: auto;
}
.unlimited .tbody td:first-child {
border-right: none;
}
.theader {
background: #fcfeff;
height: 54px
}
.theader td,
.theader th {
font-size: 14px;
text-align: left;
color: #4c6399;
white-space: nowrap;
padding: 0 12px;
position: relative;
border-right: 1px solid #dae1f2;
}
.theader td:last-child,
.theader th:last-child {
border-right: none;
}
.table .theader {
border-bottom: 1px solid #dae1f2;
}
.theader td:hover,
.theader th:hover {
background: #f8fbfc;
}
.tbody td {
color: #45474c;
text-align: left;
padding-left: 10px;
border-left: 1px solid #dae1f2;
}
.tbody td:first-child {
color: #8a8e99;
border-left: none;
/* border-right: 1px solid #999; */
}
.tbody td:last-child {
/* border-left: 1px solid #999; */
text-indent: 0
}
.handel_img {
cursor: pointer;
}
td .handel:last-child {
margin-right: 0px;
}
.theader td i {
float: right;
line-height: 19px;
}
td.stateFalse::before {
content: "";
display: inline-block;
width: 6px;
height: 6px;
border-radius: 50%;
background: rgba(255, 120, 117, 1);
margin-right: 6px;
}
td.stateTrue::before {
content: "";
display: inline-block;
width: 6px;
height: 6px;
border-radius: 50%;
background: rgba(109, 204, 61, 1);
margin-right: 6px;
}
td.stateNone::before {
content: "";
display: inline-block;
width: 6px;
height: 6px;
border-radius: 50%;
background: rgba(184, 184, 184, 1);
margin-right: 6px;
}
td.stateOther {
color: #999
}
.block {
position: relative;
left: 0;
width: 100%;
height: 56px;
/* background: #fff; */
}
.block.sm {
height: 30px;
margin-top: 10px;
}
.detail .box.all .block.sm {
margin-bottom: -5px;
}
.el-pagination {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%)
}
.table_handel {
margin-right: 5px;
}
td span.handel {
padding: 0 5px;
line-height: 22px;
display: inline-block;
/* margin-right: 10px; */
border-radius: 12px;
cursor: pointer;
white-space: nowrap;
}
/* */
.form_title {
line-height: 24px;
color: #95979d;
margin: 20px 0 0 40px;
}
.from_box {
width: auto;
background: #fafcfc;
position: relative;
padding: 0 25px 40px 25px;
margin-bottom: 30px;
margin-left: 40px;
margin-right: 40px;
}
.from_item .el-form-item__content {
line-height: 32px;
}
.from_item .el-input__icon {
line-height: 32px;
}
.from_item,
.item {
float: left;
height: auto;
margin-top: 22px;
width: 460px;
margin-right: 25px;
color: #3d424c;
}
.from_item.big {
width: 945px;
}
/* .from_item.small {
width: 298px;
}
.from_item.small .el-select,
.from_item.small .el-input {
width: 298px;
} */
.from_item.trisection {
width: 239px;
margin-right: 8px;
}
.from_item.little input,
.from_item.little .el-select,
.from_item.little .el-input {
width: 217.5px;
float: left;
margin-right: 25px;
/* margin-top: 10px; */
}
.from_item.little .el-select input,
.from_item.little .el-select .el-input {
float: none;
/* margin-top: 0 */
}
.from_item.little input:last-child,
.from_item.little .el-select:last-child {
margin-right: 0;
}
.from_item.hasUnit {
position: relative;
}
.from_item>label,
.item>label {
color: #5c5f66;
font-size: 14px;
line-height: 28px;
height: 28px;
min-width: 1px;
}
.from_item .el-input,
.item .el-input,
.from_item .el-select,
.from_item .el-radio-group {
display: block;
width: 100%;
}
.input-btn.input-btn {
display: table;
}
.input-btn.input-btn .el-input-group__append {
padding: 0;
}
.input-btn.input-btn span {
display: block;
height: 30px;
line-height: 30px;
padding: 0 20px;
}
.btn_group.el-input-group--append .el-input__inner {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.btn_group .el-input-group__append {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: auto;
border: none;
border-radius: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
line-height: 32px;
cursor: pointer;
background: #4c82ff;
color: #fff;
}
.from_item.hasUnit input {
padding-right: 61px;
}
.from_item .unit {
display: inline-block;
width: 62px;
height: 32px;
box-sizing: border-box;
line-height: 32px;
border: 1px solid #dedfe0;
background: #fff;
border-radius: 3px;
text-align: center;
color: #4c82ff
}
.from_item input {
display: block;
height: 32px;
background: white;
border: 1px solid #dedfe0;
color: #2e2f33;
font-size: 14px;
padding-left: 10px;
border-radius: 3px;
outline: none;
box-sizing: border-box;
}
.from_item>input {
width: 458px;
}
.from_item .el-input__inner {
line-height: 32px;
}
.from_item textarea {
width: 100%;
height: 110px;
background: white;
border: 1px solid #dedfe0;
border-radius: 3px;
}
.from_item .input {
width: 750px;
height: 30px;
background: white;
border: 1px solid #dedfe0;
color: #2e2f33;
font-weight: bold;
font-size: 14px;
padding-left: 10px;
}
.from_item .el-range-editor.el-input__inner {
padding: 0;
width: 100%;
height: 32px;
}
.btnBig {
width: 945px;
}
.from_item_tabBtn {
color: #8a8f99;
margin-left: 15px;
}
.from_item_tabBtn span {
color: #4c82ff;
cursor: pointer;
}
.uploadimg_box {
position: relative;
}
.uploadimg_box p.imgTip {
position: absolute;
left: 0;
top: 107px;
width: 127px;
height: 20px;
line-height: 20px;
font-size: 12px;
color: #fff;
background: rgba(0, 0, 0, 0.5);
text-align: center;
display: none;
cursor: pointer;
}
.uploadimg_box>.uploadimg~p.imgTip,
.uploadimg_box>.uploadimg p.imgTip {
display: block;
}
.uploadimg {
width: 127px;
height: 127px;
/* margin-bottom: 35px; */
float: left;
margin-right: 20px;
cursor: pointer;
position: relative;
}
.uploadimg img {
width: 100%;
height: 100%;
}
.uploadimg i {
position: absolute;
right: 4px;
top: -6px;
color: white;
cursor: pointer;
}
.ubloadbtn {
width: 127px;
height: 127px;
border: 1px dashed #dedfe0;
border-radius: 3px;
float: left;
display: block;
background: #ecf3fa;
box-sizing: border-box;
position: relative;
cursor: pointer;
}
.ubloadbtn img {
width: 56px;
height: 56px;
margin-top: calc(50% - 28px);
margin-left: calc(50% - 28px);
}
.zhu {
font-size: 12px;
color: #8a8d99;
width: 100%;
float: left;
margin-bottom: 20px;
}
.handel_box {
max-width: 995px;
margin: 40px;
text-align: center
}
.handel_box input {
outline: none;
border: 1px solid #4c82ff;
height: 34px;
line-height: 32px;
width: 137px;
background: #4c82ff;
border-radius: 5px;
margin-right: 20px;
font-size: 14px;
color: white;
text-align: center;
cursor: pointer;
/* float: left; */
}
.handel_box input:last-of-type {
margin-right: 0
}
.handel_box input[disabled] {
cursor: not-allowed;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}
.handel_box .small {
/* margin-right: 20px; */
background: #4c82ff;
color: #ffffff;
/* margin-right: 0px; */
/* float: right; */
/* height: 34px; */
/* width: 137px; */
/* text-align: center; */
/* line-height: 34px; */
/* font-size: 14px; */
/* border-radius: 5px; */
}
.tiaoguo {
color: #4d82ff;
font-size: 14px;
float: left;
line-height: 40px;
position: relative;
left: 15px;
}
/* 底部固定按钮框 */
.handel_foot_box {
padding: 20px 0;
height: 70px;
}
.handel_foot_box .handel_fixed_box {
height: 70px;
line-height: 70px;
text-align: center;
letter-spacing: 40px;
}
.handel_foot_box .handel_fixed_box .btn {
letter-spacing: 2px;
}
.handel_foot_box .handel_fixed_box.fixed {
position: fixed;
z-index: 1000;
background: #fff;
bottom: 15px;
box-shadow: 0 -1px 3px 0 #eee;
border: 1px solid #dae1f2;
/* border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px; */
}
/* 对话框 */
.dialog {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 100;
display: none;
}
.dialog_mask {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: black;
opacity: 0.5;
}
.dialog_box {
position: absolute;
top: 50%;
left: 50%;
background: white;
z-index: 999;
opacity: 1;
transform: translateX(-50%)translateY(-80%);
border-radius: 4px;
}
.el-dialog__body {
box-sizing: border-box;
max-height: 90vh;
overflow: scroll;
}
.dialog_title {
width: calc(100% -40px);
background: #f2f2f2;
font-size: 16px;
color: #45474c;
padding: 0px 20px;
line-height: 44px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.dialog_title i {
float: right;
}
.dialog_content {
width: calc(100% -40px);
padding: 0px 20px;
height: auto;
}
.dialog_content label {
color: #5c5f66;
font-size: 14px;
}
.dialog_bottom {
width: 100%;
height: 70px;
background: #f2f2f2;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.dialog_handelbox {
height: 70px;
margin-left: calc(50% - 111.5px);
}
.dialog_handelbox span {
width: 104px;
margin-top: 15px;
border-radius: 5px;
box-sizing: border-box;
float: left;
text-align: center;
line-height: 40px;
font-size: 16px;
cursor: pointer;
}
.dialog_handelbox span:first-child {
border: 1px solid #4c82ff;
color: #4c82ff;
margin-right: 15px;
}
.dialog_handelbox span:last-child {
background: #4c82ff;
color: white;
}
.dialog_cur {
display: block;
}
.dialog_cur .dialog_box {
animation: move 0.3s ease-out;
}
@keyframes move {
from {
top: 42%;
opacity: 0;
}
to {
opacity: 1;
top: 50%;
}
}
.page_right {
float: left;
width: 100%;
}
.right_handel {
padding: 0px 8px;
background: #4d82ff;
border-radius: 3px;
line-height: 40px;
height: 40px;
box-sizing: border-box;
float: left;
font-size: 14px;
color: white;
margin-right: 10px;
display: block;
}
.right_handel img {
width: 14px;
height: 14px;
margin-top: 12px;
margin-right: 6px;
position: relative;
top: 2px;
}
.table_top_handel {
border: 1px solid #4c82ff;
color: #4c82ff;
border-radius: 5px;
padding: 0px 14px;
line-height: 38px;
float: left;
height: 40px;
font-size: 14px;
margin-right: 10px;
box-sizing: border-box;
}
.red {
border-color: #fd6876;
color: #fd6876
}
.table_top_handel img {
float: left;
width: 18px;
height: 18px;
margin-top: 10px;
margin-right: 6px;
}
.cursor {
cursor: pointer;
}
.del_i {
float: right;
margin-top: 15px;
margin-right: 15px;
}
.dialog_none {
animation: none 0.3s ease-out;
}
.search_box {
width: 357px;
height: 38px;
border: 1px solid #e5e5e5;
border-radius: 3px;
float: right;
background: white;
line-height: 38px;
}
.search_box i {
float: right;
margin-right: 15px;
}
.search_box input {
width: calc(100% - 52px);
border: none;
outline: none;
float: left;
height: 38px;
padding-left: 15px;
color: #999999;
}
.input_box {
width: auto;
height: auto;
float: left;
margin-top: 10px;
margin-bottom: 10px;
}
.input_box label {
width: 70px;
font-size: 12px;
color: #8a8d99;
margin-right: 10px;
display: inline-block;
text-align: right;
}
.input_box .el-select,
.input_box .el-input,
.input_box .el-input.el-date-editor {
width: 188px;
}
.input_box .el-input__icon {
line-height: 30px;
}
.input_btnbox {
width: auto;
height: auto;
float: right;
margin-top: 8px;
margin-bottom: 16px;
}
.input_btnbox input {
width: 80px;
height: 30px;
border-radius: 3px;
box-sizing: border-box;
border: none;
outline: none;
background: #4c82ff;
color: white;
font-size: 12px;
margin-right: 10px;
}
.input_btnbox .clearbtn {
background: white;
border: 1px solid #4c82ff;
color: #4c82ff;
}
.el-popover {
min-width: 0px !important;
padding: 0px !important;
}
.el-popover--plain {
padding: 0px !important;
}
.popover_box {
height: auto;
float: left;
overflow: auto;
max-height: 200px;
width: 100%;
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
background-color: rgba(144, 147, 153, .3);
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
}
.el-icon-date {
display: none !important;
}
.popover_box span {
width: 150px;
display: block;
text-align: center;
color: #4d82ff;
font-size: 14px;
line-height: 30px;
}
.popover_box span:hover {
background: #e5e5e5;
}
.right_search .el-input .el-input__inner {
margin-left: 0px !important;
height: 35px !important;
}
.nav_block {
margin-top: 3px;
}
span.edit {
/* color: #4c82ff;
border: 1px solid #4c82ff; */
color: white;
background: #4c82ff;
}
span.detail {
color: #4c82ff;
border: 1px solid #4c82ff;
}
span.more {
color: white;
background: #4d6499;
}
span.del {
color: #bfbfbf;
border: 1px solid #bfbfbf;
}
span.fabu {
color: white;
background: #678bdc;
}
span.dayin {
color: white;
background: #627ab2;
}
span.fause {
color: white;
background: #627ab2;
/* background: rgb(255, 124, 133) */
}
span.wait {
cursor: wait !important;
}
span.canc {
color: white;
background: #ffdb9d;
}
.noclick {
border-color: #99b8ff;
color: #99b8ff;
cursor: not-allowed
}
span.addblack {
width: 75px;
padding: 0px 10px;
font-size: 14px;
border: 1px solid rgba(191, 191, 191, 1);
color: rgba(191, 191, 191, 1);
}
.table_check {
width: 14px;
height: 14px;
border: 1px solid #e5e5e5;
display: block;
/* margin-left: calc(50% - 9px); */
margin: 0 auto;
text-align: center;
line-height: 16px;
cursor: pointer;
}
.tbody .table_check {
margin-left: calc(50% - 14px);
}
.table_tabs {
height: 42px;
border-bottom: 1px solid #dae1f2;
background: white;
width: 100%;
box-sizing: border-box;
display: flex;
justify-content: center;
margin-bottom: 5px ;
}
.table_tabs.flex-start {
justify-content: flex-start;
}
.table_tabs.flex-start.only-bottombr {
border: 0;
border-bottom: 1px solid #dae1f2;
}
.table_tabs span {
width: 110px;
float: left;
line-height: 40px;
text-align: center;
font-size: 16px;
color: #2e2f33;
cursor: pointer;
margin-right: 20px;
box-sizing: border;
white-space: nowrap;
}
.table_tabs span:last-child {
margin-right: 0px
}
.table_tabs .cur {
border-bottom: 2px solid #4c82ff;
color: #4c82ff;
}
.table_tabs_left {
height: 42px;
border: 1px solid #dae1f2;
background: white;
border-radius: 5px;
width: 100%;
box-sizing: border-box;
display: flex;
justify-content: left;
}
.table_tabs_left span {
width: 150px;
float: left;
line-height: 40px;
text-align: center;
font-size: 16px;
color: #2e2f33;
cursor: pointer;
box-sizing: border;
}
.heior {
float: right;
margin-right: 15px;
line-height: 40px;
height: 40px;
overflow: hidden;
color: #4d82ff;
cursor: pointer;
}
.heior_box {
width: 100%;
background: #fdfdfe;
height: auto;
position: relative;
box-sizing: border-box;
padding-bottom:10px;
}
.heior_box .search-box{
float:right;
display: flex;
}
.search-box .el-input-group{
width: 250px;
}
.heior_box:after {
content: "";
display: block;
height: 0;
overflow: hidden;
clear: both;
visibility: hidden;
}
.heior_box>i:first-child {
position: absolute;
top: 0px;
right: 0px;
}
.input_box input {
height: 30px !important;
}
.right_box_popup {
height: calc(100vh - 75px);
}
.right_box_popup .el-scrollbar {
height: calc(100% - 102px)
}
.right_box_popup.hasSearch .el-scrollbar {
height: calc(100% - 160px)
}
.nodata {
background: #909399;
}
.mt0 {
margin-top: 0;
}
.mt6 {
margin-top: 6px;
}
.mt14 {
margin-top: 14px;
}
.mb6 {
margin-bottom: 6px;
}
.ml20 {
margin-left: 20px;
margin-right: 20px;
}
.ml40 {
margin-left: 40px;
margin-right: 40px;
}
.mar0 {
margin: 0
}
.xw995 {
max-width: 995px;
}
.pb0 {
padding-bottom: 0 !important
}
.ptb18 {
padding: 18px 0;
}
/* 只有一块内容 */
.screen1 {
min-height: 100%;
height: auto;
margin-top: 0;
overflow: hidden;
}
/* 有选项卡 提示 搜索栏 */
.screen2 {
min-height: calc(100% - 134px);
overflow: hidden;
height: auto;
}
/* 有选项卡 提示 */
.screen3 {
min-height: calc(100% - 94px);
overflow: hidden;
height: auto;
}
/* 有搜索栏 */
.screen4 {
min-height: calc(100% - 56px);
overflow: hidden;
height: auto;
}
/* 有选项卡 搜索栏 */
.screen5 {
min-height: calc(100% - 102px);
overflow: hidden;
height: auto;
}
.el-scrollbar__wrap {
margin-bottom: 0px !important;
}
.cover-div {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
background: black;
opacity: 0.7;
z-index: 2
}
.center-div {
width: 500px;
height: 500px;
position: absolute;
top: calc(50% - 250px);
left: calc(50% - 250px);
z-index: 99999;
margin: 0 auto;
overflow: hidden;
}
.readimg_box .img_cover {
width: 500px;
height: 500px;
float: left;
}
.readimg_box {
height: 500px;
transition: all 0.2s linear;
}
.leftspan,
.rightspan {
width: 50px;
height: 100px;
background: blue;
display: inline-block;
cursor: pointer;
z-index: 99999;
position: relative;
}
.leftspan {
position: absolute;
top: calc(50% - 25px);
left: 30px;
background: url(/static/img/left.svg) no-repeat;
}
.rightspan {
position: absolute;
top: calc(50% - 25px);
right: 30px;
background: url(/static/img/right.svg) no-repeat;
z-index: 99999;
}
.send_success {
width: 100%;
text-align: center;
}
.send_success img {
margin-top: 45px;
width: 49px;
height: 49px;
margin-bottom: 20px;
}
.send_success p {
font-size: 28px;
text-align: center;
color: #45474c;
}
.progress_line {
width: 546px;
height: 9px;
display: block;
margin: 60px auto 0;
border-radius: 15px;
background: #4c82ff linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
animation: progress-bar-stripes 1s linear infinite;
}
@keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
/* 报表统计相关CSS */
.echarts_title {
width: calc(100% - 15px);
padding-left: 15px;
line-height: 41px;
height: 41px;
border-bottom: 1px solid #dae1f2;
background: #fdfdfd;
color: #303133;
font-size: 14px;
display: block;
}
.oval {
width: 44px;
height: 20px;
min-width: 44px;
line-height: 20px;
display: block;
border-radius: 10px;
background: #e5edff;
text-align: center;
font-size: 12px;
color: #5c5f66;
cursor: pointer;
}
.select_box {
float: right;
margin-top: 10px;
margin-right: 15px;
}
.echarts_box {
width: 100%;
height: calc(360px - 42px);
position: relative;
}
.left_box {
width: 526px;
height: 360px;
border: 1px solid #dae1f2;
border-radius: 4px;
overflow: hidden;
background: white;
float: left;
box-sizing: border-box;
}
.right_box {
width: calc(100% - 536px);
height: 360px;
border: 1px solid #dae1f2;
border-radius: 4px;
overflow: hidden;
background: white;
float: left;
margin-left: 10px;
box-sizing: border-box;
}
.e_div {
width: calc(50% - 5px);
margin-right: 10px;
height: 360px;
float: left;
background: white;
border: 1px solid #dae1f2;
box-sizing: border-box;
}
.box .e_div:last-child {
margin-right: 0px;
}
.box {
width: 100%;
height: auto;
float: left;
margin-bottom: 10px;
background: #fff;
}
.big_box {
width: calc(100% - 2px);
background: white;
height: 360px;
border: 1px solid #dae1f2;
overflow: hidden;
}
.big_box .div {
width: 50%;
float: left;
margin-top: 30px;
border-right: 1px solid #f0f0f0;
box-sizing: border-box;
height: 250px;
position: relative;
}
.big_box .div:last-child {
border: none;
}
/* home */
.maincontent .is-horizontal {
display: none;
}
.filter {
filter: blur(6px);
}
.el-scrollbar {
height: 100%;
}
.page_content_view {
padding-right: 8px;
}
.el-scrollbar__wrap {
overflow-x: hidden;
}
.w-e-panel-tab-content div .block {
position: relative !important;
}
.w-e-icon-undo,
.w-e-icon-redo {
display: none
}
.flt {
float: left;
}
.frt {
float: right;
}
/* 暂无数据 */
.information {
text-align: center;
color: #919399;
margin-top: 65px;
}
/* 不可修改项置灰颜色重写 */
.el-input.is-disabled .el-input__inner {
color: #606266;
}
.el-textarea.is-disabled .el-textarea__inner {
color: #606266;
}
.el-radio__input.is-disabled+span.el-radio__label {
color: #606266;
}
/*修复.right_box_popup .el-radio-group宽度问题*/
.right_box_popup .el-radio-group {
display: block;
}
.search_button{
width: 80px;
height: 30px;
border-radius: 3px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
outline: none;
background: #4c82ff;
color: white;
font-size: 12px;
margin-right: 10px;
cursor: pointer;
}
.clear_button{
background: white;
border: 1px solid #4c82ff;
color: #4c82ff;
width: 80px;
height: 30px;
border-radius: 3px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
margin-right: 10px;
cursor: pointer;
}
/* 采用 element 的 label 统一改字体12px #8a8d99 单独给需要的页面加了class类 input_label 给el-form-item组件 即可 不影响其他页面*/
.input_label .el-form-item__label{
font-size: 12px;
color:#8a8d99;
width: 100px;
}
.video .el-dialog__body{
padding:0;
border:0;
overflow: hidden;
}
.video .el-dialog__headerbtn{
top:15px;
}
.handel_foot_box .handel_fixed_box.fixed {
position: fixed;
z-index: 1000;
background: #fff;
bottom: 15px;
box-shadow: 0 -1px 3px 0 #eee;
border: 1px solid #dae1f2;
}
.spanButton{
padding: 0 8px;
background: #4d82ff;
border-radius: 3px;
line-height: 30px;
height: 30px;
box-sizing: border-box;
float: left;
font-size: 14px;
color: #fff;
margin-right: 10px;
display: block;
cursor: pointer;
}
.menu-bar{
width: 100%;
margin: 30px 0;
}
.right-operate{
float: right;
display: flex;
}
.inputDefault {
width: 200px;
height: 36px;
line-height: 36px;
color: #282828;
padding: 0 0 0 8px;
border: solid 1px #dcdcdc;
border-radius: 2px;
border-image: initial;
transition: all .2s linear;
}