|
|
@@ -246,7 +246,7 @@ h1,h2,h3,h4,h5,h6 {
|
|
|
}
|
|
|
|
|
|
.block-title {box-sizing: border-box;
|
|
|
- padding: 0 24px; overflow: hidden; clear: both; font-size: 16px; font-weight: bold; line-height: 2; color: $lightblue; border-bottom: 1px solid lighten($lightblue,30%);
|
|
|
+ padding: 0 24px; overflow: hidden; clear: both; font-size: 16px; font-weight: bold; line-height: 2; color: $lightblue; border-bottom: 1px solid lighten($lightblue,30%);
|
|
|
.el-button,.el-tag {
|
|
|
float: right; margin-bottom: 5px;
|
|
|
}
|
|
|
@@ -270,13 +270,13 @@ h1,h2,h3,h4,h5,h6 {
|
|
|
position: absolute; top: 10px;right: 10px;bottom: 10px; left: 10px; display: flex; flex-direction: column;justify-content: space-between;
|
|
|
}
|
|
|
.top-block {
|
|
|
- display: flex; overflow: hidden; flex: 1;
|
|
|
+ display: flex; overflow: hidden; flex: 1;
|
|
|
}
|
|
|
.main-content {
|
|
|
- display: flex; overflow: hidden; flex-direction: column; flex: 1;
|
|
|
+ display: flex; overflow: hidden; flex-direction: column; flex: 1;
|
|
|
|
|
|
.block-title {padding: 0 10px;
|
|
|
- margin-bottom: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
.content-inner {
|
|
|
overflow: auto; flex: 1;
|
|
|
@@ -324,7 +324,7 @@ h1,h2,h3,h4,h5,h6 {
|
|
|
.search-list-wrap {
|
|
|
display: flex; height: 100%; box-sizing: border-box;flex-direction: column;background: #fff; border: 1px solid #ddd;
|
|
|
.search-wrap {
|
|
|
- width: 340px; box-sizing: border-box; padding: 20px 10px 0;
|
|
|
+ width: 340px; box-sizing: border-box; padding: 20px 10px 0;
|
|
|
.search-input {
|
|
|
width: 320px;
|
|
|
}
|
|
|
@@ -338,8 +338,8 @@ h1,h2,h3,h4,h5,h6 {
|
|
|
padding: 0 10px 20px; margin-top: 10px;
|
|
|
.list-item {
|
|
|
position: relative; position: relative; z-index: 0; display: flex; padding: 25px 10px 8px 5px; margin-top: -2px; color: $lightblue; cursor: pointer;background: #fff;border: 2px solid #f0f0f0; transition: all .3s; justify-content: space-between; align-items: center;
|
|
|
- .goTop {display: inline-block;
|
|
|
- width: 14px; height: 14px; margin-right: 3px; overflow: hidden;
|
|
|
+ .goTop {display: inline-block;
|
|
|
+ width: 14px; height: 14px; margin-right: 3px; overflow: hidden;
|
|
|
i {
|
|
|
display: none;
|
|
|
}
|
|
|
@@ -355,17 +355,46 @@ h1,h2,h3,h4,h5,h6 {
|
|
|
&.active {
|
|
|
z-index: 2; background: $yellow; border: 2px solid darken($darkYellow,8%);
|
|
|
}
|
|
|
+
|
|
|
+ &.disabled {
|
|
|
+ cursor: not-allowed;
|
|
|
+ // background: $darkgray !important;
|
|
|
+ border: 2px solid darken($darkgray, 8%);
|
|
|
+ overflow: hidden;
|
|
|
+ .badge {
|
|
|
+ position: absolute;
|
|
|
+ background: $darkgray;
|
|
|
+ z-index: 1;
|
|
|
+ width: 55px;
|
|
|
+ text-align: center;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 50px;
|
|
|
+ border-radius: 3px;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 12px !important;
|
|
|
+ padding: 2px 4px 0;
|
|
|
+ top: -14px;
|
|
|
+ right: -23px;
|
|
|
+ -ms-transform: rotate(45deg);
|
|
|
+ -webkit-transform: rotate(45deg);
|
|
|
+ transform: rotate(45deg);
|
|
|
+ -webkit-transition: 0 0.1s ease-in;
|
|
|
+ -moz-transition: 0 0.1s ease-in;
|
|
|
+ -o-transition: 0 0.1s ease-in;
|
|
|
+ transition: transform 0.1s ease-in;
|
|
|
+ }
|
|
|
+ }
|
|
|
// &.active2 {
|
|
|
// border-color: rgb(67, 125, 233);
|
|
|
// }
|
|
|
.top-sign {
|
|
|
position: absolute; top: 0; right: 0;width: 0; height: 0; border: 5px solid red; border-bottom-color: transparent;
|
|
|
-border-left-color: transparent;
|
|
|
+border-left-color: transparent;
|
|
|
}
|
|
|
}
|
|
|
h5 {
|
|
|
max-width: 220px ;overflow: hidden; font-size: 16px; font-weight: bold;
|
|
|
-text-overflow: ellipsis; white-space: nowrap;
|
|
|
+text-overflow: ellipsis; white-space: nowrap;
|
|
|
span {
|
|
|
display: inline-block;
|
|
|
max-width:200px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
|
|
|
@@ -394,7 +423,7 @@ text-overflow: ellipsis; white-space: nowrap;
|
|
|
display: flex; flex-wrap: wrap;
|
|
|
label {font-weight: bold;
|
|
|
// color: $lightblue;
|
|
|
- color: #4d4d4d;
|
|
|
+ color: #4d4d4d;
|
|
|
}
|
|
|
.el-form-item {
|
|
|
width: 50%; margin-right: 0;
|
|
|
@@ -403,7 +432,7 @@ text-overflow: ellipsis; white-space: nowrap;
|
|
|
width: 200px;
|
|
|
}
|
|
|
.block-wrap {margin: 20px 0;
|
|
|
- border-style: dashed;
|
|
|
+ border-style: dashed;
|
|
|
.block-title {
|
|
|
margin-bottom: 20px;
|
|
|
}
|