Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
F
fund_report
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭熊
fund_report
Commits
066233bf
Commit
066233bf
authored
Jan 13, 2021
by
赵杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新模板
parent
6a724123
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
11 deletions
+28
-11
monthReportV2.1.html
app/templates/v2/monthReportV2.1.html
+28
-11
No files found.
app/templates/v2/monthReportV2.1.html
View file @
066233bf
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment