104 lines
4.1 KiB
Plaintext
104 lines
4.1 KiB
Plaintext
|
||
@{
|
||
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">
|
||
南京市建邺区 2021-05-11 18:51:15
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|