sumyangyang vor 9 Monaten
Ursprung
Commit
e41c6be65d

+ 24 - 13
zhsq_qk-ui/src/assets/images/qkq_sprh.css

@@ -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;
 }

+ 8 - 6
zhsq_qk-ui/src/views/fusion/jczlDetails.vue

@@ -13,9 +13,9 @@
     <!-- 中间开始 -->
     <!-- 中间结束 -->
     <!--左侧开始-->
-    <el-dialog title="详情" :visible.sync="detailsOpen" append-to-body width="100%">
-      <div style="display: flex;">
-      <div class="left_con left_con2" style="position:unset">
+    <el-dialog title="详情" :visible.sync="detailsOpen" append-to-body >
+      <div style="display: flex;position: relative;">
+      <div class="left_con left_con2" style="position:absolute;top:0px;">
         <ul class="ms_list scrollbar">
           <li>
             <div class="ms_tit">
@@ -76,7 +76,7 @@
       </div>
       <!--左侧结束-->
       <!--右侧开始-->
-      <div class="right_con right_con2"  style="position:unset">
+      <div class="right_con right_con2"  style="position:absolute;top:0px;">
         <div class="ms_right">
           <div class="ms_right_top">
             <div class="ms_img">
@@ -117,7 +117,8 @@
             </p>
           </div>
         </div>
-      </div></div>
+      </div>
+	  </div>
     </el-dialog>
     <!--右侧结束-->
     <!--底部开始-->
@@ -227,5 +228,6 @@ export default {
 </script>
 
 <style scoped>
-/* Your CSS styles here */
+/* Your CSS styles here */
+
 </style>