|
@@ -13,6 +13,10 @@
|
|
<text>产品说明:</text>
|
|
<text>产品说明:</text>
|
|
<text>{{ reportDetail.ProductDescription }} </text>
|
|
<text>{{ reportDetail.ProductDescription }} </text>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="macro-strategy">
|
|
|
|
+ <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/macro-strategy.png"></image>
|
|
|
|
+ 宏观策略:
|
|
|
|
+ </view>
|
|
<view class="description">
|
|
<view class="description">
|
|
<mp-html :content="strFontSize(reportDetail.MarketStrategy)" />
|
|
<mp-html :content="strFontSize(reportDetail.MarketStrategy)" />
|
|
<view class="detailed">
|
|
<view class="detailed">
|
|
@@ -230,7 +234,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.content-abstract {
|
|
.content-abstract {
|
|
- margin: 30rpx 0 20rpx;
|
|
|
|
|
|
+ margin-top: 30rpx;
|
|
:first-child {
|
|
:first-child {
|
|
float: left;
|
|
float: left;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
@@ -368,5 +372,21 @@ export default {
|
|
margin-top: 20rpx;
|
|
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>
|
|
</style>
|