why.xingtongworld.com项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

27 lines
1.1 KiB

{layout name="agency/agylayout" /}
<style>
.member{display:inline-block;vertical-align:top;width:48.7%;}
.member:nth-child(odd){margin-right:2%;}
.member .txt{display:inline-block;vertical-align:top;width:54.2%;}
.member .pic{display:inline-block;vertical-align:top;width:44.2%;}
.member{margin-bottom:20px;}
.member .txt{line-height:1.3em;padding-right:5px;}
.member .name{margin-bottom:15px;font-size:1.1em;}
.member .info{font-size:0.8em;}
.detailsdes td{padding:0px 4px;}
</style>
<div class="detailsdes">
{volist name="list" id="vo"}
<div class="member">
<div class="txt">
<div class="name">{$vo.username}</div>
<div class="info">{if condition="$vo.infor"}{$vo.infor|htmlspecialchars_decode}{/if}</div>
</div>
<div class="pic">
{if condition="file_exists('.'.$vo['avatar'])"}<img src="{:SITE_PATH}{$vo.avatar}" />{/if}
</div>
</div>
{/volist}
</div>
<div class="col-xs-12 text-center list-page" align="center">{$page}</div>