Sfoglia il codice sorgente

增加宏观策略

bding 2 anni fa
parent
commit
8d843db2f9
1 ha cambiato i file con 21 aggiunte e 1 eliminazioni
  1. 21 1
      reportPages/keyCompany/keyCompany.vue

+ 21 - 1
reportPages/keyCompany/keyCompany.vue

@@ -13,6 +13,10 @@
       <text>产品说明:</text>
       <text>{{ reportDetail.ProductDescription }} </text>
     </view>
+    <view class="macro-strategy">
+      <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/macro-strategy.png"></image>
+      宏观策略:
+    </view>
     <view class="description">
       <mp-html :content="strFontSize(reportDetail.MarketStrategy)" />
       <view class="detailed">
@@ -230,7 +234,7 @@ export default {
     }
   }
   .content-abstract {
-    margin: 30rpx 0 20rpx;
+    margin-top: 30rpx;
     :first-child {
       float: left;
       font-weight: 500;
@@ -368,5 +372,21 @@ export default {
       margin-top: 20rpx;
     }
   }
+  .macro-strategy {
+    display: flex;
+    align-items: center;
+    width: 238rpx;
+    height: 50rpx;
+    padding-left: 35rpx;
+    background-color: #3385FF;
+    color: #fff;
+    border-radius: 0rpx 50rpx 50rpx 0rpx;
+    margin: 30rpx 0;
+    image {
+      width: 36rpx;
+      height: 36rpx;
+      margin-right: 10rpx;
+    }
+  }
 }
 </style>