|
@@ -608,18 +608,21 @@ padding: 0px 10px;
|
|
|
min-height: 80vh;
|
|
|
}
|
|
|
.ms_list{
|
|
|
- height: 770px;
|
|
|
+ height: 795px;
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
.ms_list li{
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- padding: 16px 10px;
|
|
|
+ padding: 18px 10px;
|
|
|
cursor: pointer;
|
|
|
background-color: #031d564f;
|
|
|
}
|
|
|
.ms_list li:hover{
|
|
|
background-color: #034a95;
|
|
|
+}
|
|
|
+.ms_list li.on{
|
|
|
+ background-color: #067ed3;
|
|
|
}
|
|
|
.ms_list li .ms_tit{
|
|
|
display: flex;
|
|
@@ -665,7 +668,10 @@ padding: 0px 10px;
|
|
|
right: 0px;
|
|
|
background: none;
|
|
|
width: 995px;
|
|
|
- min-height: 80vh;
|
|
|
+ min-height: 80vh;
|
|
|
+ border: 1px solid #cfcfcf6b;
|
|
|
+ padding: 10px;
|
|
|
+ background: #074e978f;
|
|
|
/* top:40px; */
|
|
|
}
|
|
|
.right_con2 .top_txt{
|
|
@@ -738,7 +744,14 @@ padding: 0px 10px;
|
|
|
height: 386px;
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
-
|
|
|
+.qk_line{
|
|
|
+ float: left;
|
|
|
+ min-height: 80vh;
|
|
|
+ width: 2px;
|
|
|
+ background-color: #cfcfcf6b;
|
|
|
+ margin-left: 763px;
|
|
|
+
|
|
|
+}
|
|
|
|
|
|
|
|
|
|