Commit 066233bf authored by 赵杰's avatar 赵杰

新模板

parent 6a724123
......@@ -218,6 +218,14 @@
line-height: 56px;
color: #333333;
font-weight: bold;
text-align: baseline;
}
.page .page_title .page_time {
font-size: 16px;
line-height: 20px;
color: #333333;
font-weight: normal;
}
.page .page_head .page_logo {
......@@ -303,6 +311,13 @@
margin: 0 0 15px 0;
}
.tss2 .tss2_title .page_time {
font-size: 16px;
line-height: 20px;
color: #333333;
font-weight: normal;
}
.tss2 .tss2_content {
margin: 18px 0 0 0;
border: 1px solid #E4E4E4;
......@@ -1013,7 +1028,7 @@
<div class="box2" style="page-break-before:always;">
<div class="page dtable">
<div class="page_title dcell">
投资总览
投资总览<span class="page_time">(最新净值日:{{latest_worth_day}})</span>
</div>
<div class="page_head dcell">
<div class="dcell">
......@@ -1198,10 +1213,10 @@
<td>
盈亏
</td>
<td class="text_red">
<td>
{{value[1]["profit"]}}
</td>
<td class="text_green">
<td >
{{value[2]["profit"]}}
</td>
<td>
......@@ -1239,10 +1254,10 @@
<td>
期末资产
</td>
<td class="text_red">
<td>
{{value[1]["net_amount"]}}
</td>
<td class="text_green">
<td>
{{value[2]["net_amount"]}}
</td>
<td>
......@@ -1294,6 +1309,7 @@
{%else%}
目标与业绩({{folio}})
{%endif%}
<span class="page_time">(最新净值日:{{latest_worth_day}})</span>
</div>
<div class="page_head dcell">
<div class="dcell">
......@@ -1352,7 +1368,7 @@
指标对比<span class="tss3_start_time">(起始日期{{start_date}})</span>
</div>
<div class="tss3_now_time dcell">
截止日:最新净值日({{latest_worth_day}})
最新净值日:{{latest_worth_day}}
</div>
</div>
<table border="1">
......@@ -1544,7 +1560,7 @@
持仓收益汇总
</div>
<div class="tss3_now_time dcell">
截止日:最新净值日({{latest_worth_day}})
最新净值日:({{latest_worth_day}})
</div>
</div>
<div style="position: relative;">
......@@ -1610,7 +1626,7 @@
基金净值
</div>
<div class="tss3_now_time dcell">
截止日:最新净值日({{latest_worth_day}})
最新净值日:({{latest_worth_day}})
</div>
</div>
<table border="1">
......@@ -1671,8 +1687,9 @@
</div>
</div>
<div class="tss2">
<div class="tss2_title">
<div class="tss2_title clearfix">
贡献分解
<span class="page_time">(最新净值日:{{latest_worth_day}})</span>
</div>
<div class="tss2_content">
<img src={{group_result["contribution_decomposition"]}} alt="" class="tss2_img">
......@@ -1872,7 +1889,7 @@
指标对比<span class="tss3_start_time">(起始日期2019-11-06)</span>
</div>
<div class="tss3_now_time dcell">
截止日:最新净值日({{latest_worth_day}})
最新净值日:{{latest_worth_day}}
</div>
</div>
<table border="1">
......@@ -2175,7 +2192,7 @@
<div class="financial_scene">
<img src={{scene}} alt="" class="financial_scene_img">
<div class="financial_scene_text">
我们挣的是度和变化的钱而不是纠正市场错误的钱,市场永远是正确的,关键是在其正确被反复证明后的逆向而行,一定是避开它的正确被展开的过程。
我们挣的是度和变化的钱而不是纠正市场错误的钱,市场永远是正确的,关键是在其正确被反复证明后的逆向而行,一定是避开它的正确被展开的过程。
</div>
<div class="financial_scene_author">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment