|
@@ -1,295 +1,308 @@
|
|
|
-body {
|
|
|
- height: 100%;
|
|
|
- -moz-osx-font-smoothing: grayscale;
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
- text-rendering: optimizeLegibility;
|
|
|
- font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
|
|
|
- .el-menu--popup {
|
|
|
- background-color: #fff !important;
|
|
|
- .el-menu-item {
|
|
|
- color: #696969 !important;
|
|
|
- &:hover {
|
|
|
- color: #2d74e7 !important;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-html {
|
|
|
- height: 100%;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-
|
|
|
-#app {
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-*::-webkit-scrollbar {
|
|
|
- width: 7px;
|
|
|
- height: 10px;
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-*::-webkit-scrollbar-track {
|
|
|
- background-color: #f0f6ff;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-*::-webkit-scrollbar-thumb {
|
|
|
- background-color: rgba(220, 221, 223, 0.9);
|
|
|
- border-radius: 6px;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-.scrollbarHide::-webkit-scrollbar {
|
|
|
- display: none
|
|
|
-}
|
|
|
-
|
|
|
-.scrollbarShow::-webkit-scrollbar {
|
|
|
- display: block
|
|
|
-}
|
|
|
-
|
|
|
-*,
|
|
|
-*:before,
|
|
|
-*:after {
|
|
|
- box-sizing: inherit;
|
|
|
-}
|
|
|
-
|
|
|
-a:focus,
|
|
|
-a:active {
|
|
|
- outline: none;
|
|
|
-}
|
|
|
-
|
|
|
-a,
|
|
|
-a:focus,
|
|
|
-a:hover {
|
|
|
- cursor: pointer;
|
|
|
- color: inherit;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-
|
|
|
-div:focus {
|
|
|
- outline: none;
|
|
|
-}
|
|
|
-
|
|
|
-.clearfix {
|
|
|
- &:after {
|
|
|
- visibility: hidden;
|
|
|
- display: block;
|
|
|
- font-size: 0;
|
|
|
- content: " ";
|
|
|
- clear: both;
|
|
|
- height: 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.app-container {
|
|
|
- padding: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.d-flex {
|
|
|
- display: flex;
|
|
|
-}
|
|
|
-
|
|
|
-.flex1 {
|
|
|
- flex: 1;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.space-between {
|
|
|
- justify-content: space-between;
|
|
|
-}
|
|
|
-
|
|
|
-.space-around {
|
|
|
- justify-content: space-around;
|
|
|
-}
|
|
|
-
|
|
|
-.space-center {
|
|
|
- justify-content: center;
|
|
|
-}
|
|
|
-
|
|
|
-.flex-center {
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-
|
|
|
-.align-item-center {
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-
|
|
|
-.mb-20 {
|
|
|
- margin-bottom: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.mt-20 {
|
|
|
- margin-top: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.mr-10 {
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.fiexed-bar {
|
|
|
- position: fixed;
|
|
|
-}
|
|
|
-
|
|
|
-.posa {
|
|
|
- position: absolute;
|
|
|
-}
|
|
|
-
|
|
|
-.posr {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-
|
|
|
-.posf {
|
|
|
- position: fixed;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.w100 {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.h100 {
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.mh100 {
|
|
|
- min-height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-.text-center {
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-.text-danger {
|
|
|
- color: #e64340!important;
|
|
|
-}
|
|
|
-
|
|
|
-.bg-white {
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-@mixin font-style($fontSize, $lineHeight, $height) {
|
|
|
- font-size: $fontSize;
|
|
|
- line-height: $lineHeight;
|
|
|
- height: $height;
|
|
|
-}
|
|
|
-
|
|
|
-.border-top-1px,
|
|
|
-.border-right-1px,
|
|
|
-.border-bottom-1px,
|
|
|
-.border-left-1px {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-
|
|
|
-.border-top-1px::before,
|
|
|
-.border-right-1px::before,
|
|
|
-.border-bottom-1px::before,
|
|
|
-.border-left-1px::before,
|
|
|
-.border-top-1px::after,
|
|
|
-.border-right-1px::after,
|
|
|
-.border-bottom-1px::after,
|
|
|
-.border-left-1px::after {
|
|
|
- content: "";
|
|
|
- display: block;
|
|
|
- position: absolute;
|
|
|
- -webkit-transform-origin: 0 0;
|
|
|
- transform-origin: 0 0;
|
|
|
-}
|
|
|
-
|
|
|
-.border-top-1px::before {
|
|
|
- border-top: 1PX solid #ebebeb;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- width: 100%;
|
|
|
- -webkit-transform-origin: 0 top;
|
|
|
- transform-origin: 0 top;
|
|
|
-}
|
|
|
-
|
|
|
-.border-right-1px::after {
|
|
|
- border-right: 1PX solid #f5f5f5;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- height: 100%;
|
|
|
- -webkit-transform-origin: right 0;
|
|
|
- transform-origin: right 0;
|
|
|
-}
|
|
|
-
|
|
|
-.border-bottom-1px::after {
|
|
|
- border-bottom: 1PX solid #ebebeb;
|
|
|
- left: 0;
|
|
|
- bottom: 0;
|
|
|
- width: 100%;
|
|
|
- -webkit-transform-origin: 0 bottom;
|
|
|
- transform-origin: 0 bottom;
|
|
|
-}
|
|
|
-
|
|
|
-.border-left-1px::before {
|
|
|
- border-left: 1PX solid #f5f5f5;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- height: 100%;
|
|
|
- -webkit-transform-origin: left 0;
|
|
|
- transform-origin: left 0;
|
|
|
-}
|
|
|
-
|
|
|
-@media (-webkit-min-device-pixel-ratio: 2),
|
|
|
-(min-resolution: 2dppx) {
|
|
|
- .border-top-1px::before {
|
|
|
- width: 200%;
|
|
|
- -webkit-transform: scale(0.5);
|
|
|
- transform: scale(0.5);
|
|
|
- }
|
|
|
- .border-right-1px::after {
|
|
|
- height: 200%;
|
|
|
- -webkit-transform: scale(0.5);
|
|
|
- transform: scale(0.5);
|
|
|
- }
|
|
|
- .border-bottom-1px::after {
|
|
|
- width: 200%;
|
|
|
- -webkit-transform: scale(0.5);
|
|
|
- transform: scale(0.5);
|
|
|
- }
|
|
|
- .border-left-1px::before {
|
|
|
- height: 200%;
|
|
|
- -webkit-transform: scale(0.5);
|
|
|
- transform: scale(0.5);
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media (-webkit-min-device-pixel-ratio: 3),
|
|
|
-(min-resolution: 3dppx) {
|
|
|
- .border-top-1px::before {
|
|
|
- width: 300%;
|
|
|
- -webkit-transform: scale(0.333);
|
|
|
- transform: scale(0.333);
|
|
|
- }
|
|
|
- .border-right-1px::after {
|
|
|
- height: 300%;
|
|
|
- -webkit-transform: scale(0.333);
|
|
|
- transform: scale(0.333);
|
|
|
- }
|
|
|
- .border-bottom-1px::after {
|
|
|
- width: 300%;
|
|
|
- -webkit-transform: scale(0.333);
|
|
|
- transform: scale(0.333);
|
|
|
- }
|
|
|
- .border-left-1px::before {
|
|
|
- height: 300%;
|
|
|
- -webkit-transform: scale(0.333);
|
|
|
- transform: scale(0.333);
|
|
|
- }
|
|
|
-}
|
|
|
+body {
|
|
|
+ height: 100%;
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ text-rendering: optimizeLegibility;
|
|
|
+ font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
|
|
|
+
|
|
|
+ .el-menu--popup {
|
|
|
+
|
|
|
+ background-color: #0d2043 !important;
|
|
|
+
|
|
|
+ .el-submenu__title,
|
|
|
+ .el-menu-item {
|
|
|
+
|
|
|
+ color: rgb(235, 240, 254) !important;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+
|
|
|
+ background: linear-gradient(90deg, #6898ef, #416593) !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+html {
|
|
|
+ height: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+#app {
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+*::-webkit-scrollbar {
|
|
|
+ width: 7px;
|
|
|
+ height: 10px;
|
|
|
+ background-color: transparent;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+*::-webkit-scrollbar-track {
|
|
|
+ background-color: #f0f6ff;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+*::-webkit-scrollbar-thumb {
|
|
|
+ background-color: rgba(220, 221, 223, 0.9);
|
|
|
+ border-radius: 6px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+.scrollbarHide::-webkit-scrollbar {
|
|
|
+ display: none
|
|
|
+}
|
|
|
+
|
|
|
+.scrollbarShow::-webkit-scrollbar {
|
|
|
+ display: block
|
|
|
+}
|
|
|
+
|
|
|
+*,
|
|
|
+*:before,
|
|
|
+*:after {
|
|
|
+ box-sizing: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+a:focus,
|
|
|
+a:active {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
+a,
|
|
|
+a:focus,
|
|
|
+a:hover {
|
|
|
+ cursor: pointer;
|
|
|
+ color: inherit;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+div:focus {
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
+.clearfix {
|
|
|
+ &:after {
|
|
|
+ visibility: hidden;
|
|
|
+ display: block;
|
|
|
+ font-size: 0;
|
|
|
+ content: " ";
|
|
|
+ clear: both;
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.app-container {
|
|
|
+ padding: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.d-flex {
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+
|
|
|
+.flex1 {
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.space-between {
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+
|
|
|
+.space-around {
|
|
|
+ justify-content: space-around;
|
|
|
+}
|
|
|
+
|
|
|
+.space-center {
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+
|
|
|
+.flex-center {
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.align-item-center {
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.mb-20 {
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.mt-20 {
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.mr-10 {
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.fiexed-bar {
|
|
|
+ position: fixed;
|
|
|
+}
|
|
|
+
|
|
|
+.posa {
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+
|
|
|
+.posr {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.posf {
|
|
|
+ position: fixed;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.w100 {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.h100 {
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.mh100 {
|
|
|
+ min-height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.text-center {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.text-danger {
|
|
|
+ color: #e64340 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.bg-white {
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+@mixin font-style($fontSize, $lineHeight, $height) {
|
|
|
+ font-size: $fontSize;
|
|
|
+ line-height: $lineHeight;
|
|
|
+ height: $height;
|
|
|
+}
|
|
|
+
|
|
|
+.border-top-1px,
|
|
|
+.border-right-1px,
|
|
|
+.border-bottom-1px,
|
|
|
+.border-left-1px {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.border-top-1px::before,
|
|
|
+.border-right-1px::before,
|
|
|
+.border-bottom-1px::before,
|
|
|
+.border-left-1px::before,
|
|
|
+.border-top-1px::after,
|
|
|
+.border-right-1px::after,
|
|
|
+.border-bottom-1px::after,
|
|
|
+.border-left-1px::after {
|
|
|
+ content: "";
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ -webkit-transform-origin: 0 0;
|
|
|
+ transform-origin: 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.border-top-1px::before {
|
|
|
+ border-top: 1PX solid #ebebeb;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ width: 100%;
|
|
|
+ -webkit-transform-origin: 0 top;
|
|
|
+ transform-origin: 0 top;
|
|
|
+}
|
|
|
+
|
|
|
+.border-right-1px::after {
|
|
|
+ border-right: 1PX solid #f5f5f5;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ height: 100%;
|
|
|
+ -webkit-transform-origin: right 0;
|
|
|
+ transform-origin: right 0;
|
|
|
+}
|
|
|
+
|
|
|
+.border-bottom-1px::after {
|
|
|
+ border-bottom: 1PX solid #ebebeb;
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ width: 100%;
|
|
|
+ -webkit-transform-origin: 0 bottom;
|
|
|
+ transform-origin: 0 bottom;
|
|
|
+}
|
|
|
+
|
|
|
+.border-left-1px::before {
|
|
|
+ border-left: 1PX solid #f5f5f5;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ height: 100%;
|
|
|
+ -webkit-transform-origin: left 0;
|
|
|
+ transform-origin: left 0;
|
|
|
+}
|
|
|
+
|
|
|
+@media (-webkit-min-device-pixel-ratio: 2),
|
|
|
+(min-resolution: 2dppx) {
|
|
|
+ .border-top-1px::before {
|
|
|
+ width: 200%;
|
|
|
+ -webkit-transform: scale(0.5);
|
|
|
+ transform: scale(0.5);
|
|
|
+ }
|
|
|
+
|
|
|
+ .border-right-1px::after {
|
|
|
+ height: 200%;
|
|
|
+ -webkit-transform: scale(0.5);
|
|
|
+ transform: scale(0.5);
|
|
|
+ }
|
|
|
+
|
|
|
+ .border-bottom-1px::after {
|
|
|
+ width: 200%;
|
|
|
+ -webkit-transform: scale(0.5);
|
|
|
+ transform: scale(0.5);
|
|
|
+ }
|
|
|
+
|
|
|
+ .border-left-1px::before {
|
|
|
+ height: 200%;
|
|
|
+ -webkit-transform: scale(0.5);
|
|
|
+ transform: scale(0.5);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media (-webkit-min-device-pixel-ratio: 3),
|
|
|
+(min-resolution: 3dppx) {
|
|
|
+ .border-top-1px::before {
|
|
|
+ width: 300%;
|
|
|
+ -webkit-transform: scale(0.333);
|
|
|
+ transform: scale(0.333);
|
|
|
+ }
|
|
|
+
|
|
|
+ .border-right-1px::after {
|
|
|
+ height: 300%;
|
|
|
+ -webkit-transform: scale(0.333);
|
|
|
+ transform: scale(0.333);
|
|
|
+ }
|
|
|
+
|
|
|
+ .border-bottom-1px::after {
|
|
|
+ width: 300%;
|
|
|
+ -webkit-transform: scale(0.333);
|
|
|
+ transform: scale(0.333);
|
|
|
+ }
|
|
|
+
|
|
|
+ .border-left-1px::before {
|
|
|
+ height: 300%;
|
|
|
+ -webkit-transform: scale(0.333);
|
|
|
+ transform: scale(0.333);
|
|
|
+ }
|
|
|
+}
|