Browse Source

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

elis 2 years ago
parent
commit
bfcd8018fe

+ 19 - 15
nngkxxdp/src/main/resources/static/nngkxxdp/css/mobile_letterBox.css

@@ -16,8 +16,8 @@ body {
 
 .header {
     width: 1150px;
-    height: 69px;
-    font-size: 32px;
+    height: 87px;
+    font-size: 50px;
     font-family: Microsoft YaHei;
     font-weight: bold;
     color: #2775CC;
@@ -29,15 +29,15 @@ body {
 /* 办理情况 */
 .transactionCase {
     width: 1150px;
-    height: 453px;
+    height: 473px;
     padding: 10px 20px;
     box-sizing: border-box;
 }
 
 .transactionCase .title {
-    height: 52px;
-    line-height: 52px;
-    font-size: 20px;
+    height: 72px;
+    line-height: 72px;
+    font-size: 40px;
     font-family: Microsoft YaHei;
     font-weight: bold;
     color: #2775CC;
@@ -91,12 +91,12 @@ body {
 
 .secondArea .navList {
     width: 100%;
-    height: 110px;
+    height: 130px;
 }
 
 .navList li {
     width: 347px;
-    height: 107px;
+    height: 127px;
     background: #ECF0F8;
     float: left;
     padding: 15px 0px 22px 33px;
@@ -114,7 +114,7 @@ body {
 
 .navList .inconArea {
     width: 73px;
-    height: 100%;
+    height: 90%;
     background-color: pink;
     margin-right: 20px;
     border-radius: 50%;
@@ -132,6 +132,10 @@ body {
 
 }
 
+.iconfont {
+
+}
+
 .oneBc > i {
     background: linear-gradient(0deg, rgba(255, 215, 182, 0.1), rgba(255, 255, 255, 1) 30%);
     -webkit-background-clip: text;
@@ -176,7 +180,7 @@ body {
     width: 100%;
     height: 20px;
     margin-bottom: 15px;
-    font-size: 35px;
+    font-size: 40px;
     line-height: 18px;
     color: #333333;
     opacity: 0.6;
@@ -185,7 +189,7 @@ body {
 .textArea .textAreaBottom span:first-child {
     width: 100%;
     height: 30px;
-    font-size: 35px;
+    font-size: 40px;
     font-family: Microsoft YaHei;
     font-weight: bold;
     font-style: italic;
@@ -193,7 +197,7 @@ body {
 }
 
 .textArea .textAreaBottom span {
-    font-size: 25px;
+    font-size: 35px;
     font-style: normal;
 }
 
@@ -218,12 +222,12 @@ body {
 }
 
 .staTitle {
-    height: 18px;
-    font-size: 18px;
+    height: 40px;
+    font-size: 40px;
     font-family: Microsoft YaHei;
     font-weight: bold;
     color: #2775CC;
-    margin-bottom: 15px;
+    margin-bottom: 0px;
 }
 
 .staContent {

+ 3 - 3
nngkxxdp/src/main/resources/static/nngkxxdp/js/mobile_letterBox.js

@@ -238,7 +238,7 @@ function drawHandleByBarChart() {
             // subtext: '单位:1 件',
             text: '单位: 件',
             textStyle: {
-                fontSize: 20
+                fontSize: 30
             }
         },
         tooltip: {
@@ -295,7 +295,7 @@ function drawHandleByBarChart() {
                 rotate: 45,
                 textStyle: {
                     color: '#999999',
-                    fontSize: 20
+                    fontSize: 30
                 }
             }
         },
@@ -306,7 +306,7 @@ function drawHandleByBarChart() {
             },
             axisLabel: {
                 textStyle: {
-                    fontSize: 20
+                    fontSize: 30
                 }
             }
         },