|
@@ -1,7 +1,7 @@
|
|
|
@charset "utf-8";
|
|
|
|
|
|
.left_con,.right_con{
|
|
|
- min-height: 85vh;
|
|
|
+ min-height: 80vh;
|
|
|
}
|
|
|
|
|
|
.bj_left{
|
|
@@ -606,8 +606,7 @@ padding: 0px 10px;
|
|
|
background: none;
|
|
|
}
|
|
|
.ms_list{
|
|
|
- margin-top: 60px;
|
|
|
- height: 720px;
|
|
|
+ height: 795px;
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
.ms_list li{
|
|
@@ -636,7 +635,7 @@ padding: 0px 10px;
|
|
|
width: 400px;
|
|
|
}
|
|
|
.ms_list li .ms_txt h4{
|
|
|
- color: #00aaff;
|
|
|
+ color: #fff;
|
|
|
text-shadow: 0px 0px 5px #0055ff;
|
|
|
font-size: 18px;
|
|
|
font-weight: 900;
|
|
@@ -645,7 +644,7 @@ padding: 0px 10px;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
-
|
|
|
+ letter-spacing: 1px;
|
|
|
}
|
|
|
.ms_list li .ms_txt p{
|
|
|
color: #e9faff;
|
|
@@ -661,10 +660,10 @@ padding: 0px 10px;
|
|
|
text-align: justify;
|
|
|
}
|
|
|
.right_con2{
|
|
|
- left: 770px;
|
|
|
+ right: 0px;
|
|
|
background: none;
|
|
|
- width: 1185px;
|
|
|
- top:40px;
|
|
|
+ width: 1060px;
|
|
|
+ /* top:40px; */
|
|
|
}
|
|
|
.right_con2 .top_txt{
|
|
|
float: right;
|
|
@@ -673,7 +672,7 @@ padding: 0px 10px;
|
|
|
.ms_right_top{
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
- margin-top: 105px;
|
|
|
+ /* margin-top: 105px; */
|
|
|
}
|
|
|
.ms_img{
|
|
|
width: 400px;
|
|
@@ -698,14 +697,15 @@ padding: 0px 10px;
|
|
|
.mssq_txt h4{
|
|
|
height: 50px;
|
|
|
line-height: 50px;
|
|
|
- color: #00aaff;
|
|
|
+ color: #fff;
|
|
|
text-shadow: 0px 0px 5px #0055ff;
|
|
|
font-size: 20px;
|
|
|
font-weight: 900;
|
|
|
+ letter-spacing: 1px;
|
|
|
}
|
|
|
.mssq_txt p{
|
|
|
height: 80px;
|
|
|
- color:#b8e6ff ;
|
|
|
+ color:#e6f6ff ;
|
|
|
line-height: 80px;
|
|
|
font-size: 18px;
|
|
|
font-weight: 900;
|
|
@@ -723,7 +723,7 @@ padding: 0px 10px;
|
|
|
color: #e9faff;
|
|
|
line-height: 50px;
|
|
|
font-size: 18px;
|
|
|
- background: #0f1d37;
|
|
|
+ background: #024089;
|
|
|
padding-left: 20px;
|
|
|
}
|
|
|
.mssq_btm_txt p{
|
|
@@ -732,7 +732,7 @@ padding: 0px 10px;
|
|
|
text-align: justify;
|
|
|
color:#e9faff ;
|
|
|
padding: 10px 20px;
|
|
|
- height: 315px;
|
|
|
+ height: 415px;
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
|
|
@@ -1696,4 +1696,15 @@ display: block;
|
|
|
#qkq_bjs_02{
|
|
|
width: 100%;
|
|
|
height: 200px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+/* 弹框 */
|
|
|
+.el-dialog{
|
|
|
+ width: 92%!important;
|
|
|
+ height: 92vh;
|
|
|
+}
|
|
|
+.el-dialog:not(.is-fullscreen) {
|
|
|
+ margin-top: 3vh !important;
|
|
|
}
|