|
|
@@ -1,8 +1,8 @@
|
|
|
html {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- 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;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
margin: 0;
|
|
|
@@ -14,8 +14,8 @@ body {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background: white;
|
|
|
- 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;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
margin: 0;
|
|
|
@@ -184,7 +184,7 @@ li {
|
|
|
position: relative;
|
|
|
|
|
|
&::after {
|
|
|
- content: '';
|
|
|
+ content: "";
|
|
|
width: 100%;
|
|
|
height: 6px;
|
|
|
position: absolute;
|
|
|
@@ -203,7 +203,7 @@ li {
|
|
|
position: relative;
|
|
|
|
|
|
&::after {
|
|
|
- content: '';
|
|
|
+ content: "";
|
|
|
width: 100%;
|
|
|
height: 6px;
|
|
|
position: absolute;
|
|
|
@@ -284,3 +284,105 @@ li {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+.light-blue {
|
|
|
+ body {
|
|
|
+ background: url(../assets/bg_body.svg),
|
|
|
+ radial-gradient(
|
|
|
+ farthest-side ellipse at 10% 0,
|
|
|
+ #e1e5e8 10%,
|
|
|
+ #9aacbf
|
|
|
+ ) !important;
|
|
|
+ background-attachment: fixed !important;
|
|
|
+ background-size: cover !important;
|
|
|
+ background-repeat: no-repeat !important;
|
|
|
+ }
|
|
|
+ .el-aside {
|
|
|
+ background: transparent !important;
|
|
|
+ .logo-wrapper {
|
|
|
+ background: transparent !important;
|
|
|
+ font-weight: 200 !important;
|
|
|
+ color: #444 !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-menu,
|
|
|
+ .el-submenu,
|
|
|
+ .el-menu-item,
|
|
|
+ .el-submenu__title {
|
|
|
+ background: transparent !important;
|
|
|
+ color: #444 !important;
|
|
|
+ }
|
|
|
+ .el-menu-item.el-menu-item.is-active {
|
|
|
+ background: transparent !important;
|
|
|
+ color: #444 !important;
|
|
|
+ border-left: none;
|
|
|
+ font-weight: bold;
|
|
|
+ position: relative;
|
|
|
+ &::after {
|
|
|
+ position: absolute;
|
|
|
+ content: "";
|
|
|
+ top: 15px;
|
|
|
+ bottom: 15px;
|
|
|
+ right: 0;
|
|
|
+ width: 2px;
|
|
|
+ background: #444;
|
|
|
+ margin: auto;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-main {
|
|
|
+ background: transparent !important;
|
|
|
+ }
|
|
|
+ .el-header {
|
|
|
+ background: transparent !important;
|
|
|
+ border: none !important;
|
|
|
+ }
|
|
|
+ .el-card {
|
|
|
+ background: rgba(255, 255, 255, 0.3) !important;
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: 0 23px 20px -20px rgba(153, 166, 177, 0.1),
|
|
|
+ 0 0 15px rgba(153, 166, 177, 0.06);
|
|
|
+ }
|
|
|
+ .edit-view,
|
|
|
+ .list-view {
|
|
|
+ background: rgba(255, 255, 255, 0.3) !important;
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: 0 23px 20px -20px rgba(153, 166, 177, 0.1),
|
|
|
+ 0 0 15px rgba(153, 166, 177, 0.06);
|
|
|
+ }
|
|
|
+ .el-tree {
|
|
|
+ background: transparent !important;
|
|
|
+ }
|
|
|
+ .el-table {
|
|
|
+ background: transparent !important;
|
|
|
+ td,
|
|
|
+ th,
|
|
|
+ tr {
|
|
|
+ background: transparent !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-table__fixed-right {
|
|
|
+ //background: #b9c6d2;
|
|
|
+ &::before {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-table::before {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ ::-webkit-scrollbar {
|
|
|
+ height: 8px;
|
|
|
+ }
|
|
|
+ /*滚动区域背景*/
|
|
|
+ ::-webkit-scrollbar-track-piece {
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
+ /*竖向滚动条*/
|
|
|
+ ::-webkit-scrollbar-thumb {
|
|
|
+ background-color: #999;
|
|
|
+ border-radius: 4px;
|
|
|
+ }
|
|
|
+ ::-webkit-scrollbar-thumb:active,
|
|
|
+ ::-webkit-scrollbar-thumb:hover {
|
|
|
+ background-color: #888;
|
|
|
+ }
|
|
|
+}
|