Commit fe904c21 by 无尘

fix: 修改主题和头部插件

parent fa0a4278
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>GIC-会员标签</title><link href=./static/css/app.0d80732202236f9f1656f2b84b758bc8.css rel=stylesheet></head><body style="background-color: #f0f2f5;min-width: 1400px;"><div id=app></div><script type=text/javascript src=./static/js/manifest.94f1610e195811e8722b.js></script><script type=text/javascript src=./static/js/vendor.52fe4bccc3e61bef4751.js></script><script type=text/javascript src=./static/js/app.3be38719d0e255c45bb1.js></script></body></html> <!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>GIC-会员标签</title><link href=./static/css/app.1ca19b26c56a6bc29eedbf670d0822b1.css rel=stylesheet></head><body style="background-color: #f0f2f5;min-width: 1400px;"><div id=app></div><script type=text/javascript src=./static/js/manifest.94f1610e195811e8722b.js></script><script type=text/javascript src=./static/js/vendor.52fe4bccc3e61bef4751.js></script><script type=text/javascript src=./static/js/app.3be38719d0e255c45bb1.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -84,13 +84,13 @@ mark, ...@@ -84,13 +84,13 @@ mark,
audio, audio,
video, video,
input { input {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
font-size: 100%; font-size: 100%;
font-weight: normal; font-weight: normal;
vertical-align: baseline; vertical-align: baseline;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
} }
...@@ -106,76 +106,76 @@ header, ...@@ -106,76 +106,76 @@ header,
menu, menu,
nav, nav,
section { section {
display: block; display: block;
} }
body { body {
line-height: 1; line-height: 1;
} }
blockquote, blockquote,
q { q {
quotes: none; quotes: none;
} }
blockquote:before, blockquote:before,
blockquote:after, blockquote:after,
q:before, q:before,
q:after { q:after {
content: none; content: none;
} }
table { table {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
/* custom */ /* custom */
a { a {
color: #7e8c8d; color: #7e8c8d;
text-decoration: none; text-decoration: none;
-webkit-backface-visibility: hidden; -webkit-backface-visibility: hidden;
} }
a.a-href { a.a-href {
color: #606266; color: #606266;
} }
a.a-href:hover { a.a-href:hover {
color: #1890ff; color: #1890ff;
} }
li { li {
list-style: none; list-style: none;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 5px; width: 5px;
height: 5px; height: 5px;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
/*background: #e4e7ed;*/ /*background: #e4e7ed;*/
/*background-color: rgba(0, 0, 0, 0.1)*/ /*background-color: rgba(0, 0, 0, 0.1)*/
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
/*background: #f5f7fa;*/ /*background: #f5f7fa;*/
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
} }
::-webkit-scrollbar-track-piece { ::-webkit-scrollbar-track-piece {
/*background-color: rgba(0, 0, 0, 0.2); /*background-color: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;*/ -webkit-border-radius: 6px;*/
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: #c0c4cc; background: #c0c4cc;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
background-color: rgba(0, 0, 0, 0.1) background-color: rgba(0, 0, 0, 0.1)
} }
@-moz-document url-prefix(http: //),url-prefix(https://) { @-moz-document url-prefix(http: //),url-prefix(https://) {
...@@ -183,788 +183,788 @@ li { ...@@ -183,788 +183,788 @@ li {
/* 滚动条颜色 */ /* 滚动条颜色 */
scrollbar { scrollbar {
-moz-appearance: none !important; -moz-appearance: none !important;
width: 5px; width: 5px;
height: 5px; height: 5px;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
} }
/* 滚动条按钮颜色 */ /* 滚动条按钮颜色 */
thumb, scrollbarbutton { thumb, scrollbarbutton {
-moz-appearance: none !important; -moz-appearance: none !important;
} }
/* 鼠标悬停时按钮颜色 */ /* 鼠标悬停时按钮颜色 */
thumb:hover, scrollbarbutton:hover { thumb:hover, scrollbarbutton:hover {
-moz-appearance: none !important; -moz-appearance: none !important;
} }
/* 隐藏上下箭头 */ /* 隐藏上下箭头 */
scrollbarbutton { scrollbarbutton {
display: none !important; display: none !important;
} }
/* 纵向滚动条宽度 */ /* 纵向滚动条宽度 */
scrollbar[orient="vertical"] { scrollbar[orient="vertical"] {
/*min-width: 15px !important;*/ /*min-width: 15px !important;*/
} }
} }
scrollbar { scrollbar {
/* clear useragent default style*/ /* clear useragent default style*/
-moz-appearance: none !important; -moz-appearance: none !important;
} }
/* buttons at two ends */ /* buttons at two ends */
scrollbarbutton { scrollbarbutton {
-moz-appearance: none !important; -moz-appearance: none !important;
} }
/* the sliding part*/ /* the sliding part*/
thumb { thumb {
-moz-appearance: none !important; -moz-appearance: none !important;
} }
scrollcorner { scrollcorner {
-moz-appearance: none !important; -moz-appearance: none !important;
resize: both; resize: both;
} }
/* vertical or horizontal */ /* vertical or horizontal */
scrollbar[orient="vertical"] { scrollbar[orient="vertical"] {
color: silver; color: silver;
} }
-moz-scrollbar-track { -moz-scrollbar-track {
width: 5px; width: 5px;
border: none; border: none;
background: #ff0000; background: #ff0000;
} }
-moz-scrollbar-face { -moz-scrollbar-face {
width: 5px; width: 5px;
border: none; border: none;
background: #ff0000; background: #ff0000;
} }
-moz-scrollbar-arrow { -moz-scrollbar-arrow {
width: 5px; width: 5px;
border: none; border: none;
background: #ff0000; background: #ff0000;
} }
-moz-scrollbar { -moz-scrollbar {
-moz-scrollbar-width: 15px; -moz-scrollbar-width: 15px;
-moz-scrollbar-border: 1px solid black; -moz-scrollbar-border: 1px solid black;
-moz-scrollbar-background-color: white; -moz-scrollbar-background-color: white;
-moz-scrollbar-track-background-color: silver; -moz-scrollbar-track-background-color: silver;
-moz-scrollbar-arrow-background-color: silver; -moz-scrollbar-arrow-background-color: silver;
-moz-scrollbar-arrow-color: blue; -moz-scrollbar-arrow-color: blue;
} }
/*::-webkit-scrollbar-button { /*::-webkit-scrollbar-button {
color: #c8cbd3; color: #c8cbd3;
}*/ }*/
html, body { html, body {
width: 100%; width: 100%;
min-height: 100%; min-height: 100%;
height: 100%; height: 100%;
/*background-color: #ffffff;*/ /*background-color: #ffffff;*/
background-color: #f0f2f5; background-color: #f0f2f5;
} }
body { body {
-webkit-text-size-adjust: none; -webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
input:focus { input:focus {
box-shadow: none; box-shadow: none;
outline: none; outline: none;
} }
.btn-default { .btn-default {
color: #333; color: #333;
border: 1px solid #ddd; border: 1px solid #ddd;
background-color: #f7f7f7; background-color: #f7f7f7;
cursor: pointer; cursor: pointer;
} }
.btn { .btn {
font-size: 12px; font-size: 12px;
border-radius: 2px; border-radius: 2px;
padding: 8px 16px; padding: 8px 16px;
height: 32px; height: 32px;
line-height: 14px; line-height: 14px;
} }
.btn-new { .btn-new {
color: #333; color: #333;
border: 1px solid #fede29; border: 1px solid #fede29;
background-color: #fede29; background-color: #fede29;
} }
/* 浮动 */ /* 浮动 */
.fl { .fl {
float: left; float: left;
} }
.fr { .fr {
float: right; float: right;
} }
.clearfix:before, .clearfix:after { .clearfix:before, .clearfix:after {
display: block; display: block;
visibility: hidden; visibility: hidden;
height: 0; height: 0;
content: ""; content: "";
clear: both; clear: both;
} }
.clearfix { .clearfix {
zoom: 1; zoom: 1;
} }
.text-right { .text-right {
text-align: right; text-align: right;
} }
.over-hide { .over-hide {
overflow: hidden; overflow: hidden;
} }
/* 边距 */ /* 边距 */
.m-l-2 { .m-l-2 {
margin-left: 2px; margin-left: 2px;
} }
.m-l-4 { .m-l-4 {
margin-left: 4px; margin-left: 4px;
} }
.m-l-8 { .m-l-8 {
margin-left: 8px; margin-left: 8px;
} }
.m-l-16 { .m-l-16 {
margin-left: 16px; margin-left: 16px;
} }
.m-l-20 { .m-l-20 {
margin-left: 20px; margin-left: 20px;
} }
.m-l-220 { .m-l-220 {
margin-left: 220px; margin-left: 220px;
} }
.m-t-05 { .m-t-05 {
margin-top: -5px; margin-top: -5px;
} }
.m-t-10 { .m-t-10 {
margin-top: 10px; margin-top: 10px;
} }
.m-t-18 { .m-t-18 {
margin-top: 18px; margin-top: 18px;
} }
.m-t-20 { .m-t-20 {
margin-top: 20px; margin-top: 20px;
} }
.m-r-6 { .m-r-6 {
margin-right: 6px; margin-right: 6px;
} }
.m-r-8 { .m-r-8 {
margin-right: 8px; margin-right: 8px;
} }
.m-r-10 { .m-r-10 {
margin-right: 10px; margin-right: 10px;
} }
.m-r-20 { .m-r-20 {
margin-right: 20px; margin-right: 20px;
} }
.m-b-20 { .m-b-20 {
margin-bottom: 20px; margin-bottom: 20px;
} }
.m-b-26 { .m-b-26 {
margin-bottom: 26px; margin-bottom: 26px;
} }
.p-20 { .p-20 {
padding: 20px; padding: 20px;
} }
.p-lr-4 { .p-lr-4 {
padding: 0 4px; padding: 0 4px;
} }
.p-lr-18 { .p-lr-18 {
padding: 0 18px; padding: 0 18px;
} }
.p-l-8 { .p-l-8 {
padding-left: 8px; padding-left: 8px;
} }
.p-l-10 { .p-l-10 {
padding-left: 10px; padding-left: 10px;
} }
.p-l-20 { .p-l-20 {
padding-left: 20px; padding-left: 20px;
} }
.p-l-32 { .p-l-32 {
padding-left: 32px; padding-left: 32px;
} }
.p-l-36 { .p-l-36 {
padding-left: 36px; padding-left: 36px;
} }
.p-r-8 { .p-r-8 {
padding-right: 8px; padding-right: 8px;
} }
.p-r-12 { .p-r-12 {
padding-right: 12px; padding-right: 12px;
} }
.p-r-20 { .p-r-20 {
padding-right: 20px; padding-right: 20px;
} }
.w_100 { .w_100 {
width: 100%; width: 100%;
} }
.w-86 { .w-86 {
width: 86px; width: 86px;
} }
.w-90 { .w-90 {
width: 90px; width: 90px;
} }
.w-98 { .w-98 {
width: 98px; width: 98px;
} }
.w-180 { .w-180 {
width: 180px; width: 180px;
} }
.w-182 { .w-182 {
width: 182px; width: 182px;
} }
.w-184 { .w-184 {
width: 184px; width: 184px;
} }
.w-200 { .w-200 {
width: 200px; width: 200px;
} }
.w200 { .w200 {
width: 200px; width: 200px;
} }
.w-220 { .w-220 {
width: 220px; width: 220px;
} }
.w-223 { .w-223 {
width: 223px; width: 223px;
} }
.w-243 { .w-243 {
width: 243px; width: 243px;
} }
.w-290 { .w-290 {
width: 290px; width: 290px;
} }
.w-309 { .w-309 {
width: 309px; width: 309px;
} }
.w-329 { .w-329 {
width: 329px; width: 329px;
} }
.w-375 { .w-375 {
width: 375px; width: 375px;
} }
.w-427 { .w-427 {
width: 427px; width: 427px;
} }
.w-485 { .w-485 {
width: 485px; width: 485px;
} }
.w-536 { .w-536 {
width: 536px; width: 536px;
} }
.w-548 { .w-548 {
width: 548px; width: 548px;
} }
.border-box { .border-box {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
/* border */ /* border */
.border-l-dcdfe6 { .border-l-dcdfe6 {
border-left: 1px solid #dcdfe6; border-left: 1px solid #dcdfe6;
} }
/* display */ /* display */
.inline-block { .inline-block {
display: inline-block; display: inline-block;
} }
.block { .block {
display: block; display: block;
} }
.top { .top {
vertical-align: top; vertical-align: top;
} }
.middle { .middle {
vertical-align: middle; vertical-align: middle;
} }
/* flex */ /* flex */
.flex { .flex {
display: -webkit-box; display: -webkit-box;
display: -webkit-flex; display: -webkit-flex;
display: -ms-flexbox; display: -ms-flexbox;
display: flex; display: flex;
} }
.flex-1 { .flex-1 {
-webkit-box-flex: 1; -webkit-box-flex: 1;
-webkit-flex: 1; -webkit-flex: 1;
-ms-flex: 1; -ms-flex: 1;
flex: 1; flex: 1;
} }
.flex-row { .flex-row {
-webkit-flex-direction: column; -webkit-flex-direction: column;
-moz-flex-direction: column; -moz-flex-direction: column;
-ms-flex-direction: column; -ms-flex-direction: column;
-o-flex-direction: column; -o-flex-direction: column;
flex-direction: column; flex-direction: column;
} }
.flex-align-center { .flex-align-center {
-webkit-box-align: center; -webkit-box-align: center;
-webkit-align-items: center; -webkit-align-items: center;
-ms-flex-align: center; -ms-flex-align: center;
align-items: center; align-items: center;
} }
.flex-pack-center { .flex-pack-center {
-webkit-box-pack: center; -webkit-box-pack: center;
-webkit-justify-content: center; -webkit-justify-content: center;
-ms-flex-pack: center; -ms-flex-pack: center;
justify-content: center; justify-content: center;
} }
.flex-wrap { .flex-wrap {
-webkit-flex-wrap: wrap; -webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap; -moz-flex-wrap: wrap;
-ms-flex-wrap: wrap; -ms-flex-wrap: wrap;
-o-flex-wrap: wrap; -o-flex-wrap: wrap;
flex-wrap: wrap; flex-wrap: wrap;
} }
.dialog-footer { .dialog-footer {
font-size: 0; font-size: 0;
/*height: 35px;*/ /*height: 35px;*/
} }
.font-0 .el-form-item__content { .font-0 .el-form-item__content {
font-size: 0; font-size: 0;
} }
/* 字号 */ /* 字号 */
i { i {
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
} }
.font-10 { .font-10 {
font-size: 10px; font-size: 10px;
} }
.font-12 { .font-12 {
font-size: 12px; font-size: 12px;
} }
.font-14 { .font-14 {
font-size: 14px; font-size: 14px;
} }
.font-18 { .font-18 {
font-size: 18px; font-size: 18px;
} }
.pointer { .pointer {
cursor: pointer; cursor: pointer;
} }
/* 颜色 */ /* 颜色 */
.color-blue { .color-blue {
color: #1890ff; color: #1890ff;
} }
.color-303133 { .color-303133 {
color: #303133; color: #303133;
} }
.color-909399 { .color-909399 {
color: #909399; color: #909399;
} }
.color-c0c4cc { .color-c0c4cc {
color: #c0c4cc; color: #c0c4cc;
} }
.color-606266 { .color-606266 {
color: #606266; color: #606266;
} }
.pagewrap { .pagewrap {
margin: 20px 0; margin: 20px 0;
text-align: right; text-align: right;
} }
.dialogwrap { .dialogwrap {
position: relative; position: relative;
} }
.dialogwrap:before { .dialogwrap:before {
position: absolute; position: absolute;
left: -20px; left: -20px;
top: -20px; top: -20px;
right: -20px; right: -20px;
content: ''; content: '';
border-bottom: 1px solid #dedede; border-bottom: 1px solid #dedede;
} }
.dialogcontent { .dialogcontent {
padding: 0 10px; padding: 0 10px;
} }
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: rgb(250, 255, 189); background-color: rgb(250, 255, 189);
/* #FAFFBD; */ /* #FAFFBD; */
background-image: none; background-image: none;
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
} }
.el-table th { .el-table th {
background: #f1f3f7 !important; background: #f1f3f7 !important;
} }
.slide-fade-enter-active { .slide-fade-enter-active {
transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0); transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
} }
.slide-fade-leave-active { .slide-fade-leave-active {
transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0); transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
} }
.slide-fade-enter, .slide-fade-leave-to { .slide-fade-enter, .slide-fade-leave-to {
opacity: 0; opacity: 0;
} }
/* 新加*/ /* 新加*/
#app, #index, #content { #app, #index, #content {
position: relative; position: relative;
height: 100%; height: 100%;
} }
/* table 的表头 -- 背景色 */ /* table 的表头 -- 背景色 */
.el-table thead tr, .el-table thead th { .el-table thead tr, .el-table thead th {
background: #f1f3f7; background: #f1f3f7;
} }
/* 面包屑 */ /* 面包屑 */
.breadcrumb { .breadcrumb {
padding: 24px; padding: 24px;
background-color: #fff; background-color: #fff;
border-radius: 2px; border-radius: 2px;
box-shadow: 0 -1px 10px #dfdfdf; box-shadow: 0 -1px 10px #dfdfdf;
} }
.breadcrumb .breadcrumb-title { .breadcrumb .breadcrumb-title {
margin: 30px 0 10px 0; margin: 30px 0 10px 0;
font-size: 20px; font-size: 20px;
} }
/*有侧边栏的 右侧 */ /*有侧边栏的 右侧 */
.content-wrap { .content-wrap {
height: 100%; height: 100%;
display: flex; display: flex;
} }
.content-wrap .right-wrap { .content-wrap .right-wrap {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
} }
.content-wrap .right-wrap .right-content { .content-wrap .right-wrap .right-content {
padding: 24px; padding: 24px;
} }
.content-wrap .right-wrap .right-content .right-box { .content-wrap .right-wrap .right-content .right-box {
background: #fff; background: #fff;
padding: 24px; padding: 24px;
} }
/* 无侧边栏的底部 */ /* 无侧边栏的底部 */
.bottom-wrap { .bottom-wrap {
padding: 24px; padding: 24px;
color: #606266; color: #606266;
font-size: 14px; font-size: 14px;
} }
.bottom-content-wrap { .bottom-content-wrap {
/*background: #fff; /*background: #fff;
padding: 24px;*/ padding: 24px;*/
} }
/*提示文字*/ /*提示文字*/
.tip-text { .tip-text {
font-size: 12px; font-size: 12px;
color: #909399; color: #909399;
position: absolute; position: absolute;
bottom: -30px; bottom: -30px;
} }
.el-form .el-form-item.is-success .el-input__inner, .el-form .el-form-item.is-success .el-input__inner:focus, .el-form .el-form-item.is-success .el-textarea__inner, .el-form .el-form-item.is-success .el-textarea__inner:focus { .el-form .el-form-item.is-success .el-input__inner, .el-form .el-form-item.is-success .el-input__inner:focus, .el-form .el-form-item.is-success .el-textarea__inner, .el-form .el-form-item.is-success .el-textarea__inner:focus {
border-color: #dcdfe6; border-color: #dcdfe6;
} }
/* 开卡模板 */ /* 开卡模板 */
.template-cell-r .el-input.is-disabled .el-input__inner { .template-cell-r .el-input.is-disabled .el-input__inner {
font-size: 12px; font-size: 12px;
color: #fff; color: #fff;
background-color: rgba(255, 255, 255, .1); background-color: rgba(255, 255, 255, .1);
} }
.el-button--text.m-l-10 { .el-button--text.m-l-10 {
margin-left: 10px; margin-left: 10px;
} }
.task-public .el-tabs .el-tabs__header { .task-public .el-tabs .el-tabs__header {
margin: 0; margin: 0;
padding-left: 24px; padding-left: 24px;
border-bottom: 1px solid #e4e7ed; border-bottom: 1px solid #e4e7ed;
background: #fff; background: #fff;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
/* 头部 */ /* 头部 */
.user-form-dialog .el-dialog__body { .user-form-dialog .el-dialog__body {
padding: 30px 20px 0; padding: 30px 20px 0;
} }
.user-form-dialog .el-dialog__header { .user-form-dialog .el-dialog__header {
padding: 0 20px; padding: 0 20px;
height: 54px; height: 54px;
} }
.pass-form-dialog .el-dialog__body { .pass-form-dialog .el-dialog__body {
padding: 30px 20px 0; padding: 30px 20px 0;
} }
.pass-form-dialog .el-dialog__header { .pass-form-dialog .el-dialog__header {
padding: 0 20px; padding: 0 20px;
height: 54px; height: 54px;
} }
/* 左侧菜单 */ /* 左侧菜单 */
.leftBar-wrap .el-menu { .leftBar-wrap .el-menu {
background-color: #020b21; background-color: #020b21;
} }
.leftBar-wrap .cardmenu-item .el-submenu__title, .leftBar-wrap .cardmenu-item .el-menu-item, .leftBar-wrap .cardmenu-item .el-submenu .el-menu-item { .leftBar-wrap .cardmenu-item .el-submenu__title, .leftBar-wrap .cardmenu-item .el-menu-item, .leftBar-wrap .cardmenu-item .el-submenu .el-menu-item {
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
} }
.leftBar-wrap .el-submenu__title:hover { .leftBar-wrap .el-submenu__title:hover {
background-color: #020b21; background-color: #020b21;
} }
.leftBar-wrap .cardmenu-item li.el-menu-item:hover i { .leftBar-wrap .cardmenu-item li.el-menu-item:hover i {
/*background-color: #1890ff;*/ /*background-color: #1890ff;*/
color: #fff; color: #fff;
} }
.leftBar-wrap .cardmenu-item li.el-menu-item:hover span { .leftBar-wrap .cardmenu-item li.el-menu-item:hover span {
/*background-color: #1890ff;*/ /*background-color: #1890ff;*/
color: #fff; color: #fff;
} }
.leftBar-wrap .cardmenu-item li.el-submenu:hover i { .leftBar-wrap .cardmenu-item li.el-submenu:hover i {
/*background-color: #1890ff;*/ /*background-color: #1890ff;*/
color: #fff; color: #fff;
} }
.leftBar-wrap .cardmenu-item li.el-submenu:hover span { .leftBar-wrap .cardmenu-item li.el-submenu:hover span {
/*background-color: #1890ff;*/ /*background-color: #1890ff;*/
color: #fff; color: #fff;
} }
.leftBar-wrap .cardmenu-item li.el-submenu .el-menu-item:hover label { .leftBar-wrap .cardmenu-item li.el-submenu .el-menu-item:hover label {
/*background-color: #1890ff;*/ /*background-color: #1890ff;*/
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;
} }
.leftBar-wrap .cardmenu-item .el-submenu.is-active div.el-submenu__title i { .leftBar-wrap .cardmenu-item .el-submenu.is-active div.el-submenu__title i {
color: #fff; color: #fff;
} }
.leftBar-wrap .cardmenu-item .el-submenu.is-active div.el-submenu__title span { .leftBar-wrap .cardmenu-item .el-submenu.is-active div.el-submenu__title span {
color: #fff; color: #fff;
} }
.el-menu.el-menu--popup .el-menu-item.is-active label { .el-menu.el-menu--popup .el-menu-item.is-active label {
color: #fff; color: #fff;
} }
/* 百分号 */ /* 百分号 */
.percent-item .el-input-group__append { .percent-item .el-input-group__append {
padding: 0 12px; padding: 0 12px;
} }
/* table lable*/ /* table lable*/
.table-label .el-form-item__label { .table-label .el-form-item__label {
line-height: 48px; line-height: 48px;
} }
.el-table th .cell { .el-table th .cell {
/*color: #909399;*/ /*color: #909399;*/
font-size: 14px; font-size: 14px;
} }
#index .el-table__empty-block { #index .el-table__empty-block {
height: 256px; height: 256px;
} }
.common-wrap__table .el-table__empty-text { .common-wrap__table .el-table__empty-text {
margin-bottom: 40px; margin-bottom: 40px;
} }
.common-wrap__fix__table .el-table__empty-text { .common-wrap__fix__table .el-table__empty-text {
margin-bottom: 40px; margin-bottom: 40px;
} }
/* 会员标签 */ /* 会员标签 */
.common-lib__cell__fieldName::before { .common-lib__cell__fieldName::before {
content: ''; content: '';
width: 0px; width: 0px;
height: 10px; height: 10px;
position: absolute; position: absolute;
top: 1px; top: 1px;
right: 0; right: 0;
border-right: 1px solid #C0C4CC; border-right: 1px solid #C0C4CC;
} }
.common-lib__cell__fieldName:last-child::before { .common-lib__cell__fieldName:last-child::before {
content: ''; content: '';
width: 0px; width: 0px;
height: 10px; height: 10px;
position: absolute; position: absolute;
top: 1px; top: 1px;
right: 0; right: 0;
border-right: 0px solid #C0C4CC; border-right: 0px solid #C0C4CC;
} }
/* 标签库通用 */ /* 标签库通用 */
.right-box .common-wrap__opt {} .right-box .common-wrap__opt {}
.common-libFields { .common-libFields {
min-width: 1104px; min-width: 1104px;
-webkit-flex-wrap: wrap; -webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap; -moz-flex-wrap: wrap;
-ms-flex-wrap: wrap; -ms-flex-wrap: wrap;
-o-flex-wrap: wrap; -o-flex-wrap: wrap;
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 22px; margin-top: 22px;
overflow: hidden; overflow: hidden;
} }
.common-libFields .common-lib__cell { .common-libFields .common-lib__cell {
position: relative; position: relative;
margin-bottom: 30px; margin-bottom: 30px;
min-width: 522px; min-width: 522px;
max-width: calc(50% - 15px); max-width: calc(50% - 15px);
border: 1px solid rgba(220, 223, 230, 1); border: 1px solid rgba(220, 223, 230, 1);
border-radius: 3px; border-radius: 3px;
} }
.common-libFields .common-lib__cell.border-primary-color { .common-libFields .common-lib__cell.border-primary-color {
border-color: #1890ff; border-color: #1890ff;
} }
.common-libFields .common-lib__cell:nth-child(2n+1) { .common-libFields .common-lib__cell:nth-child(2n+1) {
margin-right: 30px; margin-right: 30px;
} }
.common-libFields .common-lib__cell__head { .common-libFields .common-lib__cell__head {
width: 100%; width: 100%;
height: 46px; height: 46px;
line-height: 46px; line-height: 46px;
padding: 0 24px; padding: 0 24px;
background: #EBEEF5; background: #EBEEF5;
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
} }
.common-libFields .common-lib__cell__icon { .common-libFields .common-lib__cell__icon {
padding-right: 8px; padding-right: 8px;
color: #909399; color: #909399;
font-size: 20px; font-size: 20px;
} }
.common-libFields .common-lib__icon__right { .common-libFields .common-lib__icon__right {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
font-size: 14px; font-size: 14px;
color: #C0C4CC; color: #C0C4CC;
} }
.common-libFields .common-lib__cell__name { .common-libFields .common-lib__cell__name {
font-size: 14px; font-size: 14px;
color: #606266; color: #606266;
} }
.common-libFields .common-lib__cell__body { .common-libFields .common-lib__cell__body {
padding: 17px 20px; padding: 17px 20px;
} }
.common-libFields .common-lib__cell__fieldRow { .common-libFields .common-lib__cell__fieldRow {
padding: 13px 0; padding: 13px 0;
font-size: 0; font-size: 0;
} }
.common-libFields .common-lib__cell__fieldChild { .common-libFields .common-lib__cell__fieldChild {
font-size: 14px; font-size: 14px;
color: #303133; color: #303133;
font-weight: 700; font-weight: 700;
} }
.common-libFields .common-lib__cell__fieldChild i { .common-libFields .common-lib__cell__fieldChild i {
font-weight: normal; font-weight: normal;
color: #C0C4CC; color: #C0C4CC;
font-size: 14px; font-size: 14px;
padding-left: 6px; padding-left: 6px;
} }
.common-libFields .common-lib__cell__fieldChild .common-lib__cell__name { .common-libFields .common-lib__cell__fieldChild .common-lib__cell__name {
font-size: 14px; font-size: 14px;
color: #303133; color: #303133;
font-weight: 700; font-weight: 700;
} }
.common-libFields .common-lib__cell__fieldChild .common-lib__cell__name:hover { .common-libFields .common-lib__cell__fieldChild .common-lib__cell__name:hover {
color: #1890ff; color: #1890ff;
} }
.common-libFields .common-lib__cell__fieldLastChild { .common-libFields .common-lib__cell__fieldLastChild {
width: calc(100% - 80px); width: calc(100% - 80px);
max-width: 500px; max-width: 500px;
vertical-align: top; vertical-align: top;
font-size: 14px; font-size: 14px;
max-height: 65px; max-height: 65px;
overflow: hidden; overflow: hidden;
} }
.common-libFields .common-lib__cell__fieldName { .common-libFields .common-lib__cell__fieldName {
position: relative; position: relative;
margin-bottom: 10px; margin-bottom: 10px;
padding: 0px 12px; padding: 0px 12px;
height: 12px; height: 12px;
/*line-height: 12px;*/ /*line-height: 12px;*/
font-size: 13px; font-size: 13px;
color: #606266; color: #606266;
} }
.common-libFields .common-lib__cell__radio { .common-libFields .common-lib__cell__radio {
position: absolute; position: absolute;
bottom: 0px; bottom: 0px;
right: 0px; right: 0px;
width: 50px; width: 50px;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
} }
.common-libFields .common-lib__cell__radio .el-radio { .common-libFields .common-lib__cell__radio .el-radio {
width: 50px; width: 50px;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
} }
.common-libFields .common-lib__cell__radio .el-radio__label { .common-libFields .common-lib__cell__radio .el-radio__label {
display: none; display: none;
} }
/* 通用标签列表 面包屑头部标签 */ /* 通用标签列表 面包屑头部标签 */
.common-wrap__cateTags { .common-wrap__cateTags {
position: relative; position: relative;
width: 100%; width: 100%;
height: 45px; height: 45px;
margin-bottom: 20px; margin-bottom: 20px;
border-bottom: 1px solid #EBEEF5; border-bottom: 1px solid #EBEEF5;
} }
.common-wrap__cateTags .common-wrap__currentTag { .common-wrap__cateTags .common-wrap__currentTag {
white-space: nowrap; white-space: nowrap;
font-size: 0; font-size: 0;
color: #303133; color: #303133;
} }
.common-wrap__currentTag .common-wrap__currentTag__name { .common-wrap__currentTag .common-wrap__currentTag__name {
font-size: 14px; font-size: 14px;
color: #303133; color: #303133;
font-weight: 700; font-weight: 700;
} }
.common-wrap__currentTag i { .common-wrap__currentTag i {
font-size: 14px; font-size: 14px;
color: #909399; color: #909399;
} }
.common-wrap__cateTags .common-wrap__childTag { .common-wrap__cateTags .common-wrap__childTag {
/*max-width: calc(100% - 280px);*/ /*max-width: calc(100% - 280px);*/
vertical-align: middle; vertical-align: middle;
margin-left: 8px; margin-left: 8px;
padding-left: 10px; padding-left: 10px;
font-size: 14px; font-size: 14px;
color: #606266; color: #606266;
border-left: 1px solid #979797; border-left: 1px solid #979797;
white-space: nowrap; white-space: nowrap;
/*overflow: hidden;*/ /*overflow: hidden;*/
/*text-overflow: ellipsis;*/ /*text-overflow: ellipsis;*/
} }
.common-wrap__childTag .common-wrap__childTag__name { .common-wrap__childTag .common-wrap__childTag__name {
margin-right: 10px; margin-right: 10px;
padding: 2px 5px; padding: 2px 5px;
font-size: 14px; font-size: 14px;
color: #606266; color: #606266;
background: #F0F2F5; background: #F0F2F5;
border-radius: 2px; border-radius: 2px;
} }
.common-wrap__moreTag__body { .common-wrap__moreTag__body {
/*position: absolute; /*position: absolute;
top: 20px; top: 20px;
right: -10px; right: -10px;
min-width: 500px; min-width: 500px;
...@@ -977,290 +977,290 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { ...@@ -977,290 +977,290 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
z-index: 1;*/ z-index: 1;*/
} }
.el-popover .common-wrap__childTag__name { .el-popover .common-wrap__childTag__name {
display: inline-block; display: inline-block;
margin-right: 10px; margin-right: 10px;
margin-bottom: 10px; margin-bottom: 10px;
padding: 2px 5px; padding: 2px 5px;
font-size: 14px; font-size: 14px;
color: #606266; color: #606266;
background: #F0F2F5; background: #F0F2F5;
border-radius: 2px; border-radius: 2px;
} }
/* 分页 */ /* 分页 */
.common-wrap__page { .common-wrap__page {
padding: 24px 0 30px 0; padding: 24px 0 30px 0;
} }
.common-wrap__page .el-input { .common-wrap__page .el-input {
font-size: 12px; font-size: 12px;
} }
.common-wrap__page .el-input__inner { .common-wrap__page .el-input__inner {
height: 28px; height: 28px;
line-height: 28px; line-height: 28px;
} }
/* 公共底部固定部分 */ /* 公共底部固定部分 */
.common-wrap__fix { .common-wrap__fix {
position: fixed; position: fixed;
right: 0; right: 0;
bottom: 0; bottom: 0;
width: 706px; width: 706px;
height: 70px; height: 70px;
background: #04143A; background: #04143A;
font-size: 16px; font-size: 16px;
color: #fff; color: #fff;
z-index: 2; z-index: 2;
} }
.common-wrap__fix__div { .common-wrap__fix__div {
position: relative; position: relative;
width: 100%; width: 100%;
z-index: 2; z-index: 2;
} }
.common-wrap__fix__div .common-wrap__fix__showSection { .common-wrap__fix__div .common-wrap__fix__showSection {
position: relative; position: relative;
width: 100%; width: 100%;
line-height: 70px; line-height: 70px;
background: #04143A; background: #04143A;
z-index: 2; z-index: 2;
} }
.common-wrap__fix__showSection .common-wrap__fix__left { .common-wrap__fix__showSection .common-wrap__fix__left {
display: inline-block; display: inline-block;
width: 528px; width: 528px;
cursor: pointer; cursor: pointer;
} }
.common-wrap__fix__left i { .common-wrap__fix__left i {
vertical-align: top; vertical-align: top;
padding: 0 15px; padding: 0 15px;
font-size: 27px; font-size: 27px;
color: rgba(255, 255, 255, 0.70); color: rgba(255, 255, 255, 0.70);
} }
.common-wrap__fix__left span { .common-wrap__fix__left span {
position: relative; position: relative;
vertical-align: top; vertical-align: top;
padding-left: 15px; padding-left: 15px;
} }
.common-wrap__fix__left span::before { .common-wrap__fix__left span::before {
content: ''; content: '';
position: absolute; position: absolute;
top: 26px; top: 26px;
left: 0; left: 0;
width: 0; width: 0;
height: 20px; height: 20px;
border-left: 1px solid #243969; border-left: 1px solid #243969;
} }
.common-wrap__fix__left span i { .common-wrap__fix__left span i {
padding: 0 4px; padding: 0 4px;
font-weight: normal; font-weight: normal;
font-size: 22px; font-size: 22px;
color: #fff; color: #fff;
} }
.common-wrap__fix__showSection .el-button { .common-wrap__fix__showSection .el-button {
width: 178px; width: 178px;
height: 70px; height: 70px;
padding: 0; padding: 0;
line-height: 70px; line-height: 70px;
border-radius: 0; border-radius: 0;
font-size: 16px; font-size: 16px;
} }
.common-wrap__fix__hideList { .common-wrap__fix__hideList {
position: absolute; position: absolute;
bottom: 70px; bottom: 70px;
left: 0; left: 0;
right: 0; right: 0;
height: 352px; height: 352px;
padding: 24px 22px; padding: 24px 22px;
background: #fff; background: #fff;
-webkit-box-shadow: -3px -3px 10px 0px rgba(198, 198, 198, 0.50); -webkit-box-shadow: -3px -3px 10px 0px rgba(198, 198, 198, 0.50);
box-shadow: -3px -3px 10px 0px rgba(198, 198, 198, 0.50); box-shadow: -3px -3px 10px 0px rgba(198, 198, 198, 0.50);
-webkit-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease; -o-transition: all 0.3s ease;
transition: all 0.3s ease; transition: all 0.3s ease;
z-index: 1; z-index: 1;
} }
.common-wrap__fix__hideList.hide { .common-wrap__fix__hideList.hide {
bottom: -404px; bottom: -404px;
} }
.common-wrap__fix__hideList .common-wrap__fix__title { .common-wrap__fix__hideList .common-wrap__fix__title {
width: 100%; width: 100%;
margin-bottom: 20px; margin-bottom: 20px;
font-size: 18px; font-size: 18px;
color: #303133; color: #303133;
} }
.common-wrap__fix__hideList .common-wrap__fix__table { .common-wrap__fix__hideList .common-wrap__fix__table {
width: 100%; width: 100%;
height: 333px; height: 333px;
} }
/* 分类小版 */ /* 分类小版 */
.cate-dialog .el-dialog__body { .cate-dialog .el-dialog__body {
padding: 20px 20px 24px 20px; padding: 20px 20px 24px 20px;
} }
.cate-dialog .el-form-item__label { .cate-dialog .el-form-item__label {
color: #606266; color: #606266;
} }
.cate-dialog .el-table__body { .cate-dialog .el-table__body {
color: #606266; color: #606266;
} }
.addTag-tab-wrap table tr td { .addTag-tab-wrap table tr td {
overflow: hidden; overflow: hidden;
} }
/* 标签详情各个组件 */ /* 标签详情各个组件 */
.tagShort-dialog .el-dialog__headerbtn { .tagShort-dialog .el-dialog__headerbtn {
top: 28px; top: 28px;
} }
.tagShort-dialog .el-dialog__body { .tagShort-dialog .el-dialog__body {
/*padding: 0 20px 30px 20px;*/ /*padding: 0 20px 30px 20px;*/
} }
.tagShort-dialog .el-dialog__footer { .tagShort-dialog .el-dialog__footer {
/*border-top: none; /*border-top: none;
border-top: 0px;*/ border-top: 0px;*/
} }
/* 选项 (固化值)*/ /* 选项 (固化值)*/
.checkboxOption-wrap { .checkboxOption-wrap {
width: 100%; width: 100%;
} }
.checkboxOption-wrap__head { .checkboxOption-wrap__head {
width: 100%; width: 100%;
padding-bottom: 24px; padding-bottom: 24px;
border-bottom: 1px solid #DCDFE6; border-bottom: 1px solid #DCDFE6;
} }
.checkboxOption-wrap__head .checkboxOption-wrap__head__title { .checkboxOption-wrap__head .checkboxOption-wrap__head__title {
width: 100%; width: 100%;
margin-bottom: 30px; margin-bottom: 30px;
font-size: 16px; font-size: 16px;
color: #303133; color: #303133;
font-weight: 500; font-weight: 500;
} }
.checkboxOption-wrap__head .realtime-span { .checkboxOption-wrap__head .realtime-span {
padding: 3px 4px; padding: 3px 4px;
font-size: 11px; font-size: 11px;
color: #fff; color: #fff;
border-radius: 4px; border-radius: 4px;
background: #1890ff; background: #1890ff;
} }
.checkboxOption-wrap__head .checkboxOption-wrap__head__describe { .checkboxOption-wrap__head .checkboxOption-wrap__head__describe {
width: 100%; width: 100%;
font-size: 14px; font-size: 14px;
color: #606266; color: #606266;
line-height: 20px; line-height: 20px;
white-space: pre-wrap; white-space: pre-wrap;
word-break: break-all; word-break: break-all;
} }
.checkboxOption-wrap__body .checkboxOption-wrap__body__title { .checkboxOption-wrap__body .checkboxOption-wrap__body__title {
width: 100%; width: 100%;
height: 74px; height: 74px;
line-height: 74px; line-height: 74px;
font-weight: 500; font-weight: 500;
} }
.checkboxOption-wrap__body .checkboxOption-wrap__body__checkAll { .checkboxOption-wrap__body .checkboxOption-wrap__body__checkAll {
width: 100%; width: 100%;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
padding-left: 10px; padding-left: 10px;
background: #F1F3F7; background: #F1F3F7;
} }
.checkboxOption-wrap__body .checkboxOption-wrap__body__options { .checkboxOption-wrap__body .checkboxOption-wrap__body__options {
padding-left: 10px; padding-left: 10px;
} }
.checkboxOption-wrap__body .el-checkbox-group { .checkboxOption-wrap__body .el-checkbox-group {
line-height: 60px; line-height: 60px;
} }
.add-search-select .el-select span { .add-search-select .el-select span {
display: none; display: none;
-webkit-transform: scale(0); -webkit-transform: scale(0);
-ms-transform: scale(0); -ms-transform: scale(0);
-o-transform: scale(0); -o-transform: scale(0);
transform: scale(0); transform: scale(0);
} }
.city-select-wrap .el-tabs__content { .city-select-wrap .el-tabs__content {
overflow: unset; overflow: unset;
} }
.el-date-editor .el-range__close-icon { .el-date-editor .el-range__close-icon {
line-height: 27px; line-height: 27px;
} }
.manualTagEdit-wrap__form .input-label { .manualTagEdit-wrap__form .input-label {
position: absolute; position: absolute;
right: 10px; right: 10px;
top: 2px; top: 2px;
font-size: 12px; font-size: 12px;
color: #909399; color: #909399;
} }
.manualTagEdit-wrap__set .input-label { .manualTagEdit-wrap__set .input-label {
position: absolute; position: absolute;
right: 60px; right: 60px;
top: 10px; top: 10px;
font-size: 12px; font-size: 12px;
color: #909399; color: #909399;
} }
.manualTagEdit-wrap__form .textarea-label { .manualTagEdit-wrap__form .textarea-label {
position: absolute; position: absolute;
right: 10px; right: 10px;
top: 65px; top: 65px;
font-size: 12px; font-size: 12px;
color: #909399; color: #909399;
} }
.manualTagEdit-wrap__form .el-textarea__inner { .manualTagEdit-wrap__form .el-textarea__inner {
resize: none; resize: none;
height: 96px; height: 96px;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
} }
.memberGroupEdit-wrap__body .el-textarea__inner { .memberGroupEdit-wrap__body .el-textarea__inner {
resize: none; resize: none;
height: 96px; height: 96px;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
} }
/* 会员信息 */ /* 会员信息 */
.singelinfo { .singelinfo {
justify-content: flex-start justify-content: flex-start
} }
.singelinfo-img { .singelinfo-img {
flex: 0 0 100px; flex: 0 0 100px;
} }
.singelinfo-wrap { .singelinfo-wrap {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.singelinfo-content { .singelinfo-content {
padding: 0 10px; padding: 0 10px;
} }
.singelinfo-item { .singelinfo-item {
line-height: 0; line-height: 0;
} }
.singelinfo-jl { .singelinfo-jl {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin: 20px 0; margin: 20px 0;
} }
.singelinfo-jlitem { .singelinfo-jlitem {
text-align: center; text-align: center;
} }
.singelinfo-cost { .singelinfo-cost {
text-align: center; text-align: center;
} }
.lheigth0 { .lheigth0 {
color: #303133; color: #303133;
margin: 5px 0; margin: 5px 0;
} }
.lheigth0 span { .lheigth0 span {
color: #606266; color: #606266;
} }
.evl-right { .evl-right {
margin-right: 5px; margin-right: 5px;
} }
.singelinfo-costitem p { .singelinfo-costitem p {
margin: 5px 0; margin: 5px 0;
} }
/* 暂存架 */ /* 暂存架 */
.name-hover:hover { .name-hover:hover {
color: #1890ff; color: #1890ff;
} }
\ No newline at end of file
{"version":3,"sources":["webpack:///webpack/bootstrap 14ff08a4bcb53bc6ac11"],"names":["parentJsonpFunction","window","chunkIds","moreModules","executeModules","moduleId","chunkId","result","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","shift","__webpack_require__","s","installedModules","28","exports","module","l","e","installedChunkData","Promise","resolve","promise","reject","head","document","getElementsByTagName","script","createElement","type","charset","async","timeout","nc","setAttribute","src","p","0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","27","setTimeout","onScriptComplete","onerror","onload","clearTimeout","chunk","Error","undefined","appendChild","m","c","d","name","getter","o","defineProperty","configurable","enumerable","get","n","__esModule","object","property","oe","err","console","error"],"mappings":"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","file":"static/js/manifest.94f1610e195811e8722b.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tvar parentJsonpFunction = window[\"webpackJsonp\"];\n \twindow[\"webpackJsonp\"] = function webpackJsonpCallback(chunkIds, moreModules, executeModules) {\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [], result;\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules, executeModules);\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n \t\tif(executeModules) {\n \t\t\tfor(i=0; i < executeModules.length; i++) {\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = executeModules[i]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t};\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// objects to store loaded and loading chunks\n \tvar installedChunks = {\n \t\t28: 0\n \t};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData === 0) {\n \t\t\treturn new Promise(function(resolve) { resolve(); });\n \t\t}\n\n \t\t// a Promise means \"currently loading\".\n \t\tif(installedChunkData) {\n \t\t\treturn installedChunkData[2];\n \t\t}\n\n \t\t// setup Promise in chunk cache\n \t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t});\n \t\tinstalledChunkData[2] = promise;\n\n \t\t// start chunk loading\n \t\tvar head = document.getElementsByTagName('head')[0];\n \t\tvar script = document.createElement('script');\n \t\tscript.type = \"text/javascript\";\n \t\tscript.charset = 'utf-8';\n \t\tscript.async = true;\n \t\tscript.timeout = 120000;\n\n \t\tif (__webpack_require__.nc) {\n \t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t}\n \t\tscript.src = __webpack_require__.p + \"static/js/\" + chunkId + \".\" + {\"0\":\"7e9c1df6817742ca7424\",\"1\":\"d1b66d4bf3d45b2621dd\",\"2\":\"344d5c61c44868322e7e\",\"3\":\"88a303fc10feb8b51091\",\"4\":\"f6a8f25f4e8cc458879d\",\"5\":\"ebe6e0cacbb2f02ab669\",\"6\":\"8404bf285ebf6d747079\",\"7\":\"f4707d897e032128f9f9\",\"8\":\"b011da43d5a969ab60a4\",\"9\":\"48de66bae77e31e7abb0\",\"10\":\"81ad33b734993a58acdb\",\"11\":\"9cde2c61360fd3c888a5\",\"12\":\"1807e60bc4ee83595e64\",\"13\":\"392f618adcea9a481a64\",\"14\":\"88db6edd5cb87f6e5747\",\"15\":\"9f61f06d1572f1265cc0\",\"16\":\"477513682c50d7d8583c\",\"17\":\"83e469d672229c638715\",\"18\":\"f7fb0936b3722ba45420\",\"19\":\"c64b53861326d1f5df43\",\"20\":\"f58ebe21766738997aa6\",\"21\":\"4829f09a632ccaf0daae\",\"22\":\"28fc8f2d91738ee402f9\",\"23\":\"012fa9b9212b0d170c6d\",\"24\":\"140fd1dc0d9dc2e621a1\",\"27\":\"02b5e0be03d9340bd130\"}[chunkId] + \".js\";\n \t\tvar timeout = setTimeout(onScriptComplete, 120000);\n \t\tscript.onerror = script.onload = onScriptComplete;\n \t\tfunction onScriptComplete() {\n \t\t\t// avoid mem leaks in IE.\n \t\t\tscript.onerror = script.onload = null;\n \t\t\tclearTimeout(timeout);\n \t\t\tvar chunk = installedChunks[chunkId];\n \t\t\tif(chunk !== 0) {\n \t\t\t\tif(chunk) {\n \t\t\t\t\tchunk[1](new Error('Loading chunk ' + chunkId + ' failed.'));\n \t\t\t\t}\n \t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t}\n \t\t};\n \t\thead.appendChild(script);\n\n \t\treturn promise;\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"./\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 14ff08a4bcb53bc6ac11"],"sourceRoot":""} {"version":3,"sources":["webpack:///webpack/bootstrap 280ea6396b1d1096bc32"],"names":["parentJsonpFunction","window","chunkIds","moreModules","executeModules","moduleId","chunkId","result","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","shift","__webpack_require__","s","installedModules","28","exports","module","l","e","installedChunkData","Promise","resolve","promise","reject","head","document","getElementsByTagName","script","createElement","type","charset","async","timeout","nc","setAttribute","src","p","0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","27","setTimeout","onScriptComplete","onerror","onload","clearTimeout","chunk","Error","undefined","appendChild","m","c","d","name","getter","o","defineProperty","configurable","enumerable","get","n","__esModule","object","property","oe","err","console","error"],"mappings":"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","file":"static/js/manifest.94f1610e195811e8722b.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tvar parentJsonpFunction = window[\"webpackJsonp\"];\n \twindow[\"webpackJsonp\"] = function webpackJsonpCallback(chunkIds, moreModules, executeModules) {\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [], result;\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules, executeModules);\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n \t\tif(executeModules) {\n \t\t\tfor(i=0; i < executeModules.length; i++) {\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = executeModules[i]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t};\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// objects to store loaded and loading chunks\n \tvar installedChunks = {\n \t\t28: 0\n \t};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData === 0) {\n \t\t\treturn new Promise(function(resolve) { resolve(); });\n \t\t}\n\n \t\t// a Promise means \"currently loading\".\n \t\tif(installedChunkData) {\n \t\t\treturn installedChunkData[2];\n \t\t}\n\n \t\t// setup Promise in chunk cache\n \t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t});\n \t\tinstalledChunkData[2] = promise;\n\n \t\t// start chunk loading\n \t\tvar head = document.getElementsByTagName('head')[0];\n \t\tvar script = document.createElement('script');\n \t\tscript.type = \"text/javascript\";\n \t\tscript.charset = 'utf-8';\n \t\tscript.async = true;\n \t\tscript.timeout = 120000;\n\n \t\tif (__webpack_require__.nc) {\n \t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t}\n \t\tscript.src = __webpack_require__.p + \"static/js/\" + chunkId + \".\" + {\"0\":\"7e9c1df6817742ca7424\",\"1\":\"d1b66d4bf3d45b2621dd\",\"2\":\"344d5c61c44868322e7e\",\"3\":\"88a303fc10feb8b51091\",\"4\":\"f6a8f25f4e8cc458879d\",\"5\":\"ebe6e0cacbb2f02ab669\",\"6\":\"8404bf285ebf6d747079\",\"7\":\"f4707d897e032128f9f9\",\"8\":\"b011da43d5a969ab60a4\",\"9\":\"48de66bae77e31e7abb0\",\"10\":\"81ad33b734993a58acdb\",\"11\":\"9cde2c61360fd3c888a5\",\"12\":\"1807e60bc4ee83595e64\",\"13\":\"392f618adcea9a481a64\",\"14\":\"88db6edd5cb87f6e5747\",\"15\":\"9f61f06d1572f1265cc0\",\"16\":\"477513682c50d7d8583c\",\"17\":\"83e469d672229c638715\",\"18\":\"f7fb0936b3722ba45420\",\"19\":\"c64b53861326d1f5df43\",\"20\":\"f58ebe21766738997aa6\",\"21\":\"4829f09a632ccaf0daae\",\"22\":\"28fc8f2d91738ee402f9\",\"23\":\"012fa9b9212b0d170c6d\",\"24\":\"140fd1dc0d9dc2e621a1\",\"27\":\"02b5e0be03d9340bd130\"}[chunkId] + \".js\";\n \t\tvar timeout = setTimeout(onScriptComplete, 120000);\n \t\tscript.onerror = script.onload = onScriptComplete;\n \t\tfunction onScriptComplete() {\n \t\t\t// avoid mem leaks in IE.\n \t\t\tscript.onerror = script.onload = null;\n \t\t\tclearTimeout(timeout);\n \t\t\tvar chunk = installedChunks[chunkId];\n \t\t\tif(chunk !== 0) {\n \t\t\t\tif(chunk) {\n \t\t\t\t\tchunk[1](new Error('Loading chunk ' + chunkId + ' failed.'));\n \t\t\t\t}\n \t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t}\n \t\t};\n \t\thead.appendChild(script);\n\n \t\treturn promise;\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"./\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 280ea6396b1d1096bc32"],"sourceRoot":""}
\ No newline at end of file \ No newline at end of file
...@@ -84,13 +84,13 @@ mark, ...@@ -84,13 +84,13 @@ mark,
audio, audio,
video, video,
input { input {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
font-size: 100%; font-size: 100%;
font-weight: normal; font-weight: normal;
vertical-align: baseline; vertical-align: baseline;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
} }
...@@ -106,76 +106,76 @@ header, ...@@ -106,76 +106,76 @@ header,
menu, menu,
nav, nav,
section { section {
display: block; display: block;
} }
body { body {
line-height: 1; line-height: 1;
} }
blockquote, blockquote,
q { q {
quotes: none; quotes: none;
} }
blockquote:before, blockquote:before,
blockquote:after, blockquote:after,
q:before, q:before,
q:after { q:after {
content: none; content: none;
} }
table { table {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
/* custom */ /* custom */
a { a {
color: #7e8c8d; color: #7e8c8d;
text-decoration: none; text-decoration: none;
-webkit-backface-visibility: hidden; -webkit-backface-visibility: hidden;
} }
a.a-href { a.a-href {
color: #606266; color: #606266;
} }
a.a-href:hover { a.a-href:hover {
color: #1890ff; color: #1890ff;
} }
li { li {
list-style: none; list-style: none;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 5px; width: 5px;
height: 5px; height: 5px;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
/*background: #e4e7ed;*/ /*background: #e4e7ed;*/
/*background-color: rgba(0, 0, 0, 0.1)*/ /*background-color: rgba(0, 0, 0, 0.1)*/
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
/*background: #f5f7fa;*/ /*background: #f5f7fa;*/
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
} }
::-webkit-scrollbar-track-piece { ::-webkit-scrollbar-track-piece {
/*background-color: rgba(0, 0, 0, 0.2); /*background-color: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;*/ -webkit-border-radius: 6px;*/
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: #c0c4cc; background: #c0c4cc;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
background-color: rgba(0, 0, 0, 0.1) background-color: rgba(0, 0, 0, 0.1)
} }
@-moz-document url-prefix(http: //),url-prefix(https://) { @-moz-document url-prefix(http: //),url-prefix(https://) {
...@@ -183,788 +183,788 @@ li { ...@@ -183,788 +183,788 @@ li {
/* 滚动条颜色 */ /* 滚动条颜色 */
scrollbar { scrollbar {
-moz-appearance: none !important; -moz-appearance: none !important;
width: 5px; width: 5px;
height: 5px; height: 5px;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
} }
/* 滚动条按钮颜色 */ /* 滚动条按钮颜色 */
thumb, scrollbarbutton { thumb, scrollbarbutton {
-moz-appearance: none !important; -moz-appearance: none !important;
} }
/* 鼠标悬停时按钮颜色 */ /* 鼠标悬停时按钮颜色 */
thumb:hover, scrollbarbutton:hover { thumb:hover, scrollbarbutton:hover {
-moz-appearance: none !important; -moz-appearance: none !important;
} }
/* 隐藏上下箭头 */ /* 隐藏上下箭头 */
scrollbarbutton { scrollbarbutton {
display: none !important; display: none !important;
} }
/* 纵向滚动条宽度 */ /* 纵向滚动条宽度 */
scrollbar[orient="vertical"] { scrollbar[orient="vertical"] {
/*min-width: 15px !important;*/ /*min-width: 15px !important;*/
} }
} }
scrollbar { scrollbar {
/* clear useragent default style*/ /* clear useragent default style*/
-moz-appearance: none !important; -moz-appearance: none !important;
} }
/* buttons at two ends */ /* buttons at two ends */
scrollbarbutton { scrollbarbutton {
-moz-appearance: none !important; -moz-appearance: none !important;
} }
/* the sliding part*/ /* the sliding part*/
thumb { thumb {
-moz-appearance: none !important; -moz-appearance: none !important;
} }
scrollcorner { scrollcorner {
-moz-appearance: none !important; -moz-appearance: none !important;
resize: both; resize: both;
} }
/* vertical or horizontal */ /* vertical or horizontal */
scrollbar[orient="vertical"] { scrollbar[orient="vertical"] {
color: silver; color: silver;
} }
-moz-scrollbar-track { -moz-scrollbar-track {
width: 5px; width: 5px;
border: none; border: none;
background: #ff0000; background: #ff0000;
} }
-moz-scrollbar-face { -moz-scrollbar-face {
width: 5px; width: 5px;
border: none; border: none;
background: #ff0000; background: #ff0000;
} }
-moz-scrollbar-arrow { -moz-scrollbar-arrow {
width: 5px; width: 5px;
border: none; border: none;
background: #ff0000; background: #ff0000;
} }
-moz-scrollbar { -moz-scrollbar {
-moz-scrollbar-width: 15px; -moz-scrollbar-width: 15px;
-moz-scrollbar-border: 1px solid black; -moz-scrollbar-border: 1px solid black;
-moz-scrollbar-background-color: white; -moz-scrollbar-background-color: white;
-moz-scrollbar-track-background-color: silver; -moz-scrollbar-track-background-color: silver;
-moz-scrollbar-arrow-background-color: silver; -moz-scrollbar-arrow-background-color: silver;
-moz-scrollbar-arrow-color: blue; -moz-scrollbar-arrow-color: blue;
} }
/*::-webkit-scrollbar-button { /*::-webkit-scrollbar-button {
color: #c8cbd3; color: #c8cbd3;
}*/ }*/
html, body { html, body {
width: 100%; width: 100%;
min-height: 100%; min-height: 100%;
height: 100%; height: 100%;
/*background-color: #ffffff;*/ /*background-color: #ffffff;*/
background-color: #f0f2f5; background-color: #f0f2f5;
} }
body { body {
-webkit-text-size-adjust: none; -webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
input:focus { input:focus {
box-shadow: none; box-shadow: none;
outline: none; outline: none;
} }
.btn-default { .btn-default {
color: #333; color: #333;
border: 1px solid #ddd; border: 1px solid #ddd;
background-color: #f7f7f7; background-color: #f7f7f7;
cursor: pointer; cursor: pointer;
} }
.btn { .btn {
font-size: 12px; font-size: 12px;
border-radius: 2px; border-radius: 2px;
padding: 8px 16px; padding: 8px 16px;
height: 32px; height: 32px;
line-height: 14px; line-height: 14px;
} }
.btn-new { .btn-new {
color: #333; color: #333;
border: 1px solid #fede29; border: 1px solid #fede29;
background-color: #fede29; background-color: #fede29;
} }
/* 浮动 */ /* 浮动 */
.fl { .fl {
float: left; float: left;
} }
.fr { .fr {
float: right; float: right;
} }
.clearfix:before, .clearfix:after { .clearfix:before, .clearfix:after {
display: block; display: block;
visibility: hidden; visibility: hidden;
height: 0; height: 0;
content: ""; content: "";
clear: both; clear: both;
} }
.clearfix { .clearfix {
zoom: 1; zoom: 1;
} }
.text-right { .text-right {
text-align: right; text-align: right;
} }
.over-hide { .over-hide {
overflow: hidden; overflow: hidden;
} }
/* 边距 */ /* 边距 */
.m-l-2 { .m-l-2 {
margin-left: 2px; margin-left: 2px;
} }
.m-l-4 { .m-l-4 {
margin-left: 4px; margin-left: 4px;
} }
.m-l-8 { .m-l-8 {
margin-left: 8px; margin-left: 8px;
} }
.m-l-16 { .m-l-16 {
margin-left: 16px; margin-left: 16px;
} }
.m-l-20 { .m-l-20 {
margin-left: 20px; margin-left: 20px;
} }
.m-l-220 { .m-l-220 {
margin-left: 220px; margin-left: 220px;
} }
.m-t-05 { .m-t-05 {
margin-top: -5px; margin-top: -5px;
} }
.m-t-10 { .m-t-10 {
margin-top: 10px; margin-top: 10px;
} }
.m-t-18 { .m-t-18 {
margin-top: 18px; margin-top: 18px;
} }
.m-t-20 { .m-t-20 {
margin-top: 20px; margin-top: 20px;
} }
.m-r-6 { .m-r-6 {
margin-right: 6px; margin-right: 6px;
} }
.m-r-8 { .m-r-8 {
margin-right: 8px; margin-right: 8px;
} }
.m-r-10 { .m-r-10 {
margin-right: 10px; margin-right: 10px;
} }
.m-r-20 { .m-r-20 {
margin-right: 20px; margin-right: 20px;
} }
.m-b-20 { .m-b-20 {
margin-bottom: 20px; margin-bottom: 20px;
} }
.m-b-26 { .m-b-26 {
margin-bottom: 26px; margin-bottom: 26px;
} }
.p-20 { .p-20 {
padding: 20px; padding: 20px;
} }
.p-lr-4 { .p-lr-4 {
padding: 0 4px; padding: 0 4px;
} }
.p-lr-18 { .p-lr-18 {
padding: 0 18px; padding: 0 18px;
} }
.p-l-8 { .p-l-8 {
padding-left: 8px; padding-left: 8px;
} }
.p-l-10 { .p-l-10 {
padding-left: 10px; padding-left: 10px;
} }
.p-l-20 { .p-l-20 {
padding-left: 20px; padding-left: 20px;
} }
.p-l-32 { .p-l-32 {
padding-left: 32px; padding-left: 32px;
} }
.p-l-36 { .p-l-36 {
padding-left: 36px; padding-left: 36px;
} }
.p-r-8 { .p-r-8 {
padding-right: 8px; padding-right: 8px;
} }
.p-r-12 { .p-r-12 {
padding-right: 12px; padding-right: 12px;
} }
.p-r-20 { .p-r-20 {
padding-right: 20px; padding-right: 20px;
} }
.w_100 { .w_100 {
width: 100%; width: 100%;
} }
.w-86 { .w-86 {
width: 86px; width: 86px;
} }
.w-90 { .w-90 {
width: 90px; width: 90px;
} }
.w-98 { .w-98 {
width: 98px; width: 98px;
} }
.w-180 { .w-180 {
width: 180px; width: 180px;
} }
.w-182 { .w-182 {
width: 182px; width: 182px;
} }
.w-184 { .w-184 {
width: 184px; width: 184px;
} }
.w-200 { .w-200 {
width: 200px; width: 200px;
} }
.w200 { .w200 {
width: 200px; width: 200px;
} }
.w-220 { .w-220 {
width: 220px; width: 220px;
} }
.w-223 { .w-223 {
width: 223px; width: 223px;
} }
.w-243 { .w-243 {
width: 243px; width: 243px;
} }
.w-290 { .w-290 {
width: 290px; width: 290px;
} }
.w-309 { .w-309 {
width: 309px; width: 309px;
} }
.w-329 { .w-329 {
width: 329px; width: 329px;
} }
.w-375 { .w-375 {
width: 375px; width: 375px;
} }
.w-427 { .w-427 {
width: 427px; width: 427px;
} }
.w-485 { .w-485 {
width: 485px; width: 485px;
} }
.w-536 { .w-536 {
width: 536px; width: 536px;
} }
.w-548 { .w-548 {
width: 548px; width: 548px;
} }
.border-box { .border-box {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
/* border */ /* border */
.border-l-dcdfe6 { .border-l-dcdfe6 {
border-left: 1px solid #dcdfe6; border-left: 1px solid #dcdfe6;
} }
/* display */ /* display */
.inline-block { .inline-block {
display: inline-block; display: inline-block;
} }
.block { .block {
display: block; display: block;
} }
.top { .top {
vertical-align: top; vertical-align: top;
} }
.middle { .middle {
vertical-align: middle; vertical-align: middle;
} }
/* flex */ /* flex */
.flex { .flex {
display: -webkit-box; display: -webkit-box;
display: -webkit-flex; display: -webkit-flex;
display: -ms-flexbox; display: -ms-flexbox;
display: flex; display: flex;
} }
.flex-1 { .flex-1 {
-webkit-box-flex: 1; -webkit-box-flex: 1;
-webkit-flex: 1; -webkit-flex: 1;
-ms-flex: 1; -ms-flex: 1;
flex: 1; flex: 1;
} }
.flex-row { .flex-row {
-webkit-flex-direction: column; -webkit-flex-direction: column;
-moz-flex-direction: column; -moz-flex-direction: column;
-ms-flex-direction: column; -ms-flex-direction: column;
-o-flex-direction: column; -o-flex-direction: column;
flex-direction: column; flex-direction: column;
} }
.flex-align-center { .flex-align-center {
-webkit-box-align: center; -webkit-box-align: center;
-webkit-align-items: center; -webkit-align-items: center;
-ms-flex-align: center; -ms-flex-align: center;
align-items: center; align-items: center;
} }
.flex-pack-center { .flex-pack-center {
-webkit-box-pack: center; -webkit-box-pack: center;
-webkit-justify-content: center; -webkit-justify-content: center;
-ms-flex-pack: center; -ms-flex-pack: center;
justify-content: center; justify-content: center;
} }
.flex-wrap { .flex-wrap {
-webkit-flex-wrap: wrap; -webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap; -moz-flex-wrap: wrap;
-ms-flex-wrap: wrap; -ms-flex-wrap: wrap;
-o-flex-wrap: wrap; -o-flex-wrap: wrap;
flex-wrap: wrap; flex-wrap: wrap;
} }
.dialog-footer { .dialog-footer {
font-size: 0; font-size: 0;
/*height: 35px;*/ /*height: 35px;*/
} }
.font-0 .el-form-item__content { .font-0 .el-form-item__content {
font-size: 0; font-size: 0;
} }
/* 字号 */ /* 字号 */
i { i {
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
} }
.font-10 { .font-10 {
font-size: 10px; font-size: 10px;
} }
.font-12 { .font-12 {
font-size: 12px; font-size: 12px;
} }
.font-14 { .font-14 {
font-size: 14px; font-size: 14px;
} }
.font-18 { .font-18 {
font-size: 18px; font-size: 18px;
} }
.pointer { .pointer {
cursor: pointer; cursor: pointer;
} }
/* 颜色 */ /* 颜色 */
.color-blue { .color-blue {
color: #1890ff; color: #1890ff;
} }
.color-303133 { .color-303133 {
color: #303133; color: #303133;
} }
.color-909399 { .color-909399 {
color: #909399; color: #909399;
} }
.color-c0c4cc { .color-c0c4cc {
color: #c0c4cc; color: #c0c4cc;
} }
.color-606266 { .color-606266 {
color: #606266; color: #606266;
} }
.pagewrap { .pagewrap {
margin: 20px 0; margin: 20px 0;
text-align: right; text-align: right;
} }
.dialogwrap { .dialogwrap {
position: relative; position: relative;
} }
.dialogwrap:before { .dialogwrap:before {
position: absolute; position: absolute;
left: -20px; left: -20px;
top: -20px; top: -20px;
right: -20px; right: -20px;
content: ''; content: '';
border-bottom: 1px solid #dedede; border-bottom: 1px solid #dedede;
} }
.dialogcontent { .dialogcontent {
padding: 0 10px; padding: 0 10px;
} }
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: rgb(250, 255, 189); background-color: rgb(250, 255, 189);
/* #FAFFBD; */ /* #FAFFBD; */
background-image: none; background-image: none;
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
} }
.el-table th { .el-table th {
background: #f1f3f7 !important; background: #f1f3f7 !important;
} }
.slide-fade-enter-active { .slide-fade-enter-active {
transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0); transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
} }
.slide-fade-leave-active { .slide-fade-leave-active {
transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0); transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
} }
.slide-fade-enter, .slide-fade-leave-to { .slide-fade-enter, .slide-fade-leave-to {
opacity: 0; opacity: 0;
} }
/* 新加*/ /* 新加*/
#app, #index, #content { #app, #index, #content {
position: relative; position: relative;
height: 100%; height: 100%;
} }
/* table 的表头 -- 背景色 */ /* table 的表头 -- 背景色 */
.el-table thead tr, .el-table thead th { .el-table thead tr, .el-table thead th {
background: #f1f3f7; background: #f1f3f7;
} }
/* 面包屑 */ /* 面包屑 */
.breadcrumb { .breadcrumb {
padding: 24px; padding: 24px;
background-color: #fff; background-color: #fff;
border-radius: 2px; border-radius: 2px;
box-shadow: 0 -1px 10px #dfdfdf; box-shadow: 0 -1px 10px #dfdfdf;
} }
.breadcrumb .breadcrumb-title { .breadcrumb .breadcrumb-title {
margin: 30px 0 10px 0; margin: 30px 0 10px 0;
font-size: 20px; font-size: 20px;
} }
/*有侧边栏的 右侧 */ /*有侧边栏的 右侧 */
.content-wrap { .content-wrap {
height: 100%; height: 100%;
display: flex; display: flex;
} }
.content-wrap .right-wrap { .content-wrap .right-wrap {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
} }
.content-wrap .right-wrap .right-content { .content-wrap .right-wrap .right-content {
padding: 24px; padding: 24px;
} }
.content-wrap .right-wrap .right-content .right-box { .content-wrap .right-wrap .right-content .right-box {
background: #fff; background: #fff;
padding: 24px; padding: 24px;
} }
/* 无侧边栏的底部 */ /* 无侧边栏的底部 */
.bottom-wrap { .bottom-wrap {
padding: 24px; padding: 24px;
color: #606266; color: #606266;
font-size: 14px; font-size: 14px;
} }
.bottom-content-wrap { .bottom-content-wrap {
/*background: #fff; /*background: #fff;
padding: 24px;*/ padding: 24px;*/
} }
/*提示文字*/ /*提示文字*/
.tip-text { .tip-text {
font-size: 12px; font-size: 12px;
color: #909399; color: #909399;
position: absolute; position: absolute;
bottom: -30px; bottom: -30px;
} }
.el-form .el-form-item.is-success .el-input__inner, .el-form .el-form-item.is-success .el-input__inner:focus, .el-form .el-form-item.is-success .el-textarea__inner, .el-form .el-form-item.is-success .el-textarea__inner:focus { .el-form .el-form-item.is-success .el-input__inner, .el-form .el-form-item.is-success .el-input__inner:focus, .el-form .el-form-item.is-success .el-textarea__inner, .el-form .el-form-item.is-success .el-textarea__inner:focus {
border-color: #dcdfe6; border-color: #dcdfe6;
} }
/* 开卡模板 */ /* 开卡模板 */
.template-cell-r .el-input.is-disabled .el-input__inner { .template-cell-r .el-input.is-disabled .el-input__inner {
font-size: 12px; font-size: 12px;
color: #fff; color: #fff;
background-color: rgba(255, 255, 255, .1); background-color: rgba(255, 255, 255, .1);
} }
.el-button--text.m-l-10 { .el-button--text.m-l-10 {
margin-left: 10px; margin-left: 10px;
} }
.task-public .el-tabs .el-tabs__header { .task-public .el-tabs .el-tabs__header {
margin: 0; margin: 0;
padding-left: 24px; padding-left: 24px;
border-bottom: 1px solid #e4e7ed; border-bottom: 1px solid #e4e7ed;
background: #fff; background: #fff;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
/* 头部 */ /* 头部 */
.user-form-dialog .el-dialog__body { .user-form-dialog .el-dialog__body {
padding: 30px 20px 0; padding: 30px 20px 0;
} }
.user-form-dialog .el-dialog__header { .user-form-dialog .el-dialog__header {
padding: 0 20px; padding: 0 20px;
height: 54px; height: 54px;
} }
.pass-form-dialog .el-dialog__body { .pass-form-dialog .el-dialog__body {
padding: 30px 20px 0; padding: 30px 20px 0;
} }
.pass-form-dialog .el-dialog__header { .pass-form-dialog .el-dialog__header {
padding: 0 20px; padding: 0 20px;
height: 54px; height: 54px;
} }
/* 左侧菜单 */ /* 左侧菜单 */
.leftBar-wrap .el-menu { .leftBar-wrap .el-menu {
background-color: #020b21; background-color: #020b21;
} }
.leftBar-wrap .cardmenu-item .el-submenu__title, .leftBar-wrap .cardmenu-item .el-menu-item, .leftBar-wrap .cardmenu-item .el-submenu .el-menu-item { .leftBar-wrap .cardmenu-item .el-submenu__title, .leftBar-wrap .cardmenu-item .el-menu-item, .leftBar-wrap .cardmenu-item .el-submenu .el-menu-item {
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
} }
.leftBar-wrap .el-submenu__title:hover { .leftBar-wrap .el-submenu__title:hover {
background-color: #020b21; background-color: #020b21;
} }
.leftBar-wrap .cardmenu-item li.el-menu-item:hover i { .leftBar-wrap .cardmenu-item li.el-menu-item:hover i {
/*background-color: #1890ff;*/ /*background-color: #1890ff;*/
color: #fff; color: #fff;
} }
.leftBar-wrap .cardmenu-item li.el-menu-item:hover span { .leftBar-wrap .cardmenu-item li.el-menu-item:hover span {
/*background-color: #1890ff;*/ /*background-color: #1890ff;*/
color: #fff; color: #fff;
} }
.leftBar-wrap .cardmenu-item li.el-submenu:hover i { .leftBar-wrap .cardmenu-item li.el-submenu:hover i {
/*background-color: #1890ff;*/ /*background-color: #1890ff;*/
color: #fff; color: #fff;
} }
.leftBar-wrap .cardmenu-item li.el-submenu:hover span { .leftBar-wrap .cardmenu-item li.el-submenu:hover span {
/*background-color: #1890ff;*/ /*background-color: #1890ff;*/
color: #fff; color: #fff;
} }
.leftBar-wrap .cardmenu-item li.el-submenu .el-menu-item:hover label { .leftBar-wrap .cardmenu-item li.el-submenu .el-menu-item:hover label {
/*background-color: #1890ff;*/ /*background-color: #1890ff;*/
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;
} }
.leftBar-wrap .cardmenu-item .el-submenu.is-active div.el-submenu__title i { .leftBar-wrap .cardmenu-item .el-submenu.is-active div.el-submenu__title i {
color: #fff; color: #fff;
} }
.leftBar-wrap .cardmenu-item .el-submenu.is-active div.el-submenu__title span { .leftBar-wrap .cardmenu-item .el-submenu.is-active div.el-submenu__title span {
color: #fff; color: #fff;
} }
.el-menu.el-menu--popup .el-menu-item.is-active label { .el-menu.el-menu--popup .el-menu-item.is-active label {
color: #fff; color: #fff;
} }
/* 百分号 */ /* 百分号 */
.percent-item .el-input-group__append { .percent-item .el-input-group__append {
padding: 0 12px; padding: 0 12px;
} }
/* table lable*/ /* table lable*/
.table-label .el-form-item__label { .table-label .el-form-item__label {
line-height: 48px; line-height: 48px;
} }
.el-table th .cell { .el-table th .cell {
/*color: #909399;*/ /*color: #909399;*/
font-size: 14px; font-size: 14px;
} }
#index .el-table__empty-block { #index .el-table__empty-block {
height: 256px; height: 256px;
} }
.common-wrap__table .el-table__empty-text { .common-wrap__table .el-table__empty-text {
margin-bottom: 40px; margin-bottom: 40px;
} }
.common-wrap__fix__table .el-table__empty-text { .common-wrap__fix__table .el-table__empty-text {
margin-bottom: 40px; margin-bottom: 40px;
} }
/* 会员标签 */ /* 会员标签 */
.common-lib__cell__fieldName::before { .common-lib__cell__fieldName::before {
content: ''; content: '';
width: 0px; width: 0px;
height: 10px; height: 10px;
position: absolute; position: absolute;
top: 1px; top: 1px;
right: 0; right: 0;
border-right: 1px solid #C0C4CC; border-right: 1px solid #C0C4CC;
} }
.common-lib__cell__fieldName:last-child::before { .common-lib__cell__fieldName:last-child::before {
content: ''; content: '';
width: 0px; width: 0px;
height: 10px; height: 10px;
position: absolute; position: absolute;
top: 1px; top: 1px;
right: 0; right: 0;
border-right: 0px solid #C0C4CC; border-right: 0px solid #C0C4CC;
} }
/* 标签库通用 */ /* 标签库通用 */
.right-box .common-wrap__opt {} .right-box .common-wrap__opt {}
.common-libFields { .common-libFields {
min-width: 1104px; min-width: 1104px;
-webkit-flex-wrap: wrap; -webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap; -moz-flex-wrap: wrap;
-ms-flex-wrap: wrap; -ms-flex-wrap: wrap;
-o-flex-wrap: wrap; -o-flex-wrap: wrap;
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 22px; margin-top: 22px;
overflow: hidden; overflow: hidden;
} }
.common-libFields .common-lib__cell { .common-libFields .common-lib__cell {
position: relative; position: relative;
margin-bottom: 30px; margin-bottom: 30px;
min-width: 522px; min-width: 522px;
max-width: calc(50% - 15px); max-width: calc(50% - 15px);
border: 1px solid rgba(220, 223, 230, 1); border: 1px solid rgba(220, 223, 230, 1);
border-radius: 3px; border-radius: 3px;
} }
.common-libFields .common-lib__cell.border-primary-color { .common-libFields .common-lib__cell.border-primary-color {
border-color: #1890ff; border-color: #1890ff;
} }
.common-libFields .common-lib__cell:nth-child(2n+1) { .common-libFields .common-lib__cell:nth-child(2n+1) {
margin-right: 30px; margin-right: 30px;
} }
.common-libFields .common-lib__cell__head { .common-libFields .common-lib__cell__head {
width: 100%; width: 100%;
height: 46px; height: 46px;
line-height: 46px; line-height: 46px;
padding: 0 24px; padding: 0 24px;
background: #EBEEF5; background: #EBEEF5;
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
} }
.common-libFields .common-lib__cell__icon { .common-libFields .common-lib__cell__icon {
padding-right: 8px; padding-right: 8px;
color: #909399; color: #909399;
font-size: 20px; font-size: 20px;
} }
.common-libFields .common-lib__icon__right { .common-libFields .common-lib__icon__right {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
font-size: 14px; font-size: 14px;
color: #C0C4CC; color: #C0C4CC;
} }
.common-libFields .common-lib__cell__name { .common-libFields .common-lib__cell__name {
font-size: 14px; font-size: 14px;
color: #606266; color: #606266;
} }
.common-libFields .common-lib__cell__body { .common-libFields .common-lib__cell__body {
padding: 17px 20px; padding: 17px 20px;
} }
.common-libFields .common-lib__cell__fieldRow { .common-libFields .common-lib__cell__fieldRow {
padding: 13px 0; padding: 13px 0;
font-size: 0; font-size: 0;
} }
.common-libFields .common-lib__cell__fieldChild { .common-libFields .common-lib__cell__fieldChild {
font-size: 14px; font-size: 14px;
color: #303133; color: #303133;
font-weight: 700; font-weight: 700;
} }
.common-libFields .common-lib__cell__fieldChild i { .common-libFields .common-lib__cell__fieldChild i {
font-weight: normal; font-weight: normal;
color: #C0C4CC; color: #C0C4CC;
font-size: 14px; font-size: 14px;
padding-left: 6px; padding-left: 6px;
} }
.common-libFields .common-lib__cell__fieldChild .common-lib__cell__name { .common-libFields .common-lib__cell__fieldChild .common-lib__cell__name {
font-size: 14px; font-size: 14px;
color: #303133; color: #303133;
font-weight: 700; font-weight: 700;
} }
.common-libFields .common-lib__cell__fieldChild .common-lib__cell__name:hover { .common-libFields .common-lib__cell__fieldChild .common-lib__cell__name:hover {
color: #1890ff; color: #1890ff;
} }
.common-libFields .common-lib__cell__fieldLastChild { .common-libFields .common-lib__cell__fieldLastChild {
width: calc(100% - 80px); width: calc(100% - 80px);
max-width: 500px; max-width: 500px;
vertical-align: top; vertical-align: top;
font-size: 14px; font-size: 14px;
max-height: 65px; max-height: 65px;
overflow: hidden; overflow: hidden;
} }
.common-libFields .common-lib__cell__fieldName { .common-libFields .common-lib__cell__fieldName {
position: relative; position: relative;
margin-bottom: 10px; margin-bottom: 10px;
padding: 0px 12px; padding: 0px 12px;
height: 12px; height: 12px;
/*line-height: 12px;*/ /*line-height: 12px;*/
font-size: 13px; font-size: 13px;
color: #606266; color: #606266;
} }
.common-libFields .common-lib__cell__radio { .common-libFields .common-lib__cell__radio {
position: absolute; position: absolute;
bottom: 0px; bottom: 0px;
right: 0px; right: 0px;
width: 50px; width: 50px;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
} }
.common-libFields .common-lib__cell__radio .el-radio { .common-libFields .common-lib__cell__radio .el-radio {
width: 50px; width: 50px;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
} }
.common-libFields .common-lib__cell__radio .el-radio__label { .common-libFields .common-lib__cell__radio .el-radio__label {
display: none; display: none;
} }
/* 通用标签列表 面包屑头部标签 */ /* 通用标签列表 面包屑头部标签 */
.common-wrap__cateTags { .common-wrap__cateTags {
position: relative; position: relative;
width: 100%; width: 100%;
height: 45px; height: 45px;
margin-bottom: 20px; margin-bottom: 20px;
border-bottom: 1px solid #EBEEF5; border-bottom: 1px solid #EBEEF5;
} }
.common-wrap__cateTags .common-wrap__currentTag { .common-wrap__cateTags .common-wrap__currentTag {
white-space: nowrap; white-space: nowrap;
font-size: 0; font-size: 0;
color: #303133; color: #303133;
} }
.common-wrap__currentTag .common-wrap__currentTag__name { .common-wrap__currentTag .common-wrap__currentTag__name {
font-size: 14px; font-size: 14px;
color: #303133; color: #303133;
font-weight: 700; font-weight: 700;
} }
.common-wrap__currentTag i { .common-wrap__currentTag i {
font-size: 14px; font-size: 14px;
color: #909399; color: #909399;
} }
.common-wrap__cateTags .common-wrap__childTag { .common-wrap__cateTags .common-wrap__childTag {
/*max-width: calc(100% - 280px);*/ /*max-width: calc(100% - 280px);*/
vertical-align: middle; vertical-align: middle;
margin-left: 8px; margin-left: 8px;
padding-left: 10px; padding-left: 10px;
font-size: 14px; font-size: 14px;
color: #606266; color: #606266;
border-left: 1px solid #979797; border-left: 1px solid #979797;
white-space: nowrap; white-space: nowrap;
/*overflow: hidden;*/ /*overflow: hidden;*/
/*text-overflow: ellipsis;*/ /*text-overflow: ellipsis;*/
} }
.common-wrap__childTag .common-wrap__childTag__name { .common-wrap__childTag .common-wrap__childTag__name {
margin-right: 10px; margin-right: 10px;
padding: 2px 5px; padding: 2px 5px;
font-size: 14px; font-size: 14px;
color: #606266; color: #606266;
background: #F0F2F5; background: #F0F2F5;
border-radius: 2px; border-radius: 2px;
} }
.common-wrap__moreTag__body { .common-wrap__moreTag__body {
/*position: absolute; /*position: absolute;
top: 20px; top: 20px;
right: -10px; right: -10px;
min-width: 500px; min-width: 500px;
...@@ -977,290 +977,290 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { ...@@ -977,290 +977,290 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
z-index: 1;*/ z-index: 1;*/
} }
.el-popover .common-wrap__childTag__name { .el-popover .common-wrap__childTag__name {
display: inline-block; display: inline-block;
margin-right: 10px; margin-right: 10px;
margin-bottom: 10px; margin-bottom: 10px;
padding: 2px 5px; padding: 2px 5px;
font-size: 14px; font-size: 14px;
color: #606266; color: #606266;
background: #F0F2F5; background: #F0F2F5;
border-radius: 2px; border-radius: 2px;
} }
/* 分页 */ /* 分页 */
.common-wrap__page { .common-wrap__page {
padding: 24px 0 30px 0; padding: 24px 0 30px 0;
} }
.common-wrap__page .el-input { .common-wrap__page .el-input {
font-size: 12px; font-size: 12px;
} }
.common-wrap__page .el-input__inner { .common-wrap__page .el-input__inner {
height: 28px; height: 28px;
line-height: 28px; line-height: 28px;
} }
/* 公共底部固定部分 */ /* 公共底部固定部分 */
.common-wrap__fix { .common-wrap__fix {
position: fixed; position: fixed;
right: 0; right: 0;
bottom: 0; bottom: 0;
width: 706px; width: 706px;
height: 70px; height: 70px;
background: #04143A; background: #04143A;
font-size: 16px; font-size: 16px;
color: #fff; color: #fff;
z-index: 2; z-index: 2;
} }
.common-wrap__fix__div { .common-wrap__fix__div {
position: relative; position: relative;
width: 100%; width: 100%;
z-index: 2; z-index: 2;
} }
.common-wrap__fix__div .common-wrap__fix__showSection { .common-wrap__fix__div .common-wrap__fix__showSection {
position: relative; position: relative;
width: 100%; width: 100%;
line-height: 70px; line-height: 70px;
background: #04143A; background: #04143A;
z-index: 2; z-index: 2;
} }
.common-wrap__fix__showSection .common-wrap__fix__left { .common-wrap__fix__showSection .common-wrap__fix__left {
display: inline-block; display: inline-block;
width: 528px; width: 528px;
cursor: pointer; cursor: pointer;
} }
.common-wrap__fix__left i { .common-wrap__fix__left i {
vertical-align: top; vertical-align: top;
padding: 0 15px; padding: 0 15px;
font-size: 27px; font-size: 27px;
color: rgba(255, 255, 255, 0.70); color: rgba(255, 255, 255, 0.70);
} }
.common-wrap__fix__left span { .common-wrap__fix__left span {
position: relative; position: relative;
vertical-align: top; vertical-align: top;
padding-left: 15px; padding-left: 15px;
} }
.common-wrap__fix__left span::before { .common-wrap__fix__left span::before {
content: ''; content: '';
position: absolute; position: absolute;
top: 26px; top: 26px;
left: 0; left: 0;
width: 0; width: 0;
height: 20px; height: 20px;
border-left: 1px solid #243969; border-left: 1px solid #243969;
} }
.common-wrap__fix__left span i { .common-wrap__fix__left span i {
padding: 0 4px; padding: 0 4px;
font-weight: normal; font-weight: normal;
font-size: 22px; font-size: 22px;
color: #fff; color: #fff;
} }
.common-wrap__fix__showSection .el-button { .common-wrap__fix__showSection .el-button {
width: 178px; width: 178px;
height: 70px; height: 70px;
padding: 0; padding: 0;
line-height: 70px; line-height: 70px;
border-radius: 0; border-radius: 0;
font-size: 16px; font-size: 16px;
} }
.common-wrap__fix__hideList { .common-wrap__fix__hideList {
position: absolute; position: absolute;
bottom: 70px; bottom: 70px;
left: 0; left: 0;
right: 0; right: 0;
height: 352px; height: 352px;
padding: 24px 22px; padding: 24px 22px;
background: #fff; background: #fff;
-webkit-box-shadow: -3px -3px 10px 0px rgba(198, 198, 198, 0.50); -webkit-box-shadow: -3px -3px 10px 0px rgba(198, 198, 198, 0.50);
box-shadow: -3px -3px 10px 0px rgba(198, 198, 198, 0.50); box-shadow: -3px -3px 10px 0px rgba(198, 198, 198, 0.50);
-webkit-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease; -o-transition: all 0.3s ease;
transition: all 0.3s ease; transition: all 0.3s ease;
z-index: 1; z-index: 1;
} }
.common-wrap__fix__hideList.hide { .common-wrap__fix__hideList.hide {
bottom: -404px; bottom: -404px;
} }
.common-wrap__fix__hideList .common-wrap__fix__title { .common-wrap__fix__hideList .common-wrap__fix__title {
width: 100%; width: 100%;
margin-bottom: 20px; margin-bottom: 20px;
font-size: 18px; font-size: 18px;
color: #303133; color: #303133;
} }
.common-wrap__fix__hideList .common-wrap__fix__table { .common-wrap__fix__hideList .common-wrap__fix__table {
width: 100%; width: 100%;
height: 333px; height: 333px;
} }
/* 分类小版 */ /* 分类小版 */
.cate-dialog .el-dialog__body { .cate-dialog .el-dialog__body {
padding: 20px 20px 24px 20px; padding: 20px 20px 24px 20px;
} }
.cate-dialog .el-form-item__label { .cate-dialog .el-form-item__label {
color: #606266; color: #606266;
} }
.cate-dialog .el-table__body { .cate-dialog .el-table__body {
color: #606266; color: #606266;
} }
.addTag-tab-wrap table tr td { .addTag-tab-wrap table tr td {
overflow: hidden; overflow: hidden;
} }
/* 标签详情各个组件 */ /* 标签详情各个组件 */
.tagShort-dialog .el-dialog__headerbtn { .tagShort-dialog .el-dialog__headerbtn {
top: 28px; top: 28px;
} }
.tagShort-dialog .el-dialog__body { .tagShort-dialog .el-dialog__body {
/*padding: 0 20px 30px 20px;*/ /*padding: 0 20px 30px 20px;*/
} }
.tagShort-dialog .el-dialog__footer { .tagShort-dialog .el-dialog__footer {
/*border-top: none; /*border-top: none;
border-top: 0px;*/ border-top: 0px;*/
} }
/* 选项 (固化值)*/ /* 选项 (固化值)*/
.checkboxOption-wrap { .checkboxOption-wrap {
width: 100%; width: 100%;
} }
.checkboxOption-wrap__head { .checkboxOption-wrap__head {
width: 100%; width: 100%;
padding-bottom: 24px; padding-bottom: 24px;
border-bottom: 1px solid #DCDFE6; border-bottom: 1px solid #DCDFE6;
} }
.checkboxOption-wrap__head .checkboxOption-wrap__head__title { .checkboxOption-wrap__head .checkboxOption-wrap__head__title {
width: 100%; width: 100%;
margin-bottom: 30px; margin-bottom: 30px;
font-size: 16px; font-size: 16px;
color: #303133; color: #303133;
font-weight: 500; font-weight: 500;
} }
.checkboxOption-wrap__head .realtime-span { .checkboxOption-wrap__head .realtime-span {
padding: 3px 4px; padding: 3px 4px;
font-size: 11px; font-size: 11px;
color: #fff; color: #fff;
border-radius: 4px; border-radius: 4px;
background: #1890ff; background: #1890ff;
} }
.checkboxOption-wrap__head .checkboxOption-wrap__head__describe { .checkboxOption-wrap__head .checkboxOption-wrap__head__describe {
width: 100%; width: 100%;
font-size: 14px; font-size: 14px;
color: #606266; color: #606266;
line-height: 20px; line-height: 20px;
white-space: pre-wrap; white-space: pre-wrap;
word-break: break-all; word-break: break-all;
} }
.checkboxOption-wrap__body .checkboxOption-wrap__body__title { .checkboxOption-wrap__body .checkboxOption-wrap__body__title {
width: 100%; width: 100%;
height: 74px; height: 74px;
line-height: 74px; line-height: 74px;
font-weight: 500; font-weight: 500;
} }
.checkboxOption-wrap__body .checkboxOption-wrap__body__checkAll { .checkboxOption-wrap__body .checkboxOption-wrap__body__checkAll {
width: 100%; width: 100%;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
padding-left: 10px; padding-left: 10px;
background: #F1F3F7; background: #F1F3F7;
} }
.checkboxOption-wrap__body .checkboxOption-wrap__body__options { .checkboxOption-wrap__body .checkboxOption-wrap__body__options {
padding-left: 10px; padding-left: 10px;
} }
.checkboxOption-wrap__body .el-checkbox-group { .checkboxOption-wrap__body .el-checkbox-group {
line-height: 60px; line-height: 60px;
} }
.add-search-select .el-select span { .add-search-select .el-select span {
display: none; display: none;
-webkit-transform: scale(0); -webkit-transform: scale(0);
-ms-transform: scale(0); -ms-transform: scale(0);
-o-transform: scale(0); -o-transform: scale(0);
transform: scale(0); transform: scale(0);
} }
.city-select-wrap .el-tabs__content { .city-select-wrap .el-tabs__content {
overflow: unset; overflow: unset;
} }
.el-date-editor .el-range__close-icon { .el-date-editor .el-range__close-icon {
line-height: 27px; line-height: 27px;
} }
.manualTagEdit-wrap__form .input-label { .manualTagEdit-wrap__form .input-label {
position: absolute; position: absolute;
right: 10px; right: 10px;
top: 2px; top: 2px;
font-size: 12px; font-size: 12px;
color: #909399; color: #909399;
} }
.manualTagEdit-wrap__set .input-label { .manualTagEdit-wrap__set .input-label {
position: absolute; position: absolute;
right: 60px; right: 60px;
top: 10px; top: 10px;
font-size: 12px; font-size: 12px;
color: #909399; color: #909399;
} }
.manualTagEdit-wrap__form .textarea-label { .manualTagEdit-wrap__form .textarea-label {
position: absolute; position: absolute;
right: 10px; right: 10px;
top: 65px; top: 65px;
font-size: 12px; font-size: 12px;
color: #909399; color: #909399;
} }
.manualTagEdit-wrap__form .el-textarea__inner { .manualTagEdit-wrap__form .el-textarea__inner {
resize: none; resize: none;
height: 96px; height: 96px;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
} }
.memberGroupEdit-wrap__body .el-textarea__inner { .memberGroupEdit-wrap__body .el-textarea__inner {
resize: none; resize: none;
height: 96px; height: 96px;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
} }
/* 会员信息 */ /* 会员信息 */
.singelinfo { .singelinfo {
justify-content: flex-start justify-content: flex-start
} }
.singelinfo-img { .singelinfo-img {
flex: 0 0 100px; flex: 0 0 100px;
} }
.singelinfo-wrap { .singelinfo-wrap {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.singelinfo-content { .singelinfo-content {
padding: 0 10px; padding: 0 10px;
} }
.singelinfo-item { .singelinfo-item {
line-height: 0; line-height: 0;
} }
.singelinfo-jl { .singelinfo-jl {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin: 20px 0; margin: 20px 0;
} }
.singelinfo-jlitem { .singelinfo-jlitem {
text-align: center; text-align: center;
} }
.singelinfo-cost { .singelinfo-cost {
text-align: center; text-align: center;
} }
.lheigth0 { .lheigth0 {
color: #303133; color: #303133;
margin: 5px 0; margin: 5px 0;
} }
.lheigth0 span { .lheigth0 span {
color: #606266; color: #606266;
} }
.evl-right { .evl-right {
margin-right: 5px; margin-right: 5px;
} }
.singelinfo-costitem p { .singelinfo-costitem p {
margin: 5px 0; margin: 5px 0;
} }
/* 暂存架 */ /* 暂存架 */
.name-hover:hover { .name-hover:hover {
color: #1890ff; color: #1890ff;
} }
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
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