zhangyaojie 1 vuosi sitten
vanhempi
commit
b673c6bfa2
2 muutettua tiedostoa jossa 19 lisäystä ja 12 poistoa
  1. 13 10
      investmentNew/js/index.js
  2. 6 2
      investmentNew/styles/index.css

+ 13 - 10
investmentNew/js/index.js

@@ -358,24 +358,24 @@ let app = new Vue({
           "汾酒集团",
         ],
         y1: [
-          100, 45, 67, 110, 108, 34, 100, 45, 67, 110, 108, 34, 100, 45, 67,
+          100, 45, 67, 110, 108, 120, 110, 45, 67, 110, 108, 34, 100, 45, 67,
           110, 108, 34,
         ],
         y2: [
-          100, 45, 67, 110, 108, 34, 100, 45, 67, 110, 108, 34, 100, 45, 67,
-          110, 108, 34,
+          120, 50, 67, 130, 56, 233, 100, 78, 98, 100, 120, 78, 120, 90, 56,
+          120, 110, 78,
         ],
         y3: [
-          100, 45, 67, 110, 108, 34, 100, 45, 67, 110, 108, 34, 100, 45, 67,
-          110, 108, 34,
+          130, 76, 67, 120, 89, 111, 87, 123, 56, 65, 45, 98, 230, 78, 99, 130,
+          56, 98,
         ],
         y4: [
-          100, 45, 67, 110, 108, 34, 100, 45, 67, 110, 108, 34, 100, 45, 67,
-          110, 108, 34,
+          90, 100, 67, 90, 110, 120, 34, 231, 34, 78, 78, 100, 110, 120, 67, 89,
+          78, 110,
         ],
         y5: [
-          100, 45, 67, 110, 108, 34, 100, 45, 67, 110, 108, 34, 100, 45, 67,
-          110, 108, 34,
+          110, 110, 67, 110, 120, 95, 78, 45, 120, 110, 98, 233, 100, 45, 67,
+          98, 98, 34,
         ],
       },
     };
@@ -972,8 +972,9 @@ let app = new Vue({
             type: "category",
             data: that.riskData.x.map((item) => item.name),
             axisLine: {
+              show: true,
               lineStyle: {
-                color: "#005094",
+                color: "rgba(0, 80, 148, .8)",
               },
             },
             axisTick: {
@@ -994,7 +995,9 @@ let app = new Vue({
               fontSize: 22,
             },
             splitLine: {
+              show: true,
               lineStyle: {
+                color: "rgba(104, 180, 221, .2)",
                 type: "dashed",
               },
             },

+ 6 - 2
investmentNew/styles/index.css

@@ -862,7 +862,7 @@ i {
 
 .itemWid2 img {
   position: absolute;
-  right: -95px;
+  right: -70px;
   bottom: 15px;
   width: 120px;
 }
@@ -897,7 +897,7 @@ i {
   font-size: 72px;
   line-height: 60px;
   font-family: Helvetica Neue Extra Black Cond;
-  font-weight: 400;
+  font-weight: bold;
   color: #68bdff;
   position: absolute;
   top: 75px;
@@ -906,6 +906,10 @@ i {
   align-items: flex-end;
 }
 
+.itemBac2 div {
+  color: #5bdcc8;
+}
+
 .itemBac div p {
   font-size: 28px;
   line-height: 28px;