|
@@ -1,16 +1,9 @@
|
|
|
-$WinWitdh:1200px;
|
|
|
-$BaseC:#555;
|
|
|
-$LinkC:#06f;
|
|
|
-$HoverC:#f60;
|
|
|
-$FontSize:13px;
|
|
|
$fontFamily: "Spurce Han Sans,Wah Kang font,Microsoft YaHei";
|
|
|
-$allColor: #333; //正文#333
|
|
|
-$color1: #666; //辅助文字#666
|
|
|
-$color2: #999; //#999
|
|
|
-$color3: #ccc; //失效文字#ccc
|
|
|
-$color4: #00A0E8; //链接文字
|
|
|
-$color5: #8E9CC1; //表头文字加粗
|
|
|
-$colorList: ( 1:$color1, 2:$color2, 3:$color3, 4:$color4, 5:$color5);
|
|
|
+$allColor: #303133; //主要文字
|
|
|
+$color1: #606266; //常规文字
|
|
|
+$color2: #909399; //次要文字
|
|
|
+$color3: #C0C4CC; //占位文字
|
|
|
+$colorList: ( 1:$color1, 2:$color2, 3:$color3);
|
|
|
$theme1: #5BA7FF;
|
|
|
$theme2: #FFF;
|
|
|
$theme3: #8E9CC1;
|
|
@@ -20,34 +13,17 @@ $auxiliary2: #FF4121;
|
|
|
$auxiliary3: #7ED321;
|
|
|
$auxiliary4: #F5A623;
|
|
|
$auxiliaryList: ( 1:$auxiliary1, 2:$auxiliary2, 3:$auxiliary3, 4:$auxiliary4);
|
|
|
-$borderColor1: #C2CEDB; //线条色彩
|
|
|
-$borderColor2: #DDD;
|
|
|
+$borderColor1: #DCDFE6; //线条色彩
|
|
|
+$borderColor2: #409EFF;
|
|
|
$borderColorList: (1:$borderColor1, 2:$borderColor2);
|
|
|
$bg1: #FFF;
|
|
|
-$bg2: #F2FBFF;
|
|
|
+$bg2: #F2F6FC;
|
|
|
$bg3: #EEFAFF;
|
|
|
$bg4: #FFF5E4;
|
|
|
-$bg5: #E5F6D3;
|
|
|
+$bg5: #53a8ff;
|
|
|
$bgList: ( 1:$bg1, 2:$bg2, 3:$bg3, 4:$bg4, 5:$bg5);
|
|
|
$allSize: 14px; //正常文字大小
|
|
|
$size1: 12px; //辅助文字大小
|
|
|
-// mixins
|
|
|
-@mixin dz($time:0.25s) {
|
|
|
- -webkit-transition: all $time ease-in-out;
|
|
|
- -moz-transition: all $time ease-in-out;
|
|
|
- -o-transition: all $time ease-in-out;
|
|
|
- transition: all $time ease-in-out;
|
|
|
-}
|
|
|
-
|
|
|
-// .el-dialog__headerbtn {
|
|
|
-// top: -24px;
|
|
|
-// right: -24px;
|
|
|
-// width: 24px;
|
|
|
-// height: 24px;
|
|
|
-// border-radius: 50%;
|
|
|
-// color: #8E9CC1;
|
|
|
-// background-color: #fff;
|
|
|
-// }
|
|
|
.el-dialog__header {
|
|
|
border-bottom: 1px solid #C2CEDB;
|
|
|
box-sizing: border-box;
|
|
@@ -58,38 +34,10 @@ $size1: 12px; //辅助文字大小
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// .el-button--mini,
|
|
|
-// .el-button--mini.is-round {
|
|
|
-// padding: 5px 20px;
|
|
|
-// }
|
|
|
-// .el-button {
|
|
|
-// box-sizing: border-box;
|
|
|
-// border-color: $auxiliary1;
|
|
|
-// }
|
|
|
-// .el-button span {
|
|
|
-// color: $color4;
|
|
|
-// }
|
|
|
-// .el-button:focus,
|
|
|
-// .el-button:hover {
|
|
|
-// background-color: $bg1;
|
|
|
-// border-color: $auxiliary1;
|
|
|
-// }
|
|
|
-// .el-button span {
|
|
|
-// display: inline-block;
|
|
|
-// line-height: 20px;
|
|
|
-// height: 20px;
|
|
|
-// }
|
|
|
-// * {
|
|
|
-// font-family: $fontFamily;
|
|
|
-// font-size: $allSize;
|
|
|
-// color: $allColor;
|
|
|
-// }
|
|
|
-// .color {
|
|
|
-// color: $allColor;
|
|
|
-// }
|
|
|
-// .el-input__inner:hover{
|
|
|
-// border-color:
|
|
|
-// }
|
|
|
+* {
|
|
|
+ font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
|
|
+}
|
|
|
+
|
|
|
//文字色
|
|
|
@each $i,
|
|
|
$color in $colorList {
|
|
@@ -151,323 +99,133 @@ $bg in $bgList {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// .color2 {
|
|
|
-// color: $color2;
|
|
|
-// }
|
|
|
-// .color3 {
|
|
|
-// color: $color3;
|
|
|
-// }
|
|
|
-// .color4 {
|
|
|
-// color: $color4;
|
|
|
-// }
|
|
|
-// .color5 {
|
|
|
-// color: $color5
|
|
|
-// }
|
|
|
-// @charset "UTF-8";
|
|
|
-body,
|
|
|
-ul,
|
|
|
-ol,
|
|
|
-dl,
|
|
|
-dd,
|
|
|
-h1,
|
|
|
-h2,
|
|
|
-h3,
|
|
|
-h4,
|
|
|
-h5,
|
|
|
-h6,
|
|
|
-pre,
|
|
|
-form,
|
|
|
-fieldset,
|
|
|
-legend,
|
|
|
-input,
|
|
|
-button,
|
|
|
-textarea,
|
|
|
-p,
|
|
|
-blockquote,
|
|
|
-table,
|
|
|
-th,
|
|
|
-td,
|
|
|
-menu {
|
|
|
- margin: 0;
|
|
|
- padding: 0
|
|
|
-}
|
|
|
-
|
|
|
-html,
|
|
|
-body,
|
|
|
-#app {
|
|
|
- height: 100%;
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-table {
|
|
|
- border-collapse: collapse;
|
|
|
- border-spacing: 0;
|
|
|
- table-layout: fixed
|
|
|
-}
|
|
|
-
|
|
|
-ul,
|
|
|
-ol,
|
|
|
-menu {
|
|
|
- list-style: none
|
|
|
-}
|
|
|
-
|
|
|
-fieldset,
|
|
|
-img {
|
|
|
- border: none
|
|
|
-}
|
|
|
-
|
|
|
-img,
|
|
|
-object,
|
|
|
-select,
|
|
|
-input,
|
|
|
-textarea,
|
|
|
-button {
|
|
|
- vertical-align: middle
|
|
|
-}
|
|
|
-
|
|
|
-input,
|
|
|
-textarea,
|
|
|
-select,
|
|
|
-address,
|
|
|
-caption,
|
|
|
-cite,
|
|
|
-code,
|
|
|
-dfn,
|
|
|
-em,
|
|
|
-i,
|
|
|
-b,
|
|
|
-strong,
|
|
|
-small,
|
|
|
-th,
|
|
|
-var,
|
|
|
-abbr {
|
|
|
- font-size: 100%;
|
|
|
- font-style: normal
|
|
|
-}
|
|
|
-
|
|
|
-caption,
|
|
|
-th {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-article,
|
|
|
-aside,
|
|
|
-footer,
|
|
|
-header,
|
|
|
-hgroup,
|
|
|
-nav,
|
|
|
-section,
|
|
|
-figure,
|
|
|
-figcaption {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-
|
|
|
-code,
|
|
|
-kbd,
|
|
|
-pre,
|
|
|
-samp,
|
|
|
-tt {
|
|
|
- font-family: Consolas, "Courier New", Courier, monospace;
|
|
|
-}
|
|
|
-
|
|
|
-address,
|
|
|
-cite,
|
|
|
-dfn,
|
|
|
-em,
|
|
|
-var,
|
|
|
-i {
|
|
|
- font-style: normal;
|
|
|
-}
|
|
|
-
|
|
|
-blockquote,
|
|
|
-q {
|
|
|
- quotes: none;
|
|
|
-}
|
|
|
-
|
|
|
-blockquote:before,
|
|
|
-blockquote:after,
|
|
|
-q:before,
|
|
|
-q:after {
|
|
|
- content: "";
|
|
|
- content: none;
|
|
|
+.handsontable th {
|
|
|
+ color: $allColor;
|
|
|
+ font-size: 14px;
|
|
|
+ background-color: $bg2;
|
|
|
}
|
|
|
|
|
|
-a {
|
|
|
- color: $LinkC;
|
|
|
- text-decoration: none;
|
|
|
- cursor: pointer;
|
|
|
- &:link,
|
|
|
- &:visited,
|
|
|
- &:active {
|
|
|
- color: $LinkC;
|
|
|
- }
|
|
|
- &:hover,
|
|
|
- &:focus {
|
|
|
- color: $HoverC;
|
|
|
- text-decoration: underline;
|
|
|
- outline: none;
|
|
|
- }
|
|
|
- &,
|
|
|
- span,
|
|
|
- i,
|
|
|
- em,
|
|
|
- u,
|
|
|
- strong,
|
|
|
- b,
|
|
|
- p,
|
|
|
- img,
|
|
|
- ul,
|
|
|
- li,
|
|
|
- div,
|
|
|
- dd,
|
|
|
- dt,
|
|
|
- dl,
|
|
|
- ol,
|
|
|
- table,
|
|
|
- th,
|
|
|
- td,
|
|
|
- h1,
|
|
|
- h2,
|
|
|
- h3,
|
|
|
- h4,
|
|
|
- h5,
|
|
|
- h6,
|
|
|
- input,
|
|
|
- textarea,
|
|
|
- button,
|
|
|
- small,
|
|
|
- select {
|
|
|
- cursor: pointer;
|
|
|
- @include dz;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-abbr[title],
|
|
|
-acronym[title] {
|
|
|
- border-bottom: 1px dotted;
|
|
|
- cursor: help;
|
|
|
+.handsontable tr:first-child th,
|
|
|
+.handsontable tr:first-child td {
|
|
|
+ border-color: $borderColor1;
|
|
|
}
|
|
|
|
|
|
-// base by fungleo
|
|
|
-html {
|
|
|
- min-width: $WinWitdh;
|
|
|
- // overflow-y: scroll;
|
|
|
+.handsontable tbody th.ht__active_highlight,
|
|
|
+.handsontable thead th.ht__active_highlight {
|
|
|
+ background-color: $bg5;
|
|
|
+ color: $bg1;
|
|
|
}
|
|
|
|
|
|
-body {
|
|
|
- font-size: $FontSize;
|
|
|
- color: $BaseC;
|
|
|
- line-height: 2;
|
|
|
+.handsontable .changeType {
|
|
|
+ border-color: $borderColor1;
|
|
|
+ color: $color1;
|
|
|
}
|
|
|
|
|
|
-body,
|
|
|
-button,
|
|
|
-input,
|
|
|
-select,
|
|
|
-textarea {
|
|
|
- font-family: tahoma, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1";
|
|
|
- *font-family: "\5FAE\8F6F\96C5\9ED1";
|
|
|
+.handsontable .changeType:hover {
|
|
|
+ border-color: $borderColor2;
|
|
|
+ color: $color2;
|
|
|
}
|
|
|
|
|
|
-h1 {
|
|
|
- font-size: $FontSize+10;
|
|
|
+.htDropdownMenu table.htCore {
|
|
|
+ border-color: $borderColor1;
|
|
|
+ border-bottom-width: 1px;
|
|
|
+ border-right-width: 1px;
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
-h2 {
|
|
|
- font-size: $FontSize+8;
|
|
|
+.handsontable .htFiltersMenuLabel {
|
|
|
+ color: $allColor;
|
|
|
}
|
|
|
|
|
|
-h3 {
|
|
|
- font-size: $FontSize+6;
|
|
|
+.handsontable .htUISelectCaption {
|
|
|
+ border-color: $borderColor1;
|
|
|
+ font-weight: normal;
|
|
|
+ font-family: 'PingFang SC,SanFrancisco UI';
|
|
|
+ background-color: #Fff;
|
|
|
}
|
|
|
|
|
|
-h4 {
|
|
|
- font-size: $FontSize+4;
|
|
|
+.handsontable .htUISelectDropdown:after {
|
|
|
+ content: ''
|
|
|
}
|
|
|
|
|
|
-h5 {
|
|
|
- font-size: $FontSize+2;
|
|
|
+.handsontable .htUISelectDropdown:before {
|
|
|
+ font-size: 8px;
|
|
|
+ top: 5px;
|
|
|
+ color: #c0c4cc;
|
|
|
}
|
|
|
|
|
|
-h6 {
|
|
|
- font-size: $FontSize;
|
|
|
+.htFiltersConditionsMenu table tbody tr td.current,
|
|
|
+.htFiltersConditionsMenu table tbody tr td.zeroclipboard-is-hover {
|
|
|
+ background-color: #f5f7fa;
|
|
|
}
|
|
|
|
|
|
-hr {
|
|
|
- border: none;
|
|
|
- height: 1px;
|
|
|
- background: lighten($BaseC, 50%);
|
|
|
+.htFiltersConditionsMenu table.htCore {
|
|
|
+ color: #606266;
|
|
|
}
|
|
|
|
|
|
-.fl {
|
|
|
- float: left;
|
|
|
+.handsontable .htUIInput.htUIButton input {
|
|
|
+ padding: 4px 8px;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: 500;
|
|
|
+ background-color: #fff;
|
|
|
+ font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
|
|
|
}
|
|
|
|
|
|
-.fr {
|
|
|
- float: right;
|
|
|
+.handsontable .htUIInput.htUIButton input:hover {
|
|
|
+ color: #409eff;
|
|
|
+ border-color: #c6e2ff;
|
|
|
+ background-color: #ecf5ff;
|
|
|
}
|
|
|
|
|
|
-.tl {
|
|
|
- text-align: left;
|
|
|
+.handsontable .htUIInput.htUIButtonOK input {
|
|
|
+ padding: 4px 8px;
|
|
|
+ background-color: $borderColor2;
|
|
|
+ border-color: transparent;
|
|
|
+ font-weight: normal;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: 500;
|
|
|
+ font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
|
|
|
}
|
|
|
|
|
|
-.tr {
|
|
|
- text-align: right;
|
|
|
+.handsontable .htUIInput.htUIButtonOK input:hover {
|
|
|
+ background: #66b1ff;
|
|
|
+ border-color: #66b1ff;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
-.tc {
|
|
|
- text-align: center;
|
|
|
+.handsontable .htUISelectCaption:hover {
|
|
|
+ background-color: #fff;
|
|
|
}
|
|
|
|
|
|
-.cf:before,
|
|
|
-.cf:after,
|
|
|
-.web:before,
|
|
|
-.web:after,
|
|
|
-.web_:before,
|
|
|
-.web_:after {
|
|
|
- content: "";
|
|
|
- display: table;
|
|
|
+.htFiltersConditionsMenu table.htCore {
|
|
|
+ border-color: $borderColor1;
|
|
|
+ border-bottom-width: 1px;
|
|
|
+ border-right-width: 1px;
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
-.cf:after,
|
|
|
-.web:after,
|
|
|
-.web_:after {
|
|
|
- clear: both;
|
|
|
+.htFiltersConditionsMenu table.htCore td {
|
|
|
+ line-height: 28px;
|
|
|
+ height: 28px;
|
|
|
}
|
|
|
|
|
|
-.cf {
|
|
|
- zoom: 1;
|
|
|
-}
|
|
|
-
|
|
|
-.web {
|
|
|
- width: $WinWitdh;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
- zoom: 1;
|
|
|
-}
|
|
|
-
|
|
|
-.web_ {
|
|
|
- min-width: $WinWitdh;
|
|
|
- width: 100%;
|
|
|
- zoom: 1;
|
|
|
-}
|
|
|
-
|
|
|
-.block {
|
|
|
- display: block;
|
|
|
-}
|
|
|
-
|
|
|
-.none {
|
|
|
- display: none
|
|
|
+.handsontable .htUIClearAll a,
|
|
|
+.handsontable .htUISelectAll a {
|
|
|
+ color: $borderColor2;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.clear {
|
|
|
- clear: both;
|
|
|
+.handsontable tbody th.ht__highlight,
|
|
|
+.handsontable thead th.ht__highlight {
|
|
|
+ background-color: $borderColor2;
|
|
|
}
|
|
|
|
|
|
-.fl {
|
|
|
- float: left;
|
|
|
+.handsontable .htFiltersActive .changeType {
|
|
|
+ border-color: $borderColor2;
|
|
|
+ color: $borderColor2;
|
|
|
+ background-color: rgb(179, 216, 255);
|
|
|
}
|
|
|
|
|
|
-.disIne {
|
|
|
- display: inline-block;
|
|
|
+.el-loading-mask {
|
|
|
+ z-index: 499;
|
|
|
}
|