seecontact_tel.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="Content-Language" content="zh-CN"/>
  6. <title>查看完整电话 - mymps.com.cn</title>
  7. <style>
  8. body{ font-family:microsoft yahei; font-size:14px; color:#999;}
  9. .clear{clear:both;height:8px;visibility:hidden;overflow:hidden}
  10. .clearfix{clear:both;visibility:hidden;overflow:hidden}
  11. .ul{ margin:20px;}
  12. .number{ padding-left:60px; height:70px;border-bottom:1px #eeeeee solid; background:url(template/default/images/information/seetel.gif) 0 0 no-repeat;}
  13. .number span{ width:380px; height:70px;}
  14. .number .num{ font-weight:bold; color:#FF4466; font-size:18px;}
  15. .wechat{ margin-top:10px; padding-left:60px; height:80px;background:url(template/default/images/information/seewx.gif) 0 0 no-repeat;}
  16. .wechat img{border:1px #e6e6e6 solid;}
  17. </style>
  18. </head>
  19. <body>
  20. <div class="ul">
  21. <div class="number">
  22. <span class="num"><?=$tel?> <a style="font-size:12px; font-weight:100; color:#666; text-decoration:none;" target="_blank" href="<?=$mymps_global[SiteUrl]?>/posthistory.php?tel=<?=$tel_base64?>">[查看发帖记录]</a></span>
  23. <div class="clear"></div>
  24. <span>联系时请说是在<?=$mymps_global[SiteName]?>看到的, 谢谢</span>
  25. <div class="clear"></div>
  26. </div>
  27. <div class="clear"></div>
  28. <div class="wechat">
  29. <span>微信扫一扫,快速拨打电话</span>
  30. <div class="clear"></div>
  31. <span><img src="<?=$mymps_global[SiteUrl]?>/qrcode.php?url=<?=$url?>&size=4" border="0"></span>
  32. <div class="clear"></div>
  33. <div class="clear"></div>
  34. </div>
  35. </div>
  36. </body>
  37. </html>