@charset "UTF-8";
|
html {
|
font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
}
|
|
body,
|
dl,
|
dt,
|
dd,
|
ul,
|
ol,
|
li,
|
pre,
|
form,
|
fieldset,
|
input,
|
p,
|
blockquote,
|
th,
|
td {
|
font-weight: normal;
|
margin: 0;
|
padding: 0;
|
}
|
|
body {
|
overflow: hidden;
|
}
|
|
h1,
|
h2,
|
h3,
|
h4,
|
h4,
|
h5 {
|
margin: 0;
|
padding: 0;
|
}
|
|
a {
|
text-decoration: none;
|
}
|
|
.contentTop {
|
margin-bottom: 15px;
|
}
|
|
.el-dialog .el-dialog__header {
|
border-bottom: 1px solid #e8e8e8;
|
}
|
|
.detailsInfo img {
|
max-width: 100%;
|
}
|
|
.el-table .el-table__header th {
|
background-color: #fafafa !important;
|
}
|
.el-table th.gutter {
|
display: table-cell !important;
|
}
|
|
.el-radio__input.is-checked + .el-radio__label {
|
color: #D70012 !important;
|
}
|
|
.el-tree {
|
font-size: 14px;
|
}
|
.el-tree .is-current > .el-tree-node__content {
|
color: #ffffff !important;
|
background-color: #D70012 !important;
|
position: relative;
|
z-index: 1;
|
}
|
.el-tree .is-current > .el-tree-node__content .el-tree-node__label {
|
background-color: #D70012 !important;
|
display: inline-block;
|
line-height: 26px;
|
padding: 0 10px;
|
}
|
.el-tree .is-current > .el-tree-node__content .el-tree-node__label .el-icon-caret-right {
|
color: #ffffff !important;
|
}
|
.el-tree .is-current > .el-tree-node__content .el-tree-node__label .is-leaf {
|
color: transparent !important;
|
}
|
|
.avatar-uploader .el-upload {
|
border: 1px dashed #d9d9d9;
|
border-radius: 6px;
|
cursor: pointer;
|
position: relative;
|
overflow: hidden;
|
}
|
|
.avatar-uploader .el-upload:hover {
|
border-color: #409EFF;
|
}
|
|
.avatar-uploader-icon {
|
font-size: 28px;
|
color: #8c939d;
|
width: 148px;
|
height: 148px;
|
line-height: 148px !important;
|
text-align: center;
|
}
|
|
.avatar {
|
width: 178px;
|
height: 178px;
|
display: block;
|
}
|
|
.text-center,
|
.buttonPosition {
|
text-align: center;
|
}
|
|
.el-tooltip__popper {
|
max-width: 300px !important;
|
}
|
|
.el-tooltip__popper.is-dark {
|
line-height: 1.6 !important;
|
}
|
|
.amap-logo {
|
display: none !important;
|
visibility: hidden !important;
|
}
|
|
.amap-copyright {
|
display: none !important;
|
visibility: hidden !important;
|
}
|
|
.disabled .el-upload--picture-card {
|
display: none !important;
|
}
|
|
.giftStyle {
|
background-color: #df3341;
|
color: #fff;
|
padding: 5px;
|
margin-right: 5px;
|
}
|
|
.el-table__body img,
|
.el-table__body video {
|
width: 50px;
|
}
|
|
.text-small {
|
font-size: 0.85em !important;
|
}
|
|
.text-tiny {
|
font-size: 0.7em !important;
|
}
|
|
.text-big {
|
font-size: 1.4em !important;
|
}
|
|
.text-huge {
|
font-size: 1.8em !important;
|
}
|
|
#customLoadingMask {
|
position: absolute;
|
z-index: 9999;
|
background-color: hsla(0deg, 0%, 100%, 0.9);
|
height: 100vh;
|
display: flex;
|
align-items: center;
|
/*定义body的元素垂直居中*/
|
justify-content: center;
|
/*定义body的里的元素水平居中*/
|
}
|
#customLoadingMask .el-progress {
|
margin-top: -200px;
|
}
|
|
.coverImg {
|
position: absolute;
|
top: 0px;
|
z-index: 999;
|
font-size: 16px;
|
color: #ccc;
|
left: 0;
|
background-color: rgba(0, 0, 0, 0.5);
|
padding: 5px;
|
border-radius: 5px;
|
}
|
|
.itemTip {
|
font-size: 12px;
|
color: #909399;
|
}
|
|
#nprogress .bar {
|
height: 3px;
|
background: #fa0303 !important;
|
}
|
|
.urlLink {
|
display: inline !important;
|
}
|
|
.urlLink.el-link,
|
.urlLink.el-link.el-link--default {
|
color: #409eff;
|
}
|
.urlLink.el-link:after,
|
.urlLink.el-link.el-link--default:after {
|
border-color: #409eff;
|
}
|
.urlLink.el-link:hover,
|
.urlLink.el-link.el-link--default:hover {
|
color: #409eff;
|
border-color: #409eff;
|
}
|
|
.urlLink.el-link.is-underline:hover:after {
|
border-color: #409eff;
|
}
|
|
::-webkit-scrollbar {
|
width: 10px;
|
height: 10px;
|
}
|
|
::-webkit-scrollbar-track {
|
background: #F1F1F1;
|
border-radius: 2px;
|
}
|
|
::-webkit-scrollbar-thumb {
|
background: rgba(144, 147, 153, 0.3019607843);
|
border-radius: 10px;
|
}
|
|
::-webkit-scrollbar-thumb:hover {
|
background: rgba(72, 74, 76, 0.3019607843);
|
}
|
|
* {
|
scrollbar-color: rgba(144, 147, 153, 0.3019607843) #F1F1F1;
|
/* 滑块颜色 滚动条背景颜色 */
|
scrollbar-width: thin;
|
/* 滚动条宽度有三种:thin、auto、none */
|
}
|
|
.el-table .el-table__header tr .cell {
|
font-weight: bold;
|
}
|
|
/*超出显示省略号 */
|
.ellipsis-style {
|
overflow: hidden;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
-o-text-overflow: ellipsis;
|
}
|
|
/*范围日期 */
|
.currentFormStyle .el-input--prefix .el-input__inner {
|
height: 28px;
|
line-height: 28px;
|
}
|
.currentFormStyle .start-time-style .el-input,
|
.currentFormStyle .end-time-style .el-input {
|
width: auto !important;
|
}
|
.currentFormStyle .end-time-style .el-form-item__label {
|
width: 20px !important;
|
text-align: center;
|
padding: 0 15px 0 10px;
|
}
|
.currentFormStyle .end-time-style .el-form-item__content {
|
margin-left: 20px !important;
|
}
|
|
/*消息数量 */
|
.custom-badge-style .el-badge__content {
|
background-color: rgb(245, 34, 45) !important;
|
}
|
|
.msg-style .el-badge > .el-badge__content.is-fixed {
|
position: absolute;
|
top: 20px !important;
|
}
|
|
/*input */
|
.custom-input-style .el-input__inner {
|
height: 28px !important;
|
line-height: 28px !important;
|
}
|
|
/*dialog */
|
.custom-dialog-style .el-dialog__body {
|
padding: 20px !important;
|
}/*# sourceMappingURL=public.css.map */
|