portal html css js resource

invitSucceed.html 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>科袖网,搭建企业与专家的桥梁</title>
  6. <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
  7. <link rel="stylesheet" href="../css/bootstrap.min.css">
  8. <link rel="stylesheet" href="../css/reset.css">
  9. <link rel="stylesheet" href="../css/common.css">
  10. <style>
  11. body{background: url(../images/frmPageBg.jpg) no-repeat;background-size: cover;background-attachment: fixed;}
  12. .btn{font-size: 16px;line-height: 1;color:#FFFFFF;margin: 30px 0;}
  13. .protocollink{ color: #FF9900;}
  14. .checkBg{background: url(../images/checkApp.png) 0 center no-repeat;padding-left:18px;line-height: 24px; background-size:auto 60%}
  15. .canPoint{background:#ff9900;color:#FFFFFF;}/*按钮可点击状态*/
  16. .canPoint:hover{color:#FFFFFF;box-shadow: 0px 0px 16px rgba(255,255,255,0.4) inset;}
  17. /*logo盒子的相关*/
  18. .logobox{ padding:6% 6% 3% 6%; margin:20% auto 6% ; }
  19. .logolink{display: block;max-width:28%;min-width:100px;margin: auto;}
  20. .logoimg{ width: 100%; margin: auto; text-align:center;}
  21. .inviteTit{text-align: center; font-size: 18px;line-height: 30px;margin-top:60px;}
  22. .inviteTit span{font-size:20px;line-height: 44px; padding:0 6px; color:#FF9900}
  23. .appcodeBox{color:#FFFFFF;line-height: 40px;}
  24. .appcodeBox .app_code{ width:180px; height:180px; text-align: center;}
  25. </style>
  26. </head>
  27. <body>
  28. <div class="contentBody2" style="max-width: 640px;margin:auto;">
  29. <div class="logobox">
  30. <a class="logolink" href="javascript:;">
  31. <img class="logoimg" src="../images/logo4.png" />
  32. </a>
  33. <div class="inviteTit">
  34. 注册成功!<br/>
  35. 欢迎加入「科袖网」
  36. </div>
  37. </div>
  38. <div style="text-align: center;">
  39. <a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.ekexiu.app" class="btn canPoint" style="padding:8px 40px;font-size:15px;">点击下载科袖App</a>
  40. <div class="appcodeBox">
  41. <img class="app_code" src="../images/weixin_code.jpg" width="100%">
  42. <p>扫描关注科袖公众号</p>
  43. </div>
  44. </div>
  45. </div>
  46. </body>
  47. </html>