年年有"余"

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 4048|回复: 0

如何在自己网页中制作仿腾讯企业邮登录页面

[复制链接]
  • TA的每日心情
    倒霉
    2020-11-28 20:31
  • 签到天数: 18 天

    [LV.4]偶尔看看III

    发表于 2014-10-11 12:47:45 | 显示全部楼层 |阅读模式
    先上效果图:

    QQ20141011-1@2x.png


    参考代码:
    1. <html>
    2. <head>
    3. <meta http-equiv="content-type" content="text/html;charset=utf-8">
    4. <title>小龙虾论坛-邮件系统</title>
    5. </head>
    6. <body bgcolor=#eff9fa style="overflow-x:hidden">
    7. <style >
    8. .bizmail_loginpanel{font-size:18px;width:400px;height:280;border:0px solid #ffffff;background-image:url(img/bg.png);}
    9. .bizmail_LoginBox{padding:20px 20px;}
    10. .bizmail_loginpanel h3{padding-bottom:10px;margin:0 0 0 0;border-bottom:1px solid #ffffff;font-size:18px;}
    11. .bizmail_loginpanel form{margin:0;padding:30 0;}
    12. .bizmail_loginpanel input.text{font-size:14px;width:100px;height:20px;margin:0 5 0 0;border:1px solid #C3C3C3;border-color:#7C7C7C #C3C3C3 #C3C3C3 #9A9A9A;}
    13. .bizmail_loginpanel .bizmail_column{height:60px;}
    14. .bizmail_loginpanel .bizmail_column label{display:block;float:left;width:50px;height:24px;line-height:24px;font-size:18px;}
    15. .bizmail_loginpanel .bizmail_column .bizmail_inputArea{float:left;width:240px;}
    16. .bizmail_loginpanel .bizmail_column span{font-size:18px;word-wrap:break-word;margin-left:3px;line-height:150%;}
    17. .bizmail_loginpanel .bizmail_SubmitArea{margin:0 0 0 50;clear:both;}
    18. .bizmail_loginpanel .bizmail_SubmitArea a{font-size:12px;margin-left:40px;}
    19. .bizmail_loginpanel select{width:110px;height:30px;margin:0 2px;}
    20. </style>
    21. <div style="width:auto;height:78px;background:#eff9fa;margin:-10 -10 0 -10;">
    22. <table border="0"  height="78" width="100%"><tr>
    23. <td width="50%" >
    24. <div style="float:center; text-align:center;padding:0px 0px;">
    25. <img src="img/logo.png" alt="小龙虾邮箱" border="0"  height="50"></img>
    26. </div>
    27. </td>
    28. <td width="50%"></td>
    29. </tr></table></div>
    30. <div style="width:auto;height:348px;background:#4b74b2;margin:0 -10 0 -10;">
    31. <!--外围表格开始-->
    32. <table border="0" width="100%" height="348" >
    33. <tr>
    34. <td width="50%">
    35. <div style="text-align:right;margin:0 0 0 0;">
    36. <img src="img/login.jpg"></img>
    37. </div>
    38. </td>
    39. <td width="50%">
    40. <!--内部表格开始-->
    41. <table border="0" width="100%" height="200" align="left" background="">
    42. <tr><td>
    43. <!--登录主体-->
    44. <script  type="text/javascript" src="http://exmail.qq.com/zh_CN/htmledition/js_biz/outerlogin.js"  charset="gb18030"></script>
    45. <script  type="text/javascript">
    46. writeLoginPanel({domainlist:"yusian.com", mode:"vertical"});
    47. </script>
    48. <!--脚本结束-->
    49. </td></tr>
    50. </table>
    51. <!--内部表格结束-->
    52. </td></tr>
    53. </table>
    54. <!--外围表格结束-->
    55. </div>
    56. <!--
    57. <table align="center" height="30"><tr><td>
    58. &#169; 2013-2014 Yusian Inc. All Rights Reserved
    59. </td></tr></table>
    60. -->
    61. </body>
    62. </html>
    复制代码

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    手机版|小黑屋|Archiver|iOS开发笔记 ( 湘ICP备14010846号 )

    GMT+8, 2024-3-28 16:48 , Processed in 0.049981 second(s), 25 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2021, Tencent Cloud.

    快速回复 返回顶部 返回列表