Commit d025d244 authored by 吴春's avatar 吴春

场次月度统计样式修改

parent ab5c4078
......@@ -5,16 +5,19 @@
@foreach (var item in Model)
{
<div>
<div>@item.DayStr</div>
<div>
<div style="border-bottom: 1px solid #f1ebeb;margin-bottom:20px;">
<div style="color:darkgrey;margin-bottom:10px;">@item.DayStr</div>
<div style="margin-bottom:5px;">
@foreach (var item2 in item.List)
{
<span>@item2.TheaterName</span>
<span>@item2.Name</span>
<span>@item2.StartTime.ToString("yyyy-MM-dd HH:mm")</span>
<span>@item2.BuyCount</span>
}
{
<p>
<span style="margin-left:10px;color:#808080;">剧场名称:</span> <span>@item2.TheaterName</span>
<span style="margin-left:10px;color:#808080;">场次名称:</span> <span>@item2.Name</span>
<span style="margin-left:10px;color:#808080;">开场时间:</span> <span>@item2.StartTime.ToString("HH:mm")</span>
<span style="margin-left:10px;color:#808080;">购买数量:</span><span>@item2.BuyCount</span>张
</p>
}
</div>
</div>
}
\ No newline at end of file
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