Skip to content

Instantly share code, notes, and snippets.

@mimosz
Created September 14, 2011 05:47
Show Gist options
  • Save mimosz/1215939 to your computer and use it in GitHub Desktop.
Save mimosz/1215939 to your computer and use it in GitHub Desktop.
郵件簽名模板
<body>
<sign signid='0'>
<style type='text/css'>
#signature{font-size:13px;font-family:'STHeiti Light';color:#9fa0a0}
#signature .b{font-size:21px;font-weight:700;margin-right:60px}
#signature .s{font-size:11px;font-style:italic}
#signature dl,#signature a{line-height:2;color:#9fa0a0}
#signature dl dt{width:60px;float:left;text-align:right;margin:0 .5em}
#signature dl dt:after{content:" : "}
#signature .logo{padding-right:13px;background:#fff;border-bottom-right-radius:18px;margin-bottom:-27px}
#signature .line{display:block;border-bottom:10px solid #cf000d;margin:1.2em 0}
#signature .double{height:1px;border-bottom:1px dashed #cf000d;border-top:1px dashed #cf000d}
</style>
<div id="signature">
<p>Best Regards, </p><p>王 皓 Howl</p>
<div><img src='http://img.hb.aicdn.com/54ebf6a8517d39654aa682dbe24cebffc0db2f85846a-i03yt4_fw554' width='207' height='80' class='logo' /><span class='line'></span></div>
<p style='vertical-align: bottom;'> <abbr class='b'>汇尚电子商务</abbr> IT项目总监</p><p>IN&amp;Shine E-Commerce</p>
<dl>
<dt>Post</dt>
<dd>上海市浦东新区塘桥新路78号(给力大厦)2号楼5楼 <code>200127</code></dd>
<dt>Tel</dt>
<dd>021-50560711</dd>
<dt>Phone</dt>
<dd>18016245161</dd>
<dt>Email</dt>
<dd><a href='mailto:howl.wong@innshine.com' target='_blank'>howl.wong@innshine.com</a> </dd>
</dl>
<span class='line double'> </span>
<p class='s'>本电子邮件为保密文件且包含法定保密内容。如果阁下非电子邮件所指定之收件人或收件机构,谨请立即通知本人,并不可予以使用、保存、复印、打印或用于其他任何目的或向任何人披露其内容或其附件。</p>
<p class='s'>This e-mail and any files transmitted with it are confidential and may also be privileged. If you are not the intended recipient, please notify us immediately and you must not use, retain, disclose, copy, print, forward or disseminate this e-mail or any attachments.</p>
</div>
</sign>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment