Mini.Crm/Mini.Web/Areas/Admin/Views/Moment/Test.cshtml

104 lines
4.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@{
ViewData["Title"] = "Test";
}
<link href="~/Content/commes.css" rel="stylesheet" />
<style>
.momenttable td {
padding: 5px;
}
.momenttable .momentname {
color: #586784;
font-size: 16px;
}
.momenttable .imgtd img {
max-width: 200px;
max-height: 200px;
}
.bofang {
float: right !important;
z-index: 1000;
position: absolute;
width: 45px !important;
height: 45px !important;
}
</style>
<div style="padding: 15px;">
@*<table class="momenttable">
<tr>
<td rowspan="5" style="vertical-align:top"><img src="https://wework.qpic.cn/wwhead/duc2TvpEgSTPk74IwG7Bs9GP3tIFDdxzkIibRNVbLYnYGZhbaUSJGqiacBztJGS1GEoFP55cnP9ia4/100" style="height:40px;width:40px;"></td>
<td class="momentname">刘涛</td>
</tr>
<tr>
<td>今日为汶川地震13周年纪念日不忘灾难致敬坚守致敬所有的负重前行愿以后的日子山川无恙一切皆安。</td>
</tr>
<tr>
<td class="imgtd">
<img src="~/images/1.jpg" /> <img src="~/images/2.jpg" /> <img src="~/images/3.jpg" />
<img src="~/images/4.jpg" /> <img src="~/images/5.jpg" /> <img src="~/images/6.jpg" />
<img src="~/images/7.jpg" /> <img src="~/images/8.jpg" /> <img src="~/images/9.jpg" />
</td>
</tr>
</table>*@
<div class="container">
<!--用户头像-->
<div class="header">
<div><img src="https://wework.qpic.cn/wwhead/duc2TvpEgSTPk74IwG7Bs9GP3tIFDdxzkIibRNVbLYnYGZhbaUSJGqiacBztJGS1GEoFP55cnP9ia4/100" /></div>
</div>
<div class="right_con">
<div class="demo">
<!--用户名and发布时间-->
<div class="use">
<div class="usename"><span>刘涛</span></div>
</div>
<!--分享的内容-->
<p class="fx_content">今日为汶川地震13周年纪念日不忘灾难致敬坚守致敬所有的负重前行愿以后的日子山川无恙一切皆安。</p>
<!--分享的图片-->
<div class="my-gallery">
<figure>
<a href="~/images/1.jpg" target="_blank" data-size="800x1142">
<img src="~/images/1.jpg" onload="alert('sdfsdf')"/>
<img src="~/images/bofang.png" class="bofang" />
</a>
</figure>
</div>
<!--显示的位置-->
<div class="fx_address">南京市建邺区</div>
</div>
</div>
</div>
<div class="container">
<!--用户头像-->
<div class="header">
<div><img src="https://wework.qpic.cn/wwhead/duc2TvpEgSTPk74IwG7Bs9GP3tIFDdxzkIibRNVbLYnYGZhbaUSJGqiacBztJGS1GEoFP55cnP9ia4/100" /></div>
</div>
<div class="right_con">
<div class="demo">
<!--用户名and发布时间-->
<div class="use">
<div class="usename"><span>刘涛</span></div>
</div>
<!--分享的内容-->
<p class="fx_content">今日为汶川地震13周年纪念日不忘灾难致敬坚守致敬所有的负重前行愿以后的日子山川无恙一切皆安。</p>
<!--分享的图片-->
<div class="my-gallery">
<figure>
<a href="~/images/1.jpg" target="_blank" data-size="800x1142">
<img src="~/images/1.jpg" />
<img src="~/images/bofang.png" class="bofang" />
</a>
</figure>
</div>
<!--显示的位置-->
<div class="fx_address">
南京市建邺区&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2021-05-11 18:51:15
</div>
</div>
</div>
</div>
</div>