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.
20 lines
760 B
20 lines
760 B
{layout name="agency/agylayout" /}
|
|
<style>
|
|
.member{display:inline-block;vertical-align:top;width:49.2%;}
|
|
.member:nth-child(odd){margin-right:1%;}
|
|
.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:15px;}
|
|
.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="content">
|
|
<div class="detailstitle modeub modeac modepc" style="border-bottom:1px solid rgba(244,242,245,1);padding-bottom:10px;margin-bottom:20px;">{$list.title}</div>
|
|
|
|
<div class="detailsdes">
|
|
{$list.infor|htmlspecialchars_decode}
|
|
</div>
|
|
|
|
</div>
|
|
|