|
@@ -1,11 +1,3 @@
|
|
|
-@color-background: #2c2e3e;
|
|
|
-@color-background-light: #3d3f55;
|
|
|
-@color-act1: #155b92;
|
|
|
-@color-act2: #cc4635;
|
|
|
-@color-act3: #f9dbc4;
|
|
|
-@color-text: #9d9c9c;
|
|
|
-@color-text-act: #e1dfe0;
|
|
|
-
|
|
|
.marker-grading {
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
@@ -13,6 +5,7 @@
|
|
|
z-index: auto;
|
|
|
color: @color-text;
|
|
|
}
|
|
|
+// marker-header
|
|
|
.marker-header {
|
|
|
position: fixed;
|
|
|
height: 40px;
|
|
@@ -25,7 +18,63 @@
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
line-height: 30px;
|
|
|
+
|
|
|
+ .header-part {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ padding: 0 15px;
|
|
|
+ margin-left: 10px;
|
|
|
+ background: @color-background;
|
|
|
+ border-radius: 5px;
|
|
|
+ cursor: pointer;
|
|
|
+ &:hover {
|
|
|
+ background-color: shade(@color-background, 20%);
|
|
|
+ color: @color-text-act;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .header-step {
|
|
|
+ color: @color-text-act;
|
|
|
+ }
|
|
|
+ .header-history {
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+ .header-user {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ width: 280px;
|
|
|
+ border-left: 1px solid @color-background;
|
|
|
+ margin: -5px 0;
|
|
|
+ padding: 5px 10px;
|
|
|
+
|
|
|
+ .ivu-dropdown {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+
|
|
|
+ .user-name {
|
|
|
+ background: @color-background;
|
|
|
+ border-radius: 15px;
|
|
|
+ padding: 0 15px;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ cursor: pointer;
|
|
|
+ > i {
|
|
|
+ color: #bec3d1;
|
|
|
+ &:last-child {
|
|
|
+ display: block;
|
|
|
+ float: right;
|
|
|
+ margin-top: 8px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ &:hover {
|
|
|
+ background-color: shade(@color-background, 20%);
|
|
|
+ color: @color-text-act;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
+// .marker-body
|
|
|
.marker-body {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
@@ -37,58 +86,6 @@
|
|
|
background: @color-background;
|
|
|
z-index: 7;
|
|
|
}
|
|
|
-.header-part {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- padding: 0 15px;
|
|
|
- margin-left: 10px;
|
|
|
- background: @color-background;
|
|
|
- border-radius: 5px;
|
|
|
- cursor: pointer;
|
|
|
- &:hover {
|
|
|
- background-color: shade(@color-background, 20%);
|
|
|
- color: @color-text-act;
|
|
|
- }
|
|
|
-}
|
|
|
-.header-history {
|
|
|
- margin-right: 10px;
|
|
|
-}
|
|
|
-.header-user {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- width: 280px;
|
|
|
- border-left: 1px solid @color-background;
|
|
|
- margin: -5px 0;
|
|
|
- padding: 5px 10px;
|
|
|
-
|
|
|
- .ivu-dropdown {
|
|
|
- display: block;
|
|
|
- }
|
|
|
-
|
|
|
- .user-name {
|
|
|
- background: @color-background;
|
|
|
- border-radius: 15px;
|
|
|
- padding: 0 15px;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
- cursor: pointer;
|
|
|
- > i {
|
|
|
- color: #bec3d1;
|
|
|
- &:last-child {
|
|
|
- display: block;
|
|
|
- float: right;
|
|
|
- margin-top: 8px;
|
|
|
- }
|
|
|
- }
|
|
|
- &:hover {
|
|
|
- background-color: shade(@color-background, 20%);
|
|
|
- color: @color-text-act;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-// .marker-body
|
|
|
.marker-image-list {
|
|
|
height: 100%;
|
|
|
|
|
@@ -231,9 +228,13 @@
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
- .image-info > div {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
+ .image-info {
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ > div {
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ }
|
|
|
}
|
|
|
.image-sample {
|
|
|
height: 26px;
|
|
@@ -273,7 +274,7 @@
|
|
|
}
|
|
|
.image-title {
|
|
|
height: 26px;
|
|
|
- padding-left: 10px;
|
|
|
+ padding-left: 5px;
|
|
|
cursor: pointer;
|
|
|
&:hover {
|
|
|
color: @color-text-act;
|
|
@@ -282,6 +283,7 @@
|
|
|
.image-rotate {
|
|
|
height: 26px;
|
|
|
font-size: 26px;
|
|
|
+ margin-right: -5px;
|
|
|
cursor: pointer;
|
|
|
&:hover {
|
|
|
color: @color-text-act;
|
|
@@ -306,6 +308,8 @@
|
|
|
padding: 60px 10px 20px;
|
|
|
background-color: @color-background-light;
|
|
|
color: @color-text;
|
|
|
+ overflow-y: auto;
|
|
|
+ overflow-x: hidden;
|
|
|
|
|
|
&-fullscreen {
|
|
|
z-index: 10000;
|
|
@@ -377,16 +381,15 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- // element-ui
|
|
|
+ // iview-ui
|
|
|
.ivu-btn-primary {
|
|
|
- color: @color-text;
|
|
|
+ color: @color-text-act;
|
|
|
background-color: @color-act1;
|
|
|
border-color: @color-act1;
|
|
|
|
|
|
&:hover {
|
|
|
background-color: shade(@color-act1, 10%);
|
|
|
border-color: shade(@color-act1, 10%);
|
|
|
- color: @color-text-act;
|
|
|
}
|
|
|
}
|
|
|
.ivu-input {
|
|
@@ -601,13 +604,38 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+// modify-leader-grading
|
|
|
+.marker-modal {
|
|
|
+ .leader-grading {
|
|
|
+ color: @color-text;
|
|
|
+ .leader-level {
|
|
|
+ h3 {
|
|
|
+ background-color: @color-background-light;
|
|
|
+ color: @color-text-act;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .leader-aciton {
|
|
|
+ color: @color-text;
|
|
|
+ }
|
|
|
+ .leader-markers {
|
|
|
+ background-color: @color-background-light;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ivu-btn-primary {
|
|
|
+ .marker-btn-primary;
|
|
|
+ }
|
|
|
+ .ivu-radio-inner:after,
|
|
|
+ .ivu-checkbox-checked .ivu-checkbox-inner {
|
|
|
+ background-color: @color-act1;
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
-// custom element ui ----------------->
|
|
|
+// custom iview ui ----------------->
|
|
|
// marker-modal
|
|
|
.marker-modal {
|
|
|
color: @color-text;
|
|
|
.ivu-modal-mask {
|
|
|
- background-color: rgba(55, 55, 55, 0.6);
|
|
|
+ background-color: rgba(55, 55, 55, 0.9);
|
|
|
}
|
|
|
|
|
|
.ivu-modal-content {
|
|
@@ -658,13 +686,12 @@
|
|
|
}
|
|
|
// btn
|
|
|
.marker-btn-primary {
|
|
|
- color: @color-text;
|
|
|
+ color: @color-text-act;
|
|
|
background-color: @color-act1;
|
|
|
border-color: @color-act1;
|
|
|
|
|
|
&:hover {
|
|
|
background-color: shade(@color-act1, 10%);
|
|
|
border-color: shade(@color-act1, 10%);
|
|
|
- color: @color-text-act;
|
|
|
}
|
|
|
}
|