hyx 2 years ago
parent
commit
f10ddb97a1

+ 5 - 14
nngkxxdp/src/main/resources/static/nngkxxdp/css/mobile_letterBox.css

@@ -1,16 +1,12 @@
 body {
-    width: 100%;
-    height: 100%;
-}
-
-.letterBoxAll {
+    width: 100vw;
     background-color: #EBF0F3;
-    height: 100%;
+    height: 100vh;
     overflow: auto;
 }
 
 .firstArea {
-    width: 1150px;
+    width: 100%;
     height: 522px;
     background-color: #FFFFFF;
 }
@@ -81,8 +77,8 @@ body {
 
 /* 第二区域 */
 .secondArea {
-    width: 1150px;
-    height: calc(100% - 522px);
+    width: 100%;
+    height: calc(100vh - 522px);
     margin-top: 15px;
     background-color: #FFFFFF;
     padding: 28px 21px 28px 19px;
@@ -324,11 +320,6 @@ body {
     background-color: #F1F5F9 !important;
 }
 
-/*.footer {*/
-/*    width: 100%;*/
-/*    height: 100px;*/
-/*}*/
-
 .layui-laypage-btn {
     background: #2775CC !important;
     color: #fff;

+ 0 - 4
nngkxxdp/src/main/resources/static/nngkxxdp/mobile_index.html

@@ -9,7 +9,6 @@
     <link rel="stylesheet" type="text/css" href="css/iconfont/font_navList/iconfont.css"/>
 </head>
 <body>
-<div class="letterBoxAll" style="width: 1182px; height: 100%;background-color: #FFFFFF">
     <!-- 第一区域 -->
     <div class="firstArea">
         <div class="header">南岸区公开信箱统计数据</div>
@@ -95,10 +94,7 @@
                 <div id="detail_table_page" style="text-align: center;margin-top: 10px;"></div>
             </div>
         </div>
-
-<!--        <div class="footer"></div>-->
     </div>
-</div>
 
 <script type="text/javascript" src="layui/layui.js" charset="utf-8"></script>
 <script type="text/javascript" src="../constans.js" charset="utf-8"></script>