@charset "UTF-8";
|
#app .sidebar-container .is-active {
|
background: none !important;
|
}
|
.el-table {
|
.el-table__header-wrapper,
|
.el-table__fixed-header-wrapper {
|
th {
|
word-break: break-word;
|
height: 47px;
|
background: #f3f8fe;
|
color: #515a6e;
|
font-size: 14px;
|
font-weight: 500;
|
}
|
}
|
}
|
|
.el-dialog__body {
|
padding: 20px !important;
|
}
|
|
.acea-row {
|
display: -webkit-box;
|
display: -moz-box;
|
display: -webkit-flex;
|
display: -ms-flexbox;
|
display: flex !important;
|
-webkit-box-lines: multiple;
|
-moz-box-lines: multiple;
|
-o-box-lines: multiple;
|
-webkit-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
flex-wrap: wrap;
|
/* 辅助类 */
|
}
|
|
.acea-row.row-middle {
|
-webkit-box-align: center;
|
-moz-box-align: center;
|
-o-box-align: center;
|
-ms-flex-align: center;
|
-webkit-align-items: center;
|
align-items: center;
|
}
|
.acea-row.justify-content {
|
-webkit-justify-content: center;
|
justify-content: center;
|
}
|
.acea-row.row-right {
|
-webkit-box-pack: end;
|
-moz-box-pack: end;
|
-o-box-pack: end;
|
-ms-flex-pack: end;
|
-webkit-justify-content: flex-end;
|
justify-content: flex-end;
|
}
|
|
.acea-row.row-bottom {
|
-webkit-box-align: end;
|
-moz-box-align: end;
|
-o-box-align: end;
|
-ms-flex-align: end;
|
-webkit-align-items: flex-end;
|
align-items: flex-end;
|
}
|
|
.acea-row.row-around {
|
justify-content: space-around;
|
-webkit-justify-content: space-around;
|
}
|
|
.acea-row.row-between {
|
-webkit-box-pack: justify;
|
-moz-box-pack: justify;
|
-o-box-pack: justify;
|
-ms-flex-pack: justify;
|
-webkit-justify-content: space-between;
|
justify-content: space-between;
|
}
|
|
/* 上下左右垂直居中 */
|
.acea-row.row-center-wrapper {
|
-webkit-box-align: center;
|
-moz-box-align: center;
|
-o-box-align: center;
|
-ms-flex-align: center;
|
-webkit-align-items: center;
|
align-items: center;
|
-webkit-box-pack: center;
|
-moz-box-pack: center;
|
-ms-flex-pack: center;
|
-webkit-justify-content: center;
|
justify-content: center;
|
}
|
|
/* 上下两边居中对齐 */
|
.acea-row.row-between-wrapper {
|
-webkit-box-align: center;
|
-moz-box-align: center;
|
-o-box-align: center;
|
-ms-flex-align: center;
|
-webkit-align-items: center;
|
align-items: center;
|
-webkit-box-pack: justify;
|
-moz-box-pack: justify;
|
-o-box-pack: justify;
|
-ms-flex-pack: justify;
|
-webkit-justify-content: space-between;
|
justify-content: space-between;
|
}
|
|
.acea-row.row-column-around {
|
-webkit-flex-direction: column;
|
-ms-flex-direction: column;
|
flex-direction: column;
|
justify-content: space-around;
|
-webkit-justify-content: space-around;
|
}
|
|
//登录页动画
|
.index_bg {
|
width: 100%;
|
height: 100vh;
|
background: rgba(0, 0, 0, 0.6) !important;
|
z-index: 0 !important;
|
}
|
|
.divBox {
|
padding: 20px;
|
// padding: 0 20px 20px;
|
box-sizing: border-box;
|
.el-pagination {
|
display: flex;
|
justify-content: flex-end;
|
margin-top: 25px;
|
}
|
}
|
|
.el-dialog {
|
border-radius: 6px;
|
}
|
|
.fontColor3 {
|
color: #ed4014;
|
}
|
|
/* 去掉滚动条 */
|
.scrollbarAll::-webkit-scrollbar {
|
display: none; /* Chrome Safari */
|
}
|
|
.scrollbarAll {
|
scrollbar-width: none; /* firefox */
|
-ms-overflow-style: none; /* IE 10+ */
|
overflow-x: hidden;
|
overflow-y: auto;
|
}
|
|
.seachTiele {
|
font-size: 12px;
|
line-height: 29px;
|
}
|
|
.seachWidth {
|
//width: 219px !important;
|
}
|
|
.el-divider--horizontal {
|
margin: 19px 0;
|
}
|
|
.suibian-modal {
|
.el-dialog__footer {
|
display: none !important;
|
}
|
}
|
|
.el-dialog__footer {
|
border-top: 1px solid #dcdfe6;
|
padding:15px!important;
|
}
|
|
.el-message-box__wrapper {
|
overflow: auto;
|
}
|
|
.el-message-box {
|
overflow: auto !important;
|
}
|
|
.modal-form {
|
width: 700px;
|
}
|
|
table .el-image {
|
width: 30px !important;
|
height: 30px !important;
|
}
|
|
.upload-form {
|
min-width: 1000px;
|
max-height: 620px;
|
}
|
|
.upload-form-temp {
|
min-width: 1000px;
|
max-height: 700px;
|
}
|
|
.listPic {
|
.image-slot {
|
width: 100%;
|
height: 100%;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
}
|
|
.switchTable {
|
.el-switch.is-disabled {
|
opacity: 1;
|
}
|
.el-switch.is-disabled .el-switch__core,
|
.el-switch.is-disabled .el-switch__label {
|
cursor: pointer !important;
|
}
|
}
|
|
/**
|
* 上传图片的照相机
|
*/
|
.upLoadPicBox {
|
display: inline-block;
|
cursor: pointer;
|
.upLoad {
|
width: 58px;
|
height: 58px;
|
line-height: 58px;
|
border: 1px dotted rgba(0, 0, 0, 0.1);
|
border-radius: 4px;
|
background: rgba(0, 0, 0, 0.02);
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
}
|
|
/**
|
* 标题带下划线
|
*/
|
.dividerTitle {
|
.title {
|
border-bottom: 2px solid #1890ff;
|
padding: 0 8px 18px 5px;
|
color: #000;
|
font-size: 14px;
|
}
|
}
|
|
.cameraIconfont {
|
color: #898989;
|
font-size: 26px;
|
}
|
|
.ml10 {
|
margin-left: 10px;
|
}
|
|
.mr10 {
|
margin-right: 10px !important;
|
}
|
|
.mr15 {
|
margin-right: 15px;
|
}
|
|
.mb5 {
|
margin-bottom: 5px;
|
}
|
|
.mt20 {
|
margin-top: 20px;
|
}
|
|
.mb15 {
|
margin-bottom: 15px;
|
}
|
|
.mb20 {
|
margin-bottom: 20px;
|
}
|
|
.mb35 {
|
margin-bottom: 35px !important;
|
}
|
|
.mt20 {
|
margin-top: 20px;
|
}
|
|
.mr50 {
|
margin-right: 50px;
|
}
|
|
.mr20 {
|
margin-right: 20px;
|
}
|
|
.mr15 {
|
margin-right: 15px;
|
}
|
|
.ml40 {
|
margin-left: 40px !important;
|
}
|
|
.mr5 {
|
margin-right: 5px !important;
|
}
|
|
.font14 {
|
font-size: 14px;
|
}
|
|
//表格图片宽度
|
.tabBox_img {
|
width: 36px;
|
height: 36px;
|
border-radius: 4px;
|
display: table-cell;
|
vertical-align: middle;
|
}
|
|
.tabBox_img img {
|
width: 100%;
|
height: 100%;
|
}
|
|
.picMiddle {
|
display: table;
|
}
|
|
.spBlock {
|
display: block;
|
}
|
|
//表格头部颜色
|
.el-table thead {
|
color: #333 !important;
|
}
|
|
// 模态框
|
.creatformModel {
|
min-width: 700px;
|
max-height: 620px;
|
}
|
|
.width100 {
|
width: 100%;
|
}
|
|
//dialog头部加线条
|
.el-dialog__header {
|
border-bottom: 1px solid #dcdfe6;
|
}
|
|
//点击上传图样式(弹窗)
|
.publicPicBox {
|
display: inline-block;
|
cursor: pointer;
|
}
|
|
.publicPicBox .upLoad {
|
width: 58px;
|
height: 58px;
|
line-height: 58px;
|
border: 1px dotted rgba(0, 0, 0, 0.1);
|
border-radius: 4px;
|
background: rgba(0, 0, 0, 0.02);
|
}
|
|
.publicPicBox .pictrue {
|
width: 60px;
|
height: 60px;
|
border: 1px dotted rgba(0, 0, 0, 0.1);
|
margin-right: 10px;
|
}
|
|
.publicPicBox .pictrue img {
|
width: 100%;
|
height: 100%;
|
}
|
|
.publicPicBox .iconfont {
|
color: #898989;
|
font-size: 18px;
|
}
|
|
//全局弹窗宽度;
|
.dialogWidth {
|
width: 80%;
|
}
|
|
/**
|
* 表格下拉内容
|
*/
|
.demo-table-expand {
|
font-size: 0;
|
}
|
|
.demo-table-expand label {
|
width: 111px;
|
color: #99a9bf;
|
}
|
|
.demo-table-expand .el-form-item {
|
margin-right: 0;
|
margin-bottom: 0;
|
width: 33.33%;
|
}
|
|
/*switch样式*/
|
.el-switch__label {
|
position: absolute;
|
display: none;
|
color: #fff;
|
font-size: 12px !important;
|
}
|
|
/*打开时文字位置设置*/
|
.el-switch__label--right {
|
z-index: 1;
|
margin-left: -4px;
|
font-size: 12px !important;
|
}
|
|
/*关闭时文字位置设置*/
|
.el-switch__label--left {
|
z-index: 1;
|
left: 8px;
|
font-size: 12px !important;
|
}
|
|
/*显示文字*/
|
.el-switch__label.is-active {
|
display: block;
|
color: #fff;
|
font-size: 12px !important;
|
}
|
.el-switch__label * {
|
font-size: 12px !important;
|
}
|
|
.selWidth {
|
width: 300px;
|
}
|
|
//表格字体
|
//.el-table--mini{
|
// font-size: 13px !important;
|
//}
|
|
//富文本编辑器弹框
|
#edui_fixedlayer {
|
z-index: 4000 !important;
|
}
|
|
.edui-shadow {
|
//z-index: -1 !important;
|
}
|
|
.edui-default {
|
// z-index: 4000 !important;
|
}
|
|
.edui-dialog {
|
z-index: 4009 !important;
|
}
|
|
.maskModel {
|
position: fixed;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
z-index: 55;
|
background-color: rgba(0, 0, 0, 0.5);
|
}
|
|
.line2 {
|
word-break: break-all;
|
display: -webkit-box;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
overflow: hidden;
|
}
|
|
.el-image-viewer__close {
|
color: #fff;
|
}
|
|
.statistical-page .mpvue-calendar {
|
min-width: 100%;
|
}
|
|
.statistical-page .mpvue-calendar table {
|
margin: 0;
|
}
|
|
.statistical-page .mpvue-calendar td {
|
border-right: 1px solid #fff;
|
padding: 0;
|
width: 14% !important;
|
}
|
|
.statistical-page .calendar-tools {
|
box-shadow: unset;
|
-webkit-box-shadow: unset;
|
-o-box-shadow: unset;
|
-moz-box-shadow: unset;
|
}
|
|
.statistical-page .mc-head-box div {
|
font-size: 14px;
|
}
|
|
.statistical-page .mpvue-calendar td:not(.disabled) span.mc-date-red {
|
color: unset;
|
}
|
|
.statistical-page .mpvue-calendar .mc-range-mode .mc-range-end span.calendar-date,
|
.statistical-page .mpvue-calendar .mc-range-mode .mc-range-begin span.calendar-date {
|
border-radius: 0;
|
background-color: #2291f8 !important;
|
}
|
|
.statistical-page .mpvue-calendar td.selected span.mc-date-red {
|
color: #fff;
|
}
|
|
.statistical-page .mc-range-mode .selected .mc-range-bg {
|
background-color: #a0dcf9;
|
}
|
|
.statistical-page .mpvue-calendar .mc-range-mode .mc-range-row-last .calendar-date,
|
.statistical-page .mpvue-calendar .mc-range-mode .mc-range-row-first .calendar-date {
|
background-color: #a0dcf9;
|
}
|
|
.statistical-page .mpvue-calendar .mc-range-mode .selected.mc-range-second-to-last span {
|
background-color: #a0dcf9;
|
}
|
|
.statistical-page .mpvue-calendar .mc-range-mode .mc-range-month-first.selected .calendar-date,
|
.statistical-page .mpvue-calendar .mc-range-mode .mc-range-month-last.selected .calendar-date {
|
background-color: #a0dcf9;
|
}
|
|
.statistical-page .mc-today-element .calendar-date {
|
border-radius: 0;
|
background-color: unset;
|
}
|
|
//弹窗样式
|
.el-message-box__header {
|
//padding: 30px;
|
}
|
|
//抽屉提交按钮
|
.from-foot-btn {
|
width: 100%;
|
padding: 20px;
|
background: #fff;
|
}
|
.witth50 {
|
width: 50%;
|
}
|
.drawer_fix {
|
z-index: 10;
|
position: absolute;
|
left: 0;
|
bottom: 0px;
|
padding-bottom: 10px;
|
background: #fff;
|
}
|
.fix {
|
position: fixed;
|
bottom: 0;
|
}
|
.btn-shadow {
|
box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.05);
|
}
|
|
//多图中图片样式
|
.pictrue {
|
width: 60px;
|
height: 60px;
|
border: 1px dotted rgba(0, 0, 0, 0.1);
|
margin-right: 10px;
|
position: relative;
|
cursor: pointer;
|
img {
|
width: 100%;
|
height: 100%;
|
}
|
video {
|
width: 100%;
|
height: 100%;
|
}
|
}
|
|
//多图中删除图片按钮
|
.btndel {
|
position: absolute;
|
z-index: 1;
|
width: 20px !important;
|
height: 20px !important;
|
left: 46px;
|
top: -4px;
|
}
|
|
/*抽屉slot头部标题*/
|
.demo-drawer_title {
|
font-size: 19px;
|
color: #303133;
|
}
|