浏览代码

Merge branch 'master' of http://116.63.33.55/git/nazw

elis 2 年之前
父节点
当前提交
3ab6f690d5

+ 39 - 6
nngkxxdp/src/main/resources/static/nngkxxdp/css/mobile_letterBox.css

@@ -43,7 +43,7 @@ body {
     color: #2775CC;
 }
 
-.line {
+.transactionCase .line {
     width: 100%;
     height: 1px;
     background-color: rgba(224, 230, 241, 0.2);
@@ -221,8 +221,9 @@ body {
     float: right;
 }
 
-.staTitle {
+.staCommon .staTitle {
     height: 40px;
+    line-height: 40px;
     font-size: 40px;
     font-family: Microsoft YaHei;
     font-weight: bold;
@@ -230,6 +231,13 @@ body {
     margin-bottom: 0px;
 }
 
+.staCommon .line {
+    width: 100%;
+    height: 1px;
+    background-color: rgba(224, 230, 241, 0.2);
+    position: relative;
+}
+
 .staContent {
     width: 100%;
     height: 520px;
@@ -245,6 +253,23 @@ body {
     /*overflow: auto;*/
 }
 
+.detail .staTitle {
+    height: 40px;
+    line-height: 40px;
+    font-size: 40px;
+    font-family: Microsoft YaHei;
+    font-weight: bold;
+    color: #2775CC;
+    margin-bottom: 0px;
+}
+
+.detail .line {
+    width: 100%;
+    height: 1px;
+    background-color: rgba(224, 230, 241, 0.2);
+    position: relative;
+}
+
 .tableItem {
     width: 100%;
     height: 355px;
@@ -264,7 +289,7 @@ body {
 }
 
 .tableItem table .tHeader th {
-    font-size: 16px;
+    font-size: 30px;
     font-family: Microsoft YaHei;
     font-weight: 400;
     color: #333333;
@@ -272,12 +297,12 @@ body {
 }
 
 .tableItem table .tHeader > th:first-child {
-    width: 149px;
+    width: 189px;
 }
 
 .tableItem table .tHeaderSecond > th {
     background-color: #E1E7ED;
-    font-size: 16px;
+    font-size: 30px;
     font-family: Microsoft YaHei;
     font-weight: 400;
     color: #333333;
@@ -288,7 +313,7 @@ body {
     text-align: center;
     height: 30px;
     line-height: 30px;
-    font-size: 14px;
+    font-size: 28px;
     font-family: Microsoft YaHei;
     font-weight: 400;
     color: #333333;
@@ -310,4 +335,12 @@ body {
 
 thead th {
     text-align: center !important;
+}
+
+.layui-laypage a {
+    font-size: 30px;
+}
+
+.layui-laypage span {
+    font-size: 30px;
 }

+ 1 - 1
nngkxxdp/src/main/resources/static/nngkxxdp/mobile_index.html

@@ -92,7 +92,7 @@
                     <tbody id="detail_tbody">
                     </tbody>
                 </table>
-                <div id="detail_table_page" style="text-align: center;margin-top: 10px;"></div>
+                <div id="detail_table_page" style="text-align: center;font-size:30px;margin-top: 10px;"></div>
             </div>
         </div>