|
@@ -1,9 +1,11 @@
|
|
|
///* 改变主题色变量 */
|
|
|
-$color-primary:#5882EF;
|
|
|
+$color-primary:#0052D9;
|
|
|
+$--color-primary: $color-primary;
|
|
|
+
|
|
|
.el-dialog__close.el-icon.el-icon-close{ color:#fff; }
|
|
|
.el-dialog__close.el-icon.el-icon-close:hover{ color:#fff; }
|
|
|
#positionContent .avatar {width: 100px;height: 100px;}
|
|
|
-.color_primary{color:#5882EF};
|
|
|
+.color_primary{color:$color-primary};
|
|
|
.goods_box .el-card__body{padding: 10px;}
|
|
|
.goods_boxs .el-card__body{padding: 10px 0;}
|
|
|
.has-gutter th{ background:#f9f9f9 !important; }
|
|
@@ -27,7 +29,7 @@ $color-primary:#5882EF;
|
|
|
.el-carousel__container{ height:100% !important; }
|
|
|
.el-input-group__prepend{ width:40px; height:45px; padding:0 13px !important; box-sizing:border-box; }
|
|
|
.el-input.el-input-group.el-input-group--prepend input{ width:240px; height:45px; box-sizing:border-box; }
|
|
|
-.editwordSty{ color:#5882EF; margin-right:10px; cursor:pointer; }
|
|
|
+.editwordSty{ color:$color-primary; margin-right:10px; cursor:pointer; }
|
|
|
.theme-picker-dropdown .el-color-dropdown__link-btn{ display:none; } //颜色选择器清除按钮消失
|
|
|
.el-upload-dragger{ width:360px; height:150px; margin-left:20px; } //拖拽上传样式
|
|
|
.rolemanage .el-checkbox{ margin-left:0 !important; margin-right:20px !important; }
|
|
@@ -35,7 +37,7 @@ $color-primary:#5882EF;
|
|
|
.fright{ float:right; margin-left:20px; }
|
|
|
.zdyDialog .el-dialog__header{ display:none; }
|
|
|
.el-select-dropdown__wrap{ max-height:574px; }
|
|
|
-.el-message-box__header .el-message-box__title{ color:#5882EF !important; } //确认弹窗
|
|
|
+.el-message-box__header .el-message-box__title{ color:$color-primary !important; } //确认弹窗
|
|
|
.confirmButton{ margin-left:-80px !important; }
|
|
|
.cancelButton{ margin-right:-80px !important; }
|
|
|
// a[href="https://froala.com/wysiwyg-editor"], a[href="https://www.froala.com/wysiwyg-editor?k=u"]{ display:none !important; position:absolute; top:-99999999px; }
|
|
@@ -89,4 +91,6 @@ button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusri
|
|
|
// .highcharts-credits{ display:none; }
|
|
|
// .highcharts-axis-title{ display:none; }
|
|
|
.highcharts-legend-item tspan{ font-size:14px; font-weight:400; color:#960000; }
|
|
|
-// highcharts-legend-item highcharts-spline-series highcharts-color-undefined highcharts-series-2
|
|
|
+// highcharts-legend-item highcharts-spline-series highcharts-color-undefined highcharts-series-2
|
|
|
+
|
|
|
+@import "~element-ui/lib/theme-chalk/index.css";
|